[gnus git] branch master updated: =2= Add missing version tag. ; Fix typo in version string.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a1d4c9b50a674648a55828648184195e1378b54a (commit)
via 8a2a269fa00c1a2e7954d2e41ea3b92b299d1f2c (commit)
from 414acad091c275084c30e8354e96b8ba26169eff (commit)
- Log -----------------------------------------------------------------
commit a1d4c9b50a674648a55828648184195e1378b54a
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jan 4 01:04:41 2011 +0100
Add missing version tag.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index bf1b1b5..3694426 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1,7 +1,7 @@
;;; gnus-art.el --- article mode commands for Gnus
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: news
@@ -1594,6 +1594,7 @@ predicate. See Info node `(gnus)Customizing Articles'."
"Fill long lines.
Valid values are nil, t, `head', `first', `last', an integer or a
predicate. See Info node `(gnus)Customizing Articles'."
+ :version "24.1"
:group 'gnus-article-treat
:link '(custom-manual "(gnus)Customizing Articles")
:type gnus-article-treat-custom)
commit 8a2a269fa00c1a2e7954d2e41ea3b92b299d1f2c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jan 4 01:03:10 2011 +0100
Fix typo in version string.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index c4ea66a..d66e169 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -247,7 +247,7 @@ See also the `mml-default-sign-method' variable."
(defcustom gnus-message-replyencrypt t
"Automatically encrypt replies to encrypted messages.
See also the `mml-default-encrypt-method' variable."
- :version "22.1"
+ :version "24.1"
:group 'gnus-message
:type 'boolean)
-----------------------------------------------------------------------
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/gnus-art.el | 3 ++-
lisp/gnus-msg.el | 2 +-
2 files changed, 3 insertions(+), 2 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