changeset 710:0311d7e2bb1c

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Feb 2006 23:37:46 +0100
parents 5aa66101807b
children 75dde88f1884
files mcabber/ChangeLog mcabber/TODO mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 5 files changed, 45 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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, ?
 
--- 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 <jid>|name
     (server search)
   - /help
+  - /roster enable|disable xml|status
 
--- 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
--- 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
 </b></dt>
 <dt><b>
+/roster hide|show|toggle
+</b></dt>
+<dt><b>
 /roster alternate|unread_first|unread_next
 </b></dt>
 <dt><b>
@@ -722,6 +725,30 @@
 </tr>
 <tr valign="top">
 <td>
+<b>hide</b>
+</td>
+<td>
+hide roster (full-width chat window)
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>show</b>
+</td>
+<td>
+show roster
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>toggle</b>
+</td>
+<td>
+toggle roster visibility
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>search</b> bud
 </td>
 <td>
@@ -823,7 +850,7 @@
 <div id="footer">
 <p>
 Version 0.7.5-dev<br />
-Last updated 12-Feb-2006 11:26:21 CEST
+Last updated 25-Feb-2006 23:01:21 CEST
 </p>
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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