changeset 1758:499d3ec34188

Update ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 14:51:13 +0100
parents 6e55f9776d5d
children 921429804e20 79e9669b2a16
files mcabber/ChangeLog
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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