Mercurial > pidgin.yaz
comparison ChangeLog @ 26870:2761213413a3
Remove most of the things that are now in 2.5.6 (I likely missed one or two)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 02 May 2009 23:35:11 +0000 |
parents | 29e1f96ccc89 |
children | af2b87aa82ee |
comparison
equal
deleted
inserted
replaced
26869:29e1f96ccc89 | 26870:2761213413a3 |
---|---|
14 libpurple: | 14 libpurple: |
15 * Various memory cleanups when unloading libpurple. (Nick Hebner) | 15 * Various memory cleanups when unloading libpurple. (Nick Hebner) |
16 * Report idle time 'From last message sent' should work properly. | 16 * Report idle time 'From last message sent' should work properly. |
17 | 17 |
18 XMPP: | 18 XMPP: |
19 * Add voice & video support with Jingle (XEP-0166, 0167, 0176, & 0177), | 19 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), and |
20 and voice support with GTalk and GMail. (Mike "Maiku" Ruprecht) | 20 voice support with GTalk and GMail. (Mike "Maiku" Ruprecht) |
21 * Add support for in-band bytestreams for file transfers (XEP-0047). | 21 * Support for in-band bytestreams for file transfers (XEP-0047). |
22 * Add support for sending and receiving attentions (equivalent to "buzz" | 22 * Support for sending and receiving attentions (equivalent to "buzz" |
23 and "nudge") using the command /buzz. (XEP-0224) | 23 and "nudge") using the command /buzz. (XEP-0224) |
24 * Support for connecting using BOSH. (Tobias Markmann) | 24 * Support for connecting using BOSH. (Tobias Markmann) |
25 * A buddy's local time is displayed in the Get Info dialog if the remote | 25 * A buddy's local time is displayed in the Get Info dialog if the remote |
26 client supports it. | 26 client supports it. |
27 * The set_chat_topic function can unset the chat topic. | 27 * The set_chat_topic function can unset the chat topic. |
28 * Fix crash on connection with recent gstreamer0.10-plugins-bad. | |
29 * Don't create a new conversation window for incoming messages of | |
30 type 'headline'. | |
31 * The Ad-Hoc commands associated with our server are now always shown at | 28 * The Ad-Hoc commands associated with our server are now always shown at |
32 login. | 29 login. |
33 * Support showing and reporting idle times in the buddy list. (XEP-0256) | 30 * Support showing and reporting idle times in the buddy list. (XEP-0256) |
34 * Support most recent version of User Avatar. (XEP-0084 v1.1) | 31 * Support most recent version of User Avatar. (XEP-0084 v1.1) |
35 * Updated Entity Capabilities support. (Tobias Markmann) | 32 * Updated Entity Capabilities support. (Tobias Markmann) |
36 * Better support for receiving remote users' nicknames. | 33 * Better support for receiving remote users' nicknames. |
37 | |
38 IRC: | |
39 * Correctly handle WHOIS for users who are joined to a large number of | |
40 channels. | |
41 * Notify the user if a /nick command fails, rather than trying | |
42 fallback nicks. | |
43 | |
44 MSN: | |
45 * Fix a race condition in the SOAP code that caused mysterious crashes. | |
46 (Thanks to Florian Quèze for noticing the cause) | |
47 * Fix a regression in 2.5.5 that caused numerous "Friendly name changes | |
48 too rapidly" pop-ups at login. | |
49 | 34 |
50 Yahoo: | 35 Yahoo: |
51 * P2P file transfers. (Sulabh Mahajan) | 36 * P2P file transfers. (Sulabh Mahajan) |
52 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. | 37 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. |
53 (Sulabh Mahajan) | 38 (Sulabh Mahajan) |