home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / yrn2_090.zip / CHANGES < prev    next >
Text File  |  1996-02-05  |  32KB  |  962 lines

  1. VERSION 0.90
  2.  
  3. - The news spool file format has changed.  It is not compatible with
  4.   previous versions of Yarn.  Run the cvt09 program to convert an existing
  5.   old format news base to the new format.
  6.  
  7. - Now decode quoted-printable in the reply and followup functions.
  8.  
  9. - Now display messages in the character set specified by the "charset"
  10.   config setting if the Content-Type or charset header is missing.
  11.  
  12. - When sending an e-mail reply to the author of a USENET article, the
  13.   reader program now inserts an X-Newsgroups line instead of a Newsgroups
  14.   line into the message header.
  15.  
  16. - Now pass only the message body to the spell check program.
  17.  
  18. VERSION 0.89
  19.  
  20. - The built-in viewer now displays MIME messages with
  21.   Content-Type: text/plain and Content-Transfer-Encoding: quoted-printable.
  22.  
  23. - Added config setting to control quit confirmation.
  24.  
  25.     # Ask user for confirmation before exiting news reader.
  26.     confirm-quit = on
  27.  
  28. - Now save calculated scores to avoid recalculating them the next time
  29.   your read a newsgroup.  All articles in a newsgroup will be rescored
  30.   if you change the score files.
  31.  
  32. - Fix: Scores were not calculated for articles marked as read when using
  33.   the V command.
  34.   
  35. VERSION 0.88
  36.  
  37. - Now ask the user for confirmation before exiting the reader program.
  38.  
  39. - Changed configuration file settings:
  40.  
  41.     # default sort criterion for article selection list
  42.     # (one of arrival, subject, score,arrival or score,subject)
  43.     sort-by = arrival
  44.  
  45. - Fix: Outgoing messages may be corrupted when you edit replies.
  46.  
  47. - Fix: The uudecode function left a file open.
  48.  
  49. VERSION 0.87
  50.  
  51. - Added uudecode function.  Commands changed as follows:
  52.  
  53.     Article selection level and article reading level
  54.       B  Extract uuencoded file from current article
  55.  
  56.     Message selection level and message reading level
  57.       B  Extract uuencoded file from current article
  58.       E  Resend message
  59.  
  60. - Added save-directory config setting which specifies the directory where
  61.   articles are saved.
  62.  
  63. - Search expressions in score files are now plain string matches by default.
  64.   Use the keyword "pattern" to specify a regular expression.  For example
  65.  
  66.     -1 pattern Subject: \bFA\b
  67.  
  68. - Fix: The reader now silently ignores invalid regular expressions in
  69.   score files instead of aborting the program.
  70.  
  71. - Fix: When viewing a folder, the message list had garbage score values.
  72.  
  73. - Fix: Sort articles by subject didn't work.
  74.  
  75. VERSION 0.86
  76.  
  77. - Added support for score files.  The ENGLISH.DOC file explains how to use
  78.   score files.  Added new commands:
  79.  
  80.     Newsgroup selection level
  81.       E  Edit global score file
  82.  
  83.     Article selection level and article reading level
  84.       E  Edit newsgroup score file
  85.  
  86.   Changed configuration file settings:
  87.  
  88.     # default sort criterion for article selection list
  89.     # (one of arrival, subject or score)
  90.     sort-by = arrival
  91.  
  92.     # default display format of article selection list
  93.     # 0 = Subject, From
  94.     # 1 = Subject, From, Score
  95.     # 2 = Subject, From, Lines
  96.     # 3 = Subject
  97.     message-list-format = 0
  98.  
  99. - Changed message quoting configuration settings:
  100.  
  101.     # prefix inserted before quoted lines when you reply or followup
  102.     reply-quote=>
  103.  
  104.     # Message lines beginning with any of these characters are shown as quoted.
  105.     quote=>|:
  106.  
  107. - When removing deleted messages from a folder, the file is now updated in
  108.   place instead of writing a temporary copy of the file.
  109.  
  110. - Fix: The B (resend) command can now resend USENET articles from the POSTED
  111.   folder.
  112.  
  113. - Fix: The B (resend) command removed any MIME attachments on resent messages.
  114.  
  115. - Fix: The mail encryption function did an invalid memory access when the
  116.   recipient's full name was not specified on the To header.
  117.  
  118. - Fix: The import program didn't clean up the temporary work directory when
  119.   importing SOUP packets with the -n option.
  120.  
  121. VERSION 0.85
  122.  
  123. - Replaced the mkhist program with the rebuild program, which can reconstruct
  124.   the overview files in addition to the history file.
  125.  
  126. - Changed the behaviour of the B resend command in the reader.  The program
  127.   now asks you for the mail address where the message will be resent.
  128.  
  129. - Instead of the recipient's email address, the recipient's full name is
  130.   now passed as the public key ID to PGP.
  131.  
  132. - Added -u option to import program to import unpacked SOUP files from the
  133.   current directory.
  134.  
  135. - Renamed the "message" configuration setting to "status-line".
  136.  
  137. - Fix: The expire program deleted articles that didn't have exactly one
  138.   space separating the Message-ID: header from the value.
  139.  
  140. - Fix: The filter rule file wasn't updated after deleting a filter rule.
  141.  
  142. VERSION 0.84
  143.  
  144. - The reply to all recipients option in the mail reply function now puts
  145.   the author of the original message on the To: line and all other
  146.   recipients of the original message except the user on the Cc: line.
  147.  
  148. - Now the folder list doesn't count the number of messages in each folder
  149.   until you view the folder.
  150.  
  151. - Added | command at the article selection and article reading level to
  152.   run a program, piping the article into the program's standard input.
  153.   If you put %f on the command line, it is replaced with the name of
  154.   a temporary file containing the article, and the article will not be
  155.   piped into the standard input.
  156.  
  157. - The MS-DOS yarn.exe program is now compiled with Borland C++ 4.5 to use
  158.   overlays.  Thanks to Chris Szurgot <szurgot@infi.net> for compiling it.
  159.   I know it's now slower than the previous version, but overlays with C++
  160.   templates don't work in Watcom C++ 10.0b.
  161.  
  162. - Fix: The MS-DOS import.exe program could not handle wild card file names.
  163.  
  164. - Fix: Corrected memory access violation bugs in yarn.exe and filter.exe.
  165.  
  166. - Fix: The Enter key on the numeric keypad was ignored.
  167.  
  168. VERSION 0.83
  169.  
  170. - Fix: The $HOME\yarn\readart dbm file was not closed on exit, resulting
  171.   in lost clusters.
  172.  
  173. - Fix: Disabled the L command while listing the MAILED and POSTED folders.
  174.  
  175. VERSION 0.82
  176.  
  177. - Fix: The Send menu option was not available when editing a reply.
  178.  
  179. - Fix: The address book was not sorted and was not being saved to disk.
  180.  
  181. - Fix: Saving to the printer device with the OS/2 version resulted in a
  182.   write error.
  183.  
  184. VERSION 0.81
  185.  
  186. - Added configuration settings.
  187.  
  188.     # default sort criterion for article selection list
  189.     # (one of arrival or subject)
  190.     sort-by = arrival
  191.  
  192.     # default display format of article selection list
  193.     # 0 = Subject, From
  194.     # 1 = Subject, From, Lines
  195.     # 2 = Subject
  196.     message-list-format = 0
  197.  
  198. - Added DOS protected mode version of expire program to MS-DOS distribution.
  199.   Try the expirex.exe program if the DOS real mode expire.exe program runs
  200.   out of memory.
  201.  
  202. - Fix: The MS-DOS version of import.exe and yarn.exe failed to run external
  203.   programs if the program name did not include a file extension.
  204.  
  205. - Fix: The screen output from the MS-DOS yarn.exe program was invisible on
  206.   monochrome display adapters.
  207.  
  208. VERSION 0.80
  209.  
  210. - The overview file format has been changed.  It is not compatible with
  211.   previous versions of Yarn.  Run the cvt08 program to convert an existing
  212.   old format news base to the new format.
  213.  
  214. - Added new commands
  215.     Newsgroup selection level
  216.       I  List incoming mail
  217.       M  Send mail message
  218.  
  219.     Article selection level
  220.       L  Toggle short, medium or long subject list
  221.       M  Send mail message
  222.       T  Sort threads by arrival or subject order
  223.       V  Toggle listing of all articles or unread articles
  224.  
  225.     Article reading level
  226.       M  Send mail message
  227.       Z  Supersede current article; copy original article into editor
  228.  
  229. - MIME message decoding is supported using metamail.  If you put the setting
  230.  
  231.       decode-mime=metamail %f
  232.  
  233.   in the configuration file, then the reader runs metamail to process MIME
  234.   messages.
  235.  
  236. - The default selection in the "Cancel, Edit, Check spelling, Send" menu
  237.   is now "Send".
  238.  
  239. - Added $YARN\global configuration file containing default settings for
  240.   all users.
  241.  
  242. - Fix: The program messed up quoted address comments containing commas in
  243.   outgoing messages.
  244.  
  245. VERSION 0.79
  246.  
  247. - The expire program now handles a corrupted spool file by skipping to the
  248.   next valid article in the file.
  249.  
  250. - Try an updated version of the PMODE/W DOS extender for the yarnx.exe
  251.   program.  This version doesn't seem to have memory corruption problems.
  252.  
  253. - Fix: The OS/2 version of the import program assigned incorrect article
  254.   expiry dates.
  255.  
  256. VERSION 0.78
  257.  
  258. - The newgroup program adds new newsgroups to the user's newsrc file.
  259.  
  260. - Fix: The OS/2 version of the import program incorrectly calculated the
  261.   available disk space.
  262.  
  263. - Fix: Saving to the printer device with the OS/2 version resulted in a
  264.   write error.
  265.  
  266. - Fix: The reader violated the "Good Net Keeping Seal" by not requiring a
  267.   Subject for posts.
  268.  
  269. VERSION 0.77
  270.  
  271. - The expire program now must be run with the -o command line option
  272.   to expire old articles.
  273.  
  274. - Added -q quiet mode option to expire program.
  275.  
  276. - Changed the DOS extender for the yarnx.exe program back to DOS4/GW.
  277.   PMODE/W corrupted memory after spawning external programs.
  278.  
  279. VERSION 0.76
  280.  
  281. - The LOGDIR environment variable sets the home directory.  If LOGDIR is
  282.   not defined, the HOME environment variable sets the home directory.
  283.  
  284. - Instead of the recipient's email address, the recipient's full name is
  285.   now passed as the public key ID to PGP.
  286.  
  287. - The yarnx.exe program now uses a different DOS extender that does not
  288.   require the DOS4GW.EXE file.
  289.  
  290. - Fix: The import program still corrupted the history file after running
  291.   the "expire -r" command.
  292.  
  293. VERSION 0.75
  294.  
  295. - The expire program requires less free disk space for its temporary
  296.   working files.
  297.  
  298. - Fix: The import program corrupted the history file after running the
  299.   "expire -r" command.
  300.  
  301. VERSION 0.74
  302.  
  303. - The mail filter can only search any header or the message body.
  304.  
  305. - Folder files are now rewritten only if any message in the folder is
  306.   marked for deletion, otherwise the message status flags are updated
  307.   in place.
  308.  
  309. - Added configuration file settings for followup and reply attributions.
  310.  
  311. - When posting a followup article, wrap lines of References: header at
  312.   80 columns.
  313.  
  314. - Added Ctrl-G command at article reading level to search the article
  315.   for the next line beginning with "Subject:".
  316.  
  317. - Now process Supersedes: header in USENET articles.  The reader program
  318.   does not list superseded articles and the expire program deletes
  319.   superseded articles.
  320.  
  321. - Fix: The expire -r command caused a memory access violation when
  322.   expiring articles that don't have a Newsgroups: header in
  323.   pseudo-newsgroups.
  324.  
  325. VERSION 0.73
  326.  
  327. - Fix: The expire -r command corrupted the news base.
  328.  
  329. - Fix: Memorized keyword search truncated the search expression to the
  330.   keyword file name length.
  331.  
  332. - Fix: If an article's References: header was continued over more than
  333.   one line, only the first line was read.
  334.  
  335. - Fix: Save thread to file function did not write user defined header at
  336.   beginning of each article.
  337.  
  338. VERSION 0.72
  339.  
  340. - Pressing the Esc key at the article reading level now returns you to
  341.   the article selection level.  The 'q' key now returns you to the
  342.   newsgroup selection level.
  343.  
  344. - Added memorized keyword search.  In the search functions, enter
  345.   @filename for the search text to match any of the keywords listed
  346.   in the file.  The file should list one keyword per line.
  347.  
  348. - The import program now returns errorlevel 1 if the SOUP file could not
  349.   be unpacked.
  350.  
  351. - Fix: The import program inserted an extraneous / path separator if the
  352.   TMP environment setting ended with a \.
  353.  
  354. - Fix: After the expire program deleted all the articles in a newsgroup,
  355.   the reader program reported 1 unread article in the newsgroup.
  356.  
  357. VERSION 0.71
  358.  
  359. - When sending a USENET post containing a Cc: header, a copy of the
  360.   message with the Cc: replaced with To: is also sent as mail.
  361.  
  362. - Fix: The import program inserted an extraneous \ path separator if the
  363.   TMP environment variable was set to the root directory.
  364.  
  365. - Fix: The yarn program corrupted the user's newsrc file if it contained
  366.   a newsgroup not in the active newsgroup list.
  367.  
  368. - Fix: The yarnx.exe program did no daylight saving time adjustment on
  369.   the time zone part of the Date: header in outgoing messages.
  370.  
  371. VERSION 0.70
  372.  
  373. - Added 'B' command to resend a message.  This command works only in the
  374.   MAILED and POSTED folders.
  375.  
  376. - The import program uses the directory specified by the environment
  377.   setting TMP to hold temporary working files.
  378.  
  379. - Fix: The expire command with no arguments did not remove old entries
  380.   from the history file.
  381.  
  382. - Fix: The rmgroup command corrupted the active file.
  383.  
  384. - Fix: The join truncated subject code did not include white space or
  385.   punctuation in the count of matching characters.
  386.  
  387. VERSION 0.69
  388.  
  389. - Now look at Message-ID: and References: headers to order the articles
  390.   in a thread.
  391.  
  392. - Added CONFIG setting to allow you to join truncated subjects into a
  393.   common thread.  For example, use the setting
  394.  
  395.       join-truncated-subjects = 21
  396.  
  397.   to join articles with subjects truncated by a QWK reader into the
  398.   proper thread.  The setting specifies the number of characters to
  399.   match in the subject, not counting the Re: portion.
  400.  
  401. - Yarn used the date in the Expires: header only if it was further in
  402.   the future than the normal article expiry date.
  403.  
  404. - Removed "Abort" selection from menus.  With the 'A' and 'S' keys
  405.   adjacent to each other, users might accidently select "Abort" when
  406.   they intended to select "Send".  To abort now, press the Esc key.
  407.  
  408. - At start up, now estimate the number of unread articles in each
  409.   newsgroup instead of loading the newsgroups and actually counting
  410.   unread articles.
  411.  
  412. VERSION 0.68
  413.  
  414. - If mail filtering was enabled, the import program repeatedly displayed
  415.   the error message "Cannot create INBOX" when reading a download packet
  416.   containing many mail messages.
  417.  
  418. - Fixed wrapping of long address lists in To:, Cc: and Bcc: headers of
  419.   outgoing messages.
  420.  
  421. VERSION 0.67
  422.  
  423. - Added mail filter to import program.
  424.  
  425. - Added commands to newsgroup selection level
  426.     Key  Command
  427.      O   Save articles in newsgroup to folder
  428.      S   Save articles in newsgroup to file
  429.      W   Write articles in newsgroup to file without headers
  430.  
  431. - The yarnx.exe program did not output articles using BIOS when the
  432.   "speech=on" option was set.
  433.  
  434. - Include the original author's mail address in the attribution when
  435.   posting a follow-up.
  436.  
  437. - Check for write error when saving to file.
  438.  
  439. - Save to file command asks to append to or overwrite the file if it
  440.   already exists.
  441.  
  442. - Fixed memory fault when you type a key after selecting an item from
  443.   an F2 pick list.
  444.  
  445. VERSION 0.66
  446.  
  447. - The F3 command refused to add an entry to the address book if the alias
  448.   field matched the beginning of the address field.
  449.  
  450. - If the address book contained a very long address list, yarn overflowed
  451.   a memory buffer when you tried mailing to that list.  If the address
  452.   list is longer than 80 characters, the F2 pick list inserts the alias
  453.   instead of the address.
  454.  
  455. - Increased address field maximum length in an address book entry to 32000
  456.   characters.
  457.  
  458. - Now avoid writing long lines to the address book file by writing each
  459.   address in an address list on a separate line followed by the \ line
  460.   continuation character.
  461.  
  462. - Added CONFIG settings for save to file command:
  463.  
  464.   The save to file command writes this line at the start of each saved
  465.   message.  The default is to write no line at the beginning of the message.
  466.  
  467.       save-mail-header = Message %a of %C:
  468.  
  469.   The save to file command writes this line at the start of each saved
  470.   article.  The default is to write no line at the beginning of the article.
  471.  
  472.       save-news-header = Article %a of %C:
  473.  
  474. - To enable support for the ISO-8859/8 (Hebrew) character set, put the line
  475.  
  476.       charset = iso-8859-8
  477.  
  478.   in the CONFIG file and set the code page to 862.
  479.  
  480. - Added CONFIG option for visually impaired users.  Set
  481.  
  482.       speech = on
  483.  
  484.   to enable a speech friendly user interface.
  485.  
  486. - To show only certain message headers, put
  487.  
  488.       show = <header list>
  489.  
  490.   in the CONFIG file, where <header list> is a list of headers separated
  491.   by spaces.  If both "hide" and "show" settings are in the file, the
  492.   last one takes effect.
  493.  
  494. VERSION 0.65
  495.  
  496. - The "expire -r" command also deleted old articles from the history file.
  497.  
  498. - When sending a message, insert the configured From: header and discard
  499.   any changes made to the header while in the editor.
  500.  
  501. - The left and right arrow keys now move between the newsgroup selection
  502.   level, article selection level and article reading level.  Pressing
  503.   the right arrow key at the article reading level moves to the next
  504.   unread article.
  505.  
  506. VERSION 0.64
  507.  
  508. - The "expire -r" program corrupted the history file.
  509.  
  510. - Added PGP hooks.
  511.  
  512. - The timezone in the Date: header now accounts for daylight savings time.
  513.  
  514. - While entering a form field that asks for a mail address, the
  515.   selection of an entry from the address book using the F2 key now
  516.   inserts the address instead of the alias.
  517.  
  518. - By default, comments (parentheses and the text between them) are now
  519.   stripped from the To:, Cc: and Bcc:  headers of outgoing messages. To
  520.   leave the comments in, put this line in the CONFIG file:
  521.  
  522.       address-comments=on
  523.  
  524. VERSION 0.63
  525.  
  526. - The "expire -r" command hung if all articles in the news base were
  527.   marked as read.
  528.  
  529. - Catch up command at newsgroup selection level did not clear count
  530.   of unread articles.
  531.  
  532. - When saving to a folder, pressing the F2 key while entering the
  533.   folder name pops up a list of existing folders you can select from.
  534.  
  535. - Enable high intensity background colors.
  536.  
  537. VERSION 0.62
  538.  
  539. - Changed the command key mapping to eliminate Alt- keys.
  540.  
  541.   Newsgroup selection level
  542.     Old Key  New Key  Command
  543.      Alt-C      C     Mark all articles in newsgroup as read
  544.      Alt-F      F     List folders
  545.      Alt-M      M     Read/send mail
  546.      Alt-N      N     Next newsgroup containing unread articles
  547.      Alt-P      P     Previous newsgroup containing unread articles
  548.      Alt-R      R     List replies
  549.      Alt-S      +     Subscribe to newsgroup
  550.      Alt-U      -     Unsubscribe from newsgroup
  551.  
  552.   Article selection level
  553.     Old Key  New Key  Command
  554.      Alt-A      A     Post original article
  555.      Alt-C      C     Mark all articles in newsgroup as read
  556.      Alt-K      K     Mark articles in thread as read
  557.      Alt-O      O     Save articles in thread to folder
  558.      Alt-S      S     Save thread to file
  559.      Alt-U      U     Mark articles in thread as unread
  560.      Alt-W      W     Write thread to file
  561.  
  562.   Article reading level
  563.     Old Key  New Key  Command
  564.      Alt-C      C     Mark all articles in newsgroup as read
  565.        C        c     Cancel article
  566.        S        z     Supersede article
  567.  
  568. - When replying to a message, don't prompt the user for a destination
  569.   if the Reply-To: header is the same as the From: header.
  570.  
  571. - The reader program opens news base files in shared reading mode.
  572.  
  573. - The reader crashed when adding or modifying an address book entry
  574.   in 132 column display mode.
  575.  
  576. - Fixed the expire program which may go into an infinite loop when run
  577.   with no arguments to expire all newsgroups,
  578.  
  579. VERSION 0.61
  580.  
  581. - Leaving the replies list in yarnx resulted in a memory fault.  The
  582.   Watcom C++ compiler generated code that called destructors more
  583.   than once.
  584.  
  585. - A memory leak caused the cvt06 program to run out of memory when
  586.   converting a large news base.
  587.  
  588. - The expire program corrupted the history file when run with no
  589.   arguments to expire all newsgroups,
  590.  
  591. - When replying to a message, ask the user to select from a list of
  592.   destinations if the message has a Reply-To: header or was sent to
  593.   multiple recipients.
  594.  
  595. - While entering a form field that asks for a mail address, the
  596.   selection of an entry from the address book using the F2 key now
  597.   inserts the alias instead of the address.
  598.  
  599. - When adding an address book entry, truncate the alias at the first
  600.   word.
  601.  
  602. - Disable Ctrl-C from terminating the reader program.
  603.  
  604. - Added -s option to reader program to disable '!' shell command.
  605.  
  606. - Improved support for 132 column display modes.
  607.  
  608. VERSION 0.60
  609.  
  610. - The news base is incompatible with older versions of Yarn.  Run the cvt06
  611.   program to convert an existing old format news base to the new format.
  612.  
  613. - The expire program can delete articles from specific newsgroups.  It can
  614.   also delete read articles.
  615.  
  616. - The DOS protected mode version of the reader uses a different DOS
  617.   extender and has the new name yarnx.  The program requires the file
  618.   DOS4GW.EXE to be in a directory in the PATH.
  619.  
  620. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  621.   that is not in the active newsgroup list, it adds the newsgroup to the
  622.   user's subscription list.
  623.  
  624. VERSION 0.59
  625.  
  626. - The aliases file is now called the address book in the user manual.
  627.   The "aliases" configuration setting is renamed "address-book".
  628.   The default address book file is <home>\yarn\addrbook.
  629.  
  630. - Press the F2 key to edit the address book.  While entering a form
  631.   field that asks for a mail address, press F2 to pick a mail address
  632.   from the address book.  Press the F3 key to add the author of the
  633.   current message to the address book.
  634.  
  635. - Increased the speed of the import program by opening and closing the
  636.   new base files only as required.
  637.  
  638. - Do not quote forwarded messages.
  639.  
  640. - Delete reply packet file if the user deletes all messages from reply
  641.   packet.
  642.  
  643. VERSION 0.58
  644.  
  645. - Several users reported that when they try to send mail or news, the
  646.   DOS extender reader replaced the entire message with a single "Lines: "
  647.   header.  This problem does not happen with the real mode version. 
  648.   Until this problem is resolved, the real mode reader is should be
  649.   used by default and is named yarn.exe.  The DOS extender reader is
  650.   named yarn-x.exe.
  651.  
  652. - Changed the command key mapping.
  653.  
  654.   Newsgroup selection level
  655.              New Key  Command
  656.               Alt-C   Mark all articles in newsgroup as read
  657.  
  658.   Article selection level
  659.              New Key  Command
  660.               Alt-U   Mark articles in thread as unread
  661.  
  662.   Article reading level
  663.     Old Key  New Key  Command
  664.                 b     Scroll backward one page
  665.        j        k     Mark article as read
  666.        k        K     Mark articles in thread as read
  667.                 m     Mail article to someone
  668.        m        u     Mark article as unread
  669.                 U     Mark articles in thread as unread
  670.        z        S     Supersede article
  671.  
  672.   Mail reading level
  673.     Old Key  New Key  Command
  674.                 f     Post followup article
  675.        f        m     Forward message to someone
  676.        m        u     Mark message as unread
  677.  
  678. - The package now includes a batch file to install Yarn.  Also
  679.   introduced an adduser program to set up a user.
  680.  
  681. - Added yarn option -r to edit the reply packet.
  682.  
  683. - When the user replies to a mail message, it is flagged with the status
  684.   'A' in the message selection list.
  685.  
  686. - Fix: When importing messages that were read online with Pine, the
  687.   empty line that separates the header from the body was deleted.
  688.  
  689. - Fix: Yarn redirected the standard output of the spell program to
  690.   the null device.  Output from the ispell program was not visible.
  691.  
  692. VERSION 0.57
  693.  
  694. - The subscribe to newsgroup command (Ins) caused a memory fault in the
  695.   DOS extender version.
  696.  
  697. - Fixed To: header in outgoing mail messages to be compatible with uqwk
  698.   version 1.7.
  699.  
  700. - Removed X-Status: header from outgoing messages.
  701.  
  702. - If the body of an outgoing message contains non-ASCII characters, assume
  703.   the character set is ISO-8859/1 and add MIME headers.
  704.  
  705. VERSION 0.56
  706.  
  707. - The yarn program in the MS-DOS version now runs under a DOS extender.
  708.   Included yarn-rm, which is the reader program running in real mode.
  709.  
  710. - Also map ISO-8859/1 character set in article selection list and
  711.   editor.
  712.  
  713. - Display destination address/newsgroup in sent mail/news folder list.
  714.  
  715. - When replying to a mail message, copy the Cc: header from the
  716.   original message to the outgoing message.
  717.  
  718. - Set the Bcc: header in outgoing messages by putting the line
  719.  
  720.       Bcc=<addresses>
  721.  
  722.   in the configuration file, where <addresses> is a list of mail
  723.   addresses.
  724.  
  725. - Should only expand aliases in To:, Cc:, and Bcc; headers.
  726.  
  727. - Time zone field in Date: header of outgoing messages was incorrect
  728.   if the time zone was more than 9 hours from GMT.
  729.  
  730. - Do not load and save the newsrc file when yarn is run with the -f or
  731.   -m option.
  732.  
  733. - News format field in REPLIES file should be 'B'.
  734.  
  735. - To specify the maximum keep days for newsgroups added by the import
  736.   program, put the line
  737.  
  738.       max-keep=<n>
  739.  
  740.   in the configuration file, where <n> is the number of days.
  741.  
  742. - To specify a spell check program, put the line
  743.  
  744.       spell=<program> %f
  745.  
  746.   in the configuration file, where <program> is the program name.
  747.  
  748. VERSION 0.55
  749.  
  750. - The rmgroup command corrupted the active newsgroup file.
  751.  
  752. - For the MS-DOS version, fixed the overlay thrashing while scrolling
  753.   in the mail message selection level.
  754.  
  755. VERSION 0.54
  756.  
  757. - Added search commands to newsgroup selection level.  The '/', '?',
  758.   ';' and ':' commands search for a newsgroup name containing a
  759.   matching regular expression.
  760.  
  761. - Added search commands to article selection and article reading
  762.   level.  The '/', '?', ';' and ':' commands search for an article
  763.   containing a matching regular expression.  The 'g' and 'G' commands
  764.   search for a regular expression within an article.
  765.  
  766. - If the reader selects a newsgroup containing a huge number of articles
  767.   and there is insufficient memory to list every article, it displays
  768.   an error message and list a subset of the articles.
  769.  
  770. - Added 'q' command to go from article reading level to article
  771.   selection level (same as '=' command).
  772.  
  773. - Put the line
  774.  
  775.         next-screen-context-lines=<n>
  776.  
  777.   in the configuration file to redisplay the last <n> lines of the
  778.   previous screen when paging through an article.
  779.  
  780. - When displaying articles, the reader maps the ISO-8859-1 (ISO Latin 1)
  781.   character set to IBM code page 850 if the configuration file contains
  782.   the line
  783.  
  784.         charset=iso-8859-1
  785.  
  786. - The reader program displays "You have new mail" if the user has new
  787.   mail in the incoming message folder.
  788.  
  789. - The newgroup program accepts an optional third parameter, the
  790.   maximum number of days to keep an article.  If this is specified,
  791.   articles that have an Expires: header are kept only for this number
  792.   of days, instead of until the date specified in the header.
  793.  
  794. VERSION 0.53
  795.  
  796. - Added '!' command to run command shell.
  797.  
  798. - Mail aliases now stored in a separate file <user>\YARN\ALIASES.
  799.   To specify another aliases file, use the statement
  800.  
  801.         aliases=<file>
  802.  
  803.   in the CONFIG file, where <file> is the full path of the aliases file.
  804.  
  805. - Added -r option to import program, to import rnews batches.
  806.  
  807. - If you unsubscribed from the last newsgroup in the newsgroup selection
  808.   list, the highlight bar was positioned after the last newsgroup.
  809.  
  810. - Check return status from zip/unzip program when packing/unpacking
  811.   reply packet.
  812.  
  813. - The OS/2 import program changed the current working directory before
  814.   running unzip, which made unzip unable to find the packet file.
  815.  
  816. - If the import program read an article header exactly 511 characters
  817.   long, it incorrectly saw the end of the headers when it read the next
  818.   line.
  819.  
  820. VERSION 0.52
  821.  
  822. - Messages in reply packet can be modified.  Added the following commands:
  823.     Newsgroup selection level and folder selection level
  824.       Alt-R    List replies
  825.  
  826. - Changed keywords accepted by color statement in CONFIG file.
  827.       menu-short-cut         changed to  menu-hotkey
  828.       menu-select-short-cut  changed to  menu-select-hotkey
  829.  
  830. VERSION 0.51
  831.  
  832. - Display message count in folder selection list.
  833.  
  834. - The color statement in the CONFIG file accepts these additional keywords:
  835.       menu-border
  836.       menu-text
  837.       menu-select
  838.       menu-short-cut
  839.       menu-select-short-cut
  840.  
  841. VERSION 0.50
  842.  
  843. - Fix: The 'd' command to mark a mail message for deletion also tried to
  844.   post a followup to the message.
  845.  
  846. VERSION 0.49
  847.  
  848. - Added mail commands:
  849.     Message selection level
  850.       Alt-O    Save message to folder
  851.     Message reading level
  852.       F        Post followup, quoting original article
  853.  
  854. - Mark mail message for deletion after saving it to another folder.
  855.  
  856. - Save copy of sent articles in a folder by putting the line
  857.  
  858.       sent-news=POSTED
  859.  
  860.   in configuration file.
  861.  
  862. VERSION 0.48
  863.  
  864. - Can save messages to mail folders.
  865.   Added folder commands:
  866.     Newsgroup selection level
  867.       Alt-F    List folders
  868.     Article selection level
  869.       Alt-O    Save thread to folder
  870.     Article reading level
  871.       o        Save article to folder
  872.  
  873. - Moved incoming mail folder from <home>\YARN\INBOX to <home>\MAIL\INBOX.
  874.  
  875. - Save copy of outgoing mail messages in a folder by putting the line
  876.  
  877.       sent-mail=SENT
  878.  
  879.   in configuration file.
  880.  
  881. - Set the Cc: header in outgoing messages by putting the line
  882.  
  883.       Cc=<addresses>
  884.  
  885.   in configuration file, where <addresses> is a list of mail addresses.
  886.  
  887. - Added forward mail command ('f') to mail reading level.
  888.  
  889. - Added -q option to import program to disable article number output.
  890.  
  891. - Added rmgroup program to remove newsgroup from active newsgroup list.
  892.  
  893. - Fix: The reader did not allow the external editor to be run with any
  894.   command line options.
  895.  
  896. VERSION 0.47
  897.  
  898. - Fix: The file path passed to the editor should use \ as path separators.
  899.  
  900. - Disabled settings from environment variables USER and NAME.
  901.  
  902. - If set, the YARNRC environment variable specifies the configuration file
  903.   to read instead of the default <home>\YARN\CONFIG.
  904.  
  905. VERSION 0.46
  906.  
  907. - The import program now handles the SOUP message formats 'm', 'M' and 'B'.
  908.  
  909. - Reader displays a message line at the bottom of the screen showing
  910.   frequently used commands.  To turn off the message line, put
  911.  
  912.       message=off
  913.  
  914.   in the configuration file.
  915.  
  916. VERSION 0.45
  917.  
  918. - The Newsgroups: header is normally hidden unless the article is crossposted.
  919.  
  920. - Reader correctly displays headers that span multiple lines.
  921.  
  922. VERSION 0.44
  923.  
  924. - In the CONFIG file, colors for specific USENET headers are set using the
  925.   statement
  926.  
  927.         color header-<name> <fg> <bg>
  928.  
  929.   The color statement can also set window colors.
  930.  
  931. - The MS-DOS version is compiled for the 8086/8088 instruction set.
  932.  
  933. VERSION 0.43
  934.  
  935. - Specify mail address aliases in the CONFIG file using the alias statement.
  936.  
  937. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  938.   that is not in the active newsgroup list, it adds the newsgroup to the
  939.   active list.  The keep days for the added newsgroup is specified by the
  940.   "keep" setting in the CONFIG file.
  941.  
  942. - If free disk space runs lows while importing messages, the import program
  943.   aborts.
  944.  
  945. - Message headers containing tab characters where parsed incorrectly.
  946.  
  947. VERSION 0.42
  948.  
  949. - Reader subscribes to all active newsgroups if newsrc does not exist.
  950.  
  951. - Reader hides headers beginning with '\t' by default.
  952.  
  953. VERSION 0.41
  954.  
  955. - Fixed bug in the subject truncation routine that caused reader to hang on
  956.   subjects containing long words.
  957.  
  958. - At the end of the article, the reader shows the number of articles
  959.   remaining in the thread.
  960.  
  961. - Increased maximum subject length stored in index files to 127 characters.
  962.