home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / viewers / gifkit11 / whatsnew.110 < prev   
Text File  |  1990-02-22  |  3KB  |  54 lines

  1.             WHAT'S NEW IN GIFKIT RELEASE 1.1
  2.  
  3.     -- Help options have been added to all programs. Try -?. The same usage
  4. message is printed whenever a bad option is found.
  5.  
  6.     -- INTELLIGENT WILDCARD EXPANSION! (Well, almost). You can give any
  7. of the programs a fancy filespec now. For example, *O*A*I*A.GIF will match
  8. MONALISA.GIF and not FOO.GIF. The matching isn't case sensitive, either. Still
  9. has an occasional problem with pathological filenames containing lots of
  10. repeated letters. *LL* will match DOLLAR.GIF and not DOLAR.GIF, as expected,
  11. but L*L.GIF won't match LLLOOLLL.GIF. This is an unfortunate result of the
  12. way the matcher handles multiple letters and can't be corrected easily. 
  13. It doesn't seem worth implementing a pattern-matching-DFA generator nearly
  14. as big as the main program just to fix this little problem...
  15.  
  16.     -- GIFLS: The awkward >= and <= options for searches have been
  17. replaced by > and <, respectively. 
  18.  
  19.     -- GIFCOLOR: The "Press any key..." prompt is automatically suppressed
  20. when the standard output is redirected. Redirection is not supported with any
  21. display (-d) option, however. After all, you can't redirect a graphics screen.
  22.  
  23.     -- Error display has been generally cleaned up in all programs.
  24.  
  25.     -- GIFSTRIP: The weird error haunting the -t option has been eliminted.
  26. The failure of the fopen() call was caused by allocating ALL free memory as a
  27. buffer before trying to open the file.
  28.  
  29.     -- GIFSTRIP: Free-space checker added. Won't even attempt to process
  30. a file if there isn't enough free space for the temporary file.
  31.  
  32.     -- GIFSTRIP: Handles paths in targets correctly now, putting temporary
  33. file in same disk and directory as original file unless told otherwise with
  34. -t option.
  35.  
  36.     -- GIFSTRIP: Prints message "Recopying..." when recopying a file.
  37. Just for your info.
  38.  
  39.     -- GIFCOLOR: Added control-break handler for display (-d) option.
  40. If you hit control-break while in a graphics screen, video mode and palette
  41. are reset before program exits. Formerly, you were stuck with a very odd
  42. palette, since the program turns off automatic palette loading by the BIOS.
  43.  
  44.     -- Modified GIFLS to serve as front end for GIFSTRIP and GIFCOLOR.
  45. GIFLS has the searches based on image height, width, and colors; the other
  46. two have their own special abilities. The -f option makes GIFLS print out
  47. (on stdout) a list of filenames which match any specified searches; the
  48. rest of its output is sent to NUL:. GIFSTRIP and GIFCOLOR detect when
  49. their stdin has been redirected (for example, a pipe from GIFLS) and
  50. automatically read a list of targets from stdin. Command line options are
  51. used, but any targets on the command line are discarded. Furthermore, GIFSTRIP
  52. and GIFCOLOR can also accept files of targets (targets separated by newlines)
  53. via this facility.
  54.