annotate sounds/Makefile.am @ 3458:66b1ad9782a9

[gaim-migrate @ 3506] From KingAnt: aim.h: -Change the #defines for AIM client info so they're shorter. -Add 2 #defines for ICQ--the first one (the default) is what Gaim has been using, it was taken out of auth.c. The other is what an ICQ 2002a client uses. -Add an CLIENTINFO_ICQ_KNOWNGOOD auth.c: -Have the ICQ login use the given client info, rather than using hard coded values. oscar.c: -Rename "gaim_caps" to "caps_aim" and added a "caps_icq," so AIM and ICQ can have different capabilities. -Make changes to gaim_parse_login so the ICQ sends ICQ client info, and AIM sends AIM client info. -Make changes to conninitdone_bos so only ICQ sets the privacy flag and visibility mask. AIM sets this via SSI. -Change a few calls to aim_bos_setprofile so ICQ does not send a profile TLV, and so ICQ uses the ICQ caps and AIM uses the AIM caps. -Change a call to g_show_info_text so a pointer to the window is not left haning around? -Correctly set the occupied and do not disturb ICQ states. This is how winicq does it. -Correctly show winicq users as NA. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 06:48:14 +0000
parents 1a9867e1bfd5
children b2520034b62f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
981
7e231bc0018a [gaim-migrate @ 991]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 606
diff changeset
1 noinst_PROGRAMS = au2h
1
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 au2h_SOURCES = au2h.c
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4
1694
bea407767ac1 [gaim-migrate @ 1704]
Rob Flynn <gaim@robflynn.com>
parents: 1094
diff changeset
5 EXTRA_DIST = BuddyArrive.au BuddyLeave.au Send.au Receive.au RedAlert.au
1
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6
1927
1a9867e1bfd5 [gaim-migrate @ 1937]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1925
diff changeset
7 all: BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h
1
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8
530
05f01078d133 [gaim-migrate @ 540]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 78
diff changeset
9 clean distclean:
1694
bea407767ac1 [gaim-migrate @ 1704]
Rob Flynn <gaim@robflynn.com>
parents: 1094
diff changeset
10 rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h
530
05f01078d133 [gaim-migrate @ 540]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 78
diff changeset
11
1916
d22b58f2a51e [gaim-migrate @ 1926]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1694
diff changeset
12 SUFFIXES = .au .h
1
2846a03bda67 [gaim-migrate @ 10]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
13
1927
1a9867e1bfd5 [gaim-migrate @ 1937]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1925
diff changeset
14 BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h: au2h
1925
a54442421428 [gaim-migrate @ 1935]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1916
diff changeset
15
1916
d22b58f2a51e [gaim-migrate @ 1926]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1694
diff changeset
16 .au.h: au2h
1094
3deadbe50737 [gaim-migrate @ 1104]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1006
diff changeset
17 ./au2h $< $@