Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
[bpt/emacs.git] / lisp / gnus / TODO
CommitLineData
23f87bed
MB
12004-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
82004--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
162002-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
322004-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
412004-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
482004-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
552004-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
612004-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
672004-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
732004-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
882004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * message.el (message-mode): Fix last change.
91
92==> applied
93
942004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * message.el (message-mode): Set comment-start-skip.
97
98==> applied
99
1002004-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
1082003-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
1142003-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
1212003-05-10 Juanma Barranquero <lektu@terra.es>
122
123 * message.el (message-buffer-naming-style): Fix typo.
124
125==> variable has been removed.
126
1272003-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
1382003-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
1492003-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
1572003-02-18 Juanma Barranquero <lektu@terra.es>
158
159 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
160
1612003-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
1672003-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
1742003-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
1822004-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