changeset 839:5759770c1968

Update documentation Mention "/msay toggle_verbatim".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:56:06 +0200
parents ea1204c8a30b
children 2903fd66c3ad
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 21 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Thu May 04 18:49:10 2006 +0200
+++ b/mcabber/doc/mcabber.1	Thu May 04 18:56:06 2006 +0200
@@ -215,7 +215,7 @@
 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|toggle|abort
+\fB/msay\fR begin|verbatim|send|send_to|toggle|toggle_verbatim|abort
 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
 
 The \fIbegin\fR subcommand enables multi\-line mode\&. Note that it allows a message subject to be specified\&.
@@ -224,13 +224,14 @@
 
 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)\&.
+The \fItoggle\fR and \fItoggle_verbatim\fR subcommands can be bound to a key to use the multi\-line mode quickly (for example, "bind M109 = msay toggle" to switch using the Meta\-m combination)\&.
 
  \fBbegin\fR [subject]	enter multi\-line mode
  \fBverbatim\fR       	enter verbatim multi\-line mode
  \fBsend\fR           	send the current multi\-line message to the currently selected buddy
  \fBsend_to\fR jid    	send the current multi\-line message to "jid"
  \fBtoggle\fR         	switch to/from multi\-line mode (begin/send)
+ \fBtoggle_verbatim\fR	same with verbatim multi\-line mode
  \fBabort\fR          	leave multi\-line mode without sending the message
 
 .TP
--- a/mcabber/doc/mcabber.1.html	Thu May 04 18:49:10 2006 +0200
+++ b/mcabber/doc/mcabber.1.html	Thu May 04 18:56:06 2006 +0200
@@ -510,7 +510,7 @@
         to jump to the moved buddy.
 </dd>
 <dt><b>
-/msay begin|verbatim|send|send_to|toggle|abort
+/msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort
 </b></dt>
 <dd>
         Send a multi-line message.  To write a single message with several
@@ -525,9 +525,9 @@
         possible to enter lines starting with a slash.  Only the "/msay"
         command (with send or abort parameters) can be used to exit verbatim
         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).
+        The <b>toggle</b> and <b>toggle_verbatim</b> subcommands can be bound to a key to
+        use the multi-line mode quickly (for example, "bind M109 = msay toggle"
+        to switch using the Meta-m combination).
 <table class="hlist">
 <tr valign="top">
 <td>
@@ -571,6 +571,14 @@
 </tr>
 <tr valign="top">
 <td>
+<b>toggle_verbatim</b>
+</td>
+<td>
+same with verbatim multi-line mode
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>abort</b>
 </td>
 <td>
@@ -936,7 +944,7 @@
 <div id="footer">
 <p>
 Version 0.7.7-dev<br />
-Last updated 04-May-2006 17:47:25 CEST
+Last updated 04-May-2006 18:51:26 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Thu May 04 18:49:10 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Thu May 04 18:56:06 2006 +0200
@@ -186,7 +186,7 @@
         Tip: if the chatmode is enabled, you can use "/roster alternate"
         to jump to the moved buddy.
 
-/msay begin|verbatim|send|send_to|toggle|abort::
+/msay begin|verbatim|send|send_to|toggle|toggle_verbatim|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
@@ -199,15 +199,16 @@
         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 '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).
+        The 'toggle' and 'toggle_verbatim' subcommands can be bound to a key to
+        use the multi-line mode quickly (for example, "bind M109 = msay toggle"
+        to switch using the Meta-m combination).
 
         'begin' [subject];; 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)
+        'toggle_verbatim';; same with verbatim multi-line mode
         'abort';;           leave multi-line mode without sending the message
 
 /quit::