diff options
| author | Miles Bader | 2008-04-07 13:08:33 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-07 13:08:33 +0000 |
| commit | 59429511341a4d2dbec1f8b890f628ad928bfd5c (patch) | |
| tree | 245e70521d05baf90de36fd4c14f57815bc5e342 /lisp/gnus/ChangeLog | |
| parent | fbf57abbfe59545a0b0bb9e6c7288a375f68de94 (diff) | |
| download | emacs-59429511341a4d2dbec1f8b890f628ad928bfd5c.tar.gz emacs-59429511341a4d2dbec1f8b890f628ad928bfd5c.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 5710f01ccaa..96cc3112700 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -30,6 +30,20 @@ | |||
| 30 | * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): | 30 | * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): |
| 31 | Fix last change in case the element is not even a symbol. | 31 | Fix last change in case the element is not even a symbol. |
| 32 | 32 | ||
| 33 | 2008-04-02 Simon Josefsson <simon@josefsson.org> | ||
| 34 | |||
| 35 | * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by | ||
| 36 | imap-enable-exchange-bug-workaround. | ||
| 37 | (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround. | ||
| 38 | |||
| 39 | 2008-04-01 Simon Josefsson <simon@josefsson.org> | ||
| 40 | |||
| 41 | * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns | ||
| 42 | a 100 byte status-checks into a 2-3MB transfer for each group. | ||
| 43 | (nnimap-enable-minmax-bug-workaround): New variable to toggle whether | ||
| 44 | to enable bug workaround or not. | ||
| 45 | (nnimap-find-minmax-uid): Only enable workaround conditionally. | ||
| 46 | |||
| 33 | 2008-03-31 Glenn Morris <rgm@gnu.org> | 47 | 2008-03-31 Glenn Morris <rgm@gnu.org> |
| 34 | 48 | ||
| 35 | * message.el (mml2015-use): Declare for compiler. | 49 | * message.el (mml2015-use): Declare for compiler. |
| @@ -46,6 +60,10 @@ | |||
| 46 | (nntp-open-netcat-stream): New function. | 60 | (nntp-open-netcat-stream): New function. |
| 47 | (nntp-open-via-rlogin-and-netcat): Don't use a pty. | 61 | (nntp-open-via-rlogin-and-netcat): Don't use a pty. |
| 48 | 62 | ||
| 63 | 2008-03-29 Sven Joachim <svenjoac@gmx.de> | ||
| 64 | |||
| 65 | * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots. | ||
| 66 | |||
| 49 | 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | 67 | 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 50 | 68 | ||
| 51 | * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer. | 69 | * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer. |