# HG changeset patch # User Mikael Berthe # Date 1127335450 -7200 # Node ID 3741142ed9e74d7f7838625eff7eefef46d67bb6 # Parent 51b8f10cfeb886ef72ad36302e4deebd128b34d0 Update ChangeLog & TODO diff -r 51b8f10cfeb8 -r 3741142ed9e7 mcabber/ChangeLog --- a/mcabber/ChangeLog Wed Sep 21 22:05:43 2005 +0200 +++ b/mcabber/ChangeLog Wed Sep 21 22:44:10 2005 +0200 @@ -1,6 +1,13 @@ mcabber (0.6.9-dev) - * + * New /rawxml command + * Multiple resources support + The resources can be seen using the /info command + * Warn the user when a message is received, which cannot be decoded + (local charset unable to display some chars, for example) + * Fix a bug when a buddy's name cannot be converted from utf-8 for + being displayed in the roster (fall back to jid) + * Fix: Status message is not lost anymore when using /move command -- Mikael, ? diff -r 51b8f10cfeb8 -r 3741142ed9e7 mcabber/TODO --- a/mcabber/TODO Wed Sep 21 22:05:43 2005 +0200 +++ b/mcabber/TODO Wed Sep 21 22:44:10 2005 +0200 @@ -18,11 +18,6 @@ * Publish personal information * Show status changes in buddy window (if open)? * Options completion -* Keep track of buddy resources. Ex.: - - buddy A connects with resource r1 - - buddy A connects with resource r2 - - A/r2 disconnects - Then we see A as being offline, although we should still see A/r1 online * MUC: invitation * MUC: join password-protected room