summaryrefslogtreecommitdiff
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorTeodor Zlatanov <tzz@lifelogs.com>2011-04-21 22:06:12 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2011-04-21 22:06:12 +0000
commitc024b0212914973d24d6b6d579c5b1024861db57 (patch)
tree2892c481deb1967e81bc6909f635b7ce79b23924 /lisp/gnus/ChangeLog
parent121656e9e3bd049f75d979360295a60944ff19d6 (diff)
downloademacs-c024b0212914973d24d6b6d579c5b1024861db57.tar.gz
emacs-c024b0212914973d24d6b6d579c5b1024861db57.tar.bz2
emacs-c024b0212914973d24d6b6d579c5b1024861db57.zip
gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el, not gnus-registry.el.
gnus-registry.el (gnus-registry-ignored-groups): Remove defcustom. Explain why in comments. (gnus-registry-action): Fix data-header reference to use the extra headers. Explain in package commentary how to add To and Cc headers to the gnus-extra-headers. (gnus-registry-ignored-groups): Adjust defaults to match the parameter. (gnus-registry-ignore-group-p): Adjust to take either a group/topic parameter list or a string list in `gnus-registry-ignored-groups'. Fix logic error.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 5803fe7d0fd..601f1823d96 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,18 @@
+2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
+ not gnus-registry.el.
+
+ * gnus-registry.el (gnus-registry-ignored-groups): Remove defcustom.
+ Explain why in comments.
+ (gnus-registry-action): Fix data-header reference to use the extra
+ headers. Explain in package commentary how to add To and Cc headers to
+ the gnus-extra-headers.
+ (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
+ (gnus-registry-ignore-group-p): Adjust to take either a group/topic
+ parameter list or a string list in `gnus-registry-ignored-groups'. Fix
+ logic error.
+
2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el (shr-expand-url): Protect against null urls.