comparison ChangeLog @ 29098:eb4081c68c57

propagate from branch 'im.pidgin.pidgin' (head bd56a115b35ba5922e5f9c93840d0868a4978b09) to branch 'im.pidgin.cpw.darkrain42.xmpp.scram' (head 3e55931996c480c5fbf5df7ebd49bfd35ee5f8ee)
author Paul Aurich <paul@darkrain42.org>
date Mon, 30 Nov 2009 02:44:03 +0000
parents 54db9b78be71
children 850f1e5491b2 de319028ad28
comparison
equal deleted inserted replaced
29097:cea22db36ffc 29098:eb4081c68c57
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 * Don't send Proxy-Authorization headers to HTTP proxy servers until we've
8 received a "407 Proxy Authentication Required" response from the server.
9 (thecrux)
7 * Added "MXit" protocol plugin, supported and maintained by the MXit folks 10 * Added "MXit" protocol plugin, supported and maintained by the MXit folks
8 themselves (MXit Lifestyle (Pty) Ltd.) 11 themselves (MXit Lifestyle (Pty) Ltd.)
9 12
10 General: 13 General:
11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') 14 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
18 * Better rate limit calculations and other improvements. (Aman Gupta) 21 * Better rate limit calculations and other improvements. (Aman Gupta)
19 * More detailed error messages when messages fail to send. (Aman Gupta) 22 * More detailed error messages when messages fail to send. (Aman Gupta)
20 * The simultaneous login account option is respected when using 23 * The simultaneous login account option is respected when using
21 the clientLogin authentication method. 24 the clientLogin authentication method.
22 * Fix offline message retrieval (broken in 2.6.3) 25 * Fix offline message retrieval (broken in 2.6.3)
26 * Fix handling of markup on some messages (broken in 2.6.2)
23 * Fix SSL when clientLogin is enabled. 27 * Fix SSL when clientLogin is enabled.
24 * Fix sending and receiving Unicode characters in a Direct IM 28 * Fix sending and receiving Unicode characters in a Direct IM
25 29
26 MSN: 30 MSN:
27 * Don't forget display names for buddies. 31 * Don't forget display names for buddies.
30 * Fix a crash that could occur when adding a buddy. 34 * Fix a crash that could occur when adding a buddy.
31 * Fix an occasional crash when sending message to an offline user. 35 * Fix an occasional crash when sending message to an offline user.
32 * Fix a random crash that might occur when idle. 36 * Fix a random crash that might occur when idle.
33 * Fix a crash when logging in with some long non-ASCII passwords. 37 * Fix a crash when logging in with some long non-ASCII passwords.
34 (Shaun Lindsay) 38 (Shaun Lindsay)
39 * Cache our own friendly name as the server no longer does that for
40 us. Users of older versions may need to re-set their friendly name
41 as it has probably been reset.
35 42
36 XMPP: 43 XMPP:
37 * Users connecting to Google Talk now have an "Initiate Chat" context menu 44 * Users connecting to Google Talk now have an "Initiate Chat" context menu
38 option for their buddies. (Eion Robb) 45 option for their buddies. (Eion Robb)
39 * Fix a crash when attempting to validate an invalid JID. 46 * Fix a crash when attempting to validate an invalid JID.
65 * The userlist in a multiuser chat can be styled via gtkrc by using the 72 * The userlist in a multiuser chat can be styled via gtkrc by using the
66 widget name "pidgin_conv_userlist". (Heiko Schmitt) 73 widget name "pidgin_conv_userlist". (Heiko Schmitt)
67 * Add a hold button to the media window. 74 * Add a hold button to the media window.
68 * Fix a bug where the conversation backlog stops scrolling in a very busy 75 * Fix a bug where the conversation backlog stops scrolling in a very busy
69 chat room. 76 chat room.
77 * In the Conversation "Send To" menu, offline buddies appear grayed
78 out (but are still selectable). Previously, only offline buddies on
79 accounts that do not support offline messaging appeared grayed out.
70 80
71 Pidgin Preference and Preference Window Changes: 81 Pidgin Preference and Preference Window Changes:
72 * Removed the "Use font from theme" and "Conversation Font" preferences 82 * Removed the "Use font from theme" and "Conversation Font" preferences
73 for everyone except Windows users. The font can be controlled from the 83 for everyone except Windows users. The font can be controlled from the
74 Pidgin GTK+ Theme Control plugin. 84 Pidgin GTK+ Theme Control plugin.