home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume23 / trn / part13 / NEW < prev    next >
Text File  |  1991-08-22  |  3KB  |  78 lines

  1.             NEW FEATURES OF TRN 1.0 vs RN 4.3
  2.  
  3. New commands (article level)
  4.     t        display a map of the thread's article tree.
  5.     [, ], {, }    move around in the article tree
  6.     J        junk an entire thread of disucussion regardless of
  7.             subject changes.
  8.     T        put the entire thread of discussion in the KILL file
  9.             (as opposed to the current subject).
  10.     <, >        move between threads of discussion
  11.     U        mark some articles as unread again (choose from
  12.             the current thread, subthread, selected threads, or
  13.             all articles).
  14.     e        extract a shar or uuencoded file.
  15.     :        execute a command on all the selected threads/articles
  16.  
  17. New commands (newsgroup level)
  18.     +        enter a newsgroup through the thread selector.
  19.     U        enter a newsgroup through the "set unread" prompt.
  20.  
  21. New commands (thread selector)
  22.     [...lots...]    use the thread selector to quickly browse the subjects
  23.             and/or authors of articles and select only the ones
  24.             that you want to read.  You can read each one as
  25.             soon as you select it, or select them all at once.
  26.             Use the 'h' command to see a command summary, or read
  27.             the man page for more details.
  28.  
  29. New header display:    we display a subset of the thread's article tree in
  30.             each header.
  31.  
  32. New display ordering:    the articles appear in their reply order.
  33.  
  34. New switches (default may be on, use +x/+X to turn them off)
  35.     -x        turn on threaded extensions.
  36.     -X        use thread selector to enter a group.
  37.  
  38. New magic (use +H to turn them off)
  39.     -Hfrom        displays only the commented portion of the user name.
  40.     -Hdate        displays the date in local time.
  41.  
  42. New environment variables
  43.     EXSAVER        shell command that starts an extraction.
  44.     SELECTCHARS    the character set to use to select threads
  45.             (default:  abcdefgijlorstuvwxz1234567890).
  46.     UNSHAR        the unshar program to use (default /bin/sh).
  47.     REPLYTO        the value to use for the "Reply-To:" header, if
  48.             needed.
  49.  
  50. New mode
  51.     %m=t        when in the thread selector
  52.  
  53. New % interpolations
  54.     %#        keeps an incremental count during a multi-file save,
  55.             extract, etc.  ":s part.%#"
  56.     %e        the last command executed to extract an article.
  57.     %E        The number of extra (unselected) articles, not
  58.             counting the current article (if selected).
  59.     %U        same as before (number of unread articles, not counting
  60.             the current one) but if selections are on, only counts
  61.             selected articles.
  62.     %Z        The number of selected threads.
  63.  
  64. Macros and Keymaps
  65.     When defining macros, make sure you don't define something that
  66.     will conflict with the selection characters in the thread selector.
  67.     An easy way is to exclude the thread selector with a mode test:
  68.  
  69.         f    %(%m=t?f:|mail smith\n)
  70.  
  71.     Also, if you want to use one of the selection characters as a
  72.     command in the thread selector, be sure to exclude it from the
  73.     list of selection characters in SELECTCHARS (you can define this
  74.     with -ESELECTCHARS=abc123 in your .rninit file).
  75.  
  76. Miscellaneous
  77.     ...and much, much more! (including various bug fixes!)
  78.