aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-sum.el5
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index d06c89100d6..d53ddd83a0e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12003-01-16 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * gnus-sum.el (gnus-alter-header-function): Add type and group.
4
12003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> 52003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
2 6
3 * gnus-agent.el: Don't use `path'. 7 * gnus-agent.el: Don't use `path'.
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 43543112b2c..0fc46a934e7 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -806,7 +806,10 @@ mark: The articles mark."
806(defcustom gnus-alter-header-function nil 806(defcustom gnus-alter-header-function nil
807 "Function called to allow alteration of article header structures. 807 "Function called to allow alteration of article header structures.
808The function is called with one parameter, the article header vector, 808The function is called with one parameter, the article header vector,
809which it may alter in any way.") 809which it may alter in any way."
810 :type '(choice (const :tag "None" nil)
811 function)
812 :group 'gnus-summary)
810 813
811(defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string 814(defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
812 "Variable that says which function should be used to decode a string with encoded words.") 815 "Variable that says which function should be used to decode a string with encoded words.")