Mercurial > pidgin
comparison ChangeLog @ 27509:ebd9630ffc77
propagate from branch 'im.pidgin.pidgin' (head cec487e50b3df746ae8b23771513bf85734f618d)
to branch 'im.pidgin.cpw.darkrain42.obsolete' (head 1fc27ec0bc11e95aeff8c890ab68a5ddcb4bfb8d)
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Sun, 12 Jul 2009 04:41:56 +0000 |
| parents | 95c56191d26c |
| children | ecae4c8ee0c3 |
comparison
equal
deleted
inserted
replaced
| 27369:01927ce552bc | 27509:ebd9630ffc77 |
|---|---|
| 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul | 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul |
| 2 | 2 |
| 3 version 2.6.0 (??/??/2009): | 3 version 2.6.0 (??/??/2009): |
| 4 General: | 4 libpurple: |
| 5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code | 5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code |
| 6 project. With some minor additions and clean ups from Paul Aurich. | 6 project. With some minor additions and clean ups from Paul Aurich. |
| 7 * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer | 7 * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer |
| 8 of code project in 2008. | 8 of code project in 2008. |
| 9 * It should no longer be possible to end up with duplicates of buddies | 9 * It should no longer be possible to end up with duplicates of buddies |
| 10 in a group on the buddy list. (Paul Aurich) | 10 in a group on the buddy list. (Paul Aurich) |
| 11 * Removed the unmaintained and unneeded toc protocol plugin. | 11 * Removed the unmaintained and unneeded toc protocol plugin. |
| 12 * Fixed NTLM authentication on big-endian systems. | 12 * Fixed NTLM authentication on big-endian systems. |
| 13 * The Pidgin and Purple perl modules are no longer installed into @INC, | |
| 14 this should hopefully prevent some minor confusion. | |
| 15 * Use GLib's implementations of SHA1, SHA256, and MD5 when available. | |
| 16 (GLib 2.14 or higher) | |
| 17 | |
| 18 libpurple: | |
| 19 * Various memory cleanups when unloading libpurple. (Nick Hebner) | 13 * Various memory cleanups when unloading libpurple. (Nick Hebner) |
| 20 * Report idle time 'From last message sent' should work properly. | 14 * Report idle time 'From last message sent' should work properly. |
| 21 * Show the invite message for buddies that requested authorization | 15 * Show the invite message for buddies that requested authorization |
| 22 from you on MSN. | 16 from you on MSN. |
| 23 * DNS servers are re-read when DNS queries fail in case the system has | 17 * DNS servers are re-read when DNS queries fail in case the system has |
| 30 information. | 24 information. |
| 31 * PURPLE_VERBOSE_DEBUG environment variable. Currently this is an "on" or | 25 * PURPLE_VERBOSE_DEBUG environment variable. Currently this is an "on" or |
| 32 "off" variable. Set it to any value to turn it on and unset it to turn | 26 "off" variable. Set it to any value to turn it on and unset it to turn |
| 33 it off. This will optionally be used to only show less useful debug | 27 it off. This will optionally be used to only show less useful debug |
| 34 information on an as-needed basis. | 28 information on an as-needed basis. |
| 29 * Add support for receiving handwritten (ink) messages on MSN. | |
| 30 * Don't do IPv6 address lookups if the computer does not have an IPv6 | |
| 31 address configured. | |
| 32 * Add support for receiving audio clips on MSN. | |
| 33 * Fix a leak when the UI provides its own DNS resolving UI op. | |
| 34 (Aman Gupta) | |
| 35 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta) | |
| 36 | |
| 37 AIM and ICQ: | |
| 38 * Preliminary support for a new authentication scheme called | |
| 39 "clientLogin." | |
| 40 * Fixed a bug where your away message sometimes would not get set when | |
| 41 you first sign on. | |
| 42 * Make sure links in your away messages show up as links to other people. | |
| 43 * For ICQ, Never change the privacy setting specified by the user. | |
| 35 | 44 |
| 36 Gadu-Gadu: | 45 Gadu-Gadu: |
| 37 * Accounts can specify a server to which to connect. | 46 * Accounts can specify a server to which to connect. |
| 38 (Krzysztof "kreez" Tobola) | 47 (Krzysztof "kreez" Tobola) |
| 39 * Correctly show tooltip status for contacts with status messages. | 48 * Correctly show tooltip status for contacts with status messages. |
| 40 (Krzysztof "kkszysiu" Klinikowski) | 49 (Krzysztof "kkszysiu" Klinikowski) |
| 41 * Support for fetching buddy icons. (Krzysztof "kkszysiu" Klinikowski) | 50 * Support for fetching buddy icons. (Krzysztof "kkszysiu" Klinikowski) |
| 51 * Support connection progress steps in Gadu-Gadu. (Krzysztof "kkszysiu" | |
| 52 Klinikowski) | |
| 42 | 53 |
| 43 XMPP: | 54 XMPP: |
| 44 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), voice | 55 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), voice |
| 45 support with GTalk and voice and video support with the GMail web | 56 support with GTalk and voice and video support with the GMail web |
| 46 client. (Mike "Maiku" Ruprecht) | 57 client. (Mike "Maiku" Ruprecht) |
| 81 * Google Talk mail notifications should now work for people for whom they | 92 * Google Talk mail notifications should now work for people for whom they |
| 82 inexplicably did not. (Thanks to yukam for determining the reason) | 93 inexplicably did not. (Thanks to yukam for determining the reason) |
| 83 * New XMPP and Google Talk accounts require SSL by default. | 94 * New XMPP and Google Talk accounts require SSL by default. |
| 84 * Display kicks (and the reasons given) in chat rooms when an occupant is | 95 * Display kicks (and the reasons given) in chat rooms when an occupant is |
| 85 kicked. | 96 kicked. |
| 86 | 97 * Fix issues with case-sensitivity of XMPP roster and case-insensitive |
| 87 Yahoo: | 98 Purple groups. |
| 99 * For contacts who advertise Entity Capabilities, only send rich text | |
| 100 markup if they support it. | |
| 101 | |
| 102 Yahoo!/Yahoo! JAPAN: | |
| 88 * P2P file transfers. (Sulabh Mahajan) | 103 * P2P file transfers. (Sulabh Mahajan) |
| 89 * Sending text messages (address to +<countrycode><phone number>). | 104 * Sending text messages (address to +<countrycode><phone number>). |
| 90 (Sulabh Mahajan) | 105 (Sulabh Mahajan) |
| 91 * Addition of MSN buddies to Yahoo accounts by adding them as | 106 * Addition of MSN buddies to Yahoo accounts by adding them as |
| 92 'msn/buddy@somedomain.com' is now supported. (Sulabh Mahajan) | 107 'msn/buddy@somedomain.com' is now supported. (Sulabh Mahajan) |
| 93 * Further fixes for buddy pictures, aliases etc. | 108 * Further fixes for buddy pictures, aliases etc. |
| 109 * Yahoo! and Yahoo! JAPAN are now two separate protocol plugins that share | |
| 110 common protocol code. You can now have the same account on both | |
| 111 networks. | |
| 94 | 112 |
| 95 Pidgin: | 113 Pidgin: |
| 96 * Added -f command line option to tell Pidgin to ignore NetworkManager | 114 * Added -f command line option to tell Pidgin to ignore NetworkManager |
| 97 and assume it has a valid network connection. | 115 and assume it has a valid network connection. |
| 98 * Allow plugins to specify custom link types to the GtkIMHtml widget. | 116 * Allow plugins to specify custom link types to the GtkIMHtml widget. |
| 122 * IMG tags without 'id' attributes are turned into links to the image URL. | 140 * IMG tags without 'id' attributes are turned into links to the image URL. |
| 123 (Dmitry Petroff) | 141 (Dmitry Petroff) |
| 124 * Draw the user's buddy icon at the bottom of the Buddy List with rounded | 142 * Draw the user's buddy icon at the bottom of the Buddy List with rounded |
| 125 corners for visual consistency with the actual icons in the Buddy List. | 143 corners for visual consistency with the actual icons in the Buddy List. |
| 126 (Kosta Arvanitis) | 144 (Kosta Arvanitis) |
| 145 * When file transfers are complete, the received file name written to the | |
| 146 conversation window is now linked to the file. | |
| 127 | 147 |
| 128 Finch: | 148 Finch: |
| 129 * The hardware cursor is updated correctly. This will be useful | 149 * The hardware cursor is updated correctly. This will be useful |
| 130 especially for users of braille terminals, screen readers etc. | 150 especially for users of braille terminals, screen readers etc. |
| 131 * Added a TinyURL plugin, which aids copying longer URLs. | 151 * Added a TinyURL plugin, which aids copying longer URLs. |
