comparison ChangeLog @ 29127:791281a6e21d

propagate from branch 'im.pidgin.pidgin' (head 80eaa62b397424cadf9ea37ca0e98894f823fbf5) to branch 'im.pidgin.pidgin.next.minor' (head 6f6dd5699adbee9e318ef6affef1420796cef69f)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 12 Oct 2009 19:55:40 +0000
parents bb873040d7de 3fec904938a2
children 7819d3819f4c fd2afe1b2d3c
comparison
equal deleted inserted replaced
29126:4558a09a08c7 29127:791281a6e21d
12 box to a "Developer Information" dialog accessible on the Help menu. 12 box to a "Developer Information" dialog accessible on the Help menu.
13 * Moved the Translator information from the About box to a "Translator 13 * Moved the Translator information from the About box to a "Translator
14 Information" dialog accessible on the Help menu. 14 Information" dialog accessible on the Help menu.
15 15
16 version 2.6.3 (??/??/20??): 16 version 2.6.3 (??/??/20??):
17 General:
18 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
19 to announce the list of loaded plugins (in both Finch and Pidgin).
20 * Fix a crash when performing DNS queries on Unixes that use the
21 blocking DNS lookups. (Brian Lu)
22 * Fix building the GnuTLS plugin with older versions of GnuTLS.
23
24 MSN:
25 * Don't forget display names for buddies.
26
17 XMPP: 27 XMPP:
28 * Users connecting to Google Talk now have an "Initiate Chat" context menu
29 option for their buddies. (Eion Robb)
18 * Fix a crash when attempting to validate an invalid JID. 30 * Fix a crash when attempting to validate an invalid JID.
19 * Resolve an issue when connecting to iChat Server when no resource 31 * Resolve an issue when connecting to iChat Server when no resource
20 is specified. 32 is specified.
21 * Fix a crash when adding a buddy without an '@'. 33 * Fix a crash when adding a buddy without an '@'.
22 34
25 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users. 37 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
26 (Jason Cohen) 38 (Jason Cohen)
27 * Add support for adding OCS and Sametime buddies. OCS users are added 39 * Add support for adding OCS and Sametime buddies. OCS users are added
28 as "ocs/user@domain.tld" and Sametime users are added as 40 as "ocs/user@domain.tld" and Sametime users are added as
29 "ibm/sametime_id". (Jason Cohen) 41 "ibm/sametime_id". (Jason Cohen)
30
31 General:
32 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
33 to announce the list of loaded plugins (in both Finch and Pidgin).
34 * Fix a crash when performing DNS queries on Unixes that use the
35 blocking DNS lookups. (Brian Lu)
36 * Fix building the GnuTLS plugin with older versions of GnuTLS.
37
38 Finch: 42 Finch:
39 * The TinyURL plugin now creates shorter URLs for long non-conversation 43 * The TinyURL plugin now creates shorter URLs for long non-conversation
40 URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo 44 URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
41 Captcha when joining chat rooms. 45 Captcha when joining chat rooms.
42 46