home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16938 < prev    next >
Encoding:
Text File  |  1992-11-17  |  4.5 KB  |  109 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!alsaggaf
  3. From: alsaggaf@athena.mit.edu (M. Saggaf)
  4. Subject: ANNOUNCE: Seyon 1.0 is out
  5. Message-ID: <1992Nov17.075629.2162@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: alfredo.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. Date: Tue, 17 Nov 1992 07:56:29 GMT
  10. Lines: 97
  11.  
  12. (The first time I sent this didn't seem to go through, sorry if you
  13. see it twice)
  14.  
  15. Version 1.0 of Seyon is out. You can get it from the usual place,
  16. sipb.mit.edu at pub/seyon (I tried to put it on sunsite also, but that
  17. directory doesn't seem to be writable anymore). This version corrects a
  18. couple of bugs and adds a few features. Refer to the change log below
  19. for a description of the changes since the last announced version
  20. (0.8). Seyon is now a complete communications package and many people
  21. have been using it on a daily basis with no problems. I'm indebted to
  22. everyone who sent in any bug report (not many, I'm happy to say) or a
  23. suggestion. Many of the features I added were first suggestions sent be
  24. somebody.
  25.  
  26. I have created a new channel on the linux mailing list called Seyon.
  27. This channel is for announcements, bug reports, bug fixes,
  28. suggestions, and general discussion about the use, development, and
  29. improvement of Seyon. To join send a message to
  30.  
  31.            linux-activists-request@joker.hut.fi
  32.  
  33. with the following as one of the headers:
  34.  
  35.             X-Mn-Key: join Seyon
  36.  
  37. That should do it. To get more information about how to use the
  38. mailing list and send to it, send a message to the above address with
  39. the single word 'help' as the subject and the body of the message.
  40.  
  41. The following is an introduction to Seyon, followed by the change log.
  42.  
  43. (IMPORTANT NOTE: starting with this version you have to do a 'make
  44. depend' before compiling Seyon.)
  45.  
  46. Introduction:
  47. =============
  48.  
  49.     This is Seyon, an X-based communication package that has its roots
  50.     in xcomm 2.2. Seyon is still in alpha, but is quite usable. It has
  51.     a descent dialing directory where hosts can be chosen by clicking
  52.     at them. Seyon has the same script language as xcomm 2.2, which is
  53.     quite good. Seyon avoids the problematic terminal emulation of
  54.     minicom and other communication programs by using xterm as its
  55.     terminal emulator. Hence, Seyon can emulate vt100 and color ANSI
  56.     (the latter only if color xterm is used). Some non-essential
  57.     features are still not implemented but will be in the near future.
  58.     If you use Seyon and like it, please let me know by email. This
  59.     will give me the incentive to continue maintaining it. Also let me
  60.     know how it works out whenever you upgrade to a new version.
  61.  
  62.     Please read the FAQ. I've put a lot of effort into making it
  63.     complete and up-to-date. It serves as the documentation for Seyon
  64.     (until a kind soul writes a good documentation for it).
  65.  
  66. Changes:
  67. ========
  68.  
  69. Version 1.0:
  70.     * Fixed a problem with the new dialer. Now the dialer should work
  71.       fine even if your modem behaves in a non-standard way.
  72.     * Added five new resources. these are connectString and
  73.       noConnectString[1|2|3|4]. You can set these up according to your
  74.       modem, but the defaults should work for most people. See the FAQ
  75.       for more info.
  76.     * The delete mode (backspace sends delete) now actually works.
  77.     * The dialer now gives more informative messages about what it's
  78.       is doing.
  79.     * Implemented the rtscts mode. Not sure if it works.
  80.     * Added a new 'refresh' button, to refresh (restart) the terminal.
  81.     * Added a new status bar, but not used yet.
  82.     * Fixed a bug in the terminal routine and removed the kludge
  83.       introduced in the previous version.
  84.     * Fixed another bug that used to start a stray CIS receive in the
  85.       terminal mode.
  86.     * Cleaned up the code a bit and added a few comments.
  87.     * Changed the default shape style (again!) to be more fun. 
  88.     * Added a meke depend target to the make file.
  89.  
  90. Version 0.85:
  91.     * Added the ability to send a break. You can do that via the
  92.       'Misc' button. 
  93.     * Corrected a bug in obtaining the dialer resources.
  94.     * Modified the dialing procedure (introduced in the new dialer) to
  95.       work on more modems.
  96.     * Added the ability to disable confirmation popus for hangup end
  97.       exit. You can set that via the resources. See the FAQ for more
  98.       info. 
  99.     * Removed XMODEM and Compuserve CIS from the code. Those should be
  100.       implemented though external programs.
  101.     * Added a kludge in the terminal routine to go about the linux new
  102.       FPU emulation problems with re-entrance.
  103.  
  104. --
  105. /M. Saggaf
  106.  alsaggaf@athena.mit.edu
  107.  
  108.  
  109.