home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 107 / MINICOM.ZIP / HISTORY < prev    next >
Text File  |  1992-07-08  |  2KB  |  46 lines

  1.     Log of changes made to Minicom.
  2.  
  3. - Somewhere in middle 1991
  4.     Made first version of Minicom, based on a not-yet-finished
  5.     window library of Fred van Kempen. Used Non blocking IO
  6.     patches to the kernel for asynchronous IO. Used lots of
  7.     CPU time.
  8.     Decided later to write my own window routines.
  9.     Did away with non blocking IO, started to use a separate
  10.     process for the IO from keyboard to modem.
  11.     Added color routines, perfected communication between
  12.     "keyserv" and minicom.
  13.     Got it running under BSD.
  14.  
  15. - Februari, 1992.
  16.     Posted Minix version 1.2 to comp.os.minix. Got some feedback ;
  17.     it even ran under Coherent. Changed keyserv to communicate
  18.     with minicom through pipes. Changed some menu's and command
  19.     line interface. Ported it to Sysv an Linux. Changed the
  20.     configuration file to ASCII. Added redialing.
  21.  
  22. - June, 1992.
  23.     Posted version 1.3 to comp.os.minix.
  24.     Did not seem to work under Linux. Added ~NOECHONL to routines
  25.     in sysdep1.c. Added special Linux case hard coded escape
  26.     sequence for color. Found bug in window.c:wscroll. In full
  27.     screen mode insert line / delete line did not work OK.
  28.     Found bug in window.c:wdelchar. Character under the cursor
  29.     was not correctly deleted. Found bug in keyserv: when running
  30.     an external command (up/download, runscript) and ^A or some
  31.     ALT combination was pressed, keyserv would send too many
  32.     ACK signals back so that minicom would be killed. Now call
  33.     m_flush(0) in ipc.c:keyserv before re-starting keyserv.
  34.     (Posix signal interface could solve this ; however, a lot of
  35.     systems don't have that including Minix 1.5).
  36.     Changed DCD handling ; minicom first tried to find out for 
  37.     itself it the OS and modem supported the DCD line. Now it's
  38.     a configuration option in "modem and dialing".
  39.     Found bug in keyserv.c for Coherent: used #ifdef COHERENT
  40.     instead of _COHERENT. Did not hear about this from Coherent
  41.     users... Perhaps it works magically or they're just not
  42.     interested.
  43.  
  44. Sun, Jun 21 1992
  45.     Posted diffs of 1.3 -> 1.3.2
  46.