changeset 335:3ec329a1c621

Update NEWS, TODO & ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Mon, 18 Jul 2005 20:10:36 +0100
parents 475dccabe6f3
children eb994ee40029
files mcabber/ChangeLog mcabber/NEWS mcabber/TODO
diffstat 3 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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, ?
 
--- 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.
--- 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)