aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGnus developers2012-02-01 09:00:42 +0000
committerKatsumi Yamaoka2012-02-01 09:00:42 +0000
commitdebce7bcbb195760322e30aa70bc5f580ff36784 (patch)
tree18a89fad1d2b2fa2babdb453657e2016fff30469
parentc7301fe4a2d64a571b703f5a82608501c57891e7 (diff)
downloademacs-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/ChangeLog5
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-agent.el2
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 @@
12012-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
12012-01-28 Andreas Schwab <schwab@linux-m68k.org> 62012-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 @@
12012-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
12012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change) 62012-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)))