comparison ChangeLog @ 29300:fba8dd643796

propagate from branch 'im.pidgin.pidgin' (head 6d3fc30a0a0a379281efc5a6872a9c1d7c24c650) to branch 'im.pidgin.cpw.attention_ui' (head 209a4ccd84048aaa12582f640768ef5caa9bfa43)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 01 Sep 2009 19:51:07 +0000
parents 191bb5bf2fc5
children daa709ff32e3
comparison
equal deleted inserted replaced
29299:7925bb7f2aa7 29300:fba8dd643796
3 version 2.6.2 (??/??/2009): 3 version 2.6.2 (??/??/2009):
4 libpurple: 4 libpurple:
5 * Fix --disable-avahi to actually disable it in configure, as opposed 5 * Fix --disable-avahi to actually disable it in configure, as opposed
6 to just making the warning non-fatal. 6 to just making the warning non-fatal.
7 * Sending custom smileys in MSN chats is now supported. 7 * Sending custom smileys in MSN chats is now supported.
8 * Fix using GNOME proxy settings properly. 8 * Fix using GNOME proxy settings properly. (Erik van Pienbroek)
9 9
10 XMPP: 10 XMPP:
11 * Prompt the user before cancelling a presence subscription. 11 * Prompt the user before cancelling a presence subscription.
12 * Escape status messages that have HTML entities in the Get Info dialog. 12 * Escape status messages that have HTML entities in the Get Info dialog.
13 * Fix connecting to XMPP domains with no SRV records from Pidgin on 13 * Fix connecting to XMPP domains with no SRV records from Pidgin on
14 Windows. 14 Windows.
15 * Fix typing notifications with Pidgin 2.5.9 or earlier. 15 * Fix typing notifications with Pidgin 2.5.9 or earlier.
16 * Fix connecting using BOSH and legacy authentication (XEP-0078).
17 * Adding buddies of the form "romeo@montague.net/Resource" are handled
18 properly. In addition, it is no longer possible to add buddies of
19 the form "room@conference.example.net/User", where
20 room@conference.example.net is a MUC.
21 * Don't crash when receiving "smileyfied" XHTML-IM from clients that don't
22 support bits of binary (ie. when getting an empty <data/> in return)
23
24 Yahoo!/Yahoo! JAPAN:
25 * Accounts now have "Use account proxy for SSL connections" option. This
26 option force-overrides the account specific proxy settings for SSL
27 connections only and instead uses the global proxy configuration.
16 28
17 Finch: 29 Finch:
18 * Properly detect libpanel on OpenBSD. (Brad Smith) 30 * Properly detect libpanel on OpenBSD. (Brad Smith)
31 * Remove IO watches in gnt_quit. (Tomasz Mon)
32
33 Pidgin:
34 * Fix the auto-personize functionality in the Buddy List.
35 * Set the window icon for the media window to an icon corresponding to
36 the type of call (headphone or webcam).
19 37
20 version 2.6.1 (08/18/2009): 38 version 2.6.1 (08/18/2009):
21 * Fix a crash when some users send you a link in a Yahoo IM 39 * Fix a crash when some users send you a link in a Yahoo IM
22 * Fix compilation with GTK+ < 2.6.0 40 * Fix compilation with GTK+ < 2.6.0
23 * Fix compilation on Windows 41 * Fix compilation on Windows