diff options
| author | Lars Ingebrigtsen | 2011-02-14 04:23:59 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-14 04:23:59 +0000 |
| commit | d5e9a4e9a76d5cd3aa03a7cc8a6c2ab405bb9ca5 (patch) | |
| tree | 731ca405290c9019907b047a6fff20fcaaf7b93a /lisp/gnus/ChangeLog | |
| parent | a241b7c067132a073c29dc924846952fd7a7391b (diff) | |
| download | emacs-d5e9a4e9a76d5cd3aa03a7cc8a6c2ab405bb9ca5.tar.gz emacs-d5e9a4e9a76d5cd3aa03a7cc8a6c2ab405bb9ca5.zip | |
nnimap.el (nnimap-inhibit-logging): New variable.
(nnimap-log-command): Don't log login commands.
auth-source.el (auth-source-netrc-search): The asserts seem to want to have more parameters.
nnimap.el (nnimap-send-command): Mark the command time for each command, so that we don't get NOOPs stepping on our toes.
gnus-art.el (article-date-ut): Get the date from the Date header on `t'.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f156198a8e0..9dd336a1f09 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * nnimap.el (nnimap-inhibit-logging): New variable. | ||
| 4 | (nnimap-log-command): Don't log login commands. | ||
| 5 | |||
| 6 | * auth-source.el (auth-source-netrc-search): The asserts seem to want | ||
| 7 | to have more parameters. | ||
| 8 | |||
| 9 | * nnimap.el (nnimap-send-command): Mark the command time for each | ||
| 10 | command, so that we don't get NOOPs stepping on our toes. | ||
| 11 | |||
| 12 | * gnus-art.el (article-date-ut): Get the date from the Date header on | ||
| 13 | `t'. | ||
| 14 | |||
| 1 | 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org> | 15 | 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 16 | ||
| 3 | * auth-source.el (auth-source-search): Use copy-sequence instead of | 17 | * auth-source.el (auth-source-search): Use copy-sequence instead of |