comparison mcabber/src/TODO @ 161:f306318e2491

[/trunk] Changeset 173 by mikael * TODO update.
author mikael
date Mon, 02 May 2005 12:12:05 +0000
parents 44c6410b4845
children 43cef0f5339d
comparison
equal deleted inserted replaced
160:44c6410b4845 161:f306318e2491
1 1
2 BUGS: 2 BUGS:
3 3
4 * Presence notification is always accepted.
5 * Empty roster when disconnecting from the server / going offline. 4 * Empty roster when disconnecting from the server / going offline.
6 * Check if it crashes when resized too small... 5 * Check if it crashes when resized too small... Can we have a minimum size?
7 * See if we can use wbkgndset()
8 6
9 7
10 TODO: 8 TODO:
11 9
10 * Presence notification is always accepted. We should ask...
11 * See if we can use wbkgndset()
12 * Command line history (^P/^N) 12 * Command line history (^P/^N)
13 * Read history 13 * Read history
14 * Try $HOME/.mcabber/mcabberrc before $HOME/.mcabberrc
14 * Display status 15 * Display status
15 * show (how?) we can scroll in roster if not all buddies are displayed
16 * Get timestamp for offline messages 16 * Get timestamp for offline messages
17 * /connect /disconnect ? 17 * /connect /disconnect ?
18 * Key bindings (ex: F5 <-> /group toggle) 18 * Key bindings (ex: F5 <-> /group toggle)
19 * Pending message not displayed if buddy outside Contact window, 19 * Pending message not displayed if buddy outside Contact window,
20 maybe we could show it someway (maybe just a flag?). 20 maybe we could show it someway (maybe just a flag?).
21 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the 21 * Add a function in hbuf ~previous_persistent(hbuf *top) (to avoid loosing the
22 top variable on a resize). 22 top variable on a resize).
23 * Show number of online contacts in folded groups 23 * Show number of online contacts in folded groups
24 * show (how?) we can scroll in roster if not all buddies are displayed
24 25
25 * Commands! :-) 26 * Commands! :-)
26 - /roster <hide_offline|show_offline|top|bottom> 27 - /roster <hide_offline|show_offline|top|bottom>
27 + next_message (Ctrl-q?) 28 + next_message (Ctrl-q?)
28 - /group <expand|shrink|toggle> 29 - /group <expand|shrink|toggle>