Move comment to gnus-group-update-tool-bar.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 17 Apr 2006 18:14:29 +0000 (18:14 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 17 Apr 2006 18:14:29 +0000 (18:14 +0000)
lisp/ChangeLog
lisp/gnus-group.el

index 2e7ea3a..c680643 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-group.el: Move comment to gnus-group-update-tool-bar.
+
 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * rfc2231.el (rfc2231-parse-string): Sort the parameters first. 
@@ -29,7 +33,7 @@
        (gnus-button-alist): Recognize more diff formats.
        (gnus-button-patch): Strip directory.
 
-2006-04-17  Reiner Steib  <reinersteib+from-uce@imap.cc>
+2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-util.el (gnus-select-frame-set-input-focus): Check for
        Emacs 22 when setting focus.
index 6e4de2c..245808f 100644 (file)
@@ -996,7 +996,6 @@ simple manner.")
 
     (gnus-run-hooks 'gnus-group-menu-hook)))
 
-
 (defvar gnus-group-tool-bar-map nil)
 
 (defun gnus-group-tool-bar-update (&optional symbol value)
@@ -1090,17 +1089,6 @@ See `gmm-tool-bar-from-list' for the format of the list."
   :set 'gnus-group-tool-bar-update
   :group 'gnus-group)
 
-;; FIXME: Moving through the Group buffer (in topic mode) e.g. with C-n
-;; doesn't update the state (enabled/disabled) of the icon
-;; `gnus-group-describe-group'.  After `C-l' the state is correct.
-;; See the following report on emacs-devel
-;; <http://thread.gmane.org/v9acdmrcse.fsf@marauder.physik.uni-ulm.de>:
-;; From: Reiner Steib
-;; Subject: tool bar icons not updated according to :active condition
-;; Newsgroups: gmane.emacs.devel
-;; Date: Mon, 23 Jan 2006 19:59:13 +0100
-;; Message-ID: <v9acdmrcse.fsf@marauder.physik.uni-ulm.de>
-
 (defcustom gnus-group-tool-bar-zap-list t
   "List of icon items from the global tool bar.
 These items are not displayed in the Gnus group mode tool bar.
@@ -1507,6 +1495,17 @@ if it is a string, only list groups matching REGEXP."
                (gnus-range-difference (list active) (gnus-info-read info))
                seen))))))
 
+;; Moving through the Group buffer (in topic mode) e.g. with C-n doesn't
+;; update the state (enabled/disabled) of the icon `gnus-group-describe-group'
+;; automatically.  After `C-l' the state is correct.  See the following report
+;; on emacs-devel
+;; <http://thread.gmane.org/v9acdmrcse.fsf@marauder.physik.uni-ulm.de>:
+;; From: Reiner Steib
+;; Subject: tool bar icons not updated according to :active condition
+;; Newsgroups: gmane.emacs.devel
+;; Date: Mon, 23 Jan 2006 19:59:13 +0100
+;; Message-ID: <v9acdmrcse.fsf@marauder.physik.uni-ulm.de>
+
 (defcustom gnus-group-update-tool-bar
   (and (not (featurep 'xemacs))
        (boundp 'tool-bar-mode)