# HG changeset patch # User Mikael Berthe # Date 1140907066 -3600 # Node ID 0311d7e2bb1cd10811e34e1579cb039d0bd1d71d # Parent 5aa66101807bb55583d45cbd7bdad2c3304498d0 Update documentation diff -r 5aa66101807b -r 0311d7e2bb1c mcabber/ChangeLog --- a/mcabber/ChangeLog Tue Feb 21 23:47:29 2006 +0100 +++ b/mcabber/ChangeLog Sat Feb 25 23:37:46 2006 +0100 @@ -2,11 +2,16 @@ * New IQ system, for Jabber IQ request * Add "/request time|version" commands + * Add "/roster hide|show|toggle" commands + This allows having a full-width chat window. * We try to display as many roster items as possible in the buddylist * New "beep_on_message" option * New "eventcmd_checkstatus" option + * New "roster_width" option * Improved English messages (thanks to Philip M. White) * Fix a small issue with resources containing uppercase chars in /status_to + * Fix iq:time handling: really return UTC time when answering a request + * Documentation updates -- Mikael, ? diff -r 5aa66101807b -r 0311d7e2bb1c mcabber/TODO --- a/mcabber/TODO Tue Feb 21 23:47:29 2006 +0100 +++ b/mcabber/TODO Sat Feb 25 23:37:46 2006 +0100 @@ -29,6 +29,9 @@ * JEP-0022/0085: Message events / chat states (composing, etc.) * Add a way to lock the buffer scrolling * "Offline roster" (when disconnected) +* Maybe cache iq:version and show version in /info, if available +* Sort roster by status +* 2-levels roster display (jids, resources) * File transfer? :) @@ -42,4 +45,5 @@ - /search |name (server search) - /help + - /roster enable|disable xml|status diff -r 5aa66101807b -r 0311d7e2bb1c mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Tue Feb 21 23:47:29 2006 +0100 +++ b/mcabber/doc/mcabber.1 Sat Feb 25 23:37:46 2006 +0100 @@ -255,6 +255,9 @@ \fBhide_offline\fR hide offline buddies \fBshow_offline\fR show offline buddies \fBtoggle_offline\fR toggle display of offline buddies + \fBhide\fR hide roster (full\-width chat window) + \fBshow\fR show roster + \fBtoggle\fR toggle roster visibility \fBsearch\fR bud search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist) \fBalternate\fR jump to alternate buddy\&. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first") \fBunread_first\fR jump to the first unread message diff -r 5aa66101807b -r 0311d7e2bb1c mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Tue Feb 21 23:47:29 2006 +0100 +++ b/mcabber/doc/mcabber.1.html Sat Feb 25 23:37:46 2006 +0100 @@ -656,6 +656,9 @@ /roster bottom|top|hide_offline|show_offline|toggle_offline
+/roster hide|show|toggle +
+
/roster alternate|unread_first|unread_next
@@ -722,6 +725,30 @@ +hide + + +hide roster (full-width chat window) + + + + +show + + +show roster + + + + +toggle + + +toggle roster visibility + + + + search bud @@ -823,7 +850,7 @@ diff -r 5aa66101807b -r 0311d7e2bb1c mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Tue Feb 21 23:47:29 2006 +0100 +++ b/mcabber/doc/mcabber.1.txt Sat Feb 25 23:37:46 2006 +0100 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.7.5-dev, January 2006 +v0.7.5-dev, February 2006 NAME ---- @@ -222,6 +222,7 @@ 'affil' jid affil [reason];; change jid's affiliation (affil can be "none", "member", "admin", "owner") /roster bottom|top|hide_offline|show_offline|toggle_offline:: +/roster hide|show|toggle:: /roster alternate|unread_first|unread_next:: /roster search bud:: The 'roster' command manipulates the roster/buddylist. Here are the available parameters: @@ -233,6 +234,9 @@ 'hide_offline';; hide offline buddies 'show_offline';; show offline buddies 'toggle_offline';; toggle display of offline buddies + 'hide';; hide roster (full-width chat window) + 'show';; show roster + 'toggle';; toggle roster visibility 'search' bud;; search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist) 'alternate';; jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first") 'unread_first';; jump to the first unread message