Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 94748:e6e8d9b7ab7d
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1149
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 08 May 2008 09:59:46 +0000 |
parents | be3ff50018bf |
children | c8f2d1ecfcc5 |
comparison
equal
deleted
inserted
replaced
94747:20c9a140eae2 | 94748:e6e8d9b7ab7d |
---|---|
1 2008-05-08 Juanma Barranquero <lekktu@gmail.com> | 1 2008-05-08 Juanma Barranquero <lekktu@gmail.com> |
2 | 2 |
3 * gnus-art.el (gnus-article-toggle-truncate-lines): | 3 * gnus-art.el (gnus-article-toggle-truncate-lines): |
4 Don't use `iff' in docstring. | 4 Don't use `iff' in docstring. |
5 | |
6 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com> | |
7 | |
8 * gnus-registry.el: Adjusted copyright dates and added a keyword. | |
9 | |
10 * gnus-util.el (gnus-extract-address-component-name) | |
11 (gnus-extract-address-component-email): Convenience functions around | |
12 `gnus-extract-address-components'. | |
13 | |
14 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use | |
15 `gnus-extract-address-component-email' to fix bug of comparing full | |
16 sender name to `user-mail-address'. | |
17 | |
18 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com> | |
19 | |
20 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use | |
21 catch/throw to optimize. | |
22 (gnus-registry-find-keywords): Just use member to find a keyword. | |
5 | 23 |
6 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 24 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca> |
7 | 25 |
8 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer | 26 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer |
9 is current before calling gnus-server-prepare. | 27 is current before calling gnus-server-prepare. |