home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SLRN0931 / CHANGES.TXT next >
Text File  |  1997-02-23  |  41KB  |  1,024 lines

  1. Changes since 0.9.2.1
  2. -13. Small patches from Uichi Katsuta <katsuta@lang2.bs1.fc.nec.co.jp>,
  3.      and uudeview patches from Mark McWhorter <morak@ziplink.net>.
  4. -12. Re: now added to subject header of reply.
  5. -11. Fixed a bug that manifested itself when scoring on non-XOver
  6.      headers.
  7.  
  8. -10. If a posted article is cc'd, the message-id used for the article
  9.      will also be used in the email.
  10. -9. `slrn --nntp --debug FILE' may be used to write out the dialog
  11.     between slrn and the nntpserver to FILE.  This is a debugging aid.
  12.  
  13. -8. Sort by date added:
  14.        set sorting_method 8    % most recent first
  15.        set sorting_method 9    % thread with most recent first
  16.        set sorting_method 10   % most recent last
  17.        set sorting_method 11   % thread with most recent last
  18.  
  19. -7. If slrn is run in NNTP mode, the preprocessor symbol NNTP will be
  20.     defined while processing the .slrnrc file.  If it is run in spool
  21.     mode, SPOOL will be defined.
  22.  
  23. -6. Patches from Justus Pendleton <justus@ryoohki.res.cmu.edu> enabling
  24.     slrn to work with uudeview.
  25.  
  26. -5. More OS/2 patches from Bjoern Frantzen enabling slrn to work with
  27.     other mailers.
  28.  
  29. -4. New slrnrc variable: set metamail_command "metamail"
  30.  
  31. -3. Workaround for XHDR bug in DNEWS
  32.  
  33. -2. slrn/doc/os2keys.txt describes OS/2 key sequences.  They differ
  34.     from the standard ANSI escape sequences.
  35.  
  36. -1.  Distribution reorganized.  Autoconf config files are in autoconf
  37.     directory and documentation in doc dir.
  38.     
  39. 0.  Offline reading possible by using the new `slrnpull' program.  See
  40.     the slrnpull documentation for details.  `make slrnpull' should be
  41.     sufficient to compile it.
  42.  
  43. 1.  Small CC: problem under OS/2 fixed by Marko Teittinen
  44.     (marko@tekamah.com). 
  45.  
  46. 3.  New slrn.rc variable to control scrolling behavior: 
  47.  
  48.        set scroll_by_page 1
  49.        
  50.     to have slrn automatically perform a pagedown/up at window 
  51.     boundaries.  This requires slang 0.99-38 otherwise this does
  52.     nothing.
  53.     
  54. 4.  New .slrnrc options:
  55.  
  56.       % Start new thread if subject changes
  57.       set new_subject_breaks_threads  0
  58.       
  59. 5.  New charcter set mapping code.  The idea is to translate incoming
  60.     and outgoing articles from isolatin to the ``native'' character
  61.     set.  For example, under OS/2, the native character set is assumed
  62.     to be "ibm850".  The character set may be specified by the slrnrc
  63.     line:
  64.     
  65.         set charset "ibm850"      % default for OS/2
  66.         set charset "isolatin"    % default for Unix and VMS
  67.     
  68.     Currently only ibm850 and isolatin are supported.  I suspect a
  69.     future version of slrn will be more precise in the specification
  70.     of isolatin and support more chatacter sets.  But the current idea
  71.     is that there is one ``usenet'' character set called ``isolatin''
  72.     and selecting isolatin as the host character set will essentually
  73.     turn of the mapping since isolatin --> isolatin is just the
  74.     identity map.
  75.     
  76.     I am grateful to Bjoern Frantzen, bjoff@bgnett.no for the original
  77.     code as well as other OS/2 fixes.
  78.  
  79. 6.  Small tweak to MIME encoding.
  80.  
  81. Changes since 0.9.2.0
  82. 0.  Bug causing slrn to hang on VMS fixed.  The bug was tracked down
  83.     with the help of Andrew Brennan <brennan@crashprone.allegheny.edu>.
  84.  
  85. 1.  man page and slrn.rc updated to reflect the fact that
  86.     `art_header_bob' and `art_header_eob' functions were renamed to
  87.     simply `header_bob' and `header_eob', resp.  Also, the functions
  88.     `goto_beginning' and `goto_end' are being phased out in favor of
  89.     `art_bob' and `art_eob', resp.
  90. 2.  Fixed a compilation problem on NeXT.  mching@inow.com
  91.     submitted OS/2 makefile and config patches for EMX compiler, and
  92.     cardio@orsola.med.unibo.it (cardio) submitted patches for Ultrix.
  93.     
  94. 3.  The default for min_high_score was incorrectly set to 0.  It has
  95.     been changed to 1.
  96. 4.  New intrinsics for macros:
  97.      get_header_score
  98.      set_header_score
  99. 5.  New feature: SLRN_HAS_END_OF_THREAD
  100.     See src/slrnfeat.h for more information.  This feature is enabled
  101.     by default.  In the current implementation, it is a compile-time
  102.     option-- there is nothing to disable it at run-time.
  103.  
  104. 6.  Some of the documentation updated.
  105.  
  106. Changes since 0.9.1.0
  107. 0.  The macro functions read_mini and read_mini_no_echo now take three
  108.     arguments.  See README.macros for more information.  This change
  109.     was necessary because the ``read input from user'' routines are
  110.     now more flexible and support recall of previously entered text.
  111.  
  112. 1.  Renamed `group_mode_hook' to `group_mode_startup_hook'.  Added a new
  113.     hook `group_mode_hook' that is called every time group mode is
  114.     re-entered.
  115. 2.  Oops.  A horrible bug that manifested itself when the quote string
  116.     was not specified via `set quote_string' has been fixed.
  117. 3.  `set use_color' added so that `set use_color 0' may be used to
  118.     turn off color support.
  119. 4.  The name of a header and its value may be be given a different
  120.     colors using, e.g.,
  121.     
  122.         color headers "green" "white"
  123.         color header_name "red" "white"
  124.     
  125.     This means that the header 'From: davis@space.mit.edu' will appear
  126.     with 'From:' in red/white and the rest will appear as green/white.
  127. 5.  It is now possible to customize the keybindings of the command
  128.     prompt.  The defaults are:
  129.     
  130. setkey readline bol         "^A"        % Beginning of line
  131. setkey readline eol         "^E"        % End of line
  132. setkey readline right         "\e[C"        % Move right
  133. setkey readline left         "\e[D"        % Move left
  134. setkey readline bdel         "^H"        % Delete backward
  135. setkey readline bdel         "^?"        % Delete Backward
  136. setkey readline del         "^D"        % Delete Foreword
  137. setkey readline deleol         "^K"        % Delete to End of line
  138. setkey readline trim         "\e/"        % Trim whitespace
  139. setkey readline quoted_insert     "^Q"        % Quoted insert
  140.  
  141.     The name of the keymap is `readline'.
  142.  
  143. 6.  New intrinsic functions for macros include:
  144.  
  145.       thread_size              % Returns number of headers in thread
  146.       collapse_thread          % Collapse current thread
  147.       uncollapse_thread        % Uncollapse current thread
  148.       is_thread_collapsed      % Returns non-zero if current thread is collapsed
  149.       get_header_tag_number   
  150.       article_as_string        % Returns whole article as a string
  151.       tt_send                  % Send argument to terminal
  152.       header_next_unread       % goto next unread header
  153.       input_pending            % Wait for input or timeout
  154.       getkey                   % read keyboard character
  155.       ungetkey                 % push back keyboard character
  156.       set_input_string         % provide answer to prompt
  157.       get_yes_no_cancel        % get response from user
  158.       
  159.     See README.macros for more information.
  160.  
  161. 7.  New .slrnrc variable macro_directory controls where macro file are
  162.     loaded from.  For example, 
  163.     
  164.         set macro_directory "News/macros,/usr/local/lib/slrn/macros"
  165.     interpret "util.sl"
  166.     interpret "tin.sl"
  167.     
  168.     will search for the macro files in $HOME/News/macros,
  169.     /usr/local/lib/slrn/macros, and, as a last resort, in the home
  170.     directory ($HOME).
  171.  
  172. 8.  Now possible to add custom headers to followups and replies.  The
  173.     actual headers are controlled by new slrn.rc variables:
  174.     
  175.          set reply_custom_headers "X-Bla: Bla bla"
  176.          set followup_custom_headers "X-Bla: Bla bla"
  177.      
  178.     The string assigned to these variables may contain the format
  179.     specifiers of the 'followup' variable.  This idea was presented to
  180.     me by John Goerzen <jgoerzen@complete.org>.
  181.     
  182. 9.  Several people have sent me patches for customization of high/low
  183.     score thresholds.  The following .slrnrc variables are now available:
  184.     
  185.           set min_high_score 1
  186.       set max_low_score 0
  187.       set kill_score -9999
  188.  
  189.     One might want to set these on a group by group basis.  This is
  190.     possible via a macro.  The best way to do this is to put the
  191.     appropriate statements in a 'pre_article_mode_hook' described below.
  192.     
  193. 10. New hooks for macros:
  194.  
  195.         resize_screen_hook : called when screen size changes
  196.     pre_article_mode_hook: called before grabbing headers from server
  197.       in article mode.
  198.  
  199.  
  200.     
  201. Changes since 0.9.0.0
  202. -1. features.h changed to slrnfeat.h to avoid GNU C problems.
  203.  
  204. 0.  Misc bug-fixes, e.g., xgtitle operational again.  In addition, I
  205.     rewrote the lowlevel tcp/ip code so that slrn should now be more
  206.     responsive to Ctrl-G abortion and suspension.
  207.  
  208. 1.  The following .slrnrc commands are obsolete and will not be
  209.     supported for too much longer:
  210.  
  211.      "quote_string"
  212.      "realname"
  213.      "replyto"
  214.      "organization"
  215.      "followup"
  216.      "cc_followup_string"
  217.      "decode_directory"
  218.      "editor_command"
  219.  
  220.     These are now `set' type variables.  That is, the new usage is:
  221.     
  222.       set quote_string ">"
  223.       
  224.     etc...
  225.  
  226. 2.  If a piece of authentication information is supplied as an empty
  227.     string as in
  228.     
  229.          nnrpaccess "news.mit.edu"  "davis"  ""
  230.      
  231.     slrn will prompt for the information.  
  232.  
  233. 3.  It is now possible to specify the ``help'' string that is
  234.     displayed at the bottom of the display via the variables:
  235.  
  236.        set art_help_line "bla bla"
  237.        set header_help_line "more bla bla"
  238.        set group_help_line "and even more"
  239.        
  240. 4.  Scrolling improvements.
  241. 5.  It is now possible to use, e.g., 
  242.  
  243.         setkey article "digit_arg"  "\eOP1"
  244.         setkey group   "digit_arg"  "\eOP1"
  245.        
  246.     to bind a key to the prefix argument function.
  247. 6.  Group search also search group description
  248. 7.  `set use_tilde 0' may be used to turn off tilde feature.
  249. 8.  New interpreter intrinsics:
  250.  
  251.       get_group_flags
  252.       set_group_flags
  253.       is_article_visible
  254.       is_group_mode
  255.       extract_article_header
  256.       set_article_window_size
  257.       read_mini_no_echo
  258.       save_current_article
  259.       select_group
  260.       group_search
  261.       group_down_n
  262.       group_up_n
  263.       group_unread
  264.  
  265.  
  266. Changes since 0.8.8.4
  267. 0.  Tiny problem with server timeout fixed.
  268. 1.  GroupLens support added.  See README.GroupLens
  269.  
  270. 2.  Sort by score implemented.  See src/features.h to disable it.  To
  271.     sort by score, add:
  272.     
  273.         set sorting_method 5
  274.     set display_score 1
  275.     
  276.     to your .slrnrc file.  Set display_score to 0 to disable
  277.     displaying the score value.  If the score value is displayed, the
  278.     number of lines in the article will not be displayed.
  279.     Thanks go to Olly Betts <olly@mantis.co.uk> for this feature.
  280.  
  281. 3.  Score file lines such as:
  282.  
  283.        [~rec.crafts.*, rec.hobbies.*]
  284.        
  285.     are now supported.  The `~' character means that the set of scores
  286.     implied by this line applies to any group EXCEPT rec.crafts.* and
  287.     rec.hobbies.*.  That is, the `~' character may be used as a NOT
  288.     operator in this context.
  289.     
  290. 4.  New slrnrc configuration option:
  291.  
  292.       set custom_headers "X-Whatever: bla\nX-Misc: bla bla"
  293.  
  294. 5.  New group mode function: move_group.  This will allow you to use the
  295.     up/down arrow keys to move a group to a different location.  It
  296.     has a default binding of `m'.
  297.  
  298. 6.  Added Felix von Leitner's cross posting and tilde patches.  The
  299.     cross posting patch is enabled via the SLRN_HAS_MSGID_CACHE feature.
  300.     Similarly, the tilde patch is available via SLRN_HAS_TILDE_FEATURE.
  301.     Thanks Felix.
  302.  
  303. 7.  S-Lang interpreter available.  Set SLRN_HAS_SLANG in features.h to
  304.     enable it.  See also README.slang and slrn.sl for more
  305.     information.  The 0.9 series of slrn releases will feature more
  306.     and more interpreter capabilities.
  307.  
  308. Changes since 0.8.8.3
  309. 0.  Bug fix release and patches to get it to compile under VMS again.
  310.  
  311. Changes since 0.8.8.2
  312. 0.  Misc bug fixes
  313. 1.  Support for INEWS and LOCAL NEWS SPOOL.  The INEWS patches were
  314.     originally provided by Erik Manders <erik@il.ft.hse.nl>.
  315.     Olly Betts <olly@mantis.co.uk> is responsible for the local spool support.
  316.     Edit src/features.h to enable these options.
  317.     
  318.     The following slrn.rc variables are are related to the spool support:
  319.     
  320.      set spool_inn_root "/export/opt/inn"
  321.      set spool_root "/export/news"
  322.      set spool_nov_root "/export/news"
  323.      % -- The following filenames are relative to spool_root
  324.      set spool_nov_file ".overview"
  325.      set spool_active_file "data/active"
  326.      set spool_activetimes_file "data/active.times"
  327.      set spool_newsgroups_file "data/newsgroups"
  328.  
  329.     Of course default values for these files may be hard-coded.  See
  330.     src/features.h.
  331.     
  332.     In addition, new command line arguments have been added:
  333.     
  334.           --inews ==> use inews for posting
  335.       --nntp  ==> use nntp
  336.       --spool ==> use local news spool
  337.       --version
  338.       
  339. 2.  Score files now allow more than one newsgroup pattern to be specified,
  340.     e.g., 
  341.     
  342.         [sci.*, comp.*]
  343.        .
  344.        .
  345.  
  346. Changes since 0.8.8.1
  347. 1.  base 64 decoding support
  348. 2.  On VMS, the personal slrn configuration file has been renamed to slrn.rc.
  349.     See features.h for changing this.  Also, many thanks to Andy Harper
  350.     (A.HARPER@kcl.ac.uk) for work on DCL make files.
  351. 3.  Small bug fixes
  352.  
  353. Changes since 0.8.8.0
  354.  
  355. 0.  Bug fixes (hangup, connection aborts, article/header percentage counts,
  356.     etc..)
  357.  
  358. 1.  Oops.  Forgot to provide a way to turn off video attributes.  Now you can
  359.     use `none', e.g.,
  360.     
  361.         mono headers none
  362.     
  363. 2.  New variable for group descriptions: group_dsc_start_column
  364.  
  365.         set group_dsc_start_column 40
  366.     
  367.     causes descriptions to start in column 40.
  368. 3.  Now possible to color descriptions via:
  369.  
  370.         color description blue white
  371.     mono description bold 
  372.  
  373. 4.  ^G abort of header retrieval.
  374. 5.  New variable:
  375.  
  376.         set lines_per_update 50
  377.     
  378.     sets the granularity of slrn's percentage meters.
  379.  
  380. 6.  Spoiler support provided by Olly Betts (olly@mantis.co.uk).  The .slrnrc
  381.     variable `spoiler_char' may be used to specify the character used to
  382.     hide the text.  The default is '*':
  383.     
  384.         set spoiler_char '*'
  385.  
  386. 7.  .slrnrc `ignore_quotes' specifier can take up to 5 regular expression
  387.     patterns, e.g.,
  388.     
  389.         ignore_quotes  "^ *[:=|+>]"    "^ *[A-Za-z]>"
  390.     
  391.     specifies two patterns.
  392.  
  393. 8.  Certain compiler symbols such as NO_DECODE have been renamed and moved to
  394.     the new file: features.h
  395. Changes since 0.8.7
  396. 0.  Misc bug fixes
  397.  
  398. 1.  Use of the XGTITLE command is turned off by default.  Use the variable
  399.     `use_xgtitle' to turn it on.
  400.  
  401. 2.  New configuration settings for your .slrnrc file
  402.  
  403.        set Xbrowser "netscape %s &"
  404.        set non_Xbrowser "lynx %s"
  405.  
  406.     Press the `U' key (browse_url) for slrn to search for a URL and call the
  407.     appropriate browser.  Thanks go to Justus Pendleton
  408.     <justus@ryoohki.res.cmu.edu> for the patches.
  409.     
  410. 3.  When creating a score from within article mode, you will be prompted for
  411.     whether or not the score is local or global.  This patch was the idea of 
  412.     Colin Perkins <csp@ohm.york.ac.uk>.
  413.  
  414. 4.  Use `set query_reconnect 0' in your .slrnrc file to turn off
  415.     reconnection confirmation.
  416.  
  417. 5.  `ESC 1 *' now removes all `*' marks.
  418. 6.  If `cc_followup' is -1, slrn will prompt whether or not to cc the
  419.     followup message.
  420. 7.  If linked against slang version 0.99-30 or later, it is possible to
  421.     customize the video attributes on mono-chrome terminals, e.g.,
  422.     
  423.          mono cursor reverse blink
  424.      mono headers bold
  425.      mono author bold blink
  426.        .
  427.        .
  428.  
  429.     The above lines will cause the author part of the header to blink in
  430.     bold, the cursor will blink in reverse video, etc...
  431.  
  432. 8.  New variable to set: write_newsrc_flags
  433.     
  434.          % If 0, save all groups when writing newsrc file
  435.      % if 1, do not save any unsubscribed groups
  436.      % if 2, do not save any unread-unsubscribed groups
  437.      set write_newsrc_flags 0
  438.  
  439. 9.  Better checking of articles before posting.  Now, a new screen will
  440.     appear with error messages if the article appears badly formatted.
  441.  
  442. 10. Modified scrolling behavior when the article window is open.  Now the
  443.     next and previous headers are always visible.
  444.  
  445. Changes since 0.8.6
  446. 0.  Under Unix there is a new `configure' script for building slrn.
  447. 1.  ``Header Numbers'' add for more efficient article selection.  This is
  448.     enabled by default and may be disabled by adding
  449.     
  450.         set use_header_numbers 0
  451.     
  452.     in your .slrnrc file.  In addition, the color of these numbers may be
  453.     controlled via something like
  454.     
  455.         color header_number "green" "white"
  456.     
  457.     The numbers appear at the left margin of the header window.  To goto a
  458.     particular numbered header, e.g., 12, simply press `1' then `2' followed
  459.     by RETURN, SPACE, etc...
  460. 2.  The function ``xpunge'' has been added for article mode.  The default
  461.     binding of this function is to the `x' key.  It removes already read
  462.     articles from the list.
  463. 3.  If slrn does not read the active file, then it will now attempt to use
  464.     the `xgtitle' command to query the server for newsgroups matching a
  465.     pattern.  (This affects the `L' key in group-mode).
  466. Changes since 0.8.5
  467. -1. New distribution structure
  468. 0.  Thanks to Jay Maynard (jmaynard@nwpros.com), slrn now runs under OS/2.  
  469.     Since this is the first OS/2 version, it should be regarded as ALPHA.
  470. 1.  New .slrnrc configuration variable: prompt_next_group.  If 0, slrn will
  471.     not provide the opportunity to use up/down arrow keys to select the next
  472.     group.  Instead, pressing a key that performs a goto next group action,
  473.     e.g., the Next-Group mouse button, will simply put you in the headers of
  474.     the next group in the group list.
  475. 2.  When the mouse is clicked on a button at the top of the display, the
  476.     button will ``flash''.  The color that is used to simulate the flash may
  477.     be specified by using, e.g., 
  478.     
  479.          set color menu_press blue yellow
  480.      
  481.     in your .slrnrc file.
  482. 3.  New groups are displayed with an `N' in the flags column.
  483. 4.  `ESC 1 L' will hide unsubscribed groups  (`L' with a prefix argument).
  484. 5.  The `?' key may be used in help mode to re-start help.
  485. 6.  OS/2 port thanks to Jay Maynard <jmaynard@admin5.hsc.uth.tmc.edu>.
  486.     Note: this port is still considered to be in its alpha stage.
  487. 7.  slrn will nolonger run unless the user has a username and a FQDN.
  488. 8.  New article mode functions (Thanks to Alain.Knaff@imag.fr (Alain Knaff)):
  489.       fast_quit                       % quit news reader from article mode
  490.       skip_to_prev_group              %
  491.     None of these function have default bindings.
  492. 9.  When replying, slrn will warn the user if the email address appears
  493.     invalid.
  494. 10. New configuration variable:
  495.  
  496.        set use_metamail 0
  497.        
  498.     If non-zero, metamail will be called to process MIME articles that 
  499.     slrn does not support.
  500.  
  501. Changes since 0.8.4
  502. 1.  Small bug fixes (nothing major).
  503. 2.  Cosmetic change where one can more easily see the progress of the
  504.     download of tagged articles.  In addition the server name is printed on
  505.     the top status line.
  506. 3.  The `*' (toggle_header_tag) function has been changed.  If used on a
  507.     collapsed thread, it will tag the entire thread.  In addition, after
  508.     pressing `*', the pointer moves down one header.
  509. 4.  -m command line option forces XTerm mouse reporting to be turned on.
  510. 5.  When the mouse is enabled, ``buttons'' also appear on the top status
  511.     line.  Simply click on them with the mouse.  Perhaps in the future,
  512.     these buttons will become menus.
  513.  
  514. Changes since 0.8.3
  515. 0.  The slrn makefile has changed.  Now it asks for a location to put slrn
  516.     object files and it asks for the location of the slang library file.
  517.     The nice thing about this is that it is easy to compile slrn under
  518.     multiple architectures.  The down side is that some makes will not work
  519.     with the Makefile.  If your make fails, use Makefile.old.  Since I do
  520.     not plan to continue support for Makefile.old, please look into
  521.     installing GNUmake.
  522. 1.  .newsrc file is now created in mode where only user has read permission
  523.     to it.
  524. 2.  If a prefix argument is given to the subscribe/unsubscribe commands, the
  525.     user will be prompted for a group pattern which will be used, e.g., 
  526.     pressing `ESC 1 s' and entering `*linux*' at the prompt will result in
  527.     a subscription to all newsgroups of form `*linux*'.
  528. 3.  If a prefix argument is given to the `K' (create_score) function, the
  529.     editor will be called to edit the score file-- no questions asked.
  530. 4.  New .slrnrc variable: query_read_group_cutoff
  531.     Whenever slrn enters a group with `query_read_group_cutoff' or more
  532.     unread articles in it, it will prompt for how many to read.  The default
  533.     is 100.  If set to 0 or less than 0, slrn will not prompt at all, i.e.,
  534.     
  535.         set query_read_group_cutoff 0
  536.  
  537. 5.  It is now possible to have articles automatically wrapped by adding 4 to
  538.     the wrap flags value.  See the slrn.rc file.
  539. 6.  VMS changes: some patches added, ``makefiles'' fixed
  540.  
  541. Changes since 0.8.2
  542. 1.  If slrn cannot find a fully qualified domain name, it will not run.
  543.     This name can be specified in the .slrnrc file so there is no excuse for
  544.     not having one.  There are too many articles already floating around
  545.     usenet with bad hostnames and I do not want slrn to contribute to this.
  546. 2.  Bug in authorization fixed
  547. 3.  Oops.  If one were editing a file from within slrn and the window was
  548.     resized, slrn would re-draw the window!  That is fixed.
  549. 4.  article wrapping added-- press `w' in article mode to wrap/unwrap.  The
  550.     variable `wrap_flags' may be used to control whether or not headers or
  551.     quoted material is wrapped, e.g.,
  552.     
  553.         set wrap_flags 1    % Wrap headers
  554.     set wrap_flags 2    % Wrap quoted material
  555.     set wrap_flags 3    % Wrap headers and quoted material
  556.     
  557.     The default is to wrap everything (3).
  558.  
  559. 5.  slrn may be started as in `slrn -h server.name:XXX' where XXX in an
  560.     integer that represents a port number. 
  561.  
  562. 6.  `set sendmail_command' may be used in the .slrnrc file to specify an
  563.     alternative mail program.  The default is: 
  564.     
  565.           "/usr/lib/sendmail -oi -t -oem -odb"
  566.       
  567.     See config.h for selecting a different default.
  568.        
  569. 7.  ESC u in group mode may be used to Un-Catchup on a group.
  570.  
  571. Changes since 0.8.1
  572. 1.  Misc bug fixes:
  573.       MIME re-worked
  574.       some VMS problems ironed out
  575.       VMS: callable mail support
  576.  
  577. Changes since 0.8.0
  578. 1.  The `toggle_sort' function bound to `ESC s' in article mode has been
  579.     modifed.  Now, it prompts for the sorting method.
  580. 2.  New variables for the .slrnrc file:
  581.  
  582.       % If 0, do not sort.  If 1, perform threading.  If 2, sort by subject
  583.       % If 3, thread then sort result by subject
  584.       set sorting_method 3
  585.  
  586.       % If non-zero, threads will be uncollapsed when a group is entered
  587.       set uncollapse_threads 0
  588.       
  589.     Note: methods 2 and 3 were not available in previous versions of slrn.
  590.     This is why the `toggle_sort' function needed to be modified.
  591. 3.  It is now possible to have all posted articles saved in a file.  The
  592.     file is specified in the .slrnrc with a line like:
  593.  
  594.         set save_posts "News/My_Posts"
  595.  
  596. 4.  slrn now generates its own message id provided that it can find the
  597.     machines fully qualified domain name (FQDN).  The reason for this is
  598.     that one can easily more efficiently score follow-ups to the user's
  599.     posted articles.  For example, if the FQDN is `machine.my.domain' and
  600.     the user's name is `user' then simply put:
  601.     
  602.        [*]
  603.        Score: 100      (or whatever)
  604.        References: user@machine.my.domain>
  605.        
  606.     in the score file.  (The first part of the generated message-id is
  607.     composed of a base 32 representation of the current time and process-id).
  608. 5.  Default values available at all yes/no prompts.
  609.  
  610. 6.  Saving an article is slightly different but simpler.  The new bindings
  611.     are: 
  612.     
  613.     `:'  uudecode file
  614.         `o'  save a file-- no decoding
  615.     
  616.     Use "decode" and "save_article" to re-bind these.
  617.     See the FAQ for more detailed help on uudecoding articles.
  618.     
  619. 7.  New variable: 'save_directory' may be used to specify where files are
  620.     saved.  The default is 'News'.  Use something in your .slrnrc file:
  621.     
  622.         set save_directory "News"
  623.     
  624. 8.  There is now an option for slrn to read the active file upon startup.
  625.     Using this option may result in faster startup times.  Using the active
  626.     file also has the advantage that the `L' key will list all groups
  627.     available at the server.  
  628.     
  629.     There are two ways of enabling this option:
  630.     
  631.         a.  Startup slrn with the -a switch:  slrn -a
  632.     b.  Add the line:
  633.       
  634.              set read_active 1
  635.        
  636.         to your .slrnrc file.
  637.  
  638. 9.  The `Expires' date may be given in one of the following formats:
  639.  
  640.        MM/DD/YYYY
  641.        DD-MM-YYYY
  642.        
  643.     Previous versions only allowed the first format.
  644.  
  645. 10.  MIME support add by Michael Elkins <elkins@aero.org>.
  646.     To enable MIME support, add:
  647.     
  648.         set use_mime 1
  649.     
  650.     to your .slrnrc file.  In addition, you may select a character set by
  651.     adding something like:
  652.     
  653.         set mime_charset "iso-8859-1"
  654.  
  655.     to your .slrnrc file.
  656.     
  657.     The MIME code is still in the testing phase but it appears to be ok.
  658.     
  659. Changes since 0.7.9.0
  660. 1.  If Cc: header appears in a followup, the message will also be email to 
  661.     the addresses listed on the line.  The address `poster' will be
  662.     considered as an alias for the original poster.  This header will
  663.     automatically be generated if the line:
  664.     
  665.          set cc_followup 1
  666.        
  667.     appears in the .slrnrc file.
  668.     By default, the body of an email message generated this way will be
  669.     prefixed by the string:
  670.     
  671.       [This message has also been posted.]
  672.       
  673.     To change it, use a line of the form:
  674.       
  675.       cc_followup_string "[Note: Even though I posted this, here is a copy.]"
  676.       
  677.     in your .slrnrc file.
  678.     
  679. 2.  Broken threads are now collaped together.
  680. 3.  In replies, the In-Reply-To header is generated with the message-id of
  681.     the original post.
  682. 4.  New variable for .slrnrc: `set confirm_actions 1'.  If set to 1 (default
  683.     is 0), confirmation on quitting, followup, reply, etc... is not performed.
  684.     
  685. 5.  Arbitrary header keywords are now allowed for Score files.  Keep in mind
  686.     that a score that is based on such keywords take ALOT longer to process.
  687.     The command line option -k0 will suppress expensive scores.  
  688.  
  689.     In addition, the K key (bound to `toggle_scoring') may be used at the
  690.     group level to set the scoring mode.
  691.  
  692. 6.  Enhanced score file syntax:
  693.  
  694.        a.  If Score::  (TWO colons) is used to denote a score, all
  695.            expressions that it covers will be considered as OR type
  696.        expressions.  That is,
  697.       
  698.            Score:: 20
  699.             Subject: larry
  700.             Subject: curly
  701.        
  702.           is (almost) equivalent to
  703.       
  704.            Score: 20
  705.             Subject: larry
  706.            Score: 20
  707.             Subject: curly
  708.           
  709.       Homework: What do I mean by ``almost''?
  710.       Note: Scores with only one colon are AND scores.
  711.       
  712.       b.  If a score value is prefixed with the `=' sign, e.g., Score: =30
  713.           Then scoring on the article is regarded as finished and a value of
  714.       30 will be assigned to the article.
  715.  
  716.     See score.txt and KILL_FAQ for more information.
  717.     
  718. 7.  Article mode keybindings of `<' and `>' have been changed to goto the
  719.     beginning and end of the article, resp.
  720.     
  721. 8.  The `#' key may be used to NUMERICALLY tag articles.  The save operation
  722.     now saves tagged articles in their numerically tagged order.  The key
  723.     sequence `ESC #' will remove all numerical tags.
  724. 9.  The save function is now more sophisticated.  It can now save tagged
  725.     articles, the current thread, or a single article.  After it saves, it
  726.     prompts for decoding.  The present version of slrn can only decode
  727.     uuencoded files or share archives.  If decoding is selected, slrn will
  728.     prompt for whether or not he save file should be deleted.
  729.     
  730.     The variable `decode_directory' may be used to control where decoded
  731.     files are placed.
  732.     
  733. 10. If a line of the form:
  734.  
  735.        set use_tmpdir 1
  736.       
  737.     appears in the .slrnrc file, a tmp directory will be used for posting
  738.     and replying.  The directory /tmp will be used unless the environment
  739.     variable TMPDIR exists.
  740.     
  741. 11. It is now possible to set the editor command in the .slrnrc file, e.g.,
  742.  
  743.         editor_command "jed %s -g %d -tmp"
  744.     
  745.       
  746.  
  747. Changes since 0.7.8.2
  748. 1.  Score files added-- See score.txt for score file syntax.  To use score
  749.     files you must add a line such as:
  750.     
  751.          scorefile "News/Score"
  752.  
  753.     to you .slrnrc file.  slrn assumes no default value for this file.  With
  754.     this defined, you may either edit the file by hand or press the `K' key
  755.     in article mode to automatically add ``scores'' to this file.  If you
  756.     edit it by hand and you use the jed editor, see `score.sl' for a syntax
  757.     highlighting and indentation mode for score files.
  758.     
  759.     A new commad line option `-k' may be used to turn OFF score file
  760.     processing.
  761.  
  762. 2.  In article mode, `=' key will now follow articles of a specified
  763.     subject.  In addition, the `!' key will go to articles with high scores.
  764.  
  765. Changes since 0.7.8.1
  766. 1.  Threads are now collapsed.  An individual thread may be un-collapsed by
  767.     pressing `ESC t'.  Pressing `ESC t' will re-collapse it.  In addition,
  768.     simply reading the first article in a thread will un-collapse it.
  769.     Deleting a collapsed thread will delete all articles in th thread.
  770.     Hopefully, this interface will seem intuitive.
  771.     
  772.     Note: `ESC 1 ESC t' will toggle collapsing of ALL threads.  
  773.     
  774.     To bind this to a different key, use the function 
  775.     `toggle_collapse_threads'.
  776.     
  777.     Of course the thread number has to have a color.  The default is:
  778.     `color thread_number "blue" "white"'
  779.     
  780. 2. New configuration variables for your .slrnrc file (defaults shown)
  781.  
  782.       set query_next_article 1
  783.       set query_next_group 1
  784.      
  785.    For example, setting query_next_article to 0 will result in the next
  786.    article being read when the end of the current one is reached.
  787.  
  788. 3. Parse error messages while parsing .slrnrc file are now more meaningful.
  789.  
  790. Changes since 0.7.8.0
  791. 1.  Additional support for XTerm mouse (Thanks Mark).  These include:
  792.  
  793.     Article mode:
  794.  
  795.         Left Button: Help bar:        return help
  796.                      Header status:   header page down
  797.              Article status:  Next unread
  798.              Article window:  Article page down
  799.       Middle Button: Help bar:        toggle show author
  800.                      Header status:   hide article
  801.              Article status:  toggle quotes
  802.              Article window:  nothing
  803.       Right Button:  Help bar:        help
  804.                      Header status:   header page up
  805.              Article status:  Prev unread
  806.              Article window:  Article page up
  807.                      
  808.     Similar functionality for group mode.
  809.     
  810. 2.  VMS makefile fixed
  811. 3.  New group mode function: transpose_groups.  The default binding is ^X^T.
  812.     This will transpose the position of two groups.  This may be used to
  813.     rearrange groups.
  814. 4.  man page updated
  815. 5.  `set color signature' now supported.  (Thanks to
  816.     combee@ptsg-austin.sps.mot.com (Ben Combee))
  817. 6.  Misc bug fixes.
  818. 7.  `hide article' will now toggle.
  819.  
  820. Changes since 0.7.7
  821. 0.  Misc bug fixes
  822. 1.  slrn calling syntax changed: The -D parameter has changed to lowercase -d.
  823.     Now, a new -Ddefine-something is available.
  824. 2.  If using slang0.99-20 or newer, it is possible to use slang preprocessing
  825.     in your .slrnrc file.  Use the -D flag to define a token.
  826. 3.  Oops!  Previous version broke art_lineup, art_linedn functions.
  827. 4.  Problem with "unknown" as username fixed.
  828. 5.  Suspension now allowed during lengthy transfers.  This requires slang
  829.     version 0.99-20 or greater.
  830. 6.  New article mode function: "toggle_header_tag".  A header that is
  831.     ``tagged'' is marked with a `*' in the left column.  The default binding
  832.     is to the `*' key (Shift-8).  A tagged article will not change its read
  833.     status by the `catchup' series of functions.  There may be more uses
  834.     later.
  835. 7.  If a `prefix' argument is given to the `get_parent_header' function, the
  836.     entire tree will be reconstructed.  This means that the whole tree can
  837.     be reconstructed by pressing: ESC 1 ESC p
  838. 8.  Another oops.  -create flag was not working in 0.7.7.
  839. 9.  `set unsubscribe_new_groups' added to slrn.rc file.  If this is non-zero,
  840.     newgroups will not automatically be subscribed to, e.g., if you desire
  841.     this behavior, put the following in your .slrnrc file:
  842.        set unsubscribe_new_groups 1
  843. 10. In an effort to make the article screen look less busy, a new
  844.     configuration variable `show_thread_subject' has been made available.
  845.     If zero, only the parent thread's subject will be displayed.  If you do
  846.     not like this, add:
  847.       
  848.         set show_thread_subject 1
  849.     
  850.     to your .slrnrc file.
  851. 11. By default, articles are saved in folders with names beginning with a 
  852.     capital letter.  If a folder with a lower case name already exists, slrn
  853.     will use that.  That is, it is backward compatable.
  854. 12. Improved man page (Thanks to Howard Goldstein <hg@n2wx.ampr.org>)
  855. 13. XTerm mouse support added.  This option requires slang version 0.99-21.
  856.     Use `set mouse 1' in your .slrnrc file to enable.  Note: mouse reporting
  857.     is disabled at all slrn prompts so the mouse will be available for
  858.     cut/paste in such contexts.
  859.  
  860. Changes since 0.7.6
  861. 1.  Improvements for VMS.  Now supports NETLIB (Thanks Andrew).
  862. 2.  Improved detection of supercite
  863. 3.  The article mode functions `catchup' and `uncatchup' have changed
  864.     slightly in a way that may be more useful.  Now, they function on all
  865.     headers from the top of the header list to the current header.
  866.     Previously they functioned on all headers from the current one to the
  867.     end of the list.  Of course the functions `catchup_all' and
  868.     `uncatchup_all' are still available.
  869. 4.  New `config.h' file that allows HOSTNAME, ORGANIZATION, etc... to be
  870.     compiled into the executable.
  871. 5.  Slightly improved FAQ.
  872.  
  873. Changes since 0.7.5
  874. 0.  VMS port thanks to Andrew Greer (Andrew.Greer@vuw.ac.nz)
  875. 1.  Small bug in help.c corrected that caused problems on some systems if a
  876.     custom help file was used.
  877. 2.  New function: repeat_last_key.  The default binding is `.'.  The
  878.     function that `.' used to be bound to has been moved to `;'.
  879. 3.  slrn.rc may be placed in SLRN_LIB_DIR to provide defaults for all users,
  880.     e.g., organization, hostname, ...  See INSTALL.
  881. 4.  Catchup bindings changed in article mode.  (By popular demand).
  882. 5.  Misc improvements.
  883.  
  884. Changes since 0.7.4
  885. 1.  Oops!  It was possible to cancel any article in the old version.  I
  886.     forgot to add a `return' statement after checking to make sure that the
  887.     person cancelling actually posted the article.
  888. 2.  Missing comma between two strings in help.c added.
  889. 3.  `delete_thread' function added to article mode keybindings
  890. 4.  `followup' added to slrn.rc.  This allows the user to set the followup 
  891.      string.  For example, I use:  followup "On %d, %r <%f> wrote:"
  892.      See slrn.rc for more information.
  893. 5.  It is now possible to concatenate newsrc files.  slrn will now ignore
  894.     repetitions.  For example, suppose that you have an old newsrc file that
  895.     you wish to bring uptodate.  Let's call it `old'.  Suppose that another
  896.     one, `new' is much more extensive.  Then do:
  897.     
  898.         % mv old old~
  899.     % cat old~ new > old
  900.     % slrn -f old
  901.     
  902.     If you have no idea how this may be useful, then you do not need it.
  903. 6.  Group mode searches will automatically wrap.    
  904. 7.  Some support for automatic detection of ``super-cited'' articles so that
  905.     quoted lines are handled properly.  This works most of the time.
  906. 8.  If `set no_backups 1' appears in the .slrnrc file, backups of the .newsrc
  907.     file is turned off.
  908. 9.  `g' in article mode will skip to the next digest.
  909. 10. User is now prompted for chance to re-edit a message after editing.
  910. 11. `set beep 0' may now be used to turn off the bell.  See slrn.rc.
  911.  
  912. Changes since 0.7.3
  913. 1.  -i init-file command option added.  This allows a different slrn.rc file
  914.     to be specified (default: .slrnrc).
  915. 2.  Silly problem fixed when -create option used but .newsrc does not exist.
  916. 3.  A line read in from the server that begins with two periods is stripped 
  917.     of one of them as RFC977 requires.
  918. 4.  Using a prefix argument to the followup command will insert the original
  919.     headers into the followup.
  920. 5.  If server drops the connection, an attempt is made to reconnect.
  921.     (ljz@panix.com)
  922.  
  923. Changes since 0.7.2
  924. 1.  Slight modification to extract real name routine so that if the name is
  925.     not available, the address is used.
  926. 2.  Now possible to specifiy a color for quoted text via `color quotes'.
  927.     The default is: color quotes red white
  928.     This really does improve readability of an article with quoted material!
  929. 3.  NNRP authentification support added.  In .slrnrc, use a line like:
  930.        nnrpaccess HOSTNAME USERNAME PASSWORD
  931.  
  932. Changes since 0.7.1
  933. 0.  The XPAT server command is exploited if it is available.  Not all servers
  934.       support it even though it is pretty standard.
  935. 1.  ESC Ctrl-P will find all children of current header by querying the
  936.     server.
  937. 2.  Confirm Follow-up when poster sets the followup line to poster.
  938. 3.  ESC-d will now mark the current thread as read-- that is, current header
  939.     plus all children.
  940. 4.  SPACE in article mode can be used to read next article or go to next
  941.     group if pressed twice at the end of the current article.
  942.     
  943. Changes since 0.7.0
  944. 1.  Typo in the `unsetkey' function corrected.  The typo was a serious one.
  945. 2.  Small change in the Top/Bottom/Percentage calculation for the status line.
  946. 3.  Misc bug fixes
  947. 4.  See help.txt for creating your own custom help screen.
  948.  
  949. Changes since 0.6.3
  950. 1.  Added `realname' to slrn.rc file.
  951. 2.  TRUE referenced based threading added.  Subject sorting has been 
  952.       abandoned.  A tree in drawn showing how articles are threaded.  The
  953.       color of the tree may be specified by `color tree' in your .slrnrc
  954.       file.  ESC-p will got to the parent of the current header.
  955.       
  956.       Note:  If the terminal cannot support line drawing characters, the
  957.       tree will not appear.
  958.  
  959. Changes since 0.6.2
  960. 1.  Xref mark as read now takes advantage of group name hashing.
  961. 2.  Fixed problem with getlogin on some systems.
  962.  
  963. Changes since 0.6.1
  964. 1.  `N' in article mode will now skip on to next group.  Lowercase `n' still
  965.     retains its previous meaning.
  966. 2.  Bug fixed in catchup-all in article mode.  Previously, it did not mark
  967.     all as read.
  968. 3.  A description of each newsgroup can be displayed next to the group name. 
  969.     Use ESC-a to toggle it on/off.
  970. 4.  New environment variable SLRN_LIB_DIR determines where to load files
  971.     that may be shared by all users, e.g., the group description file.  By
  972.     default, it is /usr/local/lib/slrn.  See INSTALL for more details.
  973.     
  974. Changes since 0.6.0
  975. 1.  The `G' key at group mode may be used to retrieve new news from the
  976.     server.  In addition, `X' will force the newsrc file to be saved.
  977. 2.  Small bug corrected that manifests itself when no groups are subscribed
  978.     to (a very rare situation).
  979. 3.  The one-line help at the bottom of the screen is always visible now.  Of
  980.     course, the full on-line help is still available.
  981. 4.  The Makefile has been modified so that slrn may be easily termified
  982.     under Linux.
  983. 5.  Fixed a silly bug that made the -C color flag do nothing.
  984.  
  985. Changes since 0.5.3
  986. 1.  Selecting a group with an ESC prefix digit argument will now select
  987.     unread articles too.
  988. 2.  My uudecode program can also unpack shell archives.  No need to edit
  989.     those headers either.
  990. 3.  When replying, the user defined quote string is used to quote the
  991.     article. 
  992. 4.  ESC-r from article mode will toggle rot13 decryption.
  993. 5.  `|' in article mode will pipe article to an external command (e.g., lpr)
  994. 6.  Some cosmetic improvements by ljz@ingress.com (Lloyd Zusman).
  995. 7.  ESC-U, ESC-u, ESC-C, ESC-c added by ljz@ingress.com (Lloyd Zusman).
  996.     These functions may be used to catchup and un-catchup on articles in
  997.     article mode.
  998. 8.  IF the line: `set show_article 1' appears in your .slrnrc file, the
  999.     article is displayed when article mode is entered.
  1000.  
  1001. Changes since 0.5.2
  1002. 1.  Path header added when posting
  1003. 2.  When the newsrc file is written, a backup is made of the previous version.
  1004.  
  1005. Changes since 0.5.1
  1006. 1.  ESC-a toggles showing author's name on/off in the header window.  This
  1007.     provides a wider display for the subject.
  1008.  
  1009. Changes since 0.5.0
  1010. 1.  Improved help screen for beginners.
  1011. 2.  ESC-s now toggles header sorting on/off.
  1012. Changes since 0.4.0
  1013. 1.    LOGNAME environment variable now checked to get the user's login name.
  1014.       Previously, only USER was checked.
  1015. 2.    newsrc file locking added.
  1016. 3.    TAB key now moves past quoted text
  1017. 4.    `autobaud' keyword in .slrnrc file may be used to incicate that the
  1018.       output rate to the terminal should be synchronized to the terminal
  1019.       baud rate.  This behavior was always the default in previous versions.
  1020.       Now, it is off by default.
  1021. 5.  The `L' key in the group menu may now be used to toggle the display of
  1022.     unsubscribed groups on and off.  
  1023.  
  1024.