# HG changeset patch # User Mikael Berthe # Date 1191526789 -7200 # Node ID 3328794b5446807c42159afbfb8c54ba42d2b01b # Parent f3bea3c98d4f7b10662d586e5333965ec7eb653d Update ChangeLog, TODO and NEWS diff -r f3bea3c98d4f -r 3328794b5446 mcabber/ChangeLog --- a/mcabber/ChangeLog Wed Oct 03 22:10:33 2007 +0200 +++ b/mcabber/ChangeLog Thu Oct 04 21:39:49 2007 +0200 @@ -1,5 +1,26 @@ mcabber (0.9.4-dev) - * + + * New mcabber command line option -V (displays the version) + * MCabber can be linked against GnuTLS + * Optional OTR support (Frank Zschockelt) + New commands /otr and /otrpolicy + * New command /room unban + * New command /roster display to filter the contacts per status + * New command /color (Michal 'vorner' Vaner) + - Add configurable roster colors + - Add configurable colors for info and incoming messages + * MUC nickname coloring (vorner) + * Add selectable time prefixes (vorner) + * Implement /buffer close|purge [jid] + * XEP-0203 - Delayed Delivery + * Improve iq:last support (Michael Scherer) + * Allow sending normal and headline messages (vorner) + * Allow longer lines in config file + * Fix proxy usage when SSL is disabled + * Misc. bugfixes + * New Italian translation (Alessandro Dotti Contra) + * Update online documentation and translations + -- Mikael, ? mcabber (0.9.3) @@ -150,7 +171,7 @@ * New "status" special buffer This buffer contains the log window data. - * Mcabber does not stop when there is no configuration file + * MCabber does not stop when there is no configuration file * New command "/help" (online help) * New command "/authorization request_unsubscribe" * New command "/msay toggle_verbatim" @@ -172,7 +193,7 @@ subscription request is rejected. * New option "max_history_age" * MUC: New option "muc_auto_whois" - * MUC: Mcabber can join password-protected chatrooms + * MUC: MCabber can join password-protected chatrooms * MUC: Allow "/room join . [nick [pass]]" 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 diff -r f3bea3c98d4f -r 3328794b5446 mcabber/NEWS --- a/mcabber/NEWS Wed Oct 03 22:10:33 2007 +0200 +++ b/mcabber/NEWS Thu Oct 04 21:39:49 2007 +0200 @@ -1,3 +1,10 @@ +mcabber (0.9.4) + + * The option 'hide_offline_buddies' is deprecated, the new option + roster_display_filter should be used instead. + + -- Mikael, ? + mcabber (0.9.1) * The Ctrl-q binding is not hardcoded anymore and should be set in the diff -r f3bea3c98d4f -r 3328794b5446 mcabber/TODO --- a/mcabber/TODO Wed Oct 03 22:10:33 2007 +0200 +++ b/mcabber/TODO Thu Oct 04 21:39:49 2007 +0200 @@ -12,7 +12,6 @@ * Macros * Use new Entity Time specs (XEP-0202) if possible in /request time. -* OTR encryption? [WIP] * New option to display only username in the roster when the name hasn't been set. * Remember group state (folded/unfolded) (using private storage for example)