changeset 295:bc19dbd78551

Update TODO & ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Jul 2005 13:52:34 +0100
parents 871e53769084
children 8af283462e63
files mcabber/ChangeLog mcabber/TODO
diffstat 2 files changed, 9 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sat Jul 09 12:44:57 2005 +0100
+++ b/mcabber/ChangeLog	Sat Jul 09 13:52:34 2005 +0100
@@ -1,5 +1,8 @@
 mcabber (0.6.2-dev)
 
+ * The history log file format has changed; the old log files written by
+   mcabber < 0.6.1 are no longer supported and should be converted.
+   Please see the NEWS file for the details.
  * New multi-line "verbatim" mode (/msay verbatim).  In this mode, all
    commands but /msay are disabled, so that lines beginning with a slash
    can be sent
@@ -8,6 +11,7 @@
  * Color configuration handling improvement
    NOTE: configuration file needs to be updated; see sample config. file!
  * Resource priority can be set (see sample config. file)
+ * Status messages can be user-defined (see sample config. file)
  * mcabber now warns when logging is enabled and there is a write error while
    writing to log files
  * Remove busy/occupied status, which does not exist (it could be an alias for
--- a/mcabber/TODO	Sat Jul 09 12:44:57 2005 +0100
+++ b/mcabber/TODO	Sat Jul 09 13:52:34 2005 +0100
@@ -14,18 +14,13 @@
 * Show number of online contacts in folded groups
 * Buddy buffer in full width (handy for cut'n paste!)
   (i.e. hide roster window)
-* Create .mcabber and .mcabber/histo dirs if needed.
-* Search for a user
-* Get info from server about a user
+* Create .mcabber and .mcabber/histo dirs if needed.  Or maybe not.
+  However it could be a good idea to check the permissions.
 * Publish personal information
 * Handle message type "error"
 * Show status changes in buddy window (if open)?
 * Options completion
-* Auto away (it would be better to add the "message" variable first, which could
-  be changed with "/set message = I'll be back!")
-  Messages variables:
-  - message_{online,avail,free,dnd,notavail,away,autoaway}
-  - message (current message)
+* Auto away
 * Maybe Ctrl-c should not (immediately) quit mcabber.  What about:
   - 1 Ctrl-c leaves completion/multi-line modes
   - 2 Ctrl-c in less than 2 seconds leave mcabber
@@ -40,8 +35,6 @@
 
 * Commands:
 
-  - /bind $keynum = command
-    Ex.: "/bind 269 = /group toggle"  Map F5 to group toggle
   - /buffer <clear|top|bottom>
     + /buffer % 50          (jump to 50 %)
     + /buffer date $date    (jump to first msg after $date)
@@ -50,12 +43,12 @@
   - /group <expand|shrink|toggle>
     + rename
   - /say_to <jid> blabla
-  - /nick (I don't know if it makes sense for Jabber)
-    I think it is equivalent to setting the "away" message.
   - /info [jid]
+    (request info to the server if the buddy is not in the roster)
   - /server connect|disconnect|register|unregister
   - /auth request|send [jid]
   - /search <jid>|name
+    (server search)
   - /help
   - /rawxml...