Synch with Oort Gnus (Translating gnus-ja.texi is incompleted).
[elisp/gnus.git-] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send Gnus bug reports to bugs@gnus.org.
6 For older news, see Gnus info node "New Features".
7
8 \f
9 * Changes in Oort Gnus
10
11 ** Nnml stores marks in the file ".marks" for each groups.
12
13 This makes it possible to take backup of nnml servers independently of
14 .newsrc.eld.  It also makes it possible to share articles and marks
15 between users (without sharing .newsrc.eld) within e.g. a department.
16
17 ** The menu bar (in Group and Summary buffer) named "Misc" has been
18    renamed to "Gnus".
19
20 ** The menu bar (in Message mode) named "MML" has been renamed to
21    "Attachment".
22
23 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist
24
25 The regexps in these variables are compared with full group names
26 instead of real group names in 5.8.  Users who customize these
27 variables should change those regexps accordingly. For example:
28
29    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
30
31 ** Gnus now supports PGP-MIME (RFC2015) and SMIME.
32
33 ** Gnus inlines external parts (message/external).
34
35 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
36
37 This change was made to avoid conflict with the standard binding of
38 `back-to-indentation', which is also useful in message mode.
39
40 \f
41 * Changes in Pterodactyl Gnus (5.8/5.9)
42
43 The Gnus NEWS entries are short, but they reflect sweeping changes in
44 four areas: Article display treatment, MIME treatment,
45 internationalization and mail-fetching.
46
47 ** The mail-fetching functions have changed.  See the manual for the
48 many details.  In particular, all procmail fetching variables are gone.
49
50 If you used procmail like in
51
52 (setq nnmail-use-procmail t)
53 (setq nnmail-spool-file 'procmail)
54 (setq nnmail-procmail-directory "~/mail/incoming/")
55 (setq nnmail-procmail-suffix "\\.in")
56
57 this now has changed to 
58
59 (setq mail-sources
60       '((directory :path "~/mail/incoming/"
61                    :suffix ".in")))
62
63 More information is available in the info doc at Select Methods ->
64 Getting Mail -> Mail Sources
65
66 ** Gnus is now a MIME-capable reader.  This affects many parts of
67 Gnus, and adds a slew of new commands.  See the manual for details.
68
69 ** Gnus has also been multilingualized.  This also affects too
70 many parts of Gnus to summarize here, and adds many new variables.
71
72 ** gnus-auto-select-first can now be a function to be
73 called to position point.
74
75 ** The user can now decide which extra headers should be included in
76 summary buffers and NOV files.
77
78 ** `gnus-article-display-hook' has been removed.  Instead, a number
79 of variables starting with `gnus-treat-' have been added.
80
81 ** The Gnus posting styles have been redone again and now works in a
82 subtly different manner.
83
84 ** New web-based backends have been added: nnslashdot, nnwarchive
85 and nnultimate.  nnweb has been revamped, again, to keep up with
86 ever-changing layouts.
87
88 ** Gnus can now read IMAP mail via nnimap.
89
90 \f
91 * For older news, see Gnus info node "New Features".
92
93 ----------------------------------------------------------------------
94 Copyright information:
95
96 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
97
98    Permission is granted to anyone to make or distribute verbatim copies
99    of this document as received, in any medium, provided that the
100    copyright notice and this permission notice are preserved,
101    thus giving the recipient permission to redistribute in turn.
102
103    Permission is granted to distribute modified versions
104    of this document, or of portions of it,
105    under the above conditions, provided also that they
106    carry prominent notices stating who last changed them.
107 \f
108 Local variables:
109 mode: outline
110 paragraph-separate: "[  \f]*$"
111 end: