[gnus git] branch master updated: m0-11-186-ga209888 =1= message.el (message-valid-fqdn-regexp): Bump :version
Katsumi <[email protected]> Wed, 11 Mar 2015 01:09:08 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a2098885df4a9df3bed183f1013676313b65765f (commit)
from 5e57570318afca18ec8ccb6e97f7a44721a4bec7 (commit)
- Log -----------------------------------------------------------------
commit a2098885df4a9df3bed183f1013676313b65765f
Author: Glenn Morris <[email protected]>
Date: Wed Mar 11 00:09:07 2015 +0000
message.el (message-valid-fqdn-regexp): Bump :version
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4178f61..8d3b450 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-10 Glenn Morris <[email protected]>
+
+ * message.el (message-valid-fqdn-regexp): Bump :version for
+ 2014-11-17 change.
+
2015-03-07 Rasmus Pank Roulund <[email protected]>
* gnus-notifications.el (gnus-notifications-action): Raise window
diff --git a/lisp/message.el b/lisp/message.el
index aef423c..992e237 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -2013,7 +2013,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
;; "dead" nato bitnet uucp
"Regular expression that matches a valid FQDN."
;; see also: gnus-button-valid-fqdn-regexp
- :version "22.1"
+ :version "25.1"
:group 'message-headers
:type 'regexp)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/message.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
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