diff mcabber/src/TODO @ 157:409ff07d9fe2

[/trunk] Changeset 169 by mikael * Improve resize handling.
author mikael
date Sun, 01 May 2005 20:15:50 +0000
parents b69c0b7a23e3
children bcf52f41ba37
line wrap: on
line diff
--- a/mcabber/src/TODO	Sun May 01 14:49:51 2005 +0000
+++ b/mcabber/src/TODO	Sun May 01 20:15:50 2005 +0000
@@ -4,10 +4,15 @@
 * Presence notification is always accepted.
 * I have seen a segfault, but don't know how to reproduce it...
   Seems to be due to a disconnection from the server.
+* Check with strdup and efence (jabglue). J'me comprends...
+* Check if it crashes when resized too small...
 
 
 TODO:
 
+* Command line history (^P/^N)
+* External commands for events
+* Read history
 * Display status
 * show (how?) we can scroll in roster if not all buddies are displayed
 * Get timestamp for offline messages
@@ -16,10 +21,11 @@
 * Pending message not displayed if buddy outside Contact window,
   maybe we could show it someway (maybe just a flag?).
 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the
-  top variable).
+  top variable on a resize).
 
 * Commands! :-)
   - /roster <hide_offline|show_offline|top|bottom>
+    + next_message (Ctrl-q?)
   - /group <expand|shrink|toggle>
   - /say blabla
   - /say_to <jid> blabla
@@ -37,11 +43,8 @@
   - /search <\<jid\>|name>
   - /clear
   - /help
-* Command line history (^P/^N)
-* External commands for events
 * Multi-lines
 * Handle message type "error"
-* Read history
 * Shortcut to jump to next message received (shift-tab?)
 * File transfer? :)
 * Conferences :))