*** empty log message ***
[emacs.git] / lisp / gnus / TODO
blob02afb6dca05dbf5fe53ae1ef9fbd7965fd6b55bf
1 2004-08-22 Reiner Steib  <Reiner.Steib@gmx.de>
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.
6 \f
8 2004--08-22  Reiner Steib  <Reiner.Steib@gmx.de>
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.
16 2002-10-02  Karl Berry  <karl@gnu.org>
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.)
28 ==> Done.  Not yet in Gnus repository.
29         
32 2004-06-29  Kim F. Storm  <storm@cua.dk>
34         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
36         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
37         Add :group 'nnimap.
39 ==> applied, here and in Gnus repository.
41 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * mm-view.el (mm-insert-inline): Make it work in read-only buffer.
45         * gnus-win.el (gnus-all-windows-visible-p): Don't consider
46         non-visible windows.
48 2004-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * rfc2047.el (rfc2047-encode-message-header): Don't encode non-address
51         headers as address headers (which breaks if subject has a single ").
53 ==> already in Gnus
54         
55 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
59 ==> applied, here and in Gnus repository.
61 2004-04-21  Richard M. Stallman  <rms@gnu.org>
63         * mailcap.el (mailcap-mime-data): Mark as risky.
65 ==> applied, here and in Gnus repository.
67 2004-03-27  Juanma Barranquero  <lektu@terra.es>
69         * gnus-srvr.el (gnus-server-prepare): Remove spurious call to `cdr'.
71 ==> already in Gnus
73 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
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").
80         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
81         point-min == 1.
83         * imap.el (imap-parse-address-list, imap-parse-body-ext):
84         Disable incorrect use of `assert'.
86 ==> applied / modified
88 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * message.el (message-mode): Fix last change.
92 ==> applied
93         
94 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * message.el (message-mode): Set comment-start-skip.
98 ==> applied
99         
100 2004-02-08  Andreas Schwab  <schwab@suse.de>
102         * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting.
104         * gnus-score.el (gnus-summary-increase-score): Fix format string.
106 ==> applied; here and in Gnus v5-10.  Already fixed in No Gnus.
108 2003-06-25  Sam Steingold  <sds@gnu.org>
110         * gnus-group.el (gnus-group-suspend): Avoid some consing.
112 ==> hunk FAILED / not very important / skip
113         
114 2003-06-11  Sam Steingold  <sds@gnu.org>
116         * pop3.el (pop3-leave-mail-on-server): New user variable.
117         (pop3-movemail): Delete mail only when it is nil.
119 ==> applied / Was not documented in the Gnus manual, added it.
120         
121 2003-05-10  Juanma Barranquero  <lektu@terra.es>
123         * message.el (message-buffer-naming-style): Fix typo.
125 ==> variable has been removed.
127 2003-05-07  Dave Love  <fx@gnu.org>
129         [Partial sync with Gnus.]
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.
138 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
140         * gnus-cus.el (gnus-group-customize, gnus-score-parameters):
141         Don't quote nil and t in docstrings.
143         * gnus-score.el (gnus-score-lower-thread): Likewise.
145         * gnus-art.el (gnus-article-mime-match-handle-function): Likewise.
147 ==> already in Gnus
149 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
151         * nnfolder.el (nnfolder-request-accept-article): Don't use
152         mail-header-unfold-field.
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.
157 2003-02-18  Juanma Barranquero  <lektu@terra.es>
159         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
161 2003-02-14  Juanma Barranquero  <lektu@terra.es>
163         * mm-uu.el (mm-uu-dissect): Fix use of character constant.
165 ==> already done.  [2003-02-14  ShengHuo ZHU synced stuff to Gnus]
167 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
169         * nntp.el (nntp-accept-process-output): Don't use point-max to get
170         the buffer's size.
172 ==> already done.  [2003-02-14  ShengHuo ZHU synced stuff to Gnus]
174 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
176         * nnheader.el: Added cygwin to system-type comparisons.
178 ==> already done.
179         
182 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
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:
193 # arch-tag: e6e5d695-4d00-46b1-a49d-508a2418a483