[gnus git] branch master updated: n0-17-195-g1739309 =1= (gnus-group-tool-bar-gnome): Replace connect/disconnect with unplugged/plugged.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 173930971cd53b11fa4f4d4fcf4bed68df0f7793 (commit)
from f88e15e8d4e5e4871d6e6fb57b19c7269673c7a8 (commit)
- Log -----------------------------------------------------------------
commit 173930971cd53b11fa4f4d4fcf4bed68df0f7793
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jul 19 20:29:19 2011 +0200
(gnus-group-tool-bar-gnome): Replace connect/disconnect with unplugged/plugged.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3c76be3..a90b5dd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
* gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
enter invalid buffer configurations into the quit form (bug#9107).
+ (gnus-group-tool-bar-gnome): Replace connect/disconnect with
+ unplugged/plugged.
* gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
keep track of which ones are unread (bug#9061).
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index e24d4d3..2a31ccd 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -1008,10 +1008,10 @@ 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 "disconnect" t
+ (gnus-agent-toggle-plugged "unplugged" t
:help "Gnus is currently unplugged. Click to work online."
:visible (and gnus-agent (not gnus-plugged)))
- (gnus-agent-toggle-plugged "connect" t
+ (gnus-agent-toggle-plugged "plugged" 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)
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-group.el | 4 ++--
2 files changed, 4 insertions(+), 2 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