diff options
| author | Glenn Morris | 2008-02-29 04:03:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-29 04:03:49 +0000 |
| commit | 330f707bedf7e7f3f8fdcd7012d0eca4febe2894 (patch) | |
| tree | 1a31abcb4283f6e44d046b2fed24d72059230944 | |
| parent | ab74c815cf07381aeff3d3803e163b61e9406874 (diff) | |
| download | emacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.tar.gz emacs-330f707bedf7e7f3f8fdcd7012d0eca4febe2894.zip | |
Change defcustom :version from 23.0 to 23.1.
| -rw-r--r-- | lisp/gnus/gnus-art.el | 12 | ||||
| -rw-r--r-- | lisp/gnus/gnus-bookmark.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-dired.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-draft.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-group.el | 10 | ||||
| -rw-r--r-- | lisp/gnus/gnus-msg.el | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-score.el | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 12 | ||||
| -rw-r--r-- | lisp/gnus/gnus-util.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/mail-source.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 18 | ||||
| -rw-r--r-- | lisp/gnus/mm-decode.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/mm-uu.el | 6 | ||||
| -rw-r--r-- | lisp/gnus/mml.el | 4 | ||||
| -rw-r--r-- | lisp/gnus/nnmail.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/pop3.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/smiley.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/smime.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/spam-report.el | 2 |
20 files changed, 47 insertions, 47 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 071d4674c59..543aabb04d7 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -718,7 +718,7 @@ The following additional specs are available: | |||
| 718 | (defcustom gnus-copy-article-ignored-headers nil | 718 | (defcustom gnus-copy-article-ignored-headers nil |
| 719 | "List of headers to be removed when copying an article. | 719 | "List of headers to be removed when copying an article. |
| 720 | Each element is a regular expression." | 720 | Each element is a regular expression." |
| 721 | :version "23.0" ;; No Gnus | 721 | :version "23.1" ;; No Gnus |
| 722 | :type '(repeat regexp) | 722 | :type '(repeat regexp) |
| 723 | :group 'gnus-article-various) | 723 | :group 'gnus-article-various) |
| 724 | 724 | ||
| @@ -885,7 +885,7 @@ See the manual for the valid properties for various image types. | |||
| 885 | Currently, `pbm' is used for X-Face images and `png' is used for Face | 885 | Currently, `pbm' is used for X-Face images and `png' is used for Face |
| 886 | images in Emacs. Only the `:face' property is effective on the `xface' | 886 | images in Emacs. Only the `:face' property is effective on the `xface' |
| 887 | image type in XEmacs if it is built with the libcompface library." | 887 | image type in XEmacs if it is built with the libcompface library." |
| 888 | :version "23.0" ;; No Gnus | 888 | :version "23.1" ;; No Gnus |
| 889 | :group 'gnus-article-headers | 889 | :group 'gnus-article-headers |
| 890 | :type '(repeat (cons :format "%v" (symbol :tag "Image type") plist))) | 890 | :type '(repeat (cons :format "%v" (symbol :tag "Image type") plist))) |
| 891 | 891 | ||
| @@ -1057,7 +1057,7 @@ used." | |||
| 1057 | When 0, point will be placed on the same part as before. When | 1057 | When 0, point will be placed on the same part as before. When |
| 1058 | positive (negative), move point forward (backwards) this many | 1058 | positive (negative), move point forward (backwards) this many |
| 1059 | parts. When nil, redisplay article." | 1059 | parts. When nil, redisplay article." |
| 1060 | :version "23.0" ;; No Gnus | 1060 | :version "23.1" ;; No Gnus |
| 1061 | :group 'gnus-article-mime | 1061 | :group 'gnus-article-mime |
| 1062 | :type '(choice (const nil :tag "Redisplay article.") | 1062 | :type '(choice (const nil :tag "Redisplay article.") |
| 1063 | (const 1 :tag "Next part.") | 1063 | (const 1 :tag "Next part.") |
| @@ -1362,7 +1362,7 @@ If it is a regexp, only long headers matching this regexp are unfolded. | |||
| 1362 | If it is t, all long headers are unfolded. | 1362 | If it is t, all long headers are unfolded. |
| 1363 | 1363 | ||
| 1364 | This variable has no effect if `gnus-treat-unfold-headers' is nil." | 1364 | This variable has no effect if `gnus-treat-unfold-headers' is nil." |
| 1365 | :version "23.0" ;; No Gnus | 1365 | :version "23.1" ;; No Gnus |
| 1366 | :group 'gnus-article-treat | 1366 | :group 'gnus-article-treat |
| 1367 | :type '(choice (const nil) | 1367 | :type '(choice (const nil) |
| 1368 | (const :tag "all" t) | 1368 | (const :tag "all" t) |
| @@ -2227,7 +2227,7 @@ unfolded." | |||
| 2227 | "Value of `truncate-lines' in Gnus Article buffer. | 2227 | "Value of `truncate-lines' in Gnus Article buffer. |
| 2228 | Valid values are nil, t, `head', `first', `last', an integer or a | 2228 | Valid values are nil, t, `head', `first', `last', an integer or a |
| 2229 | predicate. See Info node `(gnus)Customizing Articles'." | 2229 | predicate. See Info node `(gnus)Customizing Articles'." |
| 2230 | :version "23.0" ;; No Gnus | 2230 | :version "23.1" ;; No Gnus |
| 2231 | :group 'gnus-article | 2231 | :group 'gnus-article |
| 2232 | ;; :link '(custom-manual "(gnus)Customizing Articles") | 2232 | ;; :link '(custom-manual "(gnus)Customizing Articles") |
| 2233 | :type 'boolean) | 2233 | :type 'boolean) |
| @@ -2766,7 +2766,7 @@ exit from the summary buffer. If it is the symbol `file', query | |||
| 2766 | on each file, if it is `ask' ask once when exiting from the | 2766 | on each file, if it is `ask' ask once when exiting from the |
| 2767 | summary buffer." | 2767 | summary buffer." |
| 2768 | :group 'gnus-article | 2768 | :group 'gnus-article |
| 2769 | :version "23.0" ;; No Gnus | 2769 | :version "23.1" ;; No Gnus |
| 2770 | :type '(choice (const :tag "Don't delete" nil) | 2770 | :type '(choice (const :tag "Don't delete" nil) |
| 2771 | (const :tag "Don't ask" t) | 2771 | (const :tag "Don't ask" t) |
| 2772 | (const :tag "Ask" ask) | 2772 | (const :tag "Ask" ask) |
diff --git a/lisp/gnus/gnus-bookmark.el b/lisp/gnus/gnus-bookmark.el index ddfc559e12e..6b0bfebbabc 100644 --- a/lisp/gnus/gnus-bookmark.el +++ b/lisp/gnus/gnus-bookmark.el | |||
| @@ -139,7 +139,7 @@ The default value is \(author subject date group annotation\)." | |||
| 139 | (defface gnus-bookmark-menu-heading | 139 | (defface gnus-bookmark-menu-heading |
| 140 | '((t (:inherit font-lock-type-face))) | 140 | '((t (:inherit font-lock-type-face))) |
| 141 | "Face used to highlight the heading in Gnus bookmark menu buffers." | 141 | "Face used to highlight the heading in Gnus bookmark menu buffers." |
| 142 | :version "23.0" ;; No Gnus | 142 | :version "23.1" ;; No Gnus |
| 143 | :group 'gnus-bookmark) | 143 | :group 'gnus-bookmark) |
| 144 | 144 | ||
| 145 | (defconst gnus-bookmark-end-of-version-stamp-marker | 145 | (defconst gnus-bookmark-end-of-version-stamp-marker |
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el index 40be3c94f1d..4f29fe8d280 100644 --- a/lisp/gnus/gnus-dired.el +++ b/lisp/gnus/gnus-dired.el | |||
| @@ -77,7 +77,7 @@ | |||
| 77 | "Your preference for a mail composition package. | 77 | "Your preference for a mail composition package. |
| 78 | See `mail-user-agent' for more information." | 78 | See `mail-user-agent' for more information." |
| 79 | :group 'mail ;; dired? | 79 | :group 'mail ;; dired? |
| 80 | :version "23.0" ;; No Gnus | 80 | :version "23.1" ;; No Gnus |
| 81 | :type '(radio (function-item :tag "Default Emacs mail" | 81 | :type '(radio (function-item :tag "Default Emacs mail" |
| 82 | :format "%t\n" | 82 | :format "%t\n" |
| 83 | sendmail-user-agent) | 83 | sendmail-user-agent) |
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index e9783a89292..9148ca9036e 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el | |||
| @@ -244,7 +244,7 @@ Obeys the standard process/prefix convention." | |||
| 244 | (defcustom gnus-draft-setup-hook nil | 244 | (defcustom gnus-draft-setup-hook nil |
| 245 | "Hook run after setting up a draft buffer." | 245 | "Hook run after setting up a draft buffer." |
| 246 | :group 'gnus-message | 246 | :group 'gnus-message |
| 247 | :version "23.0" ;; No Gnus | 247 | :version "23.1" ;; No Gnus |
| 248 | :type 'hook) | 248 | :type 'hook) |
| 249 | 249 | ||
| 250 | ;;; Utility functions | 250 | ;;; Utility functions |
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index ef64fc81b0a..ae12315172d 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -1031,7 +1031,7 @@ Pre-defined symbols include `gnus-group-tool-bar-gnome' and | |||
| 1031 | (const :tag "Retro look" gnus-group-tool-bar-retro) | 1031 | (const :tag "Retro look" gnus-group-tool-bar-retro) |
| 1032 | (repeat :tag "User defined list" gmm-tool-bar-item) | 1032 | (repeat :tag "User defined list" gmm-tool-bar-item) |
| 1033 | (symbol)) | 1033 | (symbol)) |
| 1034 | :version "23.0" ;; No Gnus | 1034 | :version "23.1" ;; No Gnus |
| 1035 | :initialize 'custom-initialize-default | 1035 | :initialize 'custom-initialize-default |
| 1036 | :set 'gnus-group-tool-bar-update | 1036 | :set 'gnus-group-tool-bar-update |
| 1037 | :group 'gnus-group) | 1037 | :group 'gnus-group) |
| @@ -1074,7 +1074,7 @@ Pre-defined symbols include `gnus-group-tool-bar-gnome' and | |||
| 1074 | 1074 | ||
| 1075 | See `gmm-tool-bar-from-list' for the format of the list." | 1075 | See `gmm-tool-bar-from-list' for the format of the list." |
| 1076 | :type '(repeat gmm-tool-bar-item) | 1076 | :type '(repeat gmm-tool-bar-item) |
| 1077 | :version "23.0" ;; No Gnus | 1077 | :version "23.1" ;; No Gnus |
| 1078 | :initialize 'custom-initialize-default | 1078 | :initialize 'custom-initialize-default |
| 1079 | :set 'gnus-group-tool-bar-update | 1079 | :set 'gnus-group-tool-bar-update |
| 1080 | :group 'gnus-group) | 1080 | :group 'gnus-group) |
| @@ -1093,7 +1093,7 @@ See `gmm-tool-bar-from-list' for the format of the list." | |||
| 1093 | 1093 | ||
| 1094 | See `gmm-tool-bar-from-list' for the format of the list." | 1094 | See `gmm-tool-bar-from-list' for the format of the list." |
| 1095 | :type '(repeat gmm-tool-bar-item) | 1095 | :type '(repeat gmm-tool-bar-item) |
| 1096 | :version "23.0" ;; No Gnus | 1096 | :version "23.1" ;; No Gnus |
| 1097 | :initialize 'custom-initialize-default | 1097 | :initialize 'custom-initialize-default |
| 1098 | :set 'gnus-group-tool-bar-update | 1098 | :set 'gnus-group-tool-bar-update |
| 1099 | :group 'gnus-group) | 1099 | :group 'gnus-group) |
| @@ -1104,7 +1104,7 @@ These items are not displayed in the Gnus group mode tool bar. | |||
| 1104 | 1104 | ||
| 1105 | See `gmm-tool-bar-from-list' for the format of the list." | 1105 | See `gmm-tool-bar-from-list' for the format of the list." |
| 1106 | :type 'gmm-tool-bar-zap-list | 1106 | :type 'gmm-tool-bar-zap-list |
| 1107 | :version "23.0" ;; No Gnus | 1107 | :version "23.1" ;; No Gnus |
| 1108 | :initialize 'custom-initialize-default | 1108 | :initialize 'custom-initialize-default |
| 1109 | :set 'gnus-group-tool-bar-update | 1109 | :set 'gnus-group-tool-bar-update |
| 1110 | :group 'gnus-group) | 1110 | :group 'gnus-group) |
| @@ -2331,7 +2331,7 @@ Return the name of the group if selection was successful." | |||
| 2331 | It must contain three \"%s\". They correspond to the group, the | 2331 | It must contain three \"%s\". They correspond to the group, the |
| 2332 | minimal and maximal article numbers, respectively." | 2332 | minimal and maximal article numbers, respectively." |
| 2333 | :group 'gnus-group-foreign | 2333 | :group 'gnus-group-foreign |
| 2334 | :version "23.0" ;; No Gnus | 2334 | :version "23.1" ;; No Gnus |
| 2335 | :type 'string) | 2335 | :type 'string) |
| 2336 | 2336 | ||
| 2337 | (autoload 'url-insert-file-contents "url-handlers") | 2337 | (autoload 'url-insert-file-contents "url-handlers") |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 26021e97d35..0a2ee2d09be 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -265,7 +265,7 @@ This can also be a function receiving the group name as the only | |||
| 265 | parameter, which should return non-nil if a confirmation is needed; or | 265 | parameter, which should return non-nil if a confirmation is needed; or |
| 266 | a regexp, in which case a confirmation is asked for if the group name | 266 | a regexp, in which case a confirmation is asked for if the group name |
| 267 | matches the regexp." | 267 | matches the regexp." |
| 268 | :version "23.0" ;; No Gnus (default changed) | 268 | :version "23.1" ;; No Gnus (default changed) |
| 269 | :group 'gnus-message | 269 | :group 'gnus-message |
| 270 | :type '(choice (const :tag "No" nil) | 270 | :type '(choice (const :tag "No" nil) |
| 271 | (const :tag "Yes" t) | 271 | (const :tag "Yes" t) |
| @@ -293,7 +293,7 @@ If nil, the address field will always be empty after invoking | |||
| 293 | (defcustom gnus-message-highlight-citation | 293 | (defcustom gnus-message-highlight-citation |
| 294 | t ;; gnus-treat-highlight-citation ;; gnus-cite dependency | 294 | t ;; gnus-treat-highlight-citation ;; gnus-cite dependency |
| 295 | "Enable highlighting of different citation levels in message-mode." | 295 | "Enable highlighting of different citation levels in message-mode." |
| 296 | :version "23.0" ;; No Gnus | 296 | :version "23.1" ;; No Gnus |
| 297 | :group 'gnus-cite | 297 | :group 'gnus-cite |
| 298 | :group 'gnus-message | 298 | :group 'gnus-message |
| 299 | :type 'boolean) | 299 | :type 'boolean) |
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 270eb4b9da1..d79007b92e6 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el | |||
| @@ -326,7 +326,7 @@ If this variable is nil, exact matching will always be used." | |||
| 326 | "If non-nil, adaptive score files fill are pretty printed." | 326 | "If non-nil, adaptive score files fill are pretty printed." |
| 327 | :group 'gnus-score-files | 327 | :group 'gnus-score-files |
| 328 | :group 'gnus-score-adapt | 328 | :group 'gnus-score-adapt |
| 329 | :version "23.0" ;; No Gnus | 329 | :version "23.1" ;; No Gnus |
| 330 | :type 'boolean) | 330 | :type 'boolean) |
| 331 | 331 | ||
| 332 | (defcustom gnus-score-default-header nil | 332 | (defcustom gnus-score-default-header nil |
| @@ -429,7 +429,7 @@ If a regexp, scoring on headers or body is inhibited if the group | |||
| 429 | matches the regexp. If it is t, scoring on headers or body is | 429 | matches the regexp. If it is t, scoring on headers or body is |
| 430 | inhibited for all groups." | 430 | inhibited for all groups." |
| 431 | :group 'gnus-score-various | 431 | :group 'gnus-score-various |
| 432 | :version "23.0" ;; No Gnus | 432 | :version "23.1" ;; No Gnus |
| 433 | :type '(choice (const :tag "All" nil) | 433 | :type '(choice (const :tag "All" nil) |
| 434 | (const :tag "None" t) | 434 | (const :tag "None" t) |
| 435 | regexp)) | 435 | regexp)) |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 52eab645d4e..9f206803450 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -72,7 +72,7 @@ it will be killed sometime later." | |||
| 72 | See `gnus-group-goto-unread'." | 72 | See `gnus-group-goto-unread'." |
| 73 | :link '(custom-manual "(gnus)Group Maneuvering") | 73 | :link '(custom-manual "(gnus)Group Maneuvering") |
| 74 | :group 'gnus-summary-exit | 74 | :group 'gnus-summary-exit |
| 75 | :version "23.0" ;; No Gnus | 75 | :version "23.1" ;; No Gnus |
| 76 | :type 'boolean) | 76 | :type 'boolean) |
| 77 | 77 | ||
| 78 | (defcustom gnus-fetch-old-headers nil | 78 | (defcustom gnus-fetch-old-headers nil |
| @@ -398,7 +398,7 @@ Valid values include: | |||
| 398 | 398 | ||
| 399 | If it has any other value or there is no next (unread) article, the | 399 | If it has any other value or there is no next (unread) article, the |
| 400 | article selected before entering to the ephemeral group will appear." | 400 | article selected before entering to the ephemeral group will appear." |
| 401 | :version "23.0" ;; No Gnus | 401 | :version "23.1" ;; No Gnus |
| 402 | :group 'gnus-summary-maneuvering | 402 | :group 'gnus-summary-maneuvering |
| 403 | :type '(choice :format "%{%t%}:\n %[Value Menu%] %v" | 403 | :type '(choice :format "%{%t%}:\n %[Value Menu%] %v" |
| 404 | (const next) (const next-unread) | 404 | (const next) (const next-unread) |
| @@ -2752,7 +2752,7 @@ Pre-defined symbols include `gnus-summary-tool-bar-gnome' and | |||
| 2752 | (const :tag "Retro look" gnus-summary-tool-bar-retro) | 2752 | (const :tag "Retro look" gnus-summary-tool-bar-retro) |
| 2753 | (repeat :tag "User defined list" gmm-tool-bar-item) | 2753 | (repeat :tag "User defined list" gmm-tool-bar-item) |
| 2754 | (symbol)) | 2754 | (symbol)) |
| 2755 | :version "23.0" ;; No Gnus | 2755 | :version "23.1" ;; No Gnus |
| 2756 | :initialize 'custom-initialize-default | 2756 | :initialize 'custom-initialize-default |
| 2757 | :set 'gnus-summary-tool-bar-update | 2757 | :set 'gnus-summary-tool-bar-update |
| 2758 | :group 'gnus-summary) | 2758 | :group 'gnus-summary) |
| @@ -2803,7 +2803,7 @@ Pre-defined symbols include `gnus-summary-tool-bar-gnome' and | |||
| 2803 | 2803 | ||
| 2804 | See `gmm-tool-bar-from-list' for the format of the list." | 2804 | See `gmm-tool-bar-from-list' for the format of the list." |
| 2805 | :type '(repeat gmm-tool-bar-item) | 2805 | :type '(repeat gmm-tool-bar-item) |
| 2806 | :version "23.0" ;; No Gnus | 2806 | :version "23.1" ;; No Gnus |
| 2807 | :initialize 'custom-initialize-default | 2807 | :initialize 'custom-initialize-default |
| 2808 | :set 'gnus-summary-tool-bar-update | 2808 | :set 'gnus-summary-tool-bar-update |
| 2809 | :group 'gnus-summary) | 2809 | :group 'gnus-summary) |
| @@ -2838,7 +2838,7 @@ See `gmm-tool-bar-from-list' for the format of the list." | |||
| 2838 | 2838 | ||
| 2839 | See `gmm-tool-bar-from-list' for the format of the list." | 2839 | See `gmm-tool-bar-from-list' for the format of the list." |
| 2840 | :type '(repeat gmm-tool-bar-item) | 2840 | :type '(repeat gmm-tool-bar-item) |
| 2841 | :version "23.0" ;; No Gnus | 2841 | :version "23.1" ;; No Gnus |
| 2842 | :initialize 'custom-initialize-default | 2842 | :initialize 'custom-initialize-default |
| 2843 | :set 'gnus-summary-tool-bar-update | 2843 | :set 'gnus-summary-tool-bar-update |
| 2844 | :group 'gnus-summary) | 2844 | :group 'gnus-summary) |
| @@ -2849,7 +2849,7 @@ These items are not displayed in the Gnus summary mode tool bar. | |||
| 2849 | 2849 | ||
| 2850 | See `gmm-tool-bar-from-list' for the format of the list." | 2850 | See `gmm-tool-bar-from-list' for the format of the list." |
| 2851 | :type 'gmm-tool-bar-zap-list | 2851 | :type 'gmm-tool-bar-zap-list |
| 2852 | :version "23.0" ;; No Gnus | 2852 | :version "23.1" ;; No Gnus |
| 2853 | :initialize 'custom-initialize-default | 2853 | :initialize 'custom-initialize-default |
| 2854 | :set 'gnus-summary-tool-bar-update | 2854 | :set 'gnus-summary-tool-bar-update |
| 2855 | :group 'gnus-summary) | 2855 | :group 'gnus-summary) |
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 6a82960973c..66db49d8449 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -521,7 +521,7 @@ If it is `log', add timestamps to only the messages that go into the | |||
| 521 | \"*Messages*\" buffer (in XEmacs, it is the \" *Message-Log*\" buffer). | 521 | \"*Messages*\" buffer (in XEmacs, it is the \" *Message-Log*\" buffer). |
| 522 | If it is neither nil nor `log', add timestamps not only to log messages | 522 | If it is neither nil nor `log', add timestamps not only to log messages |
| 523 | but also to the ones displayed in the echo area." | 523 | but also to the ones displayed in the echo area." |
| 524 | :version "23.0" ;; No Gnus | 524 | :version "23.1" ;; No Gnus |
| 525 | :group 'gnus-various | 525 | :group 'gnus-various |
| 526 | :type '(choice :format "%{%t%}:\n %[Value Menu%] %v" | 526 | :type '(choice :format "%{%t%}:\n %[Value Menu%] %v" |
| 527 | (const :tag "Logged messages only" log) | 527 | (const :tag "Logged messages only" log) |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index d32cfb856cc..583588dedff 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1320,7 +1320,7 @@ updated if the value of this variable is nil, even if you change the | |||
| 1320 | value of `gnus-message-archive-method' afterward. If you want the | 1320 | value of `gnus-message-archive-method' afterward. If you want the |
| 1321 | saved \"archive\" method to be updated whenever you change the value of | 1321 | saved \"archive\" method to be updated whenever you change the value of |
| 1322 | `gnus-message-archive-method', set this variable to a non-nil value." | 1322 | `gnus-message-archive-method', set this variable to a non-nil value." |
| 1323 | :version "23.0" ;; No Gnus | 1323 | :version "23.1" ;; No Gnus |
| 1324 | :group 'gnus-server | 1324 | :group 'gnus-server |
| 1325 | :group 'gnus-message | 1325 | :group 'gnus-message |
| 1326 | :type 'boolean) | 1326 | :type 'boolean) |
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index cfbcc166b50..499d250f4cd 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el | |||
| @@ -67,7 +67,7 @@ | |||
| 67 | This variable is a list of mail source specifiers. | 67 | This variable is a list of mail source specifiers. |
| 68 | See Info node `(gnus)Mail Source Specifiers'." | 68 | See Info node `(gnus)Mail Source Specifiers'." |
| 69 | :group 'mail-source | 69 | :group 'mail-source |
| 70 | :version "23.0" ;; No Gnus | 70 | :version "23.1" ;; No Gnus |
| 71 | :link '(custom-manual "(gnus)Mail Source Specifiers") | 71 | :link '(custom-manual "(gnus)Mail Source Specifiers") |
| 72 | :type `(choice | 72 | :type `(choice |
| 73 | (const :tag "None" nil) | 73 | (const :tag "None" nil) |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a25841df32b..32f191d918b 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -476,7 +476,7 @@ function | |||
| 476 | (defcustom message-kill-buffer-query t | 476 | (defcustom message-kill-buffer-query t |
| 477 | "*Non-nil means that killing a modified message buffer has to be confirmed. | 477 | "*Non-nil means that killing a modified message buffer has to be confirmed. |
| 478 | This is used by `message-kill-buffer'." | 478 | This is used by `message-kill-buffer'." |
| 479 | :version "23.0" ;; No Gnus | 479 | :version "23.1" ;; No Gnus |
| 480 | :group 'message-buffers | 480 | :group 'message-buffers |
| 481 | :type 'boolean) | 481 | :type 'boolean) |
| 482 | 482 | ||
| @@ -666,7 +666,7 @@ See also `send-mail-function'." | |||
| 666 | :tag "Use Mailclient package") | 666 | :tag "Use Mailclient package") |
| 667 | (function :tag "Other")) | 667 | (function :tag "Other")) |
| 668 | :group 'message-sending | 668 | :group 'message-sending |
| 669 | :version "23.0" ;; No Gnus | 669 | :version "23.1" ;; No Gnus |
| 670 | :initialize 'custom-initialize-default | 670 | :initialize 'custom-initialize-default |
| 671 | :link '(custom-manual "(message)Mail Variables") | 671 | :link '(custom-manual "(message)Mail Variables") |
| 672 | :group 'message-mail) | 672 | :group 'message-mail) |
| @@ -809,7 +809,7 @@ If this is nil, use `user-mail-address'. If it is the symbol | |||
| 809 | (defcustom message-sendmail-extra-arguments nil | 809 | (defcustom message-sendmail-extra-arguments nil |
| 810 | "Additional arguments to `sendmail-program'." | 810 | "Additional arguments to `sendmail-program'." |
| 811 | ;; E.g. '("-a" "account") for msmtp | 811 | ;; E.g. '("-a" "account") for msmtp |
| 812 | :version "23.0" ;; No Gnus | 812 | :version "23.1" ;; No Gnus |
| 813 | :type '(repeat string) | 813 | :type '(repeat string) |
| 814 | ;; :link '(custom-manual "(message)Mail Variables") | 814 | ;; :link '(custom-manual "(message)Mail Variables") |
| 815 | :group 'message-sending) | 815 | :group 'message-sending) |
| @@ -969,7 +969,7 @@ Please also read the note in the documentation of | |||
| 969 | (const :tag "Include date" "On %a, %b %d %Y, %n wrote:") | 969 | (const :tag "Include date" "On %a, %b %d %Y, %n wrote:") |
| 970 | string) | 970 | string) |
| 971 | :link '(custom-manual "(message)Insertion Variables") | 971 | :link '(custom-manual "(message)Insertion Variables") |
| 972 | :version "23.0" ;; No Gnus | 972 | :version "23.1" ;; No Gnus |
| 973 | :group 'message-insertion) | 973 | :group 'message-insertion) |
| 974 | 974 | ||
| 975 | (defcustom message-yank-prefix "> " | 975 | (defcustom message-yank-prefix "> " |
| @@ -4038,7 +4038,7 @@ not have PROP." | |||
| 4038 | 4038 | ||
| 4039 | (defcustom message-bogus-address-regexp nil ;; "noreply\\|nospam\\|invalid" | 4039 | (defcustom message-bogus-address-regexp nil ;; "noreply\\|nospam\\|invalid" |
| 4040 | "Regexp of potentially bogus mail addresses." | 4040 | "Regexp of potentially bogus mail addresses." |
| 4041 | :version "23.0" ;; No Gnus | 4041 | :version "23.1" ;; No Gnus |
| 4042 | :group 'message-headers | 4042 | :group 'message-headers |
| 4043 | :type 'regexp) | 4043 | :type 'regexp) |
| 4044 | 4044 | ||
| @@ -7357,7 +7357,7 @@ Pre-defined symbols include `message-tool-bar-gnome' and | |||
| 7357 | (const :tag "Retro look" message-tool-bar-retro) | 7357 | (const :tag "Retro look" message-tool-bar-retro) |
| 7358 | (repeat :tag "User defined list" gmm-tool-bar-item) | 7358 | (repeat :tag "User defined list" gmm-tool-bar-item) |
| 7359 | (symbol)) | 7359 | (symbol)) |
| 7360 | :version "23.0" ;; No Gnus | 7360 | :version "23.1" ;; No Gnus |
| 7361 | :initialize 'custom-initialize-default | 7361 | :initialize 'custom-initialize-default |
| 7362 | :set 'message-tool-bar-update | 7362 | :set 'message-tool-bar-update |
| 7363 | :group 'message) | 7363 | :group 'message) |
| @@ -7386,7 +7386,7 @@ Pre-defined symbols include `message-tool-bar-gnome' and | |||
| 7386 | 7386 | ||
| 7387 | See `gmm-tool-bar-from-list' for details on the format of the list." | 7387 | See `gmm-tool-bar-from-list' for details on the format of the list." |
| 7388 | :type '(repeat gmm-tool-bar-item) | 7388 | :type '(repeat gmm-tool-bar-item) |
| 7389 | :version "23.0" ;; No Gnus | 7389 | :version "23.1" ;; No Gnus |
| 7390 | :initialize 'custom-initialize-default | 7390 | :initialize 'custom-initialize-default |
| 7391 | :set 'message-tool-bar-update | 7391 | :set 'message-tool-bar-update |
| 7392 | :group 'message) | 7392 | :group 'message) |
| @@ -7406,7 +7406,7 @@ See `gmm-tool-bar-from-list' for details on the format of the list." | |||
| 7406 | 7406 | ||
| 7407 | See `gmm-tool-bar-from-list' for details on the format of the list." | 7407 | See `gmm-tool-bar-from-list' for details on the format of the list." |
| 7408 | :type '(repeat gmm-tool-bar-item) | 7408 | :type '(repeat gmm-tool-bar-item) |
| 7409 | :version "23.0" ;; No Gnus | 7409 | :version "23.1" ;; No Gnus |
| 7410 | :initialize 'custom-initialize-default | 7410 | :initialize 'custom-initialize-default |
| 7411 | :set 'message-tool-bar-update | 7411 | :set 'message-tool-bar-update |
| 7412 | :group 'message) | 7412 | :group 'message) |
| @@ -7419,7 +7419,7 @@ These items are not displayed on the message mode tool bar. | |||
| 7419 | 7419 | ||
| 7420 | See `gmm-tool-bar-from-list' for the format of the list." | 7420 | See `gmm-tool-bar-from-list' for the format of the list." |
| 7421 | :type 'gmm-tool-bar-zap-list | 7421 | :type 'gmm-tool-bar-zap-list |
| 7422 | :version "23.0" ;; No Gnus | 7422 | :version "23.1" ;; No Gnus |
| 7423 | :initialize 'custom-initialize-default | 7423 | :initialize 'custom-initialize-default |
| 7424 | :set 'message-tool-bar-update | 7424 | :set 'message-tool-bar-update |
| 7425 | :group 'message) | 7425 | :group 'message) |
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index f832a9c28e1..98d444665b2 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el | |||
| @@ -394,7 +394,7 @@ functions), `mm-file-name-delete-whitespace', | |||
| 394 | (repeat :inline t | 394 | (repeat :inline t |
| 395 | :tag "Function" | 395 | :tag "Function" |
| 396 | function))) | 396 | function))) |
| 397 | :version "23.0" ;; No Gnus | 397 | :version "23.1" ;; No Gnus |
| 398 | :group 'mime-display) | 398 | :group 'mime-display) |
| 399 | 399 | ||
| 400 | 400 | ||
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 904e69bff35..898be5a5bac 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el | |||
| @@ -89,7 +89,7 @@ This can be either \"inline\" or \"attachment\".") | |||
| 89 | 89 | ||
| 90 | (defcustom mm-uu-tex-groups-regexp "\\.tex\\>" | 90 | (defcustom mm-uu-tex-groups-regexp "\\.tex\\>" |
| 91 | "*Regexp matching TeX groups." | 91 | "*Regexp matching TeX groups." |
| 92 | :version "23.0" | 92 | :version "23.1" |
| 93 | :type 'regexp | 93 | :type 'regexp |
| 94 | :group 'gnus-article-mime) | 94 | :group 'gnus-article-mime) |
| 95 | 95 | ||
| @@ -245,7 +245,7 @@ The value should be nil on displays where the face | |||
| 245 | `mm-uu-extract' isn't distinguishable to the face `default'." | 245 | `mm-uu-extract' isn't distinguishable to the face `default'." |
| 246 | :type '(choice (const :tag "Hide" t) | 246 | :type '(choice (const :tag "Hide" t) |
| 247 | (const :tag "Don't hide" nil)) | 247 | (const :tag "Don't hide" nil)) |
| 248 | :version "23.0" ;; No Gnus | 248 | :version "23.1" ;; No Gnus |
| 249 | :group 'gnus-article-mime) | 249 | :group 'gnus-article-mime) |
| 250 | 250 | ||
| 251 | (defface mm-uu-extract '(;; Colors from `gnus-cite-3' plus background: | 251 | (defface mm-uu-extract '(;; Colors from `gnus-cite-3' plus background: |
| @@ -261,7 +261,7 @@ The value should be nil on displays where the face | |||
| 261 | ())) | 261 | ())) |
| 262 | "Face for extracted buffers." | 262 | "Face for extracted buffers." |
| 263 | ;; See `mm-uu-verbatim-marks-extract'. | 263 | ;; See `mm-uu-verbatim-marks-extract'. |
| 264 | :version "23.0" ;; No Gnus | 264 | :version "23.1" ;; No Gnus |
| 265 | :group 'gnus-article-mime) | 265 | :group 'gnus-article-mime) |
| 266 | 266 | ||
| 267 | (defun mm-uu-copy-to-buffer (&optional from to properties) | 267 | (defun mm-uu-copy-to-buffer (&optional from to properties) |
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 2b5987e5e6e..c703e1365f6 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el | |||
| @@ -97,7 +97,7 @@ type (e.g., text/plain) respectively, and DISPOSITION should be either | |||
| 97 | the string \"attachment\" or the string \"inline\". The value t for | 97 | the string \"attachment\" or the string \"inline\". The value t for |
| 98 | SUPERTYPE, SUBTYPE or TYPE matches any of those types. The first | 98 | SUPERTYPE, SUBTYPE or TYPE matches any of those types. The first |
| 99 | match found will be used." | 99 | match found will be used." |
| 100 | :version "23.0" ;; No Gnus | 100 | :version "23.1" ;; No Gnus |
| 101 | :type (let ((dispositions '(radio :format "DISPOSITION: %v" | 101 | :type (let ((dispositions '(radio :format "DISPOSITION: %v" |
| 102 | :value "attachment" | 102 | :value "attachment" |
| 103 | (const :format "%v " "attachment") | 103 | (const :format "%v " "attachment") |
| @@ -1110,7 +1110,7 @@ See Info node `(emacs-mime)Composing'. | |||
| 1110 | "The default directory where mml will find files. | 1110 | "The default directory where mml will find files. |
| 1111 | If not set, `default-directory' will be used." | 1111 | If not set, `default-directory' will be used." |
| 1112 | :type '(choice directory (const :tag "Default" nil)) | 1112 | :type '(choice directory (const :tag "Default" nil)) |
| 1113 | :version "23.0" ;; No Gnus | 1113 | :version "23.1" ;; No Gnus |
| 1114 | :group 'message) | 1114 | :group 'message) |
| 1115 | 1115 | ||
| 1116 | (defun mml-minibuffer-read-file (prompt) | 1116 | (defun mml-minibuffer-read-file (prompt) |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 08e4fcf05f6..0cccfa1b036 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -1296,7 +1296,7 @@ Return the number of characters in the body." | |||
| 1296 | "Header line matching mailer producing bogus References lines. | 1296 | "Header line matching mailer producing bogus References lines. |
| 1297 | See `nnmail-ignore-broken-references'." | 1297 | See `nnmail-ignore-broken-references'." |
| 1298 | :group 'nnmail-prepare | 1298 | :group 'nnmail-prepare |
| 1299 | :version "23.0" ;; No Gnus | 1299 | :version "23.1" ;; No Gnus |
| 1300 | :type 'regexp) | 1300 | :type 'regexp) |
| 1301 | 1301 | ||
| 1302 | (defun nnmail-ignore-broken-references () | 1302 | (defun nnmail-ignore-broken-references () |
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index f78c8398e23..ad442cfced9 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el | |||
| @@ -213,7 +213,7 @@ SSL/TSL-secured stream) or `starttls' (use the starttls mechanism | |||
| 213 | to turn on TLS security after opening the stream). However, if | 213 | to turn on TLS security after opening the stream). However, if |
| 214 | this is nil, `ssl' is assumed for connexions to port | 214 | this is nil, `ssl' is assumed for connexions to port |
| 215 | 995 (pop3s)." | 215 | 995 (pop3s)." |
| 216 | :version "23.0" ;; No Gnus | 216 | :version "23.1" ;; No Gnus |
| 217 | :group 'pop3 | 217 | :group 'pop3 |
| 218 | :type '(choice (const :tag "Plain" nil) | 218 | :type '(choice (const :tag "Plain" nil) |
| 219 | (const :tag "SSL/TLS" ssl) | 219 | (const :tag "SSL/TLS" ssl) |
diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index 755af6e5b13..7937679e111 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | (setq smiley-data-directory (smiley-directory)) | 76 | (setq smiley-data-directory (smiley-directory)) |
| 77 | (smiley-update-cache)) | 77 | (smiley-update-cache)) |
| 78 | :initialize 'custom-initialize-default | 78 | :initialize 'custom-initialize-default |
| 79 | :version "23.0" ;; No Gnus | 79 | :version "23.1" ;; No Gnus |
| 80 | :group 'smiley) | 80 | :group 'smiley) |
| 81 | 81 | ||
| 82 | ;; For compatibility, honor the variable `smiley-data-directory' if the user | 82 | ;; For compatibility, honor the variable `smiley-data-directory' if the user |
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index e7eece05f24..7a8947383e0 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -245,7 +245,7 @@ If nil, use system defaults." | |||
| 245 | If needed search base, binddn, passwd, etc. for the LDAP host | 245 | If needed search base, binddn, passwd, etc. for the LDAP host |
| 246 | must be set in `ldap-host-parameters-alist'." | 246 | must be set in `ldap-host-parameters-alist'." |
| 247 | :type '(repeat (string :tag "Host name")) | 247 | :type '(repeat (string :tag "Host name")) |
| 248 | :version "23.0" ;; No Gnus | 248 | :version "23.1" ;; No Gnus |
| 249 | :group 'smime) | 249 | :group 'smime) |
| 250 | 250 | ||
| 251 | (defvar smime-details-buffer "*OpenSSL output*") | 251 | (defvar smime-details-buffer "*OpenSSL output*") |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 701682a613c..2f8590ab4b0 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -220,7 +220,7 @@ the function specified by `spam-report-url-ping-function'." | |||
| 220 | This is initialized based on `user-mail-address'." | 220 | This is initialized based on `user-mail-address'." |
| 221 | :type '(choice string | 221 | :type '(choice string |
| 222 | (const :tag "Don't expose address" nil)) | 222 | (const :tag "Don't expose address" nil)) |
| 223 | :version "23.0" ;; No Gnus | 223 | :version "23.1" ;; No Gnus |
| 224 | :group 'spam-report) | 224 | :group 'spam-report) |
| 225 | 225 | ||
| 226 | (defvar spam-report-user-agent | 226 | (defvar spam-report-user-agent |