2000-10-21 11:23:21 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / GNUS-NEWS
index ed9c025..057a7f6 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -1,85 +1,54 @@
 ** Gnus changes.
 
-*** nntp.el has been totally rewritten in an asynchronous fashion.
+The Gnus NEWS entries are short, but they reflect sweeping changes in
+four areas: Article display treatment, MIME treatment,
+internationalization and mail-fetching.
 
-*** Article prefetching functionality has been moved up into 
-Gnus.  
+*** The mail-fetching functions have changed.  See the manual for the
+many details.  In particular, all procmail fetching variables are gone.
 
-*** Scoring can now be performed with logical operators like 
-`and', `or', `not', and parent redirection.
+If you used procmail like in
 
-*** Article washing status can be displayed in the
-article mode line.
+(setq nnmail-use-procmail t)
+(setq nnmail-spool-file 'procmail)
+(setq nnmail-procmail-directory "~/mail/incoming/")
+(setq nnmail-procmail-suffix "\\.in")
 
-*** gnus.el has been split into many smaller files.
+this now has changed to 
 
-*** Suppression of duplicate articles based on Message-ID.
+(setq mail-sources
+      '((directory :path "~/mail/incoming/"
+                  :suffix ".in")))
 
-(setq gnus-suppress-duplicates t)
+More information is available in the info doc at Select Methods ->
+Getting Mail -> Mail Sources
 
-*** New variables for specifying what score and adapt files
-are to be considered home score and adapt files.  See
-`gnus-home-score-file' and `gnus-home-adapt-files'.
+*** Gnus is now a MIME-capable reader.  This affects many parts of
+Gnus, and adds a slew of new commands.  See the manual for details.
 
-*** Groups can inherit group parameters from parent topics.
+*** Gnus has also been multilingualized.  This also affects too
+many parts of Gnus to summarize here, and adds many new variables.
 
-*** Article editing has been revamped and is now usable.
+*** gnus-auto-select-first can now be a function to be
+called to position point.
 
-*** Signatures can be recognized in more intelligent fashions.
-See `gnus-signature-separator' and `gnus-signature-limit'.
+*** The user can now decide which extra headers should be included in
+summary buffers and NOV files.
 
-*** Summary pick mode has been made to look more nn-like.
-Line numbers are displayed and the `.' command can be
-used to pick articles.
+*** `gnus-article-display-hook' has been removed.  Instead, a number
+of variables starting with `gnus-treat-' have been added.
 
-*** Commands for moving the .newsrc.eld from one server to
-another have been added.
+*** The Gnus posting styles have been redone again and now works in a
+subtly different manner.
 
-    `M-x gnus-change-server'
+*** New web-based backends have been added: nnslashdot, nnwarchive
+and nnultimate.  nnweb has been revamped, again, to keep up with
+ever-changing layouts.
 
-*** A way to specify that "uninteresting" fields be suppressed when
-generating lines in buffers.
-
-*** Several commands in the group buffer can be undone with
-`M-C-_'.
-
-*** Scoring can be done on words using the new score type `w'.
-
-*** Adaptive scoring can be done on a Subject word-by-word basis:
-
-    (setq gnus-use-adaptive-scoring '(word))
-
-*** Scores can be decayed.
-    (setq gnus-decay-scores t)
-
-*** Scoring can be performed using a regexp on the Date header.  The
-Date is normalized to compact ISO 8601 format first.
-
-*** A new command has been added to remove all data on articles from
-the native server.
-
-   `M-x gnus-group-clear-data-on-native-groups'
-
-*** A new command for reading collections of documents
-(nndoc with nnvirtual on top) has been added -- `M-C-d'.
-
-*** Process mark sets can be pushed and popped.
-
-*** A new mail-to-news backend makes it possible to post
-even when the NNTP server doesn't allow posting.
-*** Process mark sets can be pushed and popped.
-
-*** A new mail-to-news backend makes it possible to post
-even when the NNTP server doesn't allow posting.
-*** Process mark sets can be pushed and popped.
-
-*** A new mail-to-news backend makes it possible to post
-even when the NNTP server doesn't allow posting.
-
-*** A new backend for reading searches from Web search engines
-(DejaNews, Alta Vista, InReference) has been added.
-
-    Use the `G n' command in the group buffer to create such
-    a group.
+*** Gnus can now read IMAP mail via nnimap.
 
+\f
+Local variables:
+mode: outline
+paragraph-separate: "[         \f]*$"
+end: