home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 505a.lha / Gwin_v1.1 / Changes next >
Text File  |  1991-05-05  |  2KB  |  47 lines

  1. This is a change history of GWIN
  2.  
  3. Release 1.0  - Initial Version
  4.  
  5. Release 1.1  - Maintenance Version
  6.  
  7.    1.  New Aztec Manx 5.0 compiler/linker is incompatible with earlier
  8.    versions of object code.  Everything must be recompiled including
  9.    my GWIN object files gwin.ff.o, gwin.ffCD.o, and gwin.fiCD.o.  You
  10.    need these new release 5.0 versions if you are using the 5.0 compiler
  11.    because the old object files will not link with object files created
  12.    using the new version of the compiler.   Many thanks to Adam Benjamin
  13.    of Michigan for bringing this to my attention.  I had not realized that
  14.    there was a problem until he called.  I had been dragging my feet with
  15.    respect to getting the new compiler since I always try to avoid early
  16.    versions of software - Particularly compilers and operating systems.
  17.    So now I have version 5.0b.  (Or is it c?  My disks came with the "b"
  18.    scratched out and a "c" printed by hand.)  I recompiled GWIN and that
  19.    is the primary reason for redistributing the software.
  20.  
  21.    2.  Due to a book-keeping error on my part, the LATTICE-related
  22.    object codes included on fish disk 322 (gwinl.ff.o, gwinl.ffCD.o,
  23.    and gwinl.fiCD.o) were not the versions I intended to include.
  24.    They represent a slightly earlier version.  Glen Fullmer did a lot
  25.    of work creating the Lattice versions of the GWIN object files and
  26.    I blew it by not including the correct and most current version.
  27.    My apologies to Glen and to all you other Lattice users.  The version
  28.    on 322 was functional unless you tried to use the global variables
  29.    in gwin.user.h.  At least one of my examples used the globals.
  30.    The examples compiled and linked correctly for Glen back in Feb 89.
  31.    He checked them out again for me today. Everything works if you use
  32.    the versions on this disk.  Thanks to Stephen L. Ferrell of Pittsburgh,
  33.    Pa. for bringing this problem to my attention.
  34.  
  35.    3.  Modified the uprint and uprnt1 text handling routines to handle
  36.    complement modes so that you can handle text like rubber-band lines
  37.    are handled.  (Essentially sets the XOR mode within the INTUITEXT
  38.    structure if uset("comp") is in effect.)
  39.  
  40.    4.  Modified umove routine to handle the uset("ncli") operation more
  41.    logically.  The rubberbandbox demo had a problem when the border was
  42.    included.  The problem was that the umove routine was in effect applying
  43.    clipping when it should not have been.  This has been corrected.
  44.  
  45.  
  46.  
  47.