[gnus git] branch master updated: n0-17-353-g4693bdb =1= gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4693bdbfaf9b39480c8a41940b7b4b8b71c97599 (commit)
from 9792cc2125ceae51815ce169a75add38b0d5644d (commit)
- Log -----------------------------------------------------------------
commit 4693bdbfaf9b39480c8a41940b7b4b8b71c97599
Author: Chong Yidong <[email protected]>
Date: Thu Oct 20 22:35:54 2011 +0000
gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 433c34c..8cf8809 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,16 +1,22 @@
+2011-10-20 Chong Yidong <[email protected]>
+
+ * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
+ calling a minor mode from Lisp with nil arg enables it, so we have to
+ make the working a bit ambiguous here).
+
2011-10-18 Teodor Zlatanov <[email protected]>
* gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
* nnir.el (nnir-mode): Use it.
- * nnmairix.el (nnmairix-determine-original-group-from-registry): Use
- it.
+ * nnmairix.el (nnmairix-determine-original-group-from-registry):
+ Use it.
* nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
* nnmairix.el (gnus-registry-enabled): Ditto.
-2011-10-17 Teodor Zlatanov <[email protected]>
+2011-10-17 Dave Abrahams <[email protected]>
- * gnus-registry.el (gnus-registry-enabled): Add new variable.
+ * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
(gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
only while we need to find out if it should be t or nil.
(gnus-registry-initialize): Don't set `gnus-registry-install' to t.
@@ -24,7 +30,6 @@
Use `gnus-registry-enabled' instead of `gnus-registry-install'.
* nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
`gnus-registry-install'.
- From Dave Abrahams <[email protected]>.
2011-10-17 Daiki Ueno <[email protected]>
diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el
index d205437..7c36311 100644
--- a/lisp/gnus-cite.el
+++ b/lisp/gnus-cite.el
@@ -1224,13 +1224,8 @@ Returns nil if there is no such line before LIMIT, t otherwise."
(autoload 'font-lock-set-defaults "font-lock")))
(define-minor-mode gnus-message-citation-mode
- "Toggle `gnus-message-citation-mode' in current buffer.
-This buffer local minor mode provides additional font-lock support for
-nested citations.
-With prefix ARG, turn `gnus-message-citation-mode' on if and only if ARG
-is positive.
-Automatically turn `font-lock-mode' on when `gnus-message-citation-mode'
-is turned on."
+ "Minor mode providing more font-lock support for nested citations.
+When enabled, it automatically turns on `font-lock-mode'."
nil ;; init-value
"" ;; lighter
nil ;; keymap
-----------------------------------------------------------------------
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 | 15 ++++++++++-----
lisp/gnus-cite.el | 9 ++-------
2 files changed, 12 insertions(+), 12 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