# HG changeset patch # User Mikael Berthe # Date 1145050646 -7200 # Node ID 8c45ec4bf9bc5842bda84decd36cf9104c96de63 # Parent c5f915c616a052c404b4473bd13683788d524f20 Ready for release 0.7.6 diff -r c5f915c616a0 -r 8c45ec4bf9bc mcabber/ChangeLog --- a/mcabber/ChangeLog Fri Apr 14 23:30:24 2006 +0200 +++ b/mcabber/ChangeLog Fri Apr 14 23:37:26 2006 +0200 @@ -1,15 +1,20 @@ -mcabber (0.7.6-dev) +mcabber (0.7.6) + * Initial Cygwin port (Soren Andersen) + * Fix a segfault when mcabber is not connected to a Jabber server + (reported by Mario Iseli) * 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 + * Add command "/msay toggle" + * Allow messages with a subject (with /msay) + * New option "log_display_sender" * Multi-line mode: Do not send empty messages * Update documentation - -- Mikael, ? + -- Mikael, 2006-04-14 mcabber (0.7.5) diff -r c5f915c616a0 -r 8c45ec4bf9bc mcabber/configure.ac --- a/mcabber/configure.ac Fri Apr 14 23:30:24 2006 +0200 +++ b/mcabber/configure.ac Fri Apr 14 23:37:26 2006 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.7.6-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.7.6],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h) diff -r c5f915c616a0 -r 8c45ec4bf9bc mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Fri Apr 14 23:30:24 2006 +0200 +++ b/mcabber/doc/mcabber.1 Fri Apr 14 23:37:26 2006 +0200 @@ -216,18 +216,20 @@ \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\&. +The \fIbegin\fR subcommand enables multi\-line mode\&. Note that it allows a message subject to be specified\&. + 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 - \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 + \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) + \fBabort\fR leave multi\-line mode without sending the message .TP \fB/rawxml\fR send diff -r c5f915c616a0 -r 8c45ec4bf9bc mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Fri Apr 14 23:30:24 2006 +0200 +++ b/mcabber/doc/mcabber.1.html Fri Apr 14 23:37:26 2006 +0200 @@ -509,6 +509,8 @@ 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 begin subcommand enables multi-line mode. Note that it allows + a message subject to be specified.
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 @@ -519,7 +521,7 @@
-begin +begin [subject] enter multi-line mode @@ -923,8 +925,8 @@ License (GPL).

diff -r c5f915c616a0 -r 8c45ec4bf9bc mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Fri Apr 14 23:30:24 2006 +0200 +++ b/mcabber/doc/mcabber.1.txt Fri Apr 14 23:37:26 2006 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.7.6-dev, April 2006 +v0.7.6, April 2006 NAME ---- @@ -190,6 +190,8 @@ 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 'begin' subcommand enables multi-line mode. Note that it allows + a message subject to be specified. + 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 @@ -198,12 +200,12 @@ 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 + '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) + 'abort';; leave multi-line mode without sending the message /quit:: Disconnect and leave `mcabber(1)`.