home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / SNAP184.LHA / snap / changes < prev    next >
Encoding:
Text File  |  1993-11-30  |  3.6 KB  |  82 lines

  1. Changes. (Initiating source in parantheses.)
  2.  
  3. 1.64
  4.     * Now inserts RALT instead of LALT to the input stream 
  5.       when needed. Works better with some programs that uses
  6.       LALT for their needs, ie. GNU Emacs and Napsaterm
  7.     (Nov 30 1993 Tomi Ollila)
  8.  
  9. 1.63
  10.     * A Small bugfix. Now snaps colored text. (Joshua Dinerstein.)
  11.  
  12. 1.62
  13.     * Small bugfixes in qualifier parsing. (Dave Beckett.)
  14.  
  15. 1.61
  16.     * I forgot to apply the run/endcli patch when I received
  17.       the new version of Aztec. Fixed. (Nils-Arne Dahlberg.)
  18.  
  19. 1.6
  20.     * Font argument parsing. (Internal, ie me.)
  21.     * Signal handling when a snap fails. (Internal.)
  22.     * Improved font handling. Fonts with kerning and optimized
  23.       bit arrays, eg Courier, are now handled correctly.
  24.       (Internal.)
  25.     * An old debugging DisplayBeep() in the simple refresh
  26.       routine removed. (Roger Nordin.)
  27.     * The graphics snap window title said "© 1989". Changed
  28.       to "© 1990". (Roger Nordin.)
  29.     * The following sequence in a script, eg startup-sequence,
  30.       could cause problems:
  31.         run >nil: snap
  32.         endcli
  33.       William Hawes solved this for me. Thanks, Bill. It turned
  34.       out to be a bug in Manx' (and Lattice's) startup code.
  35.       A file that explains how to fix this is included in this
  36.       distribution. (Lars Wiklund.)
  37.     * Explanation of compiler switches added to the makefile.
  38.       (huver%amgraf@uunet.uu.net).
  39.     * Check for failed Open() in SaveGfx. Volume might be
  40.       write-protected. (Ismo Suihko.)
  41.     * Support for fonts higher than 16 points. (Dale D. Snell).
  42.     * Smarter font opening modelled after Dave Haynie's code
  43.       in SetFont 2.7. (Internal.)
  44.     * Ismo Suihko solved the memory loss problem that occured
  45.       when graphics snap windows were closed. (Ismo Suihko.)
  46.     * Disk gadget moved out of title bar. (Internal.)
  47.     * Gfx saving to clipboard. Strange that people ask for this.
  48.       I haven't been able to find any programs that use the
  49.       clipboard for gfx. (Popular request.)
  50.     * 2.0 compatibility by Marc Boucher.
  51.     * Support for IFF CAT added. (Michael Jansson.)
  52.     * Improved character-lookup routine. (Marc Boucher.)
  53.     * Support for string keys in keymap. (Per Bergehed.)
  54.     * Support for Workbench tooltypes. (Internal.)
  55.     * Line delay now occurs after the newline has been inserted
  56.       instead of before. (Michael Sinz.)
  57.     * Initial graphics snap window size adjusted. (Michael Sinz.)
  58.     * Odd-length text clips were placed on the clipboard. That's
  59.       why Snap didn't work with conclip. Fixed. (Loren J Rittle.)
  60.     * Added argument for max leading (extra number of pixels between
  61.       lines). (Eddy Carroll.)
  62.     * Manx's str[n]icmp is broken. Snap now uses it's own.
  63.       (Marc Boucher.)
  64.     * Configurable max leading to deal with VLT. (Eddy Carroll.)
  65.     * Forbid/Permit replaced with LockIBase/UnlockIBase in
  66.       appropriate places. (Loren J. Rittle.)
  67.  
  68. 1.51
  69.     * Reverse engineering of InputEvents completely rewritten.
  70.       (Multiple requests & bug reports.)
  71.     * Alternate font (Why do I support CygnusEd when they
  72.       don't support the clipboard?). (Internal + UseNet.)
  73.     * Fonts added to the cacheing mechanism. (Internal.)
  74.     * Default input handler priority raised to 52 to avoid
  75.       problems with CygnusEd. (Internal.)
  76.     * Specifying a combination of qualifiers now requires that
  77.       ALL of the qualifiers are down for Snap to respond.
  78.       (Popular request, ie Christopher A. Wichura.)
  79.     * No automatic detaching. (Lack of documentation, Aztec 5.0)
  80.     * Arp.library replaced by req.library for file requester.
  81.       (Internal. It looks much nicer.)
  82.