gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor...
authorChong Yidong <cyd@gnu.org>
Thu, 20 Oct 2011 22:35:54 +0000 (22:35 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 20 Oct 2011 22:35:54 +0000 (22:35 +0000)
lisp/ChangeLog
lisp/gnus-cite.el

index 433c34c..8cf8809 100644 (file)
@@ -1,16 +1,22 @@
+2011-10-20  Chong Yidong  <cyd@gnu.org>
+
+       * 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  <tzz@lifelogs.com>
 
        * 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  <tzz@lifelogs.com>
+2011-10-17  Dave Abrahams  <dave@boostpro.com>
 
-       * 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 <dave@boostpro.com>.
 
 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
 
index d205437..7c36311 100644 (file)
@@ -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