home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 617a.lha / niftyterm_v1.3 / Revision.notes < prev    next >
Text File  |  1992-02-29  |  2KB  |  53 lines

  1. New for 1.3:
  2.  
  3. Fixed an obscure bug that was causing niftyterm to fail with some serial
  4. devices whose write operations are not atomic.
  5.  
  6. Fixed a command line argument parsing bug (the -d switch was not always parsed
  7. properly before).
  8.  
  9. Added -stay switch to keep niftyterm from automatically detaching from the CLI
  10. (note that this can't ever have an associated preference).
  11.  
  12. The -7 switch and niftyterm.pass8 preference now work as I intended.
  13.  
  14. Added two new switches for serial device users: -B baudrate and -P parity.  See
  15. the docs for usage.  I had to add these since the preferences setting didn't
  16. always seem to work properly, especially if the serial.device had already been
  17. loaded.  The associated preferences are niftyterm.baudrate and
  18. niftyterm.parity.
  19.  
  20. Added -N net# switch for dnet users who want to have more than one dnet session
  21. going at a time.
  22.  
  23. As of this version, the keypad keys send the right codes in all modes
  24. (including the PF keys).  The cursor keys also work properly in all modes.
  25.  
  26. Fixed a small bug in the "soft reset" menu option, where it was not completely
  27. resetting the internal state with respect to alternate fonts.
  28.  
  29. New for 1.2:
  30.  
  31. Niftyterm had a memory leak that was causing it to lose 56 bytes on every
  32. keystroke (the disadvantages of having a 7 meg system).  It turns out that 56
  33. bytes is the size of an IntuiMessage structure.  I wasn't replying to Intuition
  34. key up events, hence they were never getting deallocated until the window was
  35. closed.
  36.  
  37. New for 1.1:
  38.  
  39. New switch -v starts up niftyterm with inverse video (also: preference 
  40. niftyterm.inverse) 
  41.  
  42. The default behavior for niftyterm version 1.0 was to strip off the 8th bit of
  43. incoming characters.  The default has been changed so that all 8 bits are used
  44. (allowing characters >127 from the character set to be displayed).  This
  45. default can be overriden by the -7 command line switch, or the niftyterm.pass8
  46. preference.
  47.  
  48. Several major bugs were fixed that were casing niftyterm not to work on some
  49. system configurations.  Memwatch reported that niftyterm was stomping on low
  50. memory.  These bugs have been fixed.  If there are any further problems, please
  51. notify me.
  52.  
  53.