# HG changeset patch # User Mikael Berthe # Date 1132442897 -3600 # Node ID 980b4e6a1e8f6898575dff62b9c853317d18ff37 # Parent c7f94f6e51f04896ec3dee9a874c6ae82ad41cf6 Update TODO & ChangeLog diff -r c7f94f6e51f0 -r 980b4e6a1e8f mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Nov 20 00:12:53 2005 +0100 +++ b/mcabber/ChangeLog Sun Nov 20 00:28:17 2005 +0100 @@ -1,7 +1,21 @@ mcabber (0.7.1-dev) - * Nickname completion in a room - * Improved "/room names" command + * New option 'buddy_format' to select the way buddies are displayed in + the log window + * New option 'show_status_in_buffer' to display status changes in the + buffer (chat) window + * The "/status" command has been improved -- its behaviour has changed, + please read the manual page + * The log window height can be set + * Add "/buffer up" and "/buffer down" commands + * The "/move" command does not jump to the body in the new group anymore + * MUC: Nickname completion in a room + * MUC: Improved "/room names" command + * MUC: departure messages are displayed + * External commands: the message body can be passed to the external command + (see the sample configuration file and the sample eventcmd script) + * UTF-8 conversion failures are written to the tracelog file (if enabled) + * Fix a bug when moving a chatroom to another group (in the roster) * Minor cleanup (warnings and compilation stuff) -- Mikael, ? diff -r c7f94f6e51f0 -r 980b4e6a1e8f mcabber/TODO --- a/mcabber/TODO Sun Nov 20 00:12:53 2005 +0100 +++ b/mcabber/TODO Sun Nov 20 00:28:17 2005 +0100 @@ -19,8 +19,10 @@ * Buddy buffer in full width (useful for copy'n paste!) (i.e. hide roster window) * Publish personal information -* Show status changes in buddy window (if open)? +* GPG support +* Colors for presence * Options completion +* Persistent room in the roster (join every connect) * MUC: advanced settings for room creation * MUC: join password-protected room