Mercurial > pidgin
comparison ChangeLog @ 27702:ce3bc26aa8cd
More efficient purple_find_conversation_with_account. Closes #9703.
Patch mostly from Aman "tmm1" Gupta; I added the g_list_prepend calls.
The functionality is going to get whacky when dealing with chats that
share the same name ("MSN Chat"), but purple_find_conversation_with_account
doesn't work for those in any sense of the word 'work', so...
committer: Paul Aurich <paul@darkrain42.org>
author | aman@tmm1.net |
---|---|
date | Mon, 27 Jul 2009 04:12:06 +0000 |
parents | e741d5534055 |
children | b5e52173ef67 |
comparison
equal
deleted
inserted
replaced
27701:ab0dace4c688 | 27702:ce3bc26aa8cd |
---|---|
34 address configured. | 34 address configured. |
35 * Fix a leak when the UI provides its own DNS resolving UI op. | 35 * Fix a leak when the UI provides its own DNS resolving UI op. |
36 (Aman Gupta) | 36 (Aman Gupta) |
37 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta) | 37 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta) |
38 * Better handling of corrupt certificates in the TLS Peers cache. | 38 * Better handling of corrupt certificates in the TLS Peers cache. |
39 * More efficient purple_find_buddies() and purple_find_group() functions. | 39 * More efficient buddy list and conversation search functions. |
40 (Jan Kaluza and Aman Gupta) | 40 (Jan Kaluza and Aman Gupta) |
41 * Internationalized Domain Names are supported when libpurple is compiled | 41 * Internationalized Domain Names are supported when libpurple is compiled |
42 against the GNU IDN library. | 42 against the GNU IDN library. |
43 * Install scalable versions of the main Pidgin icon, the protocol icons, | 43 * Install scalable versions of the main Pidgin icon, the protocol icons, |
44 the dialog icons, and the Buddy List emblems. | 44 the dialog icons, and the Buddy List emblems. |