comparison ChangeLog @ 19109:1cb69ea47a6e

propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852) to branch 'im.pidgin.soc.2007.finchfeat' (head 6429a075d71b5b1cc70abf9b5d55875f793168c8)
author Eric Polino <aluink@pidgin.im>
date Thu, 21 Jun 2007 20:37:57 +0000
parents 40d51793f2d7
children cbec54ecd9ab b2caad7bc71b
comparison
equal deleted inserted replaced
19108:32c479656486 19109:1cb69ea47a6e
16 * Ensure only one copy of Pidgin is running with a given configuration 16 * Ensure only one copy of Pidgin is running with a given configuration
17 directory. The net effect of this is that trying to start Pidgin a 17 directory. The net effect of this is that trying to start Pidgin a
18 second time will raise the buddy list. (Gabriel Schulhof) 18 second time will raise the buddy list. (Gabriel Schulhof)
19 * Undo capability in the conversation window 19 * Undo capability in the conversation window
20 20
21 version 2.0.2 (??/??/????): 21 version 2.0.2 (06/14/2007):
22 Pidgin: 22 Pidgin:
23 * Added a custom conversation font option to preferences 23 * Added a custom conversation font option to preferences
24 * Fixed smiley ordering in the insert smiley popup to be more intuitive 24 * Fixed smiley ordering in the insert smiley popup to be more intuitive
25 * Conversation->More menu items work for Chats as well as Buddies,
26 including those not on your buddy list
27 * newline plugin should work better with conversation colors plugin now
28 * Get Info on users now provides immediate feedback that something is
29 happening
30 * Aliasing a buddy will not be interrupted by other buddy list activity
31 * Using the -l option to log in to a specific account works better
25 32
26 libpurple: 33 libpurple:
27 * Moving an ICQ buddy from one group to another no longer 34 * Moving an ICQ buddy from one group to another no longer
28 re-requests authorization from that person (Rene Hausleitner) 35 re-requests authorization from that person (Rene Hausleitner)
29 * Added nullprpl, an example protocol plugin (Ryan Barrett) 36 * Added nullprpl, an example protocol plugin (Ryan Barrett)
30 * Fixed SOCKS5 bug which caused Jabber file receiving to fail 37 * Fixed SOCKS5 bug which caused Jabber file receiving to fail
31 * Remove MSN's random "Authorization Failed" dialogs 38 * Remove MSN's random "Authorization Failed" dialogs
32 * Fix MSN to correctly detect incorrect passwords and disable the account 39 * Fix MSN to correctly detect incorrect passwords and disable the account
33 * Get User Info on MSN is now more reliable & accurate 40 * Get User Info on MSN is now more reliable & accurate
34 * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen) 41 * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
42 * Fix for some QQ authentication problems
43 * Fix for building on FreeBSD
44 * Prevent "Logged in:" times for AIM buddies being ridiculously high
45 * Updates and fixes to Bonjour support
46 * Improve ICQ encoding support for some non-latin languages
35 47
36 Finch: 48 Finch:
37 * Auto account reconnecting 49 * Auto account reconnecting
38 50
39 version 2.0.1 (05/24/2007): 51 version 2.0.1 (05/24/2007):