comparison ChangeLog @ 27004:2e849a9adc01

Some updates to the ChangeLog, reflecting as much as I could remmeber.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 20 May 2009 17:00:17 +0000
parents b18c6ab86e67
children c162a088489f
comparison
equal deleted inserted replaced
27001:a6a4b440e5ae 27004:2e849a9adc01
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. 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 13
14 libpurple: 14 libpurple:
15 * Various memory cleanups when unloading libpurple. (Nick Hebner) 15 * Various memory cleanups when unloading libpurple. (Nick Hebner)
18 from you on MSN. 18 from you on MSN.
19 19
20 XMPP: 20 XMPP:
21 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), and 21 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), and
22 voice support with GTalk and GMail. (Mike "Maiku" Ruprecht) 22 voice support with GTalk and GMail. (Mike "Maiku" Ruprecht)
23 * Support for in-band bytestreams for file transfers (XEP-0047). 23 * Support for in-band bytestreams for file transfers (XEP-0047). (Marcus
24 Lundblad)
24 * Support for sending and receiving attentions (equivalent to "buzz" 25 * Support for sending and receiving attentions (equivalent to "buzz"
25 and "nudge") using the command /buzz. (XEP-0224) 26 and "nudge") using the command /buzz. (XEP-0224)
26 * Support for connecting using BOSH. (Tobias Markmann) 27 * Support for connecting using BOSH. (Tobias Markmann)
27 * A buddy's local time is displayed in the Get Info dialog if the remote 28 * A buddy's local time is displayed in the Get Info dialog if the remote
28 client supports it. 29 client supports it.
38 * Put section breaks between resources in "Get Info" to improve readability. 39 * Put section breaks between resources in "Get Info" to improve readability.
39 * XHTML markup is only included in outgoing messages when the message 40 * XHTML markup is only included in outgoing messages when the message
40 contains formatting. 41 contains formatting.
41 * Show when the user was last logged in when doing "Get Info" on an offline 42 * Show when the user was last logged in when doing "Get Info" on an offline
42 buddy, provided the server supports it. 43 buddy, provided the server supports it.
43 * Support custom smileys in MUCs (only when all participants supports the 44 * Support custom smileys in MUCs (only when all participants support the
44 "Bits of Binary" extension, and a maximum of 10 participants are in the 45 "Bits of Binary" extension, and a maximum of 10 participants are in the
45 chat (to avoid getting too many fetch requests). 46 chat to avoid getting too many fetch requests).
46 47
47 Yahoo: 48 Yahoo:
48 * P2P file transfers. (Sulabh Mahajan) 49 * P2P file transfers. (Sulabh Mahajan)
49 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. 50 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'.
50 (Sulabh Mahajan) 51 (Sulabh Mahajan)
51 * Sending text messages (address to +<countrycode><phone number>). 52 * Sending text messages (address to +<countrycode><phone number>).
52 (Sulabh Mahajan) 53 (Sulabh Mahajan)
54 * Addition of MSN buddies to Yahoo accounts by adding them as
55 'msn/buddy@somedomain.com' is now supported. (Sulabh Mahajan)
56 * Yahoo Protocol 16 support, including new HTTPS login method; this should
57 fix a number of login problems that have recently cropped up. (Sulabh
58 Mahajan, Mike "Maiku" Ruprecht)
53 59
54 Pidgin: 60 Pidgin:
55 * Added -f command line option to tell Pidgin to ignore NetworkManager 61 * Added -f command line option to tell Pidgin to ignore NetworkManager
56 and assume it has a valid network connection. 62 and assume it has a valid network connection.
57 * Allow plugins to specify custom link types to the GtkIMHtml widget. 63 * Allow plugins to specify custom link types to the GtkIMHtml widget.