comparison ChangeLog @ 28710:fed4286634e7

propagate from branch 'im.pidgin.pidgin' (head d2984fa9ffdaa63b01cc1e0d94aec5622cd080c1) to branch 'im.pidgin.cpw.darkrain42.xmpp.scram' (head a046e925c84f1af65cc0bf41cc8ce55ba7ff3213)
author Paul Aurich <paul@darkrain42.org>
date Tue, 17 Nov 2009 19:23:05 +0000
parents 546e870dc506
children a18f421696dc d5fe33c3a765
comparison
equal deleted inserted replaced
28709:b0fb53868142 28710:fed4286634e7
2 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 2 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
3 3
4 version 2.6.4 (??/??/20??): 4 version 2.6.4 (??/??/20??):
5 libpurple: 5 libpurple:
6 * Actually emit the hold signal for media calls. 6 * Actually emit the hold signal for media calls.
7 * Added "MXit" protocol plugin, supported and maintained by the MXit folks
8 themselves (MXit Lifestyle (Pty) Ltd.)
7 9
8 General: 10 General:
9 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') 11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
10 to announce the list of loaded plugins (in both Finch and Pidgin). 12 to announce the list of loaded plugins (in both Finch and Pidgin).
11 * Fix building the GnuTLS plugin with older versions of GnuTLS. 13 * Fix building the GnuTLS plugin with older versions of GnuTLS.
38 is specified. 40 is specified.
39 * Try to automatically find a STUN server by using an SRV lookup on the 41 * Try to automatically find a STUN server by using an SRV lookup on the
40 account's domain, and use that for voice and video if found and the user 42 account's domain, and use that for voice and video if found and the user
41 didn't set one manually in prefs. 43 didn't set one manually in prefs.
42 * Fix a crash when adding a buddy without an '@'. 44 * Fix a crash when adding a buddy without an '@'.
45 * Don't show the option to send a file to a buddy if we know for certain
46 they don't support any file transfer method supported by libpurple.
47 * Keep the avatar on the server if one is not set locally.
43 48
44 Yahoo: 49 Yahoo:
45 * Fix sending /buzz. 50 * Fix sending /buzz.
46 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users. 51 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
47 (Jason Cohen) 52 (Jason Cohen)
56 61
57 Pidgin: 62 Pidgin:
58 * The userlist in a multiuser chat can be styled via gtkrc by using the 63 * The userlist in a multiuser chat can be styled via gtkrc by using the
59 widget name "pidgin_conv_userlist". (Heiko Schmitt) 64 widget name "pidgin_conv_userlist". (Heiko Schmitt)
60 * Add a hold button to the media window. 65 * Add a hold button to the media window.
66
67 Pidgin Preference and Preference Window Changes:
68 * Removed the "Use font from theme" and "Conversation Font" preferences
69 for everyone except Windows users. The font can be controlled from the
70 Pidgin GTK+ Theme Control plugin.
71 * Tabs in the Preferences window are now on the left side.
72 * The Browser tab is now visible for GNOME users.
73 * Added a Proxy tab shown no matter what environment Pidgin runs in.
74 * The Browser and Proxy tabs show appropriate GNOME-specific messages and
75 allow launching the correct applications to change the relevant GNOME
76 preferences if found. These were previously together on the Network
77 tab.
78 * Moved the port range spin buttons on the Network tab to be beside the
79 checkbox that enables/disables them.
80 * Reorganized preferences on the Status/Idle tab to have one less
81 "section."
82 * Reorganized preferences on the Sounds tab to have one less "section."
83 * Renamed Smiley Themes tab to Themes.
84 * Moved Buddy List Theme and Status Icon Theme selectors from Interface
85 tab to Themes tab.
86 * Moved Sound Theme selector from Sounds tab to Themes tab.
87 * Changed the Smiley Theme selector to be consistent with the other theme
88 selectors.
89 * Rearranged tabs such that Interface is first and all remaining tabs are
90 alphabetized in English.
61 91
62 version 2.6.3 (10/16/2009): 92 version 2.6.3 (10/16/2009):
63 General: 93 General:
64 * Fix a crash when performing DNS queries on Unixes that use the 94 * Fix a crash when performing DNS queries on Unixes that use the
65 blocking DNS lookups. (Brian Lu) 95 blocking DNS lookups. (Brian Lu)