[gnus git] branch master updated: m0-11-89-g2bf2365 =1= gnus-cloud.el (gnus-cloud): Add :version tag
Katsumi <[email protected]> Mon, 01 Dec 2014 10:29:46 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2bf2365af7e8015e3b3206b3610e17c5e8654018 (commit)
from 54b3844ec0d9b1fd25b4f00f927853ff72ba5274 (commit)
- Log -----------------------------------------------------------------
commit 2bf2365af7e8015e3b3206b3610e17c5e8654018
Author: Glenn Morris <[email protected]>
Date: Mon Dec 1 09:29:35 2014 +0000
gnus-cloud.el (gnus-cloud): Add :version tag
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85f4368..7d4bb9e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-01 Glenn Morris <[email protected]>
+
+ * gnus-cloud.el (gnus-cloud): Add :version tag.
+
2014-11-27 Katsumi Yamaoka <[email protected]>
* gnus-art.el (gnus-use-idna):
diff --git a/lisp/gnus-cloud.el b/lisp/gnus-cloud.el
index ec85a16..ec016ee 100644
--- a/lisp/gnus-cloud.el
+++ b/lisp/gnus-cloud.el
@@ -30,6 +30,7 @@
(defgroup gnus-cloud nil
"Syncing Gnus data via IMAP."
+ :version "25.1"
:group 'gnus)
(defcustom gnus-cloud-synced-files
@@ -39,6 +40,7 @@
(:directory "~/News" :match ".*.SCORE\\'"))
"List of file regexps that should be kept up-to-date via the cloud."
:group 'gnus-cloud
+ ;; FIXME this type does not match the default. Nor does the documentation.
:type '(repeat regexp))
(defvar gnus-cloud-group-name "*Emacs Cloud*")
-----------------------------------------------------------------------
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 | 4 ++++
lisp/gnus-cloud.el | 2 ++
2 files changed, 6 insertions(+)
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