home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / internet / yarn_058 / changes < prev    next >
Encoding:
Text File  |  1994-03-03  |  9.9 KB  |  320 lines

  1. VERSION 0.58
  2.  
  3. - Several users reported that when they try to send mail or news, the
  4.   DOS extender reader replaced the entire message with a single "Lines: "
  5.   header.  This problem does not happen with the real mode version. 
  6.   Until this problem is resolved, the real mode reader is should be
  7.   used by default and is named yarn.exe.  The DOS extender reader is
  8.   named yarn-x.exe.
  9.  
  10. - Changed the command key mapping.
  11.  
  12.   Newsgroup selection level
  13.              New Key  Command
  14.               Alt-C   Mark all articles in newsgroup as read
  15.  
  16.   Article selection level
  17.              New Key  Command
  18.               Alt-U   Mark articles in thread as unread
  19.  
  20.   Article reading level
  21.     Old Key  New Key  Command
  22.                 b     Scroll backward one page
  23.        j        k     Mark article as read
  24.        k        K     Mark articles in thread as read
  25.                 m     Mail article to someone
  26.        m        u     Mark article as unread
  27.                 U     Mark articles in thread as unread
  28.        z        S     Supersede article
  29.  
  30.   Mail reading level
  31.     Old Key  New Key  Command
  32.                 f     Post followup article
  33.        f        m     Forward message to someone
  34.        m        u     Mark message as unread
  35.  
  36. - The package now includes a batch file to install Yarn.  Also
  37.   introduced an adduser program to set up a user.
  38.  
  39. - Added yarn option -r to edit the reply packet.
  40.  
  41. - When the user replies to a mail message, it is flagged with the status
  42.   'A' in the message selection list.
  43.  
  44. - Fix: When importing messages that were read online with Pine, the
  45.   empty line that separates the header from the body was deleted.
  46.  
  47. - Fix: Yarn redirected the standard output of the spell program to
  48.   the null device.  Output from the ispell program was not visible.
  49.  
  50. VERSION 0.57
  51.  
  52. - The subscribe to newsgroup command (Ins) caused a memory fault in the
  53.   DOS extender version.
  54.  
  55. - Fixed To: header in outgoing mail messages to be compatible with uqwk
  56.   version 1.7.
  57.  
  58. - Removed X-Status: header from outgoing messages.
  59.  
  60. - If the body of an outgoing message contains non-ASCII characters, assume
  61.   the character set is ISO-8859/1 and add MIME headers.
  62.  
  63. VERSION 0.56
  64.  
  65. - The yarn program in the MS-DOS version now runs under a DOS extender.
  66.   Included yarn-rm, which is the reader program running in real mode.
  67.  
  68. - Also map ISO-8859/1 character set in article selection list and
  69.   editor.
  70.  
  71. - Display destination address/newsgroup in sent mail/news folder list.
  72.  
  73. - When replying to a mail message, copy the Cc: header from the
  74.   original message to the outgoing message.
  75.  
  76. - Set the Bcc: header in outgoing messages by putting the line
  77.  
  78.       Bcc=<addresses>
  79.  
  80.   in the configuration file, where <addresses> is a list of mail
  81.   addresses.
  82.  
  83. - Should only expand aliases in To:, Cc:, and Bcc; headers.
  84.  
  85. - Time zone field in Date: header of outgoing messages was incorrect
  86.   if the time zone was more than 9 hours from GMT.
  87.  
  88. - Do not load and save the newsrc file when yarn is run with the -f or
  89.   -m option.
  90.  
  91. - News format field in REPLIES file should be 'B'.
  92.  
  93. - To specify the maximum keep days for newsgroups added by the import
  94.   program, put the line
  95.  
  96.       max-keep=<n>
  97.  
  98.   in the configuration file, where <n> is the number of days.
  99.  
  100. - To specify a spell check program, put the line
  101.  
  102.       spell=<program> %f
  103.  
  104.   in the configuration file, where <program> is the program name.
  105.  
  106. VERSION 0.55
  107.  
  108. - The rmgroup command corrupted the active newsgroup file.
  109.  
  110. - For the MS-DOS version, fixed the overlay thrashing while scrolling
  111.   in the mail message selection level.
  112.  
  113. VERSION 0.54
  114.  
  115. - Added search commands to newsgroup selection level.  The '/', '?',
  116.   ';' and ':' commands search for a newsgroup name containing a
  117.   matching regular expression.
  118.  
  119. - Added search commands to article selection and article reading
  120.   level.  The '/', '?', ';' and ':' commands search for an article
  121.   containing a matching regular expression.  The 'g' and 'G' commands
  122.   search for a regular expression within an article.
  123.  
  124. - If the reader selects a newsgroup containing a huge number of articles
  125.   and there is insufficient memory to list every article, it displays
  126.   an error message and list a subset of the articles.
  127.  
  128. - Added 'q' command to go from article reading level to article
  129.   selection level (same as '=' command).
  130.  
  131. - Put the line
  132.  
  133.         next-screen-context-lines=<n>
  134.  
  135.   in the configuration file to redisplay the last <n> lines of the
  136.   previous screen when paging through an article.
  137.  
  138. - When displaying articles, the reader maps the ISO-8859-1 (ISO Latin 1)
  139.   character set to IBM code page 850 if the configuration file contains
  140.   the line
  141.  
  142.         charset=iso-8859-1
  143.  
  144. - The reader program displays "You have new mail" if the user has new
  145.   mail in the incoming message folder.
  146.  
  147. - The newgroup program accepts an optional third parameter, the
  148.   maximum number of days to keep an article.  If this is specified,
  149.   articles that have an Expires: header are kept only for this number
  150.   of days, instead of until the date specified in the header.
  151.  
  152. VERSION 0.53
  153.  
  154. - Added '!' command to run command shell.
  155.  
  156. - Mail aliases now stored in a separate file <user>\YARN\ALIASES.
  157.   To specify another aliases file, use the statement
  158.  
  159.         aliases=<file>
  160.  
  161.   in the CONFIG file, where <file> is the full path of the aliases file.
  162.  
  163. - Added -r option to import program, to import rnews batches.
  164.  
  165. - If you unsubscribed from the last newsgroup in the newsgroup selection
  166.   list, the highlight bar was positioned after the last newsgroup.
  167.  
  168. - Check return status from zip/unzip program when packing/unpacking
  169.   reply packet.
  170.  
  171. - The OS/2 import program changed the current working directory before
  172.   running unzip, which made unzip unable to find the packet file.
  173.  
  174. - If the import program read an article header exactly 511 characters
  175.   long, it incorrectly saw the end of the headers when it read the next
  176.   line.
  177.  
  178. VERSION 0.52
  179.  
  180. - Messages in reply packet can be modified.  Added the following commands:
  181.     Newsgroup selection level and folder selection level
  182.       Alt-R    List replies
  183.  
  184. - Changed keywords accepted by color statement in CONFIG file.
  185.       menu-short-cut         changed to  menu-hotkey
  186.       menu-select-short-cut  changed to  menu-select-hotkey
  187.  
  188. VERSION 0.51
  189.  
  190. - Display message count in folder selection list.
  191.  
  192. - The color statement in the CONFIG file accepts these additional keywords:
  193.       menu-border
  194.       menu-text
  195.       menu-select
  196.       menu-short-cut
  197.       menu-select-short-cut
  198.  
  199. VERSION 0.50
  200.  
  201. - Fix: The 'd' command to mark a mail message for deletion also tried to
  202.   post a followup to the message.
  203.  
  204. VERSION 0.49
  205.  
  206. - Added mail commands:
  207.     Message selection level
  208.       Alt-O    Save message to folder
  209.     Message reading level
  210.       F        Post followup, quoting original article
  211.  
  212. - Mark mail message for deletion after saving it to another folder.
  213.  
  214. - Save copy of sent articles in a folder by putting the line
  215.  
  216.       sent-news=POSTED
  217.  
  218.   in configuration file.
  219.  
  220. VERSION 0.48
  221.  
  222. - Can save messages to mail folders.
  223.   Added folder commands:
  224.     Newsgroup selection level
  225.       Alt-F    List folders
  226.     Article selection level
  227.       Alt-O    Save thread to folder
  228.     Article reading level
  229.       o        Save article to folder
  230.  
  231. - Moved incoming mail folder from <home>\YARN\INBOX to <home>\MAIL\INBOX.
  232.  
  233. - Save copy of outgoing mail messages in a folder by putting the line
  234.  
  235.       sent-mail=SENT
  236.  
  237.   in configuration file.
  238.  
  239. - Set the Cc: header in outgoing messages by putting the line
  240.  
  241.       Cc=<addresses>
  242.  
  243.   in configuration file, where <addresses> is a list of mail addresses.
  244.  
  245. - Added forward mail command ('f') to mail reading level.
  246.  
  247. - Added -q option to import program to disable article number output.
  248.  
  249. - Added rmgroup program to remove newsgroup from active newsgroup list.
  250.  
  251. - Fix: The reader did not allow the external editor to be run with any
  252.   command line options.
  253.  
  254. VERSION 0.47
  255.  
  256. - Fix: The file path passed to the editor should use \ as path separators.
  257.  
  258. - Disabled settings from environment variables USER and NAME.
  259.  
  260. - If set, the YARNRC environment variable specifies the configuration file
  261.   to read instead of the default <home>\YARN\CONFIG.
  262.  
  263. VERSION 0.46
  264.  
  265. - The import program now handles the SOUP message formats 'm', 'M' and 'B'.
  266.  
  267. - Reader displays a message line at the bottom of the screen showing
  268.   frequently used commands.  To turn off the message line, put
  269.  
  270.       message=off
  271.  
  272.   in the configuration file.
  273.  
  274. VERSION 0.45
  275.  
  276. - The Newsgroups: header is normally hidden unless the article is crossposted.
  277.  
  278. - Reader correctly displays headers that span multiple lines.
  279.  
  280. VERSION 0.44
  281.  
  282. - In the CONFIG file, colors for specific USENET headers are set using the
  283.   statement
  284.  
  285.         color header-<name> <fg> <bg>
  286.  
  287.   The color statement can also set window colors.
  288.  
  289. - The MS-DOS version is compiled for the 8086/8088 instruction set.
  290.  
  291. VERSION 0.43
  292.  
  293. - Specify mail address aliases in the CONFIG file using the alias statement.
  294.  
  295. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  296.   that is not in the active newsgroup list, it adds the newsgroup to the
  297.   active list.  The keep days for the added newsgroup is specified by the
  298.   "keep" setting in the CONFIG file.
  299.  
  300. - If free disk space runs lows while importing messages, the import program
  301.   aborts.
  302.  
  303. - Message headers containing tab characters where parsed incorrectly.
  304.  
  305. VERSION 0.42
  306.  
  307. - Reader subscribes to all active newsgroups if newsrc does not exist.
  308.  
  309. - Reader hides headers beginning with '\t' by default.
  310.  
  311. VERSION 0.41
  312.  
  313. - Fixed bug in the subject truncation routine that caused reader to hang on
  314.   subjects containing long words.
  315.  
  316. - At the end of the article, the reader shows the number of articles
  317.   remaining in the thread.
  318.  
  319. - Increased maximum subject length stored in index files to 127 characters.
  320.