changeset 240:723433a677f0

[/trunk] Changeset 253 by mikael * Use /group {fold/unfold} instead of {shrink/expand}
author mikael
date Sat, 11 Jun 2005 19:27:40 +0000
parents 20111c373ba3
children 8584f919d9b9
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt mcabber/src/commands.c
diffstat 4 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Sat Jun 11 19:14:55 2005 +0000
+++ b/mcabber/doc/mcabber.1	Sat Jun 11 19:27:40 2005 +0000
@@ -124,12 +124,12 @@
 Delete the current buddy from our roster, unsubscribe from its presence notification and unsubscribe it from ours\&.
 
 .TP
-\fB/group\fR expand|shrink|toggle
-The group command changes the group display settings\&.
+\fB/group\fR fold|unfold|toggle
+The group command changes the current group display\&.
 
- \fBexpand\fR expand the current group tree in the roster (syn: unfold)
- \fBshrink\fR shrink the current group tree in the roster (syn: fold)
- \fBtoggle\fR toggle the fold/unfold state of the current tree
+ \fBfold\fR fold (shrink) the current group tree in the roster
+ \fBunfold\fR unfold (expand) the current group tree in the roster
+ \fBtoggle\fR toggle the state (fold/unfold) of the current tree
 
 .TP
 \fB/info\fR
--- a/mcabber/doc/mcabber.1.html	Sat Jun 11 19:14:55 2005 +0000
+++ b/mcabber/doc/mcabber.1.html	Sat Jun 11 19:27:40 2005 +0000
@@ -295,30 +295,30 @@
 
 </dd>
 <dt><b>
-/group expand|shrink|toggle
+/group fold|unfold|toggle
 </b></dt>
 <dd>
 
-        The <b>group</b> command changes the group display settings.
+        The <b>group</b> command changes the current group display.
 
 <table class="hlist">
 <tr valign="top">
 <td>
-<b>expand</b>
+<b>fold</b>
 </td>
 <td>
 
-expand the current group tree in the roster (syn: <b>unfold</b>)
+fold (shrink) the current group tree in the roster
 
 </td>
 </tr>
 <tr valign="top">
 <td>
-<b>shrink</b>
+<b>unfold</b>
 </td>
 <td>
 
-shrink the current group tree in the roster (syn: <b>fold</b>)
+unfold (expand) the current group tree in the roster
 
 </td>
 </tr>
@@ -328,7 +328,7 @@
 </td>
 <td>
 
-toggle the fold/unfold state of the current tree
+toggle the state (fold/unfold) of the current tree
 
 </td>
 </tr>
@@ -543,7 +543,7 @@
 <div id="footer">
 <p>
 Version 0.6.1<br />
-Last updated 11-Jun-2005 23:08:15 CEST
+Last updated 11-Jun-2005 23:25:01 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sat Jun 11 19:14:55 2005 +0000
+++ b/mcabber/doc/mcabber.1.txt	Sat Jun 11 19:27:40 2005 +0000
@@ -95,12 +95,12 @@
         Delete the current buddy from our roster, unsubscribe from its presence
         notification and unsubscribe it from ours.
 
-/group expand|shrink|toggle::
-        The 'group' command changes the group display settings.
+/group fold|unfold|toggle::
+        The 'group' command changes the current group display.
 
-        'expand';; expand the current group tree in the roster (syn: 'unfold')
-        'shrink';; shrink the current group tree in the roster (syn: 'fold')
-        'toggle';; toggle the fold/unfold state of the current tree
+        'fold';; fold (shrink) the current group tree in the roster
+        'unfold';; unfold (expand) the current group tree in the roster
+        'toggle';; toggle the state (fold/unfold) of the current tree
 
 /info::
         Display info on the selected entry (user, agent, group...).
--- a/mcabber/src/commands.c	Sat Jun 11 19:14:55 2005 +0000
+++ b/mcabber/src/commands.c	Sat Jun 11 19:27:40 2005 +0000
@@ -116,8 +116,8 @@
   compl_add_category_word(COMPL_BUFFER, "top");
 
   // Group category
-  compl_add_category_word(COMPL_GROUP, "expand");
-  compl_add_category_word(COMPL_GROUP, "shrink");
+  compl_add_category_word(COMPL_GROUP, "fold");
+  compl_add_category_word(COMPL_GROUP, "unfold");
   compl_add_category_word(COMPL_GROUP, "toggle");
 
   // Multi-line (msay) category