annotate README.mingw @ 8937:fd1a4ff1f7ed

[gaim-migrate @ 9707] Tools->Room List will now be grayed out when you're not signed on with an account that supports listing rooms. This involved 2 big changes: -Change when the sign_on_off_cb function in gtkblist gets called... it used to get called when the signing-on and signing-off signal was emitted, but I changed it to signed-on and signed-off. This makes more sense to me, and it makes my code work :-) Let me know if you notice any side-effects -Add functions to the roomlist API for determining if any online accounts support chatting or not. This involved extracting a function from gtkroomlist.c and putting it in roomlist.c, and adding a little helper TRUE/FALSE function committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 15 May 2004 21:56:17 +0000
parents e61a072f4425
children 5d03b309b482
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3630
9682c0e022c6 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 How to build Gaim using MinGw
9682c0e022c6 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 =============================
9682c0e022c6 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3
4900
53718dbe8d0d [gaim-migrate @ 5234]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 4128
diff changeset
4 Since these instructions are constantly changing and in order for me to
53718dbe8d0d [gaim-migrate @ 5234]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 4128
diff changeset
5 avoid maintaining two versions of these instructions please refer to:
3630
9682c0e022c6 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6
4904
e61a072f4425 [gaim-migrate @ 5238]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 4900
diff changeset
7 http://gaim.sourceforge.net/win32
3630
9682c0e022c6 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8
4900
53718dbe8d0d [gaim-migrate @ 5234]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 4128
diff changeset
9 - Herman
3630
9682c0e022c6 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10