changeset 1843:2aaf610e6eab 0.10.0-rc2

Update ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Mar 2010 12:24:20 +0200
parents cec7cbeb1c2e
children 9d22b9a76b60
files mcabber/ChangeLog
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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, ?