home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff330.lzh / Vt100 / ReleaseNotes < prev    next >
Text File  |  1990-03-02  |  15KB  |  273 lines

  1. Release Notes:
  2. --------------
  3. v2.9 ?????? ACS - Many changes.  Highlights:
  4.     - Open information window at far right of main window.
  5.     - Remember last CD name, last script file name and the name of the last
  6.       file transferred.
  7.     - Support mouse location presentation including new MENU options in the
  8.       Utility menu (Mouse Up and Mouse Dn), new F-key command "F M" to
  9.       set the mouse introducer and some ELISP code to allow GNU EMACS to
  10.       make use of the mouse.  Compliments of: Mike (I'll think of something
  11.       yet) Meyer <mwm@violet.berkeley.edu> and Mic Kaczmarczik
  12.       (mic@emx.cc.utexas.edu).
  13.     - Correctly handles multiple menu selections at once.
  14.     - New command: AUTOCHOP (with companion shortcut) to enable/disable
  15.       XMODEM auto-chop code.
  16.     - New command: RX which will invoke an AREXX macro (if compiled with
  17.       AREXX defined AND you have AREXX).  Companion shortcut.  Unrecognized
  18.       commands are automatically sent to AREXX.
  19.     - XMODEM now uses a larger buffer (4K) so it won't write to disk so
  20.       often.
  21.     - New command: EXTERNAL which allows specification of an external (to
  22.       VT100) program which is to handle file transfer.  XPROTO command can
  23.       select an EXTERNAL protocol as the default.  Note that this is NOT
  24.       support or external protocol libraries -- that will come in a later
  25.       release.  Along with this I'm, distributing a modified version of
  26.       Frank Anthes' sz/rz port to the Amiga.
  27.     - Added a RexxSamples directory to the distribution.
  28.     - A500/A2000 users can use ()*/ on their keypad as F1-F4.
  29.     - New command: FONTSIZE.  User may now specify the size of the font to
  30.       be used...you're no longer restricted to 8x8.  Still doesn't handle
  31.       proportional fonts.
  32.     - New, optional, kermit routines: kermitproto.[ch] and newkermit.c
  33.       courtesy of Steve Walton.  You may use these routines in place of
  34.       the original kermit.c
  35.     - Should compile under Lattice 5.02 with few error messages.  REMEMBER
  36.       TO CHANGE THE DEFINE IN VT100.H!!!
  37.     - New command: MSG allows user to display text in the info window.
  38. v2.8 880117 ACS - Info/Status window automatically deselected.
  39.     - 1st menu item re-worked.  Now the user need only choose Send,
  40.       Receive, Kermit Get, Kermit Bye and Capture.  Protocol to send or
  41.       receive is selected via the 1st sub-menu from the 1st menu item.
  42.     - New command: XPROTO XMODEM | XMODEMCRC | ASCII | KERMIT to select
  43.       transfer protocol via scripts.
  44.     - User may capture simultaneously with sending or receiving via
  45.       a different protocol by using the Capture menu item.  This item
  46.       changes to Capturing when capture is in effect.
  47.     - Kermit will transfer long packets (up to 1000 bytes).  New cmd:
  48.       "KMAXPACK n" sets maximum packet length to n bytes.  Remember to
  49.       increase your send and/or receive timeouts on your host!!!
  50.     - Added insert/delete character to the recognized escape sequences.
  51.       ESC [ n @ inserts n characters, ESC [ n P deletes n characters
  52.       (thanks to John Wang (jwang@ATRP.MEDIA.MIT.EDU)).  He suggests 
  53.       using the following termcap:
  54.       CA|vt100|amiga|Amiga termcap:al=\E[L:AL=\E[%dL:am:bl=^G:bs:cd=\E[J:\
  55.         :ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:cr=^M:cs=\E[%i%d;%dr:\
  56.         :dc=\E[P:DC=\E[%dP:dl=\E[M:DL=\E[%dM:do=^J:ho=\E[H:\
  57.         :is=\E[1;24r\E[24;1H:ic=\E[@:IC=\E[%d@:kb=^H:kd=\E[B:\
  58.         :ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:ku=\E[A:k1=\EOP:\
  59.         :k2=\EOQ:k3=\EOR:k4=\EOS:le=^H:li#24:mb=\E[5m:md=\E[1m:me=\E[m:\
  60.         :mr=\E[7m:nd=\E[C:pt:rc=\E8:rf=/usr/lib/tabset/vt100:\
  61.         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
  62.         :sf=^J:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:vc#16:vt#3:xn:
  63.     - Fixed scroll regions.  Now will not wrap-around out of a scroll
  64.       region. (thanks to Tad Guy (ames!xanth.cs.odu.edu!tadguy))
  65.     - Fixed the FileLock() problem (thanks to many!).
  66.     - The "nagging requester" bug was a bug in *my* code (gasp!).  Thanks
  67.       to Joel Swank (joels@tekred.TEK.COM) for finding and squashing it!
  68.     - Fixed overzealous xmodem chopping.  It now strips contiguous
  69.       strings of nulls OR Ctrl-Z (not a mixture) and will avoid writing
  70.       anything if they were all chopped.  Thanks to Wayne Davison
  71.       (drivax!davison--I only had to modify it a little, Wayne).  Also,
  72.       when sending, it now sends a stream of nulls OR Ctrl-Zs, whichever
  73.       is NOT the last character.
  74.     - Removed an extraneous continue in readchar().  Thanks to someone!
  75.       (Sorry, I lost your name and address.)
  76.     - Now uses the default keymap.  All of the old mappings have been
  77.       retained (e.g. Ctrl-2 generates Ctrl-@, Ctrl-6 generates Ctrl-^,
  78.       ALT acts as META key (i.e. sets the high-order bit)).  Note,
  79.       however, that your keymap may preclude the use of the ALT key if
  80.       dead keys are defined.  A future version will support specification
  81.       of a keymap different from the system map.
  82.     - New commands: SENDF file-spec and REC file which will send/receive
  83.       via the default XPROTO setting.  You still have XS, KR, etc.
  84.     - New command: FONT font-name.  Allows the user to specify which
  85.       8-point font to use.  If you want to use your new whippy-font, sau
  86.       FONT whippy-font.  These must be 8-point fonts for now!
  87.     - Saying LINES 0 will use all available lines on the screen (useful
  88.       to you MoreRows groupies).
  89.     - P_unit may be changed in vt100.c to specify a different unit of
  90.       the serial.device to use (for expansion serial ports).  As of this
  91.       writing there are no expansion serial devices...this is just in
  92.       preparation for the future.  Also provided a new INIT command:
  93.       UNIT which accomplishes the same result.
  94. v2.7 870825 ACS - Requester is only used for input.  A new window (the
  95.       Info/Xfer Status window) now shows what used to go there and the
  96.       requester now comes up in this window.  The window is sizable,
  97.       draggable, closeable and front-to-backable; when re-opened it
  98.       will appear in its last location with its last dimensions.  The
  99.       window ignores input but will become active when it's first
  100.       displayed as well as when a requester is put up in it.  To
  101.       cancel a transfer request, first ensure that the mail VT100
  102.       windiw is active then hit ESC in it.
  103.     - KERMIT mode has been hardened and wildcarded files can be sent
  104.       to a KERMIT that is *not* in server mode.  E.g. you may say
  105.       RECEIVE to your host's KERMIT then send Foo* -- all files
  106.       starting with Foo in the current directory will be sent.
  107.     - New command line switches -i and +i.  -I says don't use an init
  108.       file, +i file says use "file".  User may also specify script
  109.       files on the command line which will be executed in sequence.
  110.     - New init file command SHORTCUT.  See vt100.doc.
  111.     - I've included the font code.  It looks for an env variable named
  112.       "font" (yes, lowercase) and, if found, uses that font for its
  113.       test.  If you don't like it you may wanna remove it.  I was gonna
  114.       ifdef it but I ran out of time.  Remember that there's a PD set
  115.       cmd to allow Lattice users to set env vars.
  116.     - Nagging bug: On 2nd and subsequent uses of the requester, the
  117.       1st character of the last use is redisplayed.  Intuition bug?
  118. v2.6 870227 DBW - bug fixes for all the stuff in v2.5
  119.     - Input requestors are now self selecting (ignore comment in 2.5)
  120.     - Added a BS<->DEL menu item and startup option (SWAP ON/OFF)
  121.     - Renamed dopen/dnext/dclose to diropen/dirnext/dirclose for LATTICE
  122.     - Added a CONVERT option that tells whether KERMIT should downcase
  123.     - MAJOR CHANGE: re write the INPUT/SCRIPT commands, see VT100.DOC
  124.     - Fixed a major problem with Set Directory causing LOCK conflicts
  125.     - Moved the Title up 1 pixel so that it doesn't get cut off anymore
  126. v2.5 870214 DBW - more additions (see readme file)
  127.     - All prompting now done through a string requester/gadget.
  128.       NOTE: YOU MUST SELECT THE INPUT STRING OF THE REQUESTER BEFORE
  129.         YOU CAN TYPE A RESPONSE.
  130.     - Local echo mode added (half duplex for Carolyn)
  131.     - BEEP command added to SCRIPT
  132.     - New menu/init/script items:
  133.         CLEAR SCREEN    - clears the screen
  134.          ECHO        - turns on/off half duplex mode
  135.         WRAP        - turns on/off autowrap on long lines
  136.         NUMKEY        - turns on/off numeric keypad mode
  137.         APPCUR        - turns on/off application cursor mode
  138.     - Rewrote toasc() to use qualifier field (no more getting the
  139.       keyboard "stuck")
  140.     - Fixed locking of directories (should now run under workbench ok)
  141.     - Cleaned up VT100.H to really check includes on compile
  142.     - Setting font explicitly to TOPAZ 8 (no more dumb assumptions)
  143.  
  144. v2.4 861214 DBW - lots of fixes/additions
  145.     - Beep should now work under Lattice
  146.     - CreatePort now passes longs (as it should always have)
  147.     - Nested comments in KERMIT.C removed
  148.     - Beep volume of 0 (DisplayBeep) now works
  149.     - snum[] declaration in KERMIT.C fixed
  150.     - multi_xfer is now void and return fixed (in kermit)
  151.     - "." can no longer get "stuck" as the break key
  152.  
  153.     - RIGHT-AMIGA-keys have been added for most menu items
  154.     - The ALT key is now an EIGHTth bit shifter
  155.     - Control-@, Control-2, Control-space send the NULL character
  156.     - Control-6 now sends Control-^
  157.     - Control-- and Control-? now sends Control-_
  158.     - Cursor application mode (<esc>[?1h and <esc>[?1l) now work
  159.     - XMODEM now masks the eighth bit if parity is other than NONE
  160.  
  161. v2.3 861101 DBW - minor bug fixes:
  162.     - added p_wbcolors to allow workbench colors on custom screen
  163.       (In the init file you can specify WBCOLORS to be NO (use color
  164.        definitions in INIT FILE or VT100.H) or YES (use WORKBENCH
  165.        colors for everything)).
  166.     - "$" now sends a kermit-bye (like it says in VT100.DOC).
  167.     - made window/screen heights more reasonable
  168.     - Added ANSI insert line and delete line (<csi><num>L and
  169.       <csi><num>M) to speed up various editors (like emacs).
  170.       NOTE: This is NOT a VT100 sequence (new extension).
  171.     - ctrl-space now also sends a null (along with ^@ and ^`)
  172.     - RAWKEY fixed in WINDOW.C
  173.     - p_wrap fixed in WINDOW.C
  174.     - removed WRDMAX from VT100.H
  175.     - fixed exit with no params in SCRIPT.C
  176.     - fixed parity comparisons in KERMIT.C
  177.     - init file [n+1] changed to [nplus1] to make Lattice happy.
  178.     - cursoron(), cursoroff() changed to one routine cursorflip().
  179.     - long lines shortened to less than 80 characters (for gateways).
  180.     - blanks following exit (or comments) now work in scripts.
  181.  
  182. v2.2 861012 DBW - more of the same:
  183.     - The INIT file "exit" can now chain to a script
  184.     - The SCRIPT command "exit" can now chain to another script
  185.     - Hangup menu item now works.
  186.     - Autowrap can now be set from VT100.H, VT100.INIT (<esc>[?7h l)
  187.     - Control-G is now handled with an audible beep
  188.     - Script now used "^chr" to send control characters
  189.     - The graphics "box" character (a) was added
  190.     - Control-@ and Control-` now send the NULL character
  191.     - Alternate color for BOLD has been re-instated by popular demand
  192.     - Menus have been cleaned up.
  193.     - Lattice compilation cleaned up.
  194.     - No more wordsize parameter since PARITY takes care of all cases
  195.     - Function keys can now call scripts
  196.     - Double shift keys are now handled correctly.
  197.     - Version has been added to the title bar (for bug reports).
  198.  
  199. v2.1 860915 DBW - new features / bug fixes
  200.     - Now identifies as a VT100 (including the response to <esc>Z)
  201.     - Cursor color now gets read in as hex (instead of decimal)
  202.     - REPORTMOUSE taken out of definitions (not needed)
  203.     - XON/XOFF now being handled by the device driver instead of me
  204.     - Literal escape characters have been replaced with \033
  205.     - At init time the user can now specify the input BUFFER size
  206.       (typically between 512 and 2048 bytes) depending on baud rate
  207.     - Script files are now case insensitive for commands
  208.     - XMODEM now turns off the driver XON/XOFF during transfers
  209.     - Graphic rendition now done by the OS instead of me.
  210.     - Initialization files are now searched for in S: instead of C:
  211.     - Forward GOTO bug fixed in the script package.
  212.     - Keypad can now be used in both numeric and application mode
  213.     - General purpose cleanup() routine added for all exits.
  214.     - Utility menu added (sendbreak, hangup, change directory).
  215.       NOTE: hangup is not implemented yet.
  216.     - Full wild card support in file transfers (see vt100.doc).
  217.     - Kermit cleaned up with better filename handling (from host).
  218.     - Script now has CD (changed directory) and SB (send break) commands
  219.     - Added Parity and Wordsize choices in VT100.H, VT100.INIT, menu
  220.       and scripts. (Generates parity from a table).
  221.     - Added 8th bit quoting in KERMIT when using 7 bit words (ODD or
  222.       EVEN parity).
  223.     - Break time can be set from VT100.H, VT100.INIT or a script file.
  224.     - Transfer mode (image or CRLF) can now be set from a script file.
  225.     - Control characters in escape sequences now act like a true VT100.
  226.     - F10 now works from init files.
  227.     - Right (or Left) AMIGA with period (".") sends a BREAK to the host
  228.       from the keyboard.
  229.     - XMODEM status kept down to one line for a file transfer.
  230.  
  231. v2.0 860823 DBW    - Major rewrite:
  232.     - Emulator now compiles under either MANX or LATTICE by defining
  233.       the appropriate compiler type in VT100.H.
  234.     - Sped up code to an effective baud rate of (about) 8k. This means
  235.       that clear text at 4800 baud should be no problem.
  236.     - Added XON/XOFF generation so that characters should not get lost
  237.       any more at 9600 baud (when receiving clear text).
  238.     - Got rid of all command line switches and environment variables.
  239.       Instead upon invocation the program searches first for any file
  240.       named on the command line, then looks for VT100.INIT in the
  241.       current directory and finally searches for C:VT100.INIT.
  242.       All parameters can be set in the init file, and a sample VT100.INIT
  243.       is provided in VT100.DOC that shows all possible options.
  244.     - All parameters that are set by VT100.INIT are defined in VT100.H
  245.       (variables starting with "p_"). This allows you to compile your
  246.       own defaults into the code.
  247.     - You can now set the number of lines (for all you EMACS freaks :-).
  248.       On an interlaced screen this gives you upto a 48 line terminal.
  249.     - WORKBENCH colors are NEVER touched.
  250.     - In an attempt to keep the size down, the color palette menu item
  251.       has been removed (current). Code is about 36K in size with a
  252.       run time image (using workbench screen) of about 88k.
  253.     - Many bugs fixed including reverse scrolling with descenders,
  254.       reverse video at end of line, clearing with scrolling regions,
  255.         ... and 20 or more others.
  256.     - File capture now no longer sends the filename to the host.
  257.     - BOLD (<esc>[1m) has now been added by using an additional color
  258.       when you specify a depth of 2 (instead of 1) bitplane.
  259.     - UNDERLINE (<esc>[4m) has now been added.
  260.     - The handling of remote (host) escape sequences has been completly
  261.       re-written (thanks to Dawn Banks for all the work).
  262.     - Function keys (and shifted function keys) can now be bound to
  263.       arbitrary strings (Jim Ravan gets his macros). See VT100.DOC
  264.       for details.
  265.     - Cursor has no been reduced to the size of a normal character for
  266.       easier readability.
  267.     - XMODEM has been improved (by Steve Drew) to use a timer device
  268.       (for timeouts) and to abort immediately if the user types <ESC>.
  269.     - KERMIT has been completely re-written and appears to work fine,
  270.       thanks to the efforts of Steve Drew.
  271.     - New menu item allows script file support. Module written by
  272.       Steve Drew. See VT100.DOC for details.
  273.