home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d541 / gifmachine.lha / GIFMachine / ReadMeFirst < prev    next >
Text File  |  1991-09-17  |  2KB  |  53 lines

  1. This is version 2.104, an update to version 2.96.  It fixes a bug in the
  2. StripBorder() routine which could cause the system to crash (it actually
  3. appears to be more a bug in SAS 5.10's conditional code creation).
  4.  
  5. I also reduced the amount of static memory declared by 1k.  Also moved some
  6. of the declarations in giftosham.c to largearrays.c to avoid the `too much
  7. global data' warning.
  8.  
  9. ---------------------------------------------------------------------------
  10. 2/24/91:  Version 2.116
  11.  
  12. This fixes a couple problems with the iff writer:
  13.  
  14.     1)  If the image had an odd width and was not XCOMPed or
  15.         NOBORDERed, a corrupted iff file would be written.
  16.  
  17.     2)  If the image was greater vertically than the size of one's
  18.         screen (i.e., required scrolling down), was of odd height,
  19.         and was interlaced, Mostra v1.02 would glitch when one
  20.         scrolled all the way down to the bottom of the image.
  21.         This has been fixed by writing an extra blank scan line
  22.         to images of odd height.
  23.  
  24.  
  25. I also moved the help text into a seperate file which is then BLinked in.
  26. Makes it easier to edit, and doesn't cause the compiler to throw ten
  27. thousand coniption fits (i.e., crash) when it gets to be more than 512
  28. chars long.
  29.  
  30. ---------------------------------------------------------------------------
  31. 8/26/91:  Version 2.137
  32.  
  33. A couple of changes have been made:
  34.  
  35.     1)  C= changed the calling format for the SetVBuf() command
  36.         between KickStart V36 and V37.  Since V37 is starting to
  37.         become available, a new version which uses the new
  38.         calling format was definately needed.
  39.  
  40.     2)  A new option, NOCOUNT, has been added so that will suppress
  41.         the printing of line numbers during various operations.
  42.         This can speed the conversion process up a tad.
  43.  
  44.     3)  Escape codes for ANSI cursor movements have been recoded as
  45.         \x1B[ instead of \x9B.  This allows GIFMachine output to
  46.         appear correctly on terminals that don't know about the
  47.         \x9B shorthand.
  48.  
  49.     4)  The UpCVersion program I use for bumping revision numbers
  50.         has been updated to insert a 2.0 $VERS: string into the
  51.         version object file.  This allows one to use the 2.0
  52.         c:version command to determine GIFMachine's revision.
  53.