# HG changeset patch # User Mikael Berthe # Date 1143312946 -3600 # Node ID b4befb3052e58bed5ba531b289b6b438c55da406 # Parent 46304b773a44ae9bfb5db13a894abb45e0c957cd Update NEWS, ChangeLog and documentation diff -r 46304b773a44 -r b4befb3052e5 mcabber/ChangeLog --- 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 diff -r 46304b773a44 -r b4befb3052e5 mcabber/NEWS --- 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. diff -r 46304b773a44 -r b4befb3052e5 mcabber/doc/mcabber.1 --- 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\&. diff -r 46304b773a44 -r b4befb3052e5 mcabber/doc/mcabber.1.html --- 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 roster, alias buddylist, is on the left. The chat window, or chat 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.

@@ -165,6 +169,22 @@ +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 @@ -388,6 +408,49 @@ 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
@@ -850,7 +913,7 @@ diff -r 46304b773a44 -r b4befb3052e5 mcabber/doc/mcabber.1.txt --- 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 -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.