comparison ChangeLog @ 27063:84325b6e3568

propagate from branch 'im.pidgin.pidgin' (head df25bed2c1c0d097b7f52fbfae76223d8552f0c3) to branch 'im.pidgin.cpw.malu.client_type' (head c15cbc590593b43c8da491402da1ba1f2b1f1fc8)
author Marcus Lundblad <ml@update.uu.se>
date Thu, 07 May 2009 20:34:50 +0000
parents 9ce0c5bc922c
children 04af21d4be27
comparison
equal deleted inserted replaced
27062:98ff7c538e48 27063:84325b6e3568
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 33 * Better support for receiving remote users' nicknames.
37 IRC: 34 * /affiliate and /role will now list the room members with the specified
38 * Correctly handle WHOIS for users who are joined to a large number of 35 affiliation/role if possible. (Andrei Mozzhuhin)
39 channels. 36 * Put section breaks between resources in "Get Info" to improve readability.
40 * Notify the user if a /nick command fails, rather than trying 37 * XHTML markup is only included in outgoing messages when the message
41 fallback nicks. 38 contains formatting.
42 39 * Show when the user was last logged in when doing "Get Info" on an offline
43 MSN: 40 buddy, provided the server supports it.
44 * Fix a race condition in the SOAP code that caused mysterious crashes.
45 (Thanks to Florian Quèze for noticing the cause)
46 * Fix a regression in 2.5.5 that caused numerous "Friendly name changes
47 too rapidly" pop-ups at login.
48 41
49 Yahoo: 42 Yahoo:
50 * P2P file transfers. (Sulabh Mahajan) 43 * P2P file transfers. (Sulabh Mahajan)
51 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. 44 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'.
52 (Sulabh Mahajan) 45 (Sulabh Mahajan)