[gnus git] branch master updated: m0-5-143-g57f5db3 =1= Add missing :version tags
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 57f5db3978bdf010b90cd2be4e1910ec46117cb6 (commit)
from a867757f1cf2e6a6ca88ea3a22415072195b6061 (commit)
- Log -----------------------------------------------------------------
commit 57f5db3978bdf010b90cd2be4e1910ec46117cb6
Author: Glenn Morris <[email protected]>
Date: Sat Oct 6 22:40:08 2012 +0000
Add missing :version tags
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e82d004..37b7aaf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2012-10-06 Glenn Morris <[email protected]>
+
+ * gnus-notifications.el (gnus-notifications):
+ Add missing group :version tag.
+ * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
+ (gnus-gcc-post-body-encode-hook):
+ * gnus-sync.el (gnus-sync-lesync-name)
+ (gnus-sync-lesync-install-topics): Add missing custom :version tags.
+
2012-10-06 Julian Scheid <[email protected]> (tiny change)
* color.el (color-hsl-to-rgb): Fix incorrect results for
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index c2f79e7..77bb628 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -319,6 +319,7 @@ The current buffer (when the hook is run) contains the message
including the message header. Changes made to the message will
only affect the Gcc copy, but not the original message."
:group 'gnus-message
+ :version "24.3"
:type 'hook)
(defcustom gnus-gcc-post-body-encode-hook nil
@@ -327,6 +328,7 @@ The current buffer (when the hook is run) contains the message
including the message header. Changes made to the message will
only affect the Gcc copy, but not the original message."
:group 'gnus-message
+ :version "24.3"
:type 'hook)
(autoload 'gnus-message-citation-mode "gnus-cite" nil t)
diff --git a/lisp/gnus-notifications.el b/lisp/gnus-notifications.el
index 5104a56..3848dee 100644
--- a/lisp/gnus-notifications.el
+++ b/lisp/gnus-notifications.el
@@ -42,6 +42,7 @@
(defgroup gnus-notifications nil
"Send notifications on new message in Gnus."
+ :version "24.3"
:group 'gnus)
(defcustom gnus-notifications-use-google-contacts t
diff --git a/lisp/gnus-sync.el b/lisp/gnus-sync.el
index 510e858..b0b0d30 100644
--- a/lisp/gnus-sync.el
+++ b/lisp/gnus-sync.el
@@ -145,11 +145,13 @@ and `gnus-topic-alist'. Also see `gnus-variable-list'."
(defcustom gnus-sync-lesync-name (system-name)
"The LeSync name for this machine."
:group 'gnus-sync
+ :version "24.3"
:type 'string)
(defcustom gnus-sync-lesync-install-topics 'ask
"Should LeSync install the recorded topics?"
:group 'gnus-sync
+ :version "24.3"
:type '(choice (const :tag "Never Install" nil)
(const :tag "Always Install" t)
(const :tag "Ask Me Once" ask)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 9 +++++++++
lisp/gnus-msg.el | 2 ++
lisp/gnus-notifications.el | 1 +
lisp/gnus-sync.el | 4 +++-
4 files changed, 15 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project