changeset 775:b4befb3052e5

Update NEWS, ChangeLog and documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Mar 2006 19:55:46 +0100
parents 46304b773a44
children df60fe695dc0
files mcabber/ChangeLog mcabber/NEWS mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 5 files changed, 104 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sat Mar 25 18:16:10 2006 +0100
+++ b/mcabber/ChangeLog	Sat Mar 25 19:55:46 2006 +0100
@@ -1,5 +1,7 @@
 mcabber (0.7.5-dev)
 
+ * History files now use UTF-8 encoding
+   See file "NEWS" for an example to convert existing log files
  * UI change: Add two status/info lines
  * Meta keys can be used (and bound to a command)
  * Add Ctrl-left/right to move 1 word backward/forward in the input line
--- a/mcabber/NEWS	Sat Mar 25 18:16:10 2006 +0100
+++ b/mcabber/NEWS	Sat Mar 25 19:55:46 2006 +0100
@@ -1,5 +1,11 @@
 mcabber (0.7.5)
 
+ * History log files are stored using UTF-8 format.
+   If you have enabled history logging, you need to convert your existing
+   logfiles.  For example, you can use the following command to convert
+   all ISO-8859-15 files in directory $histodir to UTF-8:
+   $ recode iso-8859-15..utf-8 $histodir/*
+   (There are other tools: convmv, utrac...)
  * The names of the color options have changed, please check your
    configuration file if you have customized your colors.
    The sample config. file has been updated.
--- a/mcabber/doc/mcabber.1	Sat Mar 25 18:16:10 2006 +0100
+++ b/mcabber/doc/mcabber.1	Sat Mar 25 19:55:46 2006 +0100
@@ -37,6 +37,9 @@
 The mcabber(1) screen is divided into 4 regions\&. The \fIroster\fR, alias \fIbuddylist\fR, is on the left\&. The \fIchat window\fR, or chat buffer, is on the right\&. The \fIinput line\fR lies at the bottom of the screen, under a small \fIlog window\fR\&.
 
 
+Two status lines surround the log window\&. The bottom status line is the "main status line" and reflects mcabber general status\&. The other line is the "chat status line" and shows the status of the currently selected buddy\&.
+
+
 To display buddies chat buffers, you will have to enter \fIchat mode\fR\&. You can enter chat mode by pressing enter, and leave chat mode with the ESC key\&. Simply sending a message will also enable chat mode\&.
 
 
@@ -104,6 +107,10 @@
 
 Ctrl\-p/Ctrl\-n	Scroll up/down half a screen in the buffer window (chat mode)
 
+Ctrl\-Left 	Move the cursor back to the start of the current or previous word
+
+Ctrl\-Right	Move the cursor forward to the end of the current or next word
+
 Ctrl\-u		Delete from beginning of the line to the cursor
 
 Ctrl\-k		Delete from the cursor to the end of line
@@ -182,6 +189,14 @@
 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\&.
+ \fBaccept\fR	accept the event #n
+ \fBignore\fR	remove the event #n from the list
+ \fBreject\fR	reject the event #n
+ \fBlist\fR	list all pending events
+
+.TP
 \fB/group\fR fold|unfold|toggle
 The group command changes the current group display\&.
 
--- a/mcabber/doc/mcabber.1.html	Sat Mar 25 18:16:10 2006 +0100
+++ b/mcabber/doc/mcabber.1.html	Sat Mar 25 19:55:46 2006 +0100
@@ -29,6 +29,10 @@
 The <b>roster</b>, alias <b>buddylist</b>, is on the left.  The <b>chat window</b>, or chat
 buffer, is on the right.  The <b>input line</b> lies at the bottom of the screen,
 under a small <b>log window</b>.</p>
+<p>Two status lines surround the log window.  The bottom status line is the
+"main status line" and reflects mcabber general status.  The other line
+is the "chat status line" and shows the status of the currently selected
+buddy.</p>
 <p>To display buddies chat buffers, you will have to enter <b>chat mode</b>.
 You can enter chat mode by pressing enter, and leave chat mode with the ESC
 key.  Simply sending a message will also enable chat mode.</p>
@@ -165,6 +169,22 @@
 </tr>
 <tr valign="top">
 <td>
+Ctrl-Left
+</td>
+<td>
+Move the cursor back to the start of the current or previous word
+</td>
+</tr>
+<tr valign="top">
+<td>
+Ctrl-Right
+</td>
+<td>
+Move the cursor forward to the end of the current or next word
+</td>
+</tr>
+<tr valign="top">
+<td>
 Ctrl-u
 </td>
 <td>
@@ -388,6 +408,49 @@
         buddylist is empty when disconnected.
 </dd>
 <dt><b>
+/event #n accept|ignore|reject
+</b></dt>
+<dt><b>
+/event list
+</b></dt>
+<dd>
+        Tell mcabber what to do about a pending event.
+<table class="hlist">
+<tr valign="top">
+<td>
+<b>accept</b>
+</td>
+<td>
+accept the event #n
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>ignore</b>
+</td>
+<td>
+remove the event #n from the list
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>reject</b>
+</td>
+<td>
+reject the event #n
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>list</b>
+</td>
+<td>
+list all pending events
+</td>
+</tr>
+</table>
+</dd>
+<dt><b>
 /group fold|unfold|toggle
 </b></dt>
 <dd>
@@ -850,7 +913,7 @@
 <div id="footer">
 <p>
 Version 0.7.5-dev<br />
-Last updated 25-Feb-2006 23:01:21 CEST
+Last updated 25-Mar-2006 19:50:02 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sat Mar 25 18:16:10 2006 +0100
+++ b/mcabber/doc/mcabber.1.txt	Sat Mar 25 19:55:46 2006 +0100
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.7.5-dev, February 2006
+v0.7.5-dev, March 2006
 
 NAME
 ----
@@ -25,6 +25,11 @@
 buffer, is on the right.  The 'input line' lies at the bottom of the screen,
 under a small 'log window'.
 
+Two status lines surround the log window.  The bottom status line is the
+"main status line" and reflects mcabber general status.  The other line
+is the "chat status line" and shows the status of the currently selected
+buddy.
+
 To display buddies chat buffers, you will have to enter 'chat mode'.
 You can enter chat mode by pressing enter, and leave chat mode with the ESC
 key.  Simply sending a message will also enable chat mode.
@@ -79,6 +84,8 @@
 Tab::           Complete current word, in the input line
 Ctrl-g::        Cancel completion / ctrl-g
 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode)
+Ctrl-Left::     Move the cursor back to the start of the current or previous word
+Ctrl-Right::    Move the cursor forward to the end of the current or next word
 Ctrl-u::        Delete from beginning of the line to the cursor
 Ctrl-k::        Delete from the cursor to the end of line
 Ctrl-w::        Backward kill word
@@ -149,6 +156,15 @@
         available when the connection to the server is active, so the
         buddylist is empty when disconnected.
 
+/event #n accept|ignore|reject::
+/event list::
+        Tell mcabber what to do about a pending event.
+
+        'accept';;  accept the event #n
+        'ignore';;  remove the event #n from the list
+        'reject';;  reject the event #n
+        'list';;    list all pending events
+
 /group fold|unfold|toggle::
         The 'group' command changes the current group display.