# HG changeset patch # User Mikael Berthe # Date 1120804284 -3600 # Node ID c2a7e78d9ff5aaf749b22666e4bf9e8e3ae8f51d # Parent a3d65d7f0bc35fff47acf5b131d27894ce798711 Update TODO & ChangeLog diff -r a3d65d7f0bc3 -r c2a7e78d9ff5 mcabber/ChangeLog --- 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, ? diff -r a3d65d7f0bc3 -r c2a7e78d9ff5 mcabber/TODO --- 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 @@ -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 |name - /help - /rawxml...