aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2007-03-31 13:57:00 +0000
committerReiner Steib2007-03-31 13:57:00 +0000
commit8aed9ac5f3ecf601ccc346f08de95a96e05329b7 (patch)
treeff32881d80c003bdfa6cac413856cf1d5f8e405c
parent5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b (diff)
downloademacs-8aed9ac5f3ecf601ccc346f08de95a96e05329b7.tar.gz
emacs-8aed9ac5f3ecf601ccc346f08de95a96e05329b7.zip
* nnmail.el (nnmail-spool-file): Mark as obsolete.
(nnmail-get-new-mail): Reformat. * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment. * gmm-utils.el: Fix Commentary. (gmm-tool-bar-from-list): Fix typo in doc string.
-rw-r--r--lisp/gnus/ChangeLog10
-rw-r--r--lisp/gnus/gmm-utils.el4
-rw-r--r--lisp/gnus/gnus-registry.el2
-rw-r--r--lisp/gnus/nnmail.el7
4 files changed, 20 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 6176af67c59..34b51016d8d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,13 @@
12007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * nnmail.el (nnmail-spool-file): Mark as obsolete.
4 (nnmail-get-new-mail): Reformat.
5
6 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7
8 * gmm-utils.el: Fix Commentary.
9 (gmm-tool-bar-from-list): Fix typo in doc string.
10
12007-03-27 Thien-Thi Nguyen <ttn@gnu.org> 112007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2 12
3 * message.el (message-yank-original): Fix bug: 13 * message.el (message-yank-original): Fix bug:
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el
index 84b69edb575..9241e96d042 100644
--- a/lisp/gnus/gmm-utils.el
+++ b/lisp/gnus/gmm-utils.el
@@ -26,7 +26,7 @@
26 26
27;; This library provides self-contained utility functions. The functions are 27;; This library provides self-contained utility functions. The functions are
28;; used in Gnus, Message and MML, but within this library there are no 28;; used in Gnus, Message and MML, but within this library there are no
29;; dependencies on Gnus, Message, or MML or Gnus. 29;; dependencies on Gnus, Message, or MML.
30 30
31;;; Code: 31;;; Code:
32 32
@@ -217,7 +217,7 @@ Within each entry of ICON-LIST, the first element is a menu
217command, the second element is an icon file name and the third 217command, the second element is an icon file name and the third
218element is a test function. You can use \\[describe-key] 218element is a test function. You can use \\[describe-key]
219<menu-entry> to find out the name of a menu command. The fourth 219<menu-entry> to find out the name of a menu command. The fourth
220and all following elements are passed a the PROPS argument to the 220and all following elements are passed as the PROPS argument to the
221function `tool-bar-local-item'. 221function `tool-bar-local-item'.
222 222
223If ZAP-LIST is a list, remove those item from the default 223If ZAP-LIST is a list, remove those item from the default
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el
index f32ed6f1414..3e4d3d0127c 100644
--- a/lisp/gnus/gnus-registry.el
+++ b/lisp/gnus/gnus-registry.el
@@ -154,6 +154,8 @@ way."
154 (gnus-load file) 154 (gnus-load file)
155 (gnus-message 5 "Reading %s...done" file)))) 155 (gnus-message 5 "Reading %s...done" file))))
156 156
157;; FIXME: Get rid of duplicated code, cf. `gnus-save-newsrc-file' in
158;; `gnus-start.el'. --rsteib
157(defun gnus-registry-cache-save () 159(defun gnus-registry-cache-save ()
158 "Save the registry cache file." 160 "Save the registry cache file."
159 (interactive) 161 (interactive)
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index 736e58cd5a2..b080088b2ef 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -247,6 +247,10 @@ This variable is a list of mail source specifiers.
247This variable is obsolete; `mail-sources' should be used instead." 247This variable is obsolete; `mail-sources' should be used instead."
248 :group 'nnmail-files 248 :group 'nnmail-files
249 :type 'sexp) 249 :type 'sexp)
250(make-obsolete-variable 'nnmail-spool-file
251 "This option is obsolete in Gnus 5.9. \
252Use `mail-sources' instead.")
253;; revision 5.29 / p0-85 / Gnus 5.9
250 254
251(defcustom nnmail-resplit-incoming nil 255(defcustom nnmail-resplit-incoming nil
252 "*If non-nil, re-split incoming procmail sorted mail." 256 "*If non-nil, re-split incoming procmail sorted mail."
@@ -1749,7 +1753,8 @@ See the Info node `(gnus)Fancy Mail Splitting' for more details."
1749 &optional group spool-func) 1753 &optional group spool-func)
1750 "Read new incoming mail." 1754 "Read new incoming mail."
1751 (let* ((sources (or mail-sources 1755 (let* ((sources (or mail-sources
1752 (if (listp nnmail-spool-file) nnmail-spool-file 1756 (if (listp nnmail-spool-file)
1757 nnmail-spool-file
1753 (list nnmail-spool-file)))) 1758 (list nnmail-spool-file))))
1754 fetching-sources 1759 fetching-sources
1755 (group-in group) 1760 (group-in group)