Mercurial > pidgin.yaz
comparison ChangeLog @ 25011:ae544623840b
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
to branch 'org.darkrain42.pidgin.buddy-add' (head e4fae922272cfd510a1f55595c374c2b9f665767)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 02 Jan 2009 19:27:02 +0000 |
parents | a33943427c90 |
children | 1e121a3eceeb 19cd8f986e4a |
comparison
equal
deleted
inserted
replaced
25010:6eecd6ba2862 | 25011:ae544623840b |
---|---|
4 libpurple: | 4 libpurple: |
5 * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin | 5 * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin |
6 Rosinski) | 6 Rosinski) |
7 * Don't ignore namespace information when parsing XMPP data. (Michal | 7 * Don't ignore namespace information when parsing XMPP data. (Michal |
8 Witkowski) | 8 Witkowski) |
9 * Fix a crash that occurred when retrieving certain Offline Messages | |
10 on MSN. | |
11 * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich) | |
12 * Fix the hang on exit in Network Location Awareness for Windows XP | |
13 and Windows Vista. (Paul Aurich) | |
14 | |
15 XMPP: | |
16 * Support for XEP-0191 blocking. (Vijay Raghunathan) | |
17 * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich) | |
18 | |
19 Pidgin: | |
20 * Fix a crash in the Add Account dialog when changing protocols under | |
21 certain circumstances. | |
22 | |
23 Finch: | |
24 * Redirect stderr outputs to the debug window. | |
9 | 25 |
10 version 2.5.3 (12/20/2008): | 26 version 2.5.3 (12/20/2008): |
11 libpurple: | 27 libpurple: |
12 * The Buddy State Notification plugin no longer prints duplicate | 28 * The Buddy State Notification plugin no longer prints duplicate |
13 notifications when the same buddy is in multiple groups. (Florian | 29 notifications when the same buddy is in multiple groups. (Florian |
125 * Fix a crash cleaning up custom smileys when Pidgin is closed. | 141 * Fix a crash cleaning up custom smileys when Pidgin is closed. |
126 * Fix adding a custom smiley using the context menu in a conversation | 142 * Fix adding a custom smiley using the context menu in a conversation |
127 if no custom smilies have previously been added using the smiley | 143 if no custom smilies have previously been added using the smiley |
128 manager. | 144 manager. |
129 * Improved support for some message formatting in conversations. | 145 * Improved support for some message formatting in conversations. |
130 * Allow focusing the coversation history or userlist with F6. | 146 * Allow focusing the conversation history or userlist with F6. |
131 * Fixed the Send Button plugin to avoid duplicate buttons in a single | 147 * Fixed the Send Button plugin to avoid duplicate buttons in a single |
132 conversation. | 148 conversation. |
133 * Double-clicking a saved status will now activate it and close the | 149 * Double-clicking a saved status will now activate it and close the |
134 saved status manager, rather than edit the status. | 150 saved status manager, rather than edit the status. |
135 | 151 |