# HG changeset patch # User Mikael Berthe # Date 1148679096 -7200 # Node ID fcf82bc5037c1729c3ebb84bcb17785882abdfb6 # Parent 293e8955075cd101f88dda7b1f3f985055b30dd0 Update TODO & ChangeLog diff -r 293e8955075c -r fcf82bc5037c mcabber/ChangeLog --- a/mcabber/ChangeLog Fri May 26 22:59:02 2006 +0200 +++ b/mcabber/ChangeLog Fri May 26 23:31:36 2006 +0200 @@ -1,9 +1,19 @@ mcabber (0.7.7-dev) + * New "status" special buffer + This buffer contains the log window data. + * Mcabber do not stop when there is no configuration file + * New command "/help" (online help) + * New command "/authorization request_unsubscribe" + * New command "/msay toggle_verbatim" + * New command "/buffer purge" + * New commands "/buffer scroll_lock|scroll_unlock|scroll_toggle" + * The commands /alias and /bind now list the defined aliases and key bindings * Fix a small buddylist bug when receiving a subscription request (the buddylist wasn't always refreshed) * Fix a bug (hang) in the input line * Display incomplete subscriptions in the roster + * Remember the status message when a contact goes offline * Extand "/event" to allow a wildchar '*' * New option "block_unsubscribed" When set, messages from people who don't have a subscription to our @@ -11,9 +21,17 @@ * New option "delete_on_reject" When set, people are automatically removed from the roster if their subscription request is rejected. + * MUC: New option "muc_auto_whois" + * MUC: Allow "/room join . [nick]" if the current item is a MUC room + * MUC: Fix joining a room when the buddylist is empty + * MUC: Try to work around some server and network issues * Ctrl-l now reread color option values * Tab characters are expanded when the "verbatim multi-line mode" is enabled * Disable file permission checks on Cygwin + * Improve logging (especially, XML data isn't truncated anymore) + * Fix negative priority + * Other misc. bugfixes and improvements + * Documentation updates -- Mikael, ? diff -r 293e8955075c -r fcf82bc5037c mcabber/TODO --- a/mcabber/TODO Fri May 26 22:59:02 2006 +0200 +++ b/mcabber/TODO Fri May 26 23:31:36 2006 +0200 @@ -18,7 +18,6 @@ * MUC: join password-protected room * MUC: display roles of room members * JEP-0022/0085: Message events / chat states (composing, etc.) -* Add a way to lock the buffer scrolling * "Offline roster" (when disconnected) * Maybe cache iq:version and show version in /info, if available * Sort roster by status @@ -30,13 +29,10 @@ * Commands: - /group rename - - /roster enable|disable xml|status + - /roster enable|disable xml - /info [jid] (request info to the server if the buddy is not in the roster) - /server register|unregister - /search |name (server search) - - /help - - /roster enable|disable xml|status - - /authorization request_unsubscribe