# HG changeset patch # User Mikael Berthe # Date 1121713836 -3600 # Node ID 3ec329a1c621fed1906e7a4621f7a8cbd36ebc63 # Parent 475dccabe6f3808d18fc8b6a386729dd3663ffd6 Update NEWS, TODO & ChangeLog diff -r 475dccabe6f3 -r 3ec329a1c621 mcabber/ChangeLog --- a/mcabber/ChangeLog Mon Jul 18 20:03:03 2005 +0100 +++ b/mcabber/ChangeLog Mon Jul 18 20:10:36 2005 +0100 @@ -1,13 +1,18 @@ mcabber (0.6.4-dev) + * Configuration file format change (see NEWS file) + Aliases & key bindings can be put in the config. file + * Enable /set command * [FIX] Convert status messages to/from UTF-8 * The /status command can specify a status message * Display the buddy status message when a buddy connects/changes his status + * New autoaway feature (see sample config. file) + * New "/roster alternate". Jumps to the last buddy window left in chat mode + * Handle "error" message type * One Ctrl-C does not terminate mcabber anymore (the 2nd Ctrl-C do), but leaves multi-line message mode and aborts current completion * Add a sample script to handle events (currently, plays a sounds when a message is received) - * New autoaway feature (see sample config. file) -- Mikael, ? diff -r 475dccabe6f3 -r 3ec329a1c621 mcabber/NEWS --- a/mcabber/NEWS Mon Jul 18 20:03:03 2005 +0100 +++ b/mcabber/NEWS Mon Jul 18 20:10:36 2005 +0100 @@ -1,3 +1,10 @@ +mcabber (0.6.4) + + * The configuration file format has changed. Options need to be set using + the "set" keywords. The sample config. file has been updated. + + -- Mikael, 2005-07-18 + mcabber (0.6.2) * Support for old style (i.e. < 0.6.1) history logfiles has been removed. diff -r 475dccabe6f3 -r 3ec329a1c621 mcabber/TODO --- a/mcabber/TODO Mon Jul 18 20:03:03 2005 +0100 +++ b/mcabber/TODO Mon Jul 18 20:10:36 2005 +0100 @@ -6,6 +6,7 @@ TODO: * Improve debug logging system +* cfg_file() needs a rewrite * Presence notification is always accepted. We should ask... * UTF-8 support (Can somebody help me?) * Display status / chat mode @@ -17,7 +18,6 @@ * Create .mcabber and .mcabber/histo dirs if needed. Or maybe not. However it could be a good idea to check the permissions. * Publish personal information -* Handle message type "error" * Show status changes in buddy window (if open)? * Options completion * Configuration file parsing: parse as commands (set, alias, bind)