home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / READERS / YRN2_068 / CHANGES < prev    next >
Text File  |  1994-06-30  |  18KB  |  551 lines

  1. VERSION 0.68
  2.  
  3. - If mail filtering was enabled, the import program repeatedly displayed
  4.   the error message "Cannot create INBOX" when reading a download packet
  5.   containing many mail messages.
  6.  
  7. - Fixed wrapping of long address lists in To:, Cc: and Bcc: headers of
  8.   outgoing messages.
  9.  
  10. VERSION 0.67
  11.  
  12. - Added mail filter to import program.
  13.  
  14. - Added commands to newsgroup selection level
  15.     Key  Command
  16.      O   Save articles in newsgroup to folder
  17.      S   Save articles in newsgroup to file
  18.      W   Write articles in newsgroup to file without headers
  19.  
  20. - The yarnx.exe program did not output articles using BIOS when the
  21.   "speech=on" option was set.
  22.  
  23. - Include the original author's mail address in the attribution when
  24.   posting a follow-up.
  25.  
  26. - Check for write error when saving to file.
  27.  
  28. - Save to file command asks to append to or overwrite the file if it
  29.   already exists.
  30.  
  31. - Fixed memory fault when you type a key after selecting an item from
  32.   an F2 pick list.
  33.  
  34. VERSION 0.66
  35.  
  36. - The F3 command refused to add an entry to the address book if the alias
  37.   field matched the beginning of the address field.
  38.  
  39. - If the address book contained a very long address list, yarn overflowed
  40.   a memory buffer when you tried mailing to that list.  If the address
  41.   list is longer than 80 characters, the F2 pick list inserts the alias
  42.   instead of the address.
  43.  
  44. - Increased address field maximum length in an address book entry to 32000
  45.   characters.
  46.  
  47. - Now avoid writing long lines to the address book file by writing each
  48.   address in an address list on a separate line followed by the \ line
  49.   continuation character.
  50.  
  51. - Added CONFIG settings for save to file command:
  52.  
  53.   The save to file command writes this line at the start of each saved
  54.   message.  The default is to write no line at the beginning of the message.
  55.  
  56.       save-mail-header = Message %a of %C:
  57.  
  58.   The save to file command writes this line at the start of each saved
  59.   article.  The default is to write no line at the beginning of the article.
  60.  
  61.       save-news-header = Article %a of %C:
  62.  
  63. - To enable support for the ISO-8859/8 (Hebrew) character set, put the line
  64.  
  65.       charset = iso-8859-8
  66.  
  67.   in the CONFIG file and set the code page to 862.
  68.  
  69. - Added CONFIG option for visually impaired users.  Set
  70.  
  71.       speech = on
  72.  
  73.   to enable a speech friendly user interface.
  74.  
  75. - To show only certain message headers, put
  76.  
  77.       show = <header list>
  78.  
  79.   in the CONFIG file, where <header list> is a list of headers separated
  80.   by spaces.  If both "hide" and "show" settings are in the file, the
  81.   last one takes effect.
  82.  
  83. VERSION 0.65
  84.  
  85. - The "expire -r" command also deleted old articles from the history file.
  86.  
  87. - When sending a message, insert the configured From: header and discard
  88.   any changes made to the header while in the editor.
  89.  
  90. - The left and right arrow keys now move between the newsgroup selection
  91.   level, article selection level and article reading level.  Pressing
  92.   the right arrow key at the article reading level moves to the next
  93.   unread article.
  94.  
  95. VERSION 0.64
  96.  
  97. - The "expire -r" program corrupted the history file.
  98.  
  99. - Added PGP hooks.
  100.  
  101. - The timezone in the Date: header now accounts for daylight savings time.
  102.  
  103. - While entering a form field that asks for a mail address, the
  104.   selection of an entry from the address book using the F2 key now
  105.   inserts the address instead of the alias.
  106.  
  107. - By default, comments (parentheses and the text between them) are now
  108.   stripped from the To:, Cc: and Bcc:  headers of outgoing messages. To
  109.   leave the comments in, put this line in the CONFIG file:
  110.  
  111.       address-comments=on
  112.  
  113. VERSION 0.63
  114.  
  115. - The "expire -r" command hung if all articles in the news base were
  116.   marked as read.
  117.  
  118. - Catch up command at newsgroup selection level did not clear count
  119.   of unread articles.
  120.  
  121. - When saving to a folder, pressing the F2 key while entering the
  122.   folder name pops up a list of existing folders you can select from.
  123.  
  124. - Enable high intensity background colors.
  125.  
  126. VERSION 0.62
  127.  
  128. - Changed the command key mapping to eliminate Alt- keys.
  129.  
  130.   Newsgroup selection level
  131.     Old Key  New Key  Command
  132.      Alt-C      C     Mark all articles in newsgroup as read
  133.      Alt-F      F     List folders
  134.      Alt-M      M     Read/send mail
  135.      Alt-N      N     Next newsgroup containing unread articles
  136.      Alt-P      P     Previous newsgroup containing unread articles
  137.      Alt-R      R     List replies
  138.      Alt-S      +     Subscribe to newsgroup
  139.      Alt-U      -     Unsubscribe from newsgroup
  140.  
  141.   Article selection level
  142.     Old Key  New Key  Command
  143.      Alt-A      A     Post original article
  144.      Alt-C      C     Mark all articles in newsgroup as read
  145.      Alt-K      K     Mark articles in thread as read
  146.      Alt-O      O     Save articles in thread to folder
  147.      Alt-S      S     Save thread to file
  148.      Alt-U      U     Mark articles in thread as unread
  149.      Alt-W      W     Write thread to file
  150.  
  151.   Article reading level
  152.     Old Key  New Key  Command
  153.      Alt-C      C     Mark all articles in newsgroup as read
  154.        C        c     Cancel article
  155.        S        z     Supersede article
  156.  
  157. - When replying to a message, don't prompt the user for a destination
  158.   if the Reply-To: header is the same as the From: header.
  159.  
  160. - The reader program opens news base files in shared reading mode.
  161.  
  162. - The reader crashed when adding or modifying an address book entry
  163.   in 132 column display mode.
  164.  
  165. - Fixed the expire program which may go into an infinite loop when run
  166.   with no arguments to expire all newsgroups,
  167.  
  168. VERSION 0.61
  169.  
  170. - Leaving the replies list in yarnx resulted in a memory fault.  The
  171.   Watcom C++ compiler generated code that called destructors more
  172.   than once.
  173.  
  174. - A memory leak caused the cvt06 program to run out of memory when
  175.   converting a large news base.
  176.  
  177. - The expire program corrupted the history file when run with no
  178.   arguments to expire all newsgroups,
  179.  
  180. - When replying to a message, ask the user to select from a list of
  181.   destinations if the message has a Reply-To: header or was sent to
  182.   multiple recipients.
  183.  
  184. - While entering a form field that asks for a mail address, the
  185.   selection of an entry from the address book using the F2 key now
  186.   inserts the alias instead of the address.
  187.  
  188. - When adding an address book entry, truncate the alias at the first
  189.   word.
  190.  
  191. - Disable Ctrl-C from terminating the reader program.
  192.  
  193. - Added -s option to reader program to disable '!' shell command.
  194.  
  195. - Improved support for 132 column display modes.
  196.  
  197. VERSION 0.60
  198.  
  199. - The news base is incompatible with older versions of Yarn.  Run the cvt06
  200.   program to convert an existing old format news base to the new format.
  201.  
  202. - The expire program can delete articles from specific newsgroups.  It can
  203.   also delete read articles.
  204.  
  205. - The DOS protected mode version of the reader uses a different DOS
  206.   extender and has the new name yarnx.  The program requires the file
  207.   DOS4GW.EXE to be in a directory in the PATH.
  208.  
  209. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  210.   that is not in the active newsgroup list, it adds the newsgroup to the
  211.   user's subscription list.
  212.  
  213. VERSION 0.59
  214.  
  215. - The aliases file is now called the address book in the user manual.
  216.   The "aliases" configuration setting is renamed "address-book".
  217.   The default address book file is <home>\yarn\addrbook.
  218.  
  219. - Press the F2 key to edit the address book.  While entering a form
  220.   field that asks for a mail address, press F2 to pick a mail address
  221.   from the address book.  Press the F3 key to add the author of the
  222.   current message to the address book.
  223.  
  224. - Increased the speed of the import program by opening and closing the
  225.   new base files only as required.
  226.  
  227. - Do not quote forwarded messages.
  228.  
  229. - Delete reply packet file if the user deletes all messages from reply
  230.   packet.
  231.  
  232. VERSION 0.58
  233.  
  234. - Several users reported that when they try to send mail or news, the
  235.   DOS extender reader replaced the entire message with a single "Lines: "
  236.   header.  This problem does not happen with the real mode version. 
  237.   Until this problem is resolved, the real mode reader is should be
  238.   used by default and is named yarn.exe.  The DOS extender reader is
  239.   named yarn-x.exe.
  240.  
  241. - Changed the command key mapping.
  242.  
  243.   Newsgroup selection level
  244.              New Key  Command
  245.               Alt-C   Mark all articles in newsgroup as read
  246.  
  247.   Article selection level
  248.              New Key  Command
  249.               Alt-U   Mark articles in thread as unread
  250.  
  251.   Article reading level
  252.     Old Key  New Key  Command
  253.                 b     Scroll backward one page
  254.        j        k     Mark article as read
  255.        k        K     Mark articles in thread as read
  256.                 m     Mail article to someone
  257.        m        u     Mark article as unread
  258.                 U     Mark articles in thread as unread
  259.        z        S     Supersede article
  260.  
  261.   Mail reading level
  262.     Old Key  New Key  Command
  263.                 f     Post followup article
  264.        f        m     Forward message to someone
  265.        m        u     Mark message as unread
  266.  
  267. - The package now includes a batch file to install Yarn.  Also
  268.   introduced an adduser program to set up a user.
  269.  
  270. - Added yarn option -r to edit the reply packet.
  271.  
  272. - When the user replies to a mail message, it is flagged with the status
  273.   'A' in the message selection list.
  274.  
  275. - Fix: When importing messages that were read online with Pine, the
  276.   empty line that separates the header from the body was deleted.
  277.  
  278. - Fix: Yarn redirected the standard output of the spell program to
  279.   the null device.  Output from the ispell program was not visible.
  280.  
  281. VERSION 0.57
  282.  
  283. - The subscribe to newsgroup command (Ins) caused a memory fault in the
  284.   DOS extender version.
  285.  
  286. - Fixed To: header in outgoing mail messages to be compatible with uqwk
  287.   version 1.7.
  288.  
  289. - Removed X-Status: header from outgoing messages.
  290.  
  291. - If the body of an outgoing message contains non-ASCII characters, assume
  292.   the character set is ISO-8859/1 and add MIME headers.
  293.  
  294. VERSION 0.56
  295.  
  296. - The yarn program in the MS-DOS version now runs under a DOS extender.
  297.   Included yarn-rm, which is the reader program running in real mode.
  298.  
  299. - Also map ISO-8859/1 character set in article selection list and
  300.   editor.
  301.  
  302. - Display destination address/newsgroup in sent mail/news folder list.
  303.  
  304. - When replying to a mail message, copy the Cc: header from the
  305.   original message to the outgoing message.
  306.  
  307. - Set the Bcc: header in outgoing messages by putting the line
  308.  
  309.       Bcc=<addresses>
  310.  
  311.   in the configuration file, where <addresses> is a list of mail
  312.   addresses.
  313.  
  314. - Should only expand aliases in To:, Cc:, and Bcc; headers.
  315.  
  316. - Time zone field in Date: header of outgoing messages was incorrect
  317.   if the time zone was more than 9 hours from GMT.
  318.  
  319. - Do not load and save the newsrc file when yarn is run with the -f or
  320.   -m option.
  321.  
  322. - News format field in REPLIES file should be 'B'.
  323.  
  324. - To specify the maximum keep days for newsgroups added by the import
  325.   program, put the line
  326.  
  327.       max-keep=<n>
  328.  
  329.   in the configuration file, where <n> is the number of days.
  330.  
  331. - To specify a spell check program, put the line
  332.  
  333.       spell=<program> %f
  334.  
  335.   in the configuration file, where <program> is the program name.
  336.  
  337. VERSION 0.55
  338.  
  339. - The rmgroup command corrupted the active newsgroup file.
  340.  
  341. - For the MS-DOS version, fixed the overlay thrashing while scrolling
  342.   in the mail message selection level.
  343.  
  344. VERSION 0.54
  345.  
  346. - Added search commands to newsgroup selection level.  The '/', '?',
  347.   ';' and ':' commands search for a newsgroup name containing a
  348.   matching regular expression.
  349.  
  350. - Added search commands to article selection and article reading
  351.   level.  The '/', '?', ';' and ':' commands search for an article
  352.   containing a matching regular expression.  The 'g' and 'G' commands
  353.   search for a regular expression within an article.
  354.  
  355. - If the reader selects a newsgroup containing a huge number of articles
  356.   and there is insufficient memory to list every article, it displays
  357.   an error message and list a subset of the articles.
  358.  
  359. - Added 'q' command to go from article reading level to article
  360.   selection level (same as '=' command).
  361.  
  362. - Put the line
  363.  
  364.         next-screen-context-lines=<n>
  365.  
  366.   in the configuration file to redisplay the last <n> lines of the
  367.   previous screen when paging through an article.
  368.  
  369. - When displaying articles, the reader maps the ISO-8859-1 (ISO Latin 1)
  370.   character set to IBM code page 850 if the configuration file contains
  371.   the line
  372.  
  373.         charset=iso-8859-1
  374.  
  375. - The reader program displays "You have new mail" if the user has new
  376.   mail in the incoming message folder.
  377.  
  378. - The newgroup program accepts an optional third parameter, the
  379.   maximum number of days to keep an article.  If this is specified,
  380.   articles that have an Expires: header are kept only for this number
  381.   of days, instead of until the date specified in the header.
  382.  
  383. VERSION 0.53
  384.  
  385. - Added '!' command to run command shell.
  386.  
  387. - Mail aliases now stored in a separate file <user>\YARN\ALIASES.
  388.   To specify another aliases file, use the statement
  389.  
  390.         aliases=<file>
  391.  
  392.   in the CONFIG file, where <file> is the full path of the aliases file.
  393.  
  394. - Added -r option to import program, to import rnews batches.
  395.  
  396. - If you unsubscribed from the last newsgroup in the newsgroup selection
  397.   list, the highlight bar was positioned after the last newsgroup.
  398.  
  399. - Check return status from zip/unzip program when packing/unpacking
  400.   reply packet.
  401.  
  402. - The OS/2 import program changed the current working directory before
  403.   running unzip, which made unzip unable to find the packet file.
  404.  
  405. - If the import program read an article header exactly 511 characters
  406.   long, it incorrectly saw the end of the headers when it read the next
  407.   line.
  408.  
  409. VERSION 0.52
  410.  
  411. - Messages in reply packet can be modified.  Added the following commands:
  412.     Newsgroup selection level and folder selection level
  413.       Alt-R    List replies
  414.  
  415. - Changed keywords accepted by color statement in CONFIG file.
  416.       menu-short-cut         changed to  menu-hotkey
  417.       menu-select-short-cut  changed to  menu-select-hotkey
  418.  
  419. VERSION 0.51
  420.  
  421. - Display message count in folder selection list.
  422.  
  423. - The color statement in the CONFIG file accepts these additional keywords:
  424.       menu-border
  425.       menu-text
  426.       menu-select
  427.       menu-short-cut
  428.       menu-select-short-cut
  429.  
  430. VERSION 0.50
  431.  
  432. - Fix: The 'd' command to mark a mail message for deletion also tried to
  433.   post a followup to the message.
  434.  
  435. VERSION 0.49
  436.  
  437. - Added mail commands:
  438.     Message selection level
  439.       Alt-O    Save message to folder
  440.     Message reading level
  441.       F        Post followup, quoting original article
  442.  
  443. - Mark mail message for deletion after saving it to another folder.
  444.  
  445. - Save copy of sent articles in a folder by putting the line
  446.  
  447.       sent-news=POSTED
  448.  
  449.   in configuration file.
  450.  
  451. VERSION 0.48
  452.  
  453. - Can save messages to mail folders.
  454.   Added folder commands:
  455.     Newsgroup selection level
  456.       Alt-F    List folders
  457.     Article selection level
  458.       Alt-O    Save thread to folder
  459.     Article reading level
  460.       o        Save article to folder
  461.  
  462. - Moved incoming mail folder from <home>\YARN\INBOX to <home>\MAIL\INBOX.
  463.  
  464. - Save copy of outgoing mail messages in a folder by putting the line
  465.  
  466.       sent-mail=SENT
  467.  
  468.   in configuration file.
  469.  
  470. - Set the Cc: header in outgoing messages by putting the line
  471.  
  472.       Cc=<addresses>
  473.  
  474.   in configuration file, where <addresses> is a list of mail addresses.
  475.  
  476. - Added forward mail command ('f') to mail reading level.
  477.  
  478. - Added -q option to import program to disable article number output.
  479.  
  480. - Added rmgroup program to remove newsgroup from active newsgroup list.
  481.  
  482. - Fix: The reader did not allow the external editor to be run with any
  483.   command line options.
  484.  
  485. VERSION 0.47
  486.  
  487. - Fix: The file path passed to the editor should use \ as path separators.
  488.  
  489. - Disabled settings from environment variables USER and NAME.
  490.  
  491. - If set, the YARNRC environment variable specifies the configuration file
  492.   to read instead of the default <home>\YARN\CONFIG.
  493.  
  494. VERSION 0.46
  495.  
  496. - The import program now handles the SOUP message formats 'm', 'M' and 'B'.
  497.  
  498. - Reader displays a message line at the bottom of the screen showing
  499.   frequently used commands.  To turn off the message line, put
  500.  
  501.       message=off
  502.  
  503.   in the configuration file.
  504.  
  505. VERSION 0.45
  506.  
  507. - The Newsgroups: header is normally hidden unless the article is crossposted.
  508.  
  509. - Reader correctly displays headers that span multiple lines.
  510.  
  511. VERSION 0.44
  512.  
  513. - In the CONFIG file, colors for specific USENET headers are set using the
  514.   statement
  515.  
  516.         color header-<name> <fg> <bg>
  517.  
  518.   The color statement can also set window colors.
  519.  
  520. - The MS-DOS version is compiled for the 8086/8088 instruction set.
  521.  
  522. VERSION 0.43
  523.  
  524. - Specify mail address aliases in the CONFIG file using the alias statement.
  525.  
  526. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  527.   that is not in the active newsgroup list, it adds the newsgroup to the
  528.   active list.  The keep days for the added newsgroup is specified by the
  529.   "keep" setting in the CONFIG file.
  530.  
  531. - If free disk space runs lows while importing messages, the import program
  532.   aborts.
  533.  
  534. - Message headers containing tab characters where parsed incorrectly.
  535.  
  536. VERSION 0.42
  537.  
  538. - Reader subscribes to all active newsgroups if newsrc does not exist.
  539.  
  540. - Reader hides headers beginning with '\t' by default.
  541.  
  542. VERSION 0.41
  543.  
  544. - Fixed bug in the subject truncation routine that caused reader to hang on
  545.   subjects containing long words.
  546.  
  547. - At the end of the article, the reader shows the number of articles
  548.   remaining in the thread.
  549.  
  550. - Increased maximum subject length stored in index files to 127 characters.
  551.