Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
[bpt/emacs.git] / lisp / gnus / TODO
1 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * Disclaimer: This is *temporary* file to keep track of the changes
4 in the trunk, that have or have not made it into the Gnus branch.
5
6 \f
7
8 2004--08-22 Reiner Steib <Reiner.Steib@gmx.de>
9
10 * Add `:version "21.4"' to all new defcustoms. Grep ChangeLog and
11 ChangeLog.1 for "new variable". Also check if the `:version
12 "21.1"' and `:version "21.3"' entries are correct.
13
14 \f
15
16 2002-10-02 Karl Berry <karl@gnu.org>
17
18 * In directory ./man:
19
20 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
21 pgg.texi, sieve.texi: Per rms, update all manuals to use @copying
22 instead of @ifinfo. Also use @ifnottex instead of @ifinfo around
23 the top node, where needed for the sake of the HTML output.
24 (The Gnus manual is not fixed since it's not clear to me how it
25 works; and the Tramp manual already uses @copying, although in an
26 unusual way. All others were changed.)
27
28 ==> Done. Not yet in Gnus repository.
29
30 \f
31
32 2004-06-29 Kim F. Storm <storm@cua.dk>
33
34 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
35
36 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
37 Add :group 'nnimap.
38
39 ==> applied, here and in Gnus repository.
40
41 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * mm-view.el (mm-insert-inline): Make it work in read-only buffer.
44
45 * gnus-win.el (gnus-all-windows-visible-p): Don't consider
46 non-visible windows.
47
48 2004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * rfc2047.el (rfc2047-encode-message-header): Don't encode non-address
51 headers as address headers (which breaks if subject has a single ").
52
53 ==> already in Gnus
54
55 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
58
59 ==> applied, here and in Gnus repository.
60
61 2004-04-21 Richard M. Stallman <rms@gnu.org>
62
63 * mailcap.el (mailcap-mime-data): Mark as risky.
64
65 ==> applied, here and in Gnus repository.
66
67 2004-03-27 Juanma Barranquero <lektu@terra.es>
68
69 * gnus-srvr.el (gnus-server-prepare): Remove spurious call to `cdr'.
70
71 ==> already in Gnus
72
73 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
76 (gnus-narrow-to-page): Don't assume point-min == 1.
77 (gnus-article-edit-mode): Derive from message-mode.
78 (gnus-button-alist): Add buttons to (info "(emacs)Keymaps").
79
80 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
81 point-min == 1.
82
83 * imap.el (imap-parse-address-list, imap-parse-body-ext):
84 Disable incorrect use of `assert'.
85
86 ==> applied / modified
87
88 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * message.el (message-mode): Fix last change.
91
92 ==> applied
93
94 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * message.el (message-mode): Set comment-start-skip.
97
98 ==> applied
99
100 2004-02-08 Andreas Schwab <schwab@suse.de>
101
102 * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
103
104 * gnus-score.el (gnus-summary-increase-score): Fix format string.
105
106 ==> applied; here and in Gnus v5-10. Already fixed in No Gnus.
107
108 2003-06-25 Sam Steingold <sds@gnu.org>
109
110 * gnus-group.el (gnus-group-suspend): Avoid some consing.
111
112 ==> hunk FAILED / not very important / skip
113
114 2003-06-11 Sam Steingold <sds@gnu.org>
115
116 * pop3.el (pop3-leave-mail-on-server): New user variable.
117 (pop3-movemail): Delete mail only when it is nil.
118
119 ==> applied / Was not documented in the Gnus manual, added it.
120
121 2003-05-10 Juanma Barranquero <lektu@terra.es>
122
123 * message.el (message-buffer-naming-style): Fix typo.
124
125 ==> variable has been removed.
126
127 2003-05-07 Dave Love <fx@gnu.org>
128
129 [Partial sync with Gnus.]
130
131 * rfc2047.el (rfc2047-header-encoding-alist): Add Followup-To.
132 (rfc2047-encode-message-header): Fold when encoding not necessary.
133 (rfc2047-encode-region): Skip \n as whitespace.
134 (rfc2047-fold-region): Fix whitespace regexps. Don't break just
135 after the header name.
136 (rfc2047-unfold-region): Fix regexp and whitespace-skipping.
137
138 2003-05-06 Jesper Harder <harder@ifa.au.dk>
139
140 * gnus-cus.el (gnus-group-customize, gnus-score-parameters):
141 Don't quote nil and t in docstrings.
142
143 * gnus-score.el (gnus-score-lower-thread): Likewise.
144
145 * gnus-art.el (gnus-article-mime-match-handle-function): Likewise.
146
147 ==> already in Gnus
148
149 2003-02-28 ShengHuo ZHU <zsh@cs.rochester.edu>
150
151 * nnfolder.el (nnfolder-request-accept-article): Don't use
152 mail-header-unfold-field.
153
154 * imap.el (imap-ssl-open): Don't depend on ssl.el.
155 * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
156
157 2003-02-18 Juanma Barranquero <lektu@terra.es>
158
159 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
160
161 2003-02-14 Juanma Barranquero <lektu@terra.es>
162
163 * mm-uu.el (mm-uu-dissect): Fix use of character constant.
164
165 ==> already done. [2003-02-14 ShengHuo ZHU synced stuff to Gnus]
166
167 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
168
169 * nntp.el (nntp-accept-process-output): Don't use point-max to get
170 the buffer's size.
171
172 ==> already done. [2003-02-14 ShengHuo ZHU synced stuff to Gnus]
173
174 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
175
176 * nnheader.el: Added cygwin to system-type comparisons.
177
178 ==> already done.
179
180 \f
181
182 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
183
184 * It seems that the last few changes and all older changes have
185 already been applied in Gnus repository, e.g. by ShengHuo ZHU
186 <zsh@cs.rochester.edu>.
187
188 # Local Variables:
189 # coding: iso-2022-7bit
190 # mode: change-log
191 # End:
192
193 # arch-tag: e6e5d695-4d00-46b1-a49d-508a2418a483