# HG changeset patch # User Mikael Berthe # Date 1142784605 -3600 # Node ID d8d17eeb2988e00f5e7661ea3ee51624e4cd1fdb # Parent c71ff9ade18c38b08aa0dd29289a313986ee2610 Update documentation diff -r c71ff9ade18c -r d8d17eeb2988 mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Mar 19 16:15:09 2006 +0100 +++ b/mcabber/ChangeLog Sun Mar 19 17:10:05 2006 +0100 @@ -1,7 +1,14 @@ mcabber (0.7.5-dev) * UI change: Add two status/info lines - * Name change for the color options + * Meta keys can be used (and bound to a command) + * Add Ctrl-left/right to move 1 word backward/forward in the input line + * Outgoing messages can be colorized + * The color options names have changed, several colors have been added. + Bright (bold) colors can be used for the text. + A theme directory has been created. + * New "/event" command. + Subscription requests are not automatically accepted anymore. * New IQ system, for Jabber IQ request * Add "/request time|version" commands * Add "/roster hide|show|toggle" commands @@ -13,6 +20,8 @@ * Improved English messages (thanks to Philip M. White) * Fix a small issue with resources containing uppercase chars in /status_to * Fix iq:time handling: really return UTC time when answering a request + * Sync libjabber with upstream + * A lot of small bugfixes * Documentation updates -- Mikael, ? diff -r c71ff9ade18c -r d8d17eeb2988 mcabber/TODO --- a/mcabber/TODO Sun Mar 19 16:15:09 2006 +0100 +++ b/mcabber/TODO Sun Mar 19 17:10:05 2006 +0100 @@ -1,8 +1,6 @@ BUGS: -* The PgUp and Ins keys do not work for some people - Cannot reproduce, any help appreciated. * mcabber does not work with gnutls @@ -10,7 +8,6 @@ * UTF-8 support (Can somebody help me?) * Implement automatic reconnection after network failure -* Presence notification is always accepted. We should ask... * Show number of online contacts in folded groups * Publish personal information * GPG support