# HG changeset patch # User Luke Schierer # Date 1037924757 0 # Node ID 12f67ff590c70ee4dbb98062218a37ad93521410 # Parent 9a68dc251c52dab2ef037ffc929ee390ef7bae92 [gaim-migrate @ 4184] some items from robot101 committer: Tailor Script diff -r 9a68dc251c52 -r 12f67ff590c7 .todo --- a/.todo Thu Nov 21 15:37:16 2002 +0000 +++ b/.todo Fri Nov 22 00:25:57 2002 +0000 @@ -1,4 +1,4 @@ - + UI stuff @@ -62,6 +62,9 @@ show only text on buttons in im window + + new tab often (always for some users) steals focus from current tab + lots of font troubles. esp in picking good fonts to use when the theme doesn't have an installed one. @@ -191,6 +194,9 @@ preference to set logfile path. (i think there is a patch to add this) + + add support for plugin key/value storage/retreival + pressing save on new away message dialog does not immediately add away message to list of away messages. @@ -410,6 +416,15 @@ luke is working on this + + remove compiled-in sounds + + + add session management & fix stupid broken usage of gtk_window_set_wmclass + + + add support for remote aliases (both for other people and yourself. may just require looking at this guy's patch and bugging someone to merge it, or hacking on it a bit, or re-doing it, or whatever) + adding and removing buddies needs cleaned up. basically, add_buddy should be calling ui_add_buddy and serv_add_buddy as needed (require an extra arg to add_buddy to tell it what needs done) and the various ways a buddy can come to be needing added should be calling some type of request_add_buddy (this would be part of both the core<->ui interface and the core<->prpl interface) @@ -434,6 +449,12 @@ statusimage plugin + + docklet stuff + + make the docklet support blinking status icons where appropriate (requires setting up a better GAIM_STOCK_ICON framework) + + OSCAR