changeset 799:7362ed14dee0

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 09 Apr 2006 10:18:33 +0200
parents bbaab5692b0e
children 103764a87777
files mcabber/ChangeLog mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 4 files changed, 35 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sun Apr 09 10:15:44 2006 +0200
+++ b/mcabber/ChangeLog	Sun Apr 09 10:18:33 2006 +0200
@@ -1,6 +1,13 @@
 mcabber (0.7.6-dev)
 
- * 
+ * Correctly restore term settings when interrupting the password query
+ * Fix a small bug in the /request command (reported by pmw)
+ * MUC: Fix "/room whois" with UTF-8 nickname
+ * MUC: Fix completion for UTF-8 nicknames
+ * Improve support for long messages
+ * Add "/msay toggle" command
+ * Multi-line mode: Do not send empty messages
+ * Update documentation
 
  -- Mikael, ?
 
--- a/mcabber/doc/mcabber.1	Sun Apr 09 10:15:44 2006 +0200
+++ b/mcabber/doc/mcabber.1	Sun Apr 09 10:18:33 2006 +0200
@@ -213,17 +213,20 @@
 Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&.
 
 .TP
-\fB/msay\fR begin|verbatim|send|send_to|abort
+\fB/msay\fR begin|verbatim|send|send_to|toggle|abort
 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
 
 In multi\-line mode, each line (except command lines) typed in the input line will be added to the multi\-line message\&. Once the message is finished, it can be sent to the current selected buddy with the "/msay send" command\&.
 
 The \fIverbatim\fR multi\-line mode disables commands, so that it is possible to enter lines starting with a slash\&. Only the "/msay" command (with send or abort parameters) can be used to exit verbatim mode\&.
 
+The \fItoggle\fR subcommand can be bound to a key to use the multi\-line mode quickly (for example, "bind M13 = msay toggle" to switch using the Meta\-Enter combination)\&.
+
  \fBbegin\fR      	enter multi\-line mode
  \fBverbatim\fR   	enter verbatim multi\-line mode
  \fBsend\fR       	send the current multi\-line message to the currently selected buddy
- \fIsend_to\fR jid	send the current multi\-line message to "jid"
+ \fBsend_to\fR jid	send the current multi\-line message to "jid"
+ \fBtoggle\fR     	switch to/from multi\-line mode (begin/send)
  \fBabort\fR      	leave multi\-line mode without sending the message
 
 .TP
--- a/mcabber/doc/mcabber.1.html	Sun Apr 09 10:15:44 2006 +0200
+++ b/mcabber/doc/mcabber.1.html	Sun Apr 09 10:18:33 2006 +0200
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<meta name="generator" content="AsciiDoc 7.0.2" />
+<meta name="generator" content="AsciiDoc 7.1.2" />
 <meta name="author" content="Mikael BERTHE" />
 <meta name="author-email" content="mcabber@lilotux.net" />
 <link rel="stylesheet" href="./manpage.css" type="text/css" />
@@ -500,7 +500,7 @@
         to jump to the moved buddy.
 </dd>
 <dt><b>
-/msay begin|verbatim|send|send_to|abort
+/msay begin|verbatim|send|send_to|toggle|abort
 </b></dt>
 <dd>
         Send a multi-line message.  To write a single message with several
@@ -512,7 +512,10 @@
         The <b>verbatim</b> multi-line mode disables commands, so that it is
         possible to enter lines starting with a slash.  Only the "/msay"
         command (with send or abort parameters) can be used to exit verbatim
-        mode.
+        mode.<br />
+        The <b>toggle</b> subcommand can be bound to a key to use the multi-line
+        mode quickly (for example, "bind M13 = msay toggle" to switch using
+        the Meta-Enter combination).
 <table class="hlist">
 <tr valign="top">
 <td>
@@ -548,6 +551,14 @@
 </tr>
 <tr valign="top">
 <td>
+<b>toggle</b>
+</td>
+<td>
+switch to/from multi-line mode (begin/send)
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>abort</b>
 </td>
 <td>
@@ -912,8 +923,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.7.5<br />
-Last updated 25-Mar-2006 19:50:02 CEST
+Version 0.7.6-dev<br />
+Last updated 09-Apr-2006 09:54:39 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sun Apr 09 10:15:44 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Sun Apr 09 10:18:33 2006 +0200
@@ -183,7 +183,7 @@
         Tip: if the chatmode is enabled, you can use "/roster alternate"
         to jump to the moved buddy.
 
-/msay begin|verbatim|send|send_to|abort::
+/msay begin|verbatim|send|send_to|toggle|abort::
         Send a multi-line message.  To write a single message with several
         lines, the 'multi-line mode' should be used. +
         In multi-line mode, each line (except command lines) typed in the input
@@ -193,12 +193,16 @@
         The 'verbatim' multi-line mode disables commands, so that it is
         possible to enter lines starting with a slash.  Only the "/msay"
         command (with send or abort parameters) can be used to exit verbatim
-        mode.
+        mode. +
+        The 'toggle' subcommand can be bound to a key to use the multi-line
+        mode quickly (for example, "bind M13 = msay toggle" to switch using
+        the Meta-Enter combination).
 
         'begin';;       enter multi-line mode
         'verbatim';;    enter verbatim multi-line mode
         'send';;        send the current multi-line message to the currently selected buddy
         'send_to' jid;; send the current multi-line message to "jid"
+        'toggle';;      switch to/from multi-line mode (begin/send)
         'abort';;       leave multi-line mode without sending the message
 
 /quit::