# HG changeset patch # User Mikael Berthe # Date 1120913554 -3600 # Node ID bc19dbd785510fa5cd9f44d820ea4aa19f25d272 # Parent 871e5376908437e6e2692b542068714fc7a7c0f9 Update TODO & ChangeLog diff -r 871e53769084 -r bc19dbd78551 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Jul 09 12:44:57 2005 +0100 +++ b/mcabber/ChangeLog Sat Jul 09 13:52:34 2005 +0100 @@ -1,5 +1,8 @@ mcabber (0.6.2-dev) + * The history log file format has changed; the old log files written by + mcabber < 0.6.1 are no longer supported and should be converted. + Please see the NEWS file for the details. * New multi-line "verbatim" mode (/msay verbatim). In this mode, all commands but /msay are disabled, so that lines beginning with a slash can be sent @@ -8,6 +11,7 @@ * Color configuration handling improvement NOTE: configuration file needs to be updated; see sample config. file! * Resource priority can be set (see sample config. file) + * Status messages can be user-defined (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 diff -r 871e53769084 -r bc19dbd78551 mcabber/TODO --- a/mcabber/TODO Sat Jul 09 12:44:57 2005 +0100 +++ b/mcabber/TODO Sat Jul 09 13:52:34 2005 +0100 @@ -14,18 +14,13 @@ * Show number of online contacts in folded groups * Buddy buffer in full width (handy for cut'n paste!) (i.e. hide roster window) -* Create .mcabber and .mcabber/histo dirs if needed. -* Search for a user -* Get info from server about a user +* 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 -* 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,notavail,away,autoaway} - - message (current message) +* Auto away * Maybe Ctrl-c should not (immediately) quit mcabber. What about: - 1 Ctrl-c leaves completion/multi-line modes - 2 Ctrl-c in less than 2 seconds leave mcabber @@ -40,8 +35,6 @@ * Commands: - - /bind $keynum = command - Ex.: "/bind 269 = /group toggle" Map F5 to group toggle - /buffer + /buffer % 50 (jump to 50 %) + /buffer date $date (jump to first msg after $date) @@ -50,12 +43,12 @@ - /group + rename - /say_to blabla - - /nick (I don't know if it makes sense for Jabber) - I think it is equivalent to setting the "away" message. - /info [jid] + (request info to the server if the buddy is not in the roster) - /server connect|disconnect|register|unregister - /auth request|send [jid] - /search |name + (server search) - /help - /rawxml...