annotate pidgin/pixmaps/status/Makefile.am @ 17796:6e4e2d234c3a

Update Bonjour to do nonblocking I/O correctly. This also includes a number of error handling bugfixes (and various other improvements). This doesn't handle the scenario where a partial message is read - I need to figure out how libxml2 handles such a scenario to fix it correctly. There are also also a few quirks that I noticed and didn't get around to fixing: -We don't wait for a "</stream:stream>" from the peer before closing the socket. -We don't make sure that the peer has sent us the stream start message before starting.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 08 Jun 2007 18:24:23 +0000
parents 53e3f929c86f
children 36316f1db621
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15723
8797ee49609f multiple-sized status icons for window icons. Still need to do prpl icons
Sean Egan <seanegan@gmail.com>
parents: 15450
diff changeset
1 SUBDIRS = 16 22 32 48
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
15398
1ec72a759b5c Fix win32 build for status icon changes
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15397
diff changeset
3 EXTRA_DIST = \
15450
d79ca56a4626 more win32 build fixes for build changes
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15398
diff changeset
4 Makefile.mingw \
15398
1ec72a759b5c Fix win32 build for status icon changes
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15397
diff changeset
5 16/Makefile.mingw \
16468
53e3f929c86f Fix rtl icons on win32. Also remove unneeded rtl chat.png and update 16px xa icon.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15752
diff changeset
6 16/rtl/Makefile.mingw \
15398
1ec72a759b5c Fix win32 build for status icon changes
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15397
diff changeset
7 22/Makefile.mingw \
16468
53e3f929c86f Fix rtl icons on win32. Also remove unneeded rtl chat.png and update 16px xa icon.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15752
diff changeset
8 22/rtl/Makefile.mingw \
15752
e11859350489 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15723
diff changeset
9 32/Makefile.mingw \
16468
53e3f929c86f Fix rtl icons on win32. Also remove unneeded rtl chat.png and update 16px xa icon.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15752
diff changeset
10 32/rtl/Makefile.mingw \
53e3f929c86f Fix rtl icons on win32. Also remove unneeded rtl chat.png and update 16px xa icon.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15752
diff changeset
11 48/Makefile.mingw \
53e3f929c86f Fix rtl icons on win32. Also remove unneeded rtl chat.png and update 16px xa icon.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15752
diff changeset
12 48/rtl/Makefile.mingw
15398
1ec72a759b5c Fix win32 build for status icon changes
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15397
diff changeset
13