comparison 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
comparison
equal deleted inserted replaced
156:439b750d99fa 157:409ff07d9fe2
2 BUGS: 2 BUGS:
3 3
4 * Presence notification is always accepted. 4 * Presence notification is always accepted.
5 * 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. 6 Seems to be due to a disconnection from the server.
7 * Check with strdup and efence (jabglue). J'me comprends...
8 * Check if it crashes when resized too small...
7 9
8 10
9 TODO: 11 TODO:
10 12
13 * Command line history (^P/^N)
14 * External commands for events
15 * Read history
11 * Display status 16 * Display status
12 * show (how?) we can scroll in roster if not all buddies are displayed 17 * show (how?) we can scroll in roster if not all buddies are displayed
13 * Get timestamp for offline messages 18 * Get timestamp for offline messages
14 * /connect /disconnect ? 19 * /connect /disconnect ?
15 * Key bindings (ex: F5 <-> /group toggle) 20 * Key bindings (ex: F5 <-> /group toggle)
16 * Pending message not displayed if buddy outside Contact window, 21 * Pending message not displayed if buddy outside Contact window,
17 maybe we could show it someway (maybe just a flag?). 22 maybe we could show it someway (maybe just a flag?).
18 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the 23 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the
19 top variable). 24 top variable on a resize).
20 25
21 * Commands! :-) 26 * Commands! :-)
22 - /roster <hide_offline|show_offline|top|bottom> 27 - /roster <hide_offline|show_offline|top|bottom>
28 + next_message (Ctrl-q?)
23 - /group <expand|shrink|toggle> 29 - /group <expand|shrink|toggle>
24 - /say blabla 30 - /say blabla
25 - /say_to <jid> blabla 31 - /say_to <jid> blabla
26 - /add <jid> [Name] 32 - /add <jid> [Name]
27 - /del [jid] 33 - /del [jid]
35 (and common shortcuts: /away, /online, /busy, /dnd) 41 (and common shortcuts: /away, /online, /busy, /dnd)
36 - /rawxml... 42 - /rawxml...
37 - /search <\<jid\>|name> 43 - /search <\<jid\>|name>
38 - /clear 44 - /clear
39 - /help 45 - /help
40 * Command line history (^P/^N)
41 * External commands for events
42 * Multi-lines 46 * Multi-lines
43 * Handle message type "error" 47 * Handle message type "error"
44 * Read history
45 * Shortcut to jump to next message received (shift-tab?) 48 * Shortcut to jump to next message received (shift-tab?)
46 * File transfer? :) 49 * File transfer? :)
47 * Conferences :)) 50 * Conferences :))
48 * Show status changes in buddy window (if open)? Could be great! 51 * Show status changes in buddy window (if open)? Could be great!
49 * Auto away 52 * Auto away