# HG changeset patch # User Mikael Berthe # Date 1148806583 -7200 # Node ID e58ae191a25cba9dd05de128d318e1224c3eb2af # Parent afdd81c2c44dd2e1b4cfc4f21068e0ec4222d896 Update documentation diff -r afdd81c2c44d -r e58ae191a25c mcabber/ChangeLog --- a/mcabber/ChangeLog Sun May 28 10:42:22 2006 +0200 +++ b/mcabber/ChangeLog Sun May 28 10:56:23 2006 +0200 @@ -9,6 +9,7 @@ * New command "/buffer purge" * New commands "/buffer scroll_lock|scroll_unlock|scroll_toggle" * The commands /alias and /bind now list the defined aliases and key bindings + * Groups can now be renamed * Fix a small buddylist bug when receiving a subscription request (the buddylist wasn't always refreshed) * Fix a bug (hang) in the input line diff -r afdd81c2c44d -r e58ae191a25c mcabber/TODO --- a/mcabber/TODO Sun May 28 10:42:22 2006 +0200 +++ b/mcabber/TODO Sun May 28 10:56:23 2006 +0200 @@ -28,7 +28,6 @@ * Commands: - - /group rename - /roster enable|disable xml - /info [jid] (request info to the server if the buddy is not in the roster) diff -r afdd81c2c44d -r e58ae191a25c mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sun May 28 10:42:22 2006 +0200 +++ b/mcabber/doc/mcabber.1 Sun May 28 10:56:23 2006 +0200 @@ -314,8 +314,8 @@ \fBabort\fR leave multi\-line mode without sending the message .TP -\fB/rename\fR nickname -Rename current buddy to the given nickname\&. This command does not work for groups, at the moment (but you can move the buddies to another group with the "/move" command)\&. +\fB/rename\fR name +Rename current buddy or group to the given name\&. Please note that a group name change is only done when the server's acknowledgment is received, so a slight delay can be noticed\&. .TP \fB/request\fR time|version [jid] diff -r afdd81c2c44d -r e58ae191a25c mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sun May 28 10:42:22 2006 +0200 +++ b/mcabber/doc/mcabber.1.html Sun May 28 10:56:23 2006 +0200 @@ -811,12 +811,12 @@
-/rename nickname +/rename name
- Rename current buddy to the given nickname. - This command does not work for groups, at the moment (but you can move - the buddies to another group with the "/move" command). + Rename current buddy or group to the given name. + Please note that a group name change is only done when the server's + acknowledgment is received, so a slight delay can be noticed.
/request time|version [jid] @@ -1149,7 +1149,7 @@ diff -r afdd81c2c44d -r e58ae191a25c mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sun May 28 10:42:22 2006 +0200 +++ b/mcabber/doc/mcabber.1.txt Sun May 28 10:56:23 2006 +0200 @@ -292,10 +292,10 @@ 'toggle_verbatim';; same with verbatim multi-line mode 'abort';; leave multi-line mode without sending the message -/rename nickname:: - Rename current buddy to the given nickname. - This command does not work for groups, at the moment (but you can move - the buddies to another group with the "/move" command). +/rename name:: + Rename current buddy or group to the given name. + Please note that a group name change is only done when the server's + acknowledgment is received, so a slight delay can be noticed. /request time|version [jid]:: Send a "IQ" query to the current buddy, or to the specified Jabber