changeset 829:114f08e3c29a

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 30 Apr 2006 14:51:02 +0200
parents 319fc55b9a2b
children 80434fde7cfa
files mcabber/ChangeLog mcabber/TODO mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 5 files changed, 29 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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, ?
 
--- 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
 
--- 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
--- 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.
 </dd>
 <dt><b>
-/event #n accept|ignore|reject
+/event #n|* accept|ignore|reject
 </b></dt>
 <dt><b>
 /event list
 </b></dt>
 <dd>
-        Tell mcabber what to do about a pending event.
+        Tell mcabber what to do about a pending event.<br />
+        If the first parameter is "*", the command will apply to all
+        queued events.
 <table class="hlist">
 <tr valign="top">
 <td>
@@ -925,8 +927,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.7.6<br />
-Last updated 14-Apr-2006 23:06:34 CEST
+Version 0.7.7-dev<br />
+Last updated 30-Apr-2006 14:49:22 CEST
 </p>
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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