# HG changeset patch # User Mikael Berthe # Date 1265485290 -3600 # Node ID c9f90003e44b10d2be778fe64dd01aef4d28e5a1 # Parent 8cec41ebecb3a1a235d849a9dc37879b0c1ab77a Update ChangeLog diff -r 8cec41ebecb3 -r c9f90003e44b mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Feb 06 20:13:10 2010 +0100 +++ b/mcabber/ChangeLog Sat Feb 06 20:41:30 2010 +0100 @@ -4,9 +4,17 @@ * MCabber can now do DNS SRV lookups so the variable 'username' has been replaced with 'jid' in the configuration file * 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) + * Add libidn support + * Command "/source" now accepts a file pattern (Myhailo Danylenko) + * Tracelog level can now be changed at runtime (Myhailo Danylenko) + * Obsolete option 'hide_offline_buddies' has been removed + * Obsolete XEP-0022 (Message Events) is now disabled by default -- Mikael, ?