diff mcabber/src/TODO @ 151:b69c0b7a23e3

[/trunk] Changeset 163 by mikael * Window resize handling 8-)
author mikael
date Sun, 01 May 2005 03:14:19 +0000
parents 9f74832eb4f8
children 409ff07d9fe2
line wrap: on
line diff
--- a/mcabber/src/TODO	Sun May 01 03:09:40 2005 +0000
+++ b/mcabber/src/TODO	Sun May 01 03:14:19 2005 +0000
@@ -2,8 +2,8 @@
 BUGS:
 
 * Presence notification is always accepted.
-* Resize not handled.
 * I have seen a segfault, but don't know how to reproduce it...
+  Seems to be due to a disconnection from the server.
 
 
 TODO:
@@ -15,6 +15,8 @@
 * Key bindings (ex: F5 <-> /group toggle)
 * 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).
 
 * Commands! :-)
   - /roster <hide_offline|show_offline|top|bottom>
@@ -39,7 +41,6 @@
 * External commands for events
 * Multi-lines
 * Handle message type "error"
-* Handle window resize
 * Read history
 * Shortcut to jump to next message received (shift-tab?)
 * File transfer? :)