comparison lisp/gnus/ChangeLog @ 66573:e65b759c6906

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-630 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 149-151) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/flow-fill.el (fill-flowed-encode-tests): Restore trailing whitespace removed in revision 7.8. Use concatenated string to protect trailing whitespace. 2005-10-27 Jouni K Seppanen <jks@iki.fi> (tiny change) * lisp/gnus/nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable. (nnimap-request-expire-articles): Use it to avoid sending 'UID SEARCH UID ... NOT SINCE' queries, for inefficient servers like Courier IMAP ("some version from 2004"). Mostly based on similar code in the same function. 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-display-completion-list): New function. (message-expand-group): Use it; make sure the Completions buffer is modifiable.
author Miles Bader <miles@gnu.org>
date Mon, 31 Oct 2005 07:07:28 +0000
parents 68bb9e8a5390
children a93385a3e7a2
comparison
equal deleted inserted replaced
66572:a99155be4d04 66573:e65b759c6906
1 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4 whitespace removed in revision 7.8. Use concatenated string to
5 protect trailing whitespace.
6
7 2005-10-27 Jouni K Seppanen <jks@iki.fi> (tiny change)
8
9 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12 Courier IMAP ("some version from 2004"). Mostly based on similar
13 code in the same function.
14
15 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16
17 * message.el (message-display-completion-list): New function.
18 (message-expand-group): Use it; make sure the Completions buffer
19 is modifiable.
20
1 2005-10-30 Chong Yidong <cyd@stupidchicken.com> 21 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
2 22
3 * imap.el (imap-open): Handle case where buffer is a buffer 23 * imap.el (imap-open): Handle case where buffer is a buffer
4 object. 24 object.
5 25