comparison TODO @ 3813:f61c875d6b89

[gaim-migrate @ 3960] updates committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 28 Oct 2002 15:51:10 +0000
parents 085e0226a62e
children 1e9221073b1a
comparison
equal deleted inserted replaced
3812:f8b01fcefe0d 3813:f61c875d6b89
37 signs off. [gtk2 bug with the deprecated gtklist?] 37 signs off. [gtk2 bug with the deprecated gtklist?]
38 themes don't set background correctly in the blist. (reported, not verified) 38 themes don't set background correctly in the blist. (reported, not verified)
39 39
40 GAIM-REMOTE: 40 GAIM-REMOTE:
41 need a doc written up for gaim-remote on usage 41 need a doc written up for gaim-remote on usage
42 need to implement everything listed in gaim-remote --help
42 43
43 PORTABILITY/i18n 44 PORTABILITY/i18n
44 icq i18n 45 icq i18n
45 info dialog 46 info dialog
46 irc (patch pending?) 47 irc (patch pending?)
80 maybe make control/alt+arrow optionally replace control+bracket 81 maybe make control/alt+arrow optionally replace control+bracket
81 is this a good idea? 82 is this a good idea?
82 83
83 84
84 IN GENERAL: 85 IN GENERAL:
86 prefs need to be saved when set, get rid of apply button.
87 add a way for a plugin to store/retrive config values
85 segfault on pressing back with messages in queue if coming back 88 segfault on pressing back with messages in queue if coming back
86 for the second time in a given instance of gaim 89 for the second time in a given instance of gaim
87 stack trace should exit instead of just sitting there 90 stack trace should exit instead of just sitting there
88 documentation needed. (both online and not) 91 documentation needed. (both online and not)
89 check to make sure gaimrc properly unescapes things like a " in 92 check to make sure gaimrc properly unescapes things like a " in
90 a password as the .gaimrc file is read in. 93 a password as the .gaimrc file is read in.
91 PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!! 94 PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!!
92 this is now possible for aim, but not for icq et al 95 this is now possible for aim, but not for yahoo et al
93 automake 1.4 support bug, non-root users can't get gaim to compile 96 automake 1.4 support bug, non-root users can't get gaim to compile
94 by putting the gtk2 and glib2 m4 files in the m4 dir 97 by putting the gtk2 and glib2 m4 files in the m4 dir
95 automake 1.6 support not perfect. 98 automake 1.6 support not perfect.
96 add ircproxy option to proxy preferences. 99 add ircproxy option to proxy preferences.
97 per-sn controls on how to compute idle time 100 per-sn controls on how to compute idle time
117 screenshot plugin 120 screenshot plugin
118 xmms remote plugin 121 xmms remote plugin
119 statusimage plugin 122 statusimage plugin
120 status report w/out being on own list 123 status report w/out being on own list
121 SEARCH FUNCTION FOR LOG FILES 124 SEARCH FUNCTION FOR LOG FILES
122 preference to set logfile path. 125 preference to set logfile path. (i think there is a patch to add this)
123 gzip storage of logs 126 gzip storage of logs
124 shift-enter works wrong when last character is punctuation (same as bug #547284)
125 fix crash when someone writes just as you close the chat window. 127 fix crash when someone writes just as you close the chat window.
126 make the option to have escape close a window be global (error messages, account editor, ect) 128 make the option to have escape close a window be global (error messages, account editor, ect)
127 throw-away away message (unsaved) for single account (vrs set all away) 129 throw-away away message (unsaved) for single account (vrs set all away)
128 paste deletes last space before pasted text. 130
129 ---- 131 ----
130 THE CORE: 132 THE CORE:
131 Need to write the core side of the core-ui protocol 133 Need to write the core side of the core-ui protocol
132 Non-blocking gethostbyname() 134 Non-blocking gethostbyname()
133 Cancelable proxy_connect 135 Cancelable proxy_connect