home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / fish / 791-800 / ff793 / snap / changes next >
Text File  |  1993-01-10  |  3KB  |  76 lines

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