changeset 287:c2a7e78d9ff5

Update TODO & ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Fri, 08 Jul 2005 07:31:24 +0100
parents a3d65d7f0bc3
children 1eea0fa0955e
files mcabber/ChangeLog mcabber/TODO
diffstat 2 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Fri Jul 08 07:27:56 2005 +0100
+++ b/mcabber/ChangeLog	Fri Jul 08 07:31:24 2005 +0100
@@ -10,6 +10,10 @@
  * Resource priority can be set (see sample config. file)
  * mcabber now warns when logging is enabled and there is a write error while
    writing to log files
+ * Remove busy/occupied status, which does not exist (it could be an alias for
+   dnd)
+ * New /alias command
+ * Rewrite settings system
 
  -- Mikael, ?
 
--- a/mcabber/TODO	Fri Jul 08 07:27:56 2005 +0100
+++ b/mcabber/TODO	Fri Jul 08 07:31:24 2005 +0100
@@ -20,10 +20,11 @@
 * Publish personal information
 * Handle message type "error"
 * Show status changes in buddy window (if open)?
+* Options completion
 * Auto away (it would be better to add the "message" variable first, which could
   be changed with "/set message = I'll be back!")
   Messages variables:
-  - message_{online,avail,free,dnd,busy,notavail,away,autoaway}
+  - message_{online,avail,free,dnd,notavail,away,autoaway}
   - message (current message)
 * Maybe Ctrl-c should not (immediately) quit mcabber.  What about:
   - 1 Ctrl-c leaves completion/multi-line modes
@@ -39,10 +40,6 @@
 
 * Commands:
 
-  - /alias alias = command
-  - /set option = value
-  - /bind $keynum = command
-    Ex.: "/bind 269 = /group toggle"  Map F5 to group toggle
   - /bind $keynum = command
     Ex.: "/bind 269 = /group toggle"  Map F5 to group toggle
   - /buffer <clear|top|bottom>
@@ -58,9 +55,6 @@
   - /info [jid]
   - /server connect|disconnect|register|unregister
   - /auth request|send [jid]
-  - Common status shortcuts: /away, /online, /busy, /dnd
-    I'm not sure it's worth it, with tab completion it is easy and fast to
-    type anyway.  We'd better use user-defined aliases.
   - /search <jid>|name
   - /help
   - /rawxml...