diff options
| author | Gnus developers | 2012-02-01 09:00:42 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-02-01 09:00:42 +0000 |
| commit | debce7bcbb195760322e30aa70bc5f580ff36784 (patch) | |
| tree | 18a89fad1d2b2fa2babdb453657e2016fff30469 | |
| parent | c7301fe4a2d64a571b703f5a82608501c57891e7 (diff) | |
| download | emacs-debce7bcbb195760322e30aa70bc5f580ff36784.tar.gz emacs-debce7bcbb195760322e30aa70bc5f580ff36784.zip | |
Merge change(s) made in Gnus no-gnus branch
2012-01-31 Jim Meyering <jim@meyering.net>
gnus-agent.el (gnus-agent-expire-unagentized-dirs):
Correct a comment (insert "not") and hide nominally-doubled "to".
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-agent.el | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d1a045a730a..6bb1e065d37 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change) | ||
| 2 | |||
| 3 | * gnus.texi (Agent Basics): Fix outdated description of | ||
| 4 | `gnus-agent-auto-agentize-methods'. | ||
| 5 | |||
| 1 | 2012-01-28 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2012-01-28 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * cc-mode.texi: Always @defindex ss. | 8 | * cc-mode.texi: Always @defindex ss. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f5e49f70872..bca84de521b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-31 Jim Meyering <jim@meyering.net> | ||
| 2 | |||
| 3 | * gnus-agent.el (gnus-agent-expire-unagentized-dirs): | ||
| 4 | Correct a comment (insert "not") and hide nominally-doubled "to". | ||
| 5 | |||
| 1 | 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change) | 6 | 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change) |
| 2 | 7 | ||
| 3 | * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent | 8 | * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index d7308758862..5178220af8f 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -3618,7 +3618,7 @@ articles in every agentized group? ")) | |||
| 3618 | (setq r d | 3618 | (setq r d |
| 3619 | d (directory-file-name d))) | 3619 | d (directory-file-name d))) |
| 3620 | ;; if ANY ancestor was NOT in keep hash and | 3620 | ;; if ANY ancestor was NOT in keep hash and |
| 3621 | ;; it's already in to-remove, add it to | 3621 | ;; it's not already in to-remove, add it to |
| 3622 | ;; to-remove. | 3622 | ;; to-remove. |
| 3623 | (if (and r | 3623 | (if (and r |
| 3624 | (not (member r to-remove))) | 3624 | (not (member r to-remove))) |