X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=GNUS-NEWS;h=c9f6a070d6db87093af0068ad7b4e0fd352c7bcb;hb=4ad6af36a9ac983d5fbf38fa8dd35e83521cc91d;hp=a712ea208a06859cb0d8a52d2dcc08ab1e522cf4;hpb=29442cafaf4083cf60418f8f51fc7d0923184902;p=gnus diff --git a/GNUS-NEWS b/GNUS-NEWS index a712ea208..c9f6a070d 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -1,66 +1,49 @@ ** 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'. +*** Gnus can now read IMAP mail via nnimap.