# HG changeset patch # User Mikael Berthe # Date 1268488273 -3600 # Node ID 499d3ec341887ac297ae78f502093d79b13c45ea # Parent 6e55f9776d5d75d743c59d42a82d904fe419b4d4 Update ChangeLog diff -r 6e55f9776d5d -r 499d3ec34188 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Mar 13 13:36:48 2010 +0100 +++ b/mcabber/ChangeLog Sat Mar 13 14:51:13 2010 +0100 @@ -2,19 +2,23 @@ * Switch to the Loudmouth library (franky) * MCabber can now do DNS SRV lookups so the variable - 'username' has been replaced with 'jid' in the configuration file - * Use locale to determine the online help language (Myhailo Danylenko) + NOTE: 'username' has been replaced with 'jid' in the configuration file + * [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 * Add support for modules in mcabber (Myhailo Danylenko) * Sample "beep" module (Myhailo Danylenko) * Allow commands shading (Myhailo Danylenko) * Message Receipts (XEP-0184) support (franky) * Update of Entity Capabilities support (franky) - * Allow changing the nickname in MUC bookmarks (Myhailo Danylenko) - * Print list of options with "/set" (Myhailo Danylenko) * New command /request ping (Myhailo, Mikael) * Add libidn support + * [MUC] Allow changing the nickname in MUC bookmarks (Myhailo Danylenko) + * [MUC] A suffix (i.e. ":") can be appended to completed nicknames * Command "/source" now accepts a file pattern (Myhailo Danylenko) * Tracelog level can now be changed at runtime (Myhailo Danylenko) + * Small vCard support improvements + * 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