Merge from gnus--rel--5.10

Patches applied:

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

   - Merge from emacs--devo--0
   - Update from CVS

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

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

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-569
This commit is contained in:
Miles Bader 2006-12-22 08:14:45 +00:00
parent 7de62c3623
commit 9b9e104e5f
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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-13 Reiner Steib <Reiner.Steib@gmx.de>
* legacy-gnus-agent.el: Add Copyright notice.

View file

@ -1018,9 +1018,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.