# HG changeset patch # User Mikael Berthe # Date 1269771860 -7200 # Node ID 2aaf610e6eab34d1bcf6afc6990f84d31b5b89b1 # Parent cec7cbeb1c2e9132d9455c939c19c070686cb15c Update ChangeLog diff -r cec7cbeb1c2e -r 2aaf610e6eab mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Mar 28 11:55:34 2010 +0200 +++ b/mcabber/ChangeLog Sun Mar 28 12:24:20 2010 +0200 @@ -1,8 +1,13 @@ mcabber (0.10.0-dev) * Switch to the Loudmouth library (franky) + * Warning: 'username' has been replaced with 'jid' in the configuration file * MCabber can now do DNS SRV lookups so the variable - NOTE: 'username' has been replaced with 'jid' in the configuration file + * [UI] Buffers have priorities (and by default MUC rooms have a lower + priority). The priority is used by mcabber to jump to the next unread + buffer. + * [UI] The attention sign (!) is displayed for urgent messages or when + the user nickname is used in a MUC room (depending on the buffer priority) * [UI] Use locale to determine the online help language (Myhailo Danylenko) * [UI] Print list of options with "/set" (Myhailo Danylenko) * [UI] Fix iline word_upcase/word_downcase/word_capit commands @@ -21,6 +26,7 @@ * Startup status can be set in the configuration file * Obsolete option 'hide_offline_buddies' has been removed * Obsolete XEP-0022 (Message Events) is now disabled by default + * No suffix is displayed in the status bar after the 'info' value -- Mikael, ?