Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Fri, 22 Dec 2006 02:39:44 +0000 (02:39 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 22 Dec 2006 02:39:44 +0000 (02:39 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 178)

   - Update from CVS

2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
   disconnect icons.  Add help text.

Revision: emacs@sv.gnu.org/gnus--devo--0--patch-258

lisp/ChangeLog
lisp/gnus-group.el

index fa62858..0c709cd 100644 (file)
@@ -6,6 +6,11 @@
 
        * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
 
+2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
+       disconnect icons.  Add help text.
+
 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-extra-header-to-number): CRM114 spam score should be
index 561abc8..e24cf00 100644 (file)
@@ -1034,9 +1034,11 @@ Pre-defined symbols include `gnus-group-tool-bar-gnome' and
   '((gnus-group-post-news "mail/compose")
     ;; Some useful agent icons?  I don't use the agent so agent users should
     ;; suggest useful commands:
-    (gnus-agent-toggle-plugged "connect" t
-                              :visible (and gnus-agent (not gnus-plugged)))
     (gnus-agent-toggle-plugged "disconnect" t
+                              :help "Gnus is currently unplugged.  Click to work online."
+                              :visible (and gnus-agent (not gnus-plugged)))
+    (gnus-agent-toggle-plugged "connect" t
+                              :help "Gnus is currently plugged.  Click to work offline."
                               :visible (and gnus-agent gnus-plugged))
     ;; FIXME: gnus-agent-toggle-plugged (in gnus-agent-group-make-menu-bar)
     ;; should have a better help text.