changeset 810:8c45ec4bf9bc

Ready for release 0.7.6
author Mikael Berthe <mikael@lilotux.net>
date Fri, 14 Apr 2006 23:37:26 +0200
parents c5f915c616a0
children d9c1901e6a7b
files mcabber/ChangeLog mcabber/configure.ac mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 5 files changed, 31 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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)
--- 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
--- 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.<br />
+        The <b>begin</b> subcommand enables multi-line mode.  Note that it allows
+        a message subject to be specified.<br />
         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
@@ -519,7 +521,7 @@
 <table class="hlist">
 <tr valign="top">
 <td>
-<b>begin</b>
+<b>begin</b> [subject]
 </td>
 <td>
 enter multi-line mode
@@ -923,8 +925,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.7.6-dev<br />
-Last updated 09-Apr-2006 09:54:39 CEST
+Version 0.7.6<br />
+Last updated 14-Apr-2006 23:06:34 CEST
 </p>
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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)`.