diff options
| author | Glenn Morris | 2015-03-10 18:37:35 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-03-10 18:37:35 -0400 |
| commit | 8db37916ca4241ee977901ae589a86a609a32c3c (patch) | |
| tree | d60ee16e78fc65fd9695de2c4d5473a2d711dc3d | |
| parent | 933e0ab4b0d583b81b8624def414b7895987927b (diff) | |
| download | emacs-8db37916ca4241ee977901ae589a86a609a32c3c.tar.gz emacs-8db37916ca4241ee977901ae589a86a609a32c3c.zip | |
* lisp/gnus/message.el (message-valid-fqdn-regexp): Bump :version
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 763267c3413..1744a132804 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-03-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * message.el (message-valid-fqdn-regexp): Bump :version for | ||
| 4 | 2014-11-17 change. | ||
| 5 | |||
| 1 | 2015-03-08 Rasmus Pank Roulund <rasmus@pank.eu> | 6 | 2015-03-08 Rasmus Pank Roulund <rasmus@pank.eu> |
| 2 | 7 | ||
| 3 | * gnus-notifications.el (gnus-notifications-action): Raise window | 8 | * gnus-notifications.el (gnus-notifications-action): Raise window |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 112f0ba127c..04145ded107 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1969,7 +1969,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'." | |||
| 1969 | ;; "dead" nato bitnet uucp | 1969 | ;; "dead" nato bitnet uucp |
| 1970 | "Regular expression that matches a valid FQDN." | 1970 | "Regular expression that matches a valid FQDN." |
| 1971 | ;; see also: gnus-button-valid-fqdn-regexp | 1971 | ;; see also: gnus-button-valid-fqdn-regexp |
| 1972 | :version "22.1" | 1972 | :version "25.1" |
| 1973 | :group 'message-headers | 1973 | :group 'message-headers |
| 1974 | :type 'regexp) | 1974 | :type 'regexp) |
| 1975 | 1975 | ||