aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-sum.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 013f5392e02..b683a1563b6 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12011-04-23 Glenn Morris <rgm@gnu.org>
2
3 * gnus-sum.el (gnus-extra-headers): Bump :version.
4
12011-04-22 Teodor Zlatanov <tzz@lifelogs.com> 52011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically 7 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index b6a3860a81f..807f133e481 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -1130,7 +1130,7 @@ which it may alter in any way."
1130 1130
1131(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups) 1131(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups)
1132 "*Extra headers to parse." 1132 "*Extra headers to parse."
1133 :version "21.1" 1133 :version "24.1" ; added Cc Keywords Gcc
1134 :group 'gnus-summary 1134 :group 'gnus-summary
1135 :type '(repeat symbol)) 1135 :type '(repeat symbol))
1136 1136