home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / reader / sxr400 / whatsnew.400 < prev    next >
Encoding:
Text File  |  1993-10-23  |  13.9 KB  |  323 lines

  1.                 *-*-*-* Silver Xpress Mail System *-*-*-*
  2.              (c) copyright 1988-1993 by Santronics Software
  3.  
  4. Summary of changes, fixes, enhancements and new features since Silver
  5. Xpress version 3.02
  6.  
  7. ┌────────────────────────────────────────────────────────────────────────┐
  8. │ LEGEND:                                                                │
  9. │  FIX:  - means a bug or problem in logic was corrected.                │
  10. │  NEW:  - New feature added                                             │
  11. │  ENH:  - A bug or stable feature was enhanced for whatever reasons.    │
  12. │  CHK:  - Bug report check. Checked Out with no results.                │
  13. │  DOC:  - Information which will be added to the documentation.         │
  14. │                                                                        │
  15. │  NOTE: Unless otherwise stipulated, a RMODE or PMODE note will be used │
  16. │        to indicate REAL MODE ONLY or PROTECTED MODE only.              │
  17. └────────────────────────────────────────────────────────────────────────┘
  18.  
  19.  FIX: Xpress Forms binary dumps were not being displayed correctly.  This
  20.       screwed up some of the FORMS system.
  21.  
  22.  NEW: Added support for QWK/X (QWK Extended).
  23.  
  24.  FIX: Sysop substitution for echos.
  25.  
  26.  FIX: Fixed bug where QWK replies where losing tear lines on a reopen.
  27.  
  28.  ENH: Added recognition of keypad enter key for mail list.
  29.       The Message List window now has the following new keyboard behavior:
  30.  
  31.       EndKey     -  Move to Last Msg in Current Page
  32.       HomeKey    -  Move to First Msg in Current Page
  33.       Ctrl PgUp  -  First Message in List
  34.       Ctrl PgDn  -  Last Message in List
  35.  
  36.  FIX: XSESSION.DAT recovery file fix. Aborted session should be able
  37.       to recover now without losing REPLY FILES.
  38.  
  39.  NEW: "Kill Mail" pop up menu when ALT-K is hit while reading mail.
  40.  
  41.  NEW: Added new tokens to optional Manage Mail Commands
  42.  
  43.       %inbox  - substitutes inbound mail directory (backslash stripped)
  44.       %outbox - substitutes outbound mail directory (backslash stripped)
  45.  
  46.       This updates the XPRNAMER line in XPLANG.def (st_179) to:
  47.  
  48.       st_179 Re^Name Packet | W 5 5 75 17 XPRNAMER F%inbox\%opx
  49.  
  50.  NEW: Added support for substitution variables.
  51.  
  52.       Here is a complete summary of Xpress tokens which can be used
  53.       for taglines, signatures and reply headers.
  54.  
  55.       @UN@  Your name as it is known by the BBS
  56.       @UF@  Your first name as it is known by the BBS
  57.       @UL@  Your last name as it is known by the BBS
  58.       @AN@  Your Alias name as it is known by the BBS
  59.       @AF@  Your Alias first name as it is known by the BBS
  60.       @AL@  Your Alias last name as it is known by the BBS
  61.       @SN@  The sysop's name of the BBS
  62.       @SF@  The sysop's first name of the BBS
  63.       @SL@  The sysop's last name of the BBS
  64.       @TN@  Name of TO: Field of new message
  65.       @TF@  First Name of TO: field of new message
  66.       @TL@  Last Name of TO: field of new message
  67.       @FN@  Name of FROM: field of the new message
  68.       @FF@  First Name of FROM: field of the new message
  69.       @FL@  Last Name of FROM: field of the message
  70.       @AN@  Name of author in message you are replying
  71.       @AF@  First Name of author in message you are replying
  72.       @AL@  Last Name of author in message you are replying
  73.       @RN@  Name of recipient in message you are replying
  74.       @RF@  First Name of recipient in message you are replying
  75.       @RL@  Last Name of recipient in message you are replying
  76.       @TA@  Current Time, as in 1:23pm
  77.       @D@   Current Date, as in 20 Feb 92
  78.       @DD@  Current Day, as in 20
  79.       @DM@  Current Month, as in Feb
  80.       @DY@  Current Year, as in 92
  81.       @T@   Current Time, as in 23:59:00
  82.  
  83.       See REPLYHDR.LIS
  84.  
  85.  NEW: Tab Expansion when importing mail and when reading mail.
  86.  
  87.  NEW: Added color highlighting of found keywords after search.
  88.  
  89.  NEW: Added a F2 hit to the Easy Search System
  90.  
  91.       New configuration option to define a list file to select mail search
  92.       keywords or keyword file.  SEARCH.LIS
  93.  
  94.       Within list file, the following happens:
  95.  
  96.       Keyword FILE means to use the keywords in the file for a EASY search.
  97.       Xpress will wait until you hit F10 or OK before it begins searching.
  98.  
  99.       Keyword RULE means to use the file to define a detailed search.
  100.  
  101.       Other line is used as an EASY search string.  Xpress will wait
  102.       until you hit F10 or OK before it begins searching.
  103.  
  104.       Within a RULE file (*.MSR Mail Search Rule), the following syntax is
  105.       allowed:
  106.  
  107.          ; Comment card begins with a semicolon on the first column
  108.  
  109.          TO      <"string">  [[AND]|[OR]]
  110.          FROM    <"string">  [[AND]|[OR]]
  111.          SUBJECT <"string">  [[AND]|[OR]]
  112.          DATE    <"string">  [[AND]|[OR]]
  113.          TEXT    <"string">  [[AND]|[OR]]
  114.          ATTRIBUTE [CASE] [SELAREAS] [TAGMAIL] [SKIPREAD] [SKIPKILL] [MAILREAD]
  115.          OPERATOR [READ] [FILE <filename>] [KILL] [PRINT] [DOS <command>]
  116.          GO
  117.  
  118.       The GO keyword tells the search system to begin the search. Otherwise,
  119.       it will wait until you hit F10 or OK.
  120.  
  121.  NEW: New option to define the name of the STOLEN TAG LINE list file.
  122.  
  123.  NEW: Option to remove RE: keyword from reply messages.  See Reader/Viewer
  124.       options under configuration.
  125.  
  126.  FIX: FORMS PROCESSING, escaping from forms editor session did not send
  127.       abort flag to data entry.
  128.  
  129.  NEW: Add a FunKey <tm> (KeyStrokes which reduces stress)
  130.  
  131.       First FunKey<tm>  Press ALT-H at any point and find out!
  132.  
  133.  ENH: Better Quoter. Sometimes words were lost in intensive reparagraphing
  134.       of text.  Keeps paragraphs separate.
  135.  
  136.  NEW: Added a default SYSTEM PATH system in the FILES AND PATH option.
  137.       This is mainly used to define the location of a LIST FILE if one
  138.       is not found and you are put into edit mode.
  139.  
  140.  NEW: Added the ability to Edit Message Header in the Save Message
  141.       popup menu.
  142.  
  143.  ENH: Import file has a bad file name, Xpress took you straight to the
  144.       Save Menu.  Now Xpress will exit the create mail process.
  145.  
  146.  FIX: Xpress was not wrapping the reader width when there were no breaks (a
  147.       space) in a long line.  Xpress will now force the break at the
  148.       defined viewer width.
  149.  
  150.  ENH: Enhanced the file attached dialog.  Now Xpress will allow you to
  151.       change the target directory to move the files.  Note, XPLANG.DEF
  152.       was updated.  String 6 was removed, and new strings where defined.
  153.  
  154.  NEW: A better viewer for bulletins and file names.  You can now save or
  155.       print bulletins and new files listings.
  156.  
  157.  BUG: Fixed keystroke conflicts with Speech Friendly Interface.  Grammer
  158.       mode for SFI now uses:
  159.  
  160.        CTRL W  instead of W
  161.        CTRL P  instead of P
  162.        CTRL S  instead of S
  163.  
  164.  NEW: Added the O keystroke to Reply to Original Recipient.  This is
  165.       for the same mail forum only.
  166.  
  167.  ENH: Updated Remote Service Options for new Xpress 4.0x+ Doors.
  168.  
  169.  BUG: Speech Friendly Interface fixes:
  170.  
  171.        - Vocal eyes under protected mode was not working.  Fixed.
  172.        - The HELP Index from the main HELP option was not speaking.
  173.  
  174.  FIX: Fixed a bug where matrix mail was producing a ZERO for the node
  175.       when the address included a domain with a period in it.
  176.  
  177.  ENH: Major Enhancement in the speed of reading the QWK mail indices.
  178.       Test case was 10-15 seconds down to 3 seconds.
  179.  
  180.  ENH: Major Enhancement in the speed for displaying of message forums.
  181.       A packet with 1100+ areas displayed at 13 seconds.  With the
  182.       enhancement, it's down to .5 to 1 second!
  183.  
  184.  ENH: Better Memory Utilization with the REAL MODE READER only.
  185.  
  186.       Packets with large amount of areas took up far too much RAM to
  187.       allow much more to continue.  The real mode reader will now try
  188.       different approaches to provide enough memory for reading.
  189.  
  190.       If 1/2 of available memory is used up for mail area storage,
  191.       Xpress will try to use EMS (expanded memory).  If not enough EMS
  192.       memory is available or it is not installed, a virtual memory
  193.       disk file (VDK) will be used.
  194.  
  195.       If a VDK file is created, it can be rather large.  1100 areas will
  196.       yield about 184K file which would be the amount chewed up in memory
  197.       if we didn't do anything.  A new directory option is available to
  198.       define the directory location to store this file.  By default, it
  199.       will be stored in the WORK directory.  This file will be deleted
  200.       automatically.  In fact, you should not even be concerned about it
  201.       except that if you define a directory on a RAM drive, you have to
  202.       make sure it is large enough and it is not REMOVED accidentally.
  203.  
  204.       Using a large QWK test packet, I had extreme difficulty using the
  205.       normal official 3.02 reader (not a problem with PMODE of course).
  206.  
  207.       Now with this excellent enhancement, there is no problem with the
  208.       real mode reader.
  209.  
  210.  ENH: Added DIRECTMAIL attribute support for Form mail.
  211.  
  212.  FIX: Fixed a small bug where escaping from a view message mode, Xpress
  213.       would accidently exit the maintain mail logic losing any changes
  214.       you made.
  215.  
  216.  FIX: Fixed carbon copy bug.  If a cc message was created and HELD, the
  217.       copies were made and sent.  Now, no copies are made until the original
  218.       is modified and saved in the normal state.
  219.  
  220.  FIX: Fixed a bug where HOLDING a message created using a cross reply
  221.       would not be saved as a HELD message.
  222.  
  223.  FIX: Fixed a bug where if an unknown compressed file was going to be
  224.       opened, Xpress would not consistently report this fact correctly.
  225.       This would happen when a long inbound mail location was defined.
  226.       The basic problem was long messages trying to be displayed in a 1
  227.       line window.  Xpress will now show a message window as big as it
  228.       needs to be in order to display the message.
  229.  
  230.  FIX: Some QWK mail doors (newer ones) do not like a QWK reader passing
  231.       files other than the *.MSG file.
  232.  
  233.  FIX: Fixed a bug where Xpress was not parsing a MATRIX mail address
  234.       correctly when a DOMAIN address had a period included, ie.,
  235.       1:135/382@FIDONET.ORG.  Xpress was producing a 0 address node.
  236.  
  237.  NEW: A new Xpress "Expert" system was incorporated.  The Xpress Xpert
  238.       will give more detailed error reports when things happen and will
  239.       list possible solutions.  Xpert is also an "Adviser".  The Adviser
  240.       will be trained over time to better tell the user what his optimal
  241.       conditions are.
  242.  
  243.  NEW: No more counter limitations, no more features removed for
  244.       non-registration.  All we have now is your basic shareware registration
  245.       screen with a random "PRESS <fillin> KEY TO CONTINUE".  This will
  246.       occur when packets are opened.  NAG!
  247.  
  248.  ENH: Fixed up the ARCHIVER.DEF file to have your basic PKZIP definition
  249.       again like in the original 3.02 version.  I will not promote the DUAL
  250.       setup and strickly try to go with one ZIP.  I removed any WINDOWING
  251.       of archiver calls, added direct calls and in some cases added exec
  252.       swapping calls.  This will allow Xpress to get archiver error level
  253.       numbers to display if errors occur.  The user will GET a detail
  254.       expert explaination of what is happening if the system fails to
  255.       decompress a 2.04 packet with the user's 1.10 pkunzip.  It will tell
  256.       him exactly what I have told tons of user over the phone.  Get the
  257.       new PKZIP or use Exec Swapping.
  258.  
  259.  FIX: Sometimes kludge lines were showing up as 1 long line.  Fixed.
  260.  
  261.  NEW: New viewer system for bulletins and new files listing.  This system
  262.       allows you to print or save the information.  Supports ANSI!  Caution
  263.       must be made on printing ANSI on a printer.  See new internal viewer
  264.       hot key.
  265.  
  266.  NEW: New rename packet system under Packet Manage options.  Note,
  267.       Fred Merrick's utility is still included but is commented out.
  268.  
  269.  ENH: Enhanced the hot keys:
  270.  
  271.        1) New Internal Viewer Command with Hot Key ALT V.  If left blank,
  272.           the internal viewer will be called.  Xpress will prompt for file
  273.           name.  If you put a ? (question mark) for the program you
  274.           defined (VIEW.EXE ?), Xpress will prompt you for a file name.
  275.  
  276.        2) ALT J is left blank, Xpress will always do a swap to DOS.
  277.  
  278.        3) ALT E editor command.  If left blank, the internal editor will
  279.           will be called. Xpress will prompt for file name.  If you put a
  280.           ? (question mark) for the program you defined (Q.EXE ?), Xpress
  281.           will prompt you for a file name.
  282.  
  283.  ENH: Enhanced the packet manager menu option.  You can now pass %HOLD for
  284.       the current hold file.
  285.  
  286.  NEW: The off-line keyword configuration system for the Silver Xpress
  287.       Mail Door was changed to allow for unlimited keywords.  Note:
  288.       4.00 Xpress mail doors and below only support 20 keywords. 5.00
  289.       mail doors support unlimited keywords.
  290.  
  291.  ENH: Cleaned up the help system.
  292.  
  293.  FIX: Fixed Sysop Name Substitution.
  294.  
  295.  FIX: Fixed save menu mail header modification, entering and escaping
  296.       twice from it cleared the towhom and subject fields.
  297.  
  298.  NEW: You can now create and save RULE files in the Xpress search system.
  299.       F9 is the save key.
  300.  
  301.  FIX: Fixed up the space bar HELP for SFI users.
  302.  
  303.  ENH: Reader LOG file is now NUL by DEFAULT.
  304.  
  305.  ENH: Cleaned up the F1 help section when reading mail.
  306.  
  307.  ENH: Removed -TTY switch for SFI. To reset BIOS for Vocal Eyes, use SFI
  308.       environment string.  Consider this for protected mode.
  309.  
  310.  NEW: Added off-line config items:
  311.  
  312.          SEND REPLY RECEIPT FILE  YES/NO
  313.          SEARCH MESSAGE BODY      YES/NO
  314.  
  315.  FIX: Fixed up FORWARDING mail header format.
  316.  
  317.  NEW: Understands the new SX door XRECEIPT.DAT file system.  If any
  318.       XRECEIPT.D?? files are found in the INBOUND directory, the packet
  319.       manager will try to determine if the REPLY file was sent. The word
  320.       SENT is put in the placed of OLD? or NEW?  The user must have the SX
  321.       door option "Send REPLY receipt file" to get a Xpress receipt file.
  322.  
  323.