comparison 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
comparison
equal deleted inserted replaced
150:5647381a7dfb 151:b69c0b7a23e3
1 1
2 BUGS: 2 BUGS:
3 3
4 * Presence notification is always accepted. 4 * Presence notification is always accepted.
5 * Resize not handled.
6 * I have seen a segfault, but don't know how to reproduce it... 5 * I have seen a segfault, but don't know how to reproduce it...
6 Seems to be due to a disconnection from the server.
7 7
8 8
9 TODO: 9 TODO:
10 10
11 * Display status 11 * Display status
13 * Get timestamp for offline messages 13 * Get timestamp for offline messages
14 * /connect /disconnect ? 14 * /connect /disconnect ?
15 * Key bindings (ex: F5 <-> /group toggle) 15 * Key bindings (ex: F5 <-> /group toggle)
16 * Pending message not displayed if buddy outside Contact window, 16 * Pending message not displayed if buddy outside Contact window,
17 maybe we could show it someway (maybe just a flag?). 17 maybe we could show it someway (maybe just a flag?).
18 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the
19 top variable).
18 20
19 * Commands! :-) 21 * Commands! :-)
20 - /roster <hide_offline|show_offline|top|bottom> 22 - /roster <hide_offline|show_offline|top|bottom>
21 - /group <expand|shrink|toggle> 23 - /group <expand|shrink|toggle>
22 - /say blabla 24 - /say blabla
37 - /help 39 - /help
38 * Command line history (^P/^N) 40 * Command line history (^P/^N)
39 * External commands for events 41 * External commands for events
40 * Multi-lines 42 * Multi-lines
41 * Handle message type "error" 43 * Handle message type "error"
42 * Handle window resize
43 * Read history 44 * Read history
44 * Shortcut to jump to next message received (shift-tab?) 45 * Shortcut to jump to next message received (shift-tab?)
45 * File transfer? :) 46 * File transfer? :)
46 * Conferences :)) 47 * Conferences :))
47 * Show status changes in buddy window (if open)? Could be great! 48 * Show status changes in buddy window (if open)? Could be great!