Extended format spec.
[gnus] / 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 ** Extended format specs.
12
13 Format spec "%&user-date;" is added into
14 gnus-summary-line-format-alist.  Also, user defined extended format
15 specs are supported.  The extended format specs look like "%u&foo;",
16 which invokes function gnus-user-format-function-foo.  Because "&" is
17 used as the escape character, old user defined format "%u&" is no
18 longer supported.
19
20 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
21
22 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
23 function filters out other articles.
24
25 ** Group names are treated as UTF-8 by default.
26
27 This is supposedly what USEFOR wants to migrate to.  See
28 `gnus-group-name-charset-group-alist' and
29 `gnus-group-name-charset-method-alist' for customization.
30
31 ** The nnml and nnfolder backends store marks for each groups.
32
33 This makes it possible to take backup of nnml/nnfolder servers/groups
34 separately of .newsrc.eld, while preserving marks.  It also makes it
35 possible to share articles and marks between users (without sharing
36 .newsrc.eld) within e.g. a department.
37
38 ** The menu bar (in Group and Summary buffer) named "Misc" has been
39    renamed to "Gnus".
40
41 ** The menu bar (in Message mode) named "MML" has been renamed to
42    "Attachments".
43
44 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist
45
46 The regexps in these variables are compared with full group names
47 instead of real group names in 5.8.  Users who customize these
48 variables should change those regexps accordingly. For example:
49
50    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
51
52 ** Gnus now supports PGP-MIME (RFC2015) and SMIME.
53
54 ** Gnus inlines external parts (message/external).
55
56 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
57
58 This change was made to avoid conflict with the standard binding of
59 `back-to-indentation', which is also useful in message mode.
60
61 \f
62 * Changes in Pterodactyl Gnus (5.8/5.9)
63
64 The Gnus NEWS entries are short, but they reflect sweeping changes in
65 four areas: Article display treatment, MIME treatment,
66 internationalization and mail-fetching.
67
68 ** The mail-fetching functions have changed.  See the manual for the
69 many details.  In particular, all procmail fetching variables are gone.
70
71 If you used procmail like in
72
73 (setq nnmail-use-procmail t)
74 (setq nnmail-spool-file 'procmail)
75 (setq nnmail-procmail-directory "~/mail/incoming/")
76 (setq nnmail-procmail-suffix "\\.in")
77
78 this now has changed to 
79
80 (setq mail-sources
81       '((directory :path "~/mail/incoming/"
82                    :suffix ".in")))
83
84 More information is available in the info doc at Select Methods ->
85 Getting Mail -> Mail Sources
86
87 ** Gnus is now a MIME-capable reader.  This affects many parts of
88 Gnus, and adds a slew of new commands.  See the manual for details.
89
90 ** Gnus has also been multilingualized.  This also affects too
91 many parts of Gnus to summarize here, and adds many new variables.
92
93 ** gnus-auto-select-first can now be a function to be
94 called to position point.
95
96 ** The user can now decide which extra headers should be included in
97 summary buffers and NOV files.
98
99 ** `gnus-article-display-hook' has been removed.  Instead, a number
100 of variables starting with `gnus-treat-' have been added.
101
102 ** The Gnus posting styles have been redone again and now works in a
103 subtly different manner.
104
105 ** New web-based backends have been added: nnslashdot, nnwarchive
106 and nnultimate.  nnweb has been revamped, again, to keep up with
107 ever-changing layouts.
108
109 ** Gnus can now read IMAP mail via nnimap.
110
111 \f
112 * For older news, see Gnus info node "New Features".
113
114 ----------------------------------------------------------------------
115 Copyright information:
116
117 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
118
119    Permission is granted to anyone to make or distribute verbatim copies
120    of this document as received, in any medium, provided that the
121    copyright notice and this permission notice are preserved,
122    thus giving the recipient permission to redistribute in turn.
123
124    Permission is granted to distribute modified versions
125    of this document, or of portions of it,
126    under the above conditions, provided also that they
127    carry prominent notices stating who last changed them.
128 \f
129 Local variables:
130 mode: outline
131 paragraph-separate: "[  \f]*$"
132 end: