changeset 1401:c7fdd2442476

Update ChangeLog and TODO
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jan 2008 15:11:16 +0100
parents 706b419829b2
children e83184223918
files mcabber/ChangeLog mcabber/TODO
diffstat 2 files changed, 8 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Fri Jan 04 13:32:02 2008 +0100
+++ b/mcabber/ChangeLog	Sun Jan 06 15:11:16 2008 +0100
@@ -1,6 +1,13 @@
 mcabber (0.9.6-dev)
 
- * 
+ * Improve Cygwin support
+ * Fix compilation on OpenBSD
+ * [UI] New option 'escdelay'
+ * [MUC] New command /room setopt
+ * [MUC] More room settings are stored in the server private storage
+ * [MUC] The command /room ban can be used with a nickname
+ * [MUC] New rooms are automatically unlocked (suggested by M. Weiser)
+ * A few misc. bugfixes
 
  -- Mikael, ?
 
--- a/mcabber/TODO	Fri Jan 04 13:32:02 2008 +0100
+++ b/mcabber/TODO	Sun Jan 06 15:11:16 2008 +0100
@@ -2,19 +2,13 @@
 BUGS:
 
 * SSL certificate verification does not work with gnutls
-* Renaming a MUC room should update the bookmark, not add a roster entry
 
 
 TODO:
 
 * Improve the completion system
-* Connect hook
-* Macros
 * Use new Entity Time specs (XEP-0202) if possible in
  /request time.
-* New option to display only username in the roster when the name hasn't been
-  set.
-* Remember group state (folded/unfolded) (using private storage for example)
 * Enable /roster search for offline (hidden) buddies (hidden groups, etc.)
 * Show number of online contacts in folded groups
 * Publish personal information
@@ -42,12 +36,3 @@
   - /server register|unregister
   - /search <jid>|name
     (server search)
-  - Per room settings?
-    /room setopt [+|-]autowhois ?
-    /room setopt [+|-]'flag_joins' ?
-  - A command (display?) to display only a few states in the roster
-    . /roster display of      Display avail/ffc people
-    . /roster display -       Display nobody (but incoming messages)
-    . /roster display ofdna   == hide_offline
-    . /roster display ofdna_  == default behaviour
-    (Or roster mask)