# HG changeset patch # User Mikael Berthe # Date 1146401462 -7200 # Node ID 114f08e3c29a0125c6b1ea5a44c2b3d188b1b542 # Parent 319fc55b9a2bbd588eac6bdfc5673da51d057a0f Update documentation diff -r 319fc55b9a2b -r 114f08e3c29a mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Apr 30 14:19:31 2006 +0200 +++ b/mcabber/ChangeLog Sun Apr 30 14:51:02 2006 +0200 @@ -1,6 +1,19 @@ mcabber (0.7.7-dev) - * + * Fix a small buddylist bug when receiving a subscription request + (the buddylist wasn't always refreshed) + * Fix a bug (hang) in the input line + * Display incomplete subscriptions in the roster + * Extand "/event" to allow a wildchar '*' + * New option "block_unsubscribed" + When set, messages from people who don't have a subscription to our + presence updates are blocked. + * New option "delete_on_reject" + When set, people are automatically removed from the roster if their + subscription request is rejected. + * Ctrl-l now reread color option values + * Tab characters are expanded when the "verbatim multi-line mode" is enabled + * Disable file permission checks on Cygwin -- Mikael, ? diff -r 319fc55b9a2b -r 114f08e3c29a mcabber/TODO --- a/mcabber/TODO Sun Apr 30 14:19:31 2006 +0200 +++ b/mcabber/TODO Sun Apr 30 14:51:02 2006 +0200 @@ -38,4 +38,5 @@ (server search) - /help - /roster enable|disable xml|status + - /authorization request_unsubscribe diff -r 319fc55b9a2b -r 114f08e3c29a mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sun Apr 30 14:19:31 2006 +0200 +++ b/mcabber/doc/mcabber.1 Sun Apr 30 14:51:02 2006 +0200 @@ -189,8 +189,9 @@ Terminate connection to the Jabber server\&. Note: the roster is only available when the connection to the server is active, so the buddylist is empty when disconnected\&. .TP -\fB/event #n accept|ignore|reject\fR, \fB/event list\fR -Tell mcabber what to do about a pending event\&. +\fB/event\fR #n|* accept|ignore|reject, \fB/event\fR list +Tell mcabber what to do about a pending event\&. If the first parameter is "*", the command will apply to all queued events\&. + \fBaccept\fR accept the event #n \fBignore\fR remove the event #n from the list \fBreject\fR reject the event #n diff -r 319fc55b9a2b -r 114f08e3c29a mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sun Apr 30 14:19:31 2006 +0200 +++ b/mcabber/doc/mcabber.1.html Sun Apr 30 14:51:02 2006 +0200 @@ -408,13 +408,15 @@ buddylist is empty when disconnected.
-/event #n accept|ignore|reject +/event #n|* accept|ignore|reject
/event list
- Tell mcabber what to do about a pending event. + Tell mcabber what to do about a pending event.
+ If the first parameter is "*", the command will apply to all + queued events.
@@ -925,8 +927,8 @@ License (GPL).

diff -r 319fc55b9a2b -r 114f08e3c29a mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sun Apr 30 14:19:31 2006 +0200 +++ b/mcabber/doc/mcabber.1.txt Sun Apr 30 14:51:02 2006 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.7.7-dev, April 2006 +v0.7.7-dev, May 2006 NAME ---- @@ -156,9 +156,11 @@ available when the connection to the server is active, so the buddylist is empty when disconnected. -/event #n accept|ignore|reject:: +/event #n|* accept|ignore|reject:: /event list:: - Tell mcabber what to do about a pending event. + Tell mcabber what to do about a pending event. + + If the first parameter is "*", the command will apply to all + queued events. 'accept';; accept the event #n 'ignore';; remove the event #n from the list