annotate TODO @ 1106:5bc8fdacd2cb

[gaim-migrate @ 1116] lots of changes. buddy.c: just in general tried to get things to work better. moving things in the edit list window and signing off should be handled better in the main buddy list window (watch out for flashes). gaim.h: removed toc-specific things and moved them to toc.c and rvous.c as needed. gtkhtml.c: possible fix for AOL 6.0 problems (I wasn't able to reproduce the problem before or after the fix, but i fixed what i think might have been causing the problem). multi.c: moved LOGIN_STEPS from gaim.h here and actually use it now oscar.c: moved an oscar-specific struct definition from gaim.h here and also handle problems better perl.c: fix for stupid problem rvous.c: first pass at attempt to be able to remove toc.c and rvous.c (though this will never happen; gaim will support toc as long as aol does) without cruft. gaim is now only dependent on toc.c and rvous.c for toc_build_config and parse_toc_buddy_list, which gaim needs to save and read its buddy list. toc.c: rewrote the signin process so that the read()'s won't block. it's not actually a non-blocking read; it's just that it won't ever get to the read until there's data to be read (thanks to the gdk_input watcher). this means the cancel button should work after it's connected, but it's still not a non-blocking connect. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 20 Nov 2000 07:24:18 +0000
parents 1c253f8a117c
children 870d7bb95fdc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1019
1c253f8a117c [gaim-migrate @ 1029]
Rob Flynn <gaim@robflynn.com>
parents: 930
diff changeset
1 --- STUFF FOR 0.11.1 RELEASE ---
645
df03cd223ff9 [gaim-migrate @ 655]
Rob Flynn <gaim@robflynn.com>
parents: 629
diff changeset
2 Execute Command on Buddy Pounce
713
3a0e15e75c23 [gaim-migrate @ 723]
Rob Flynn <gaim@robflynn.com>
parents: 710
diff changeset
3 The about window is very ugly. I think this shall be fixed.
3a0e15e75c23 [gaim-migrate @ 723]
Rob Flynn <gaim@robflynn.com>
parents: 710
diff changeset
4 You know, I really like the gnome look to some apps
3a0e15e75c23 [gaim-migrate @ 723]
Rob Flynn <gaim@robflynn.com>
parents: 710
diff changeset
5 but I dont want to tie gnome into gaim. oh life sucks
3a0e15e75c23 [gaim-migrate @ 723]
Rob Flynn <gaim@robflynn.com>
parents: 710
diff changeset
6 sometimes hehe.
739
bb4cdefce62f [gaim-migrate @ 749]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 738
diff changeset
7
704
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
8 Syd is cool and gave all of these ideas:
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
9 Have multiple tickers in the same window, one for buddies
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
10 like it is now, one for who just came online/offline
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
11 (scrolled faster possibly because that doesn't
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
12 happen very often), etc.
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
13 Have tooltips on the passing buddies on the ticker
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
14 Have a stock ticker (a plugin could easily make use of
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
15 GtkTicker)
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
16 Have Alt access the menu in the buddy list, and ctl-char
1d989562af1f [gaim-migrate @ 714]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 689
diff changeset
17 access items in those menus