changeset 26789:6c9e264aa88d

merge of '76766330ad9c063ff4c96cf86c9ce12c0974edd6' and 'a1d92d07631246e44303c044d75179ba68158e8b'
author Paul Aurich <paul@darkrain42.org>
date Sat, 02 May 2009 23:35:19 +0000
parents 2761213413a3 (diff) 25d802c76536 (current diff)
children 6a177edc401e c4aeea36c77b
files
diffstat 1 files changed, 5 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 02 23:02:11 2009 +0000
+++ b/ChangeLog	Sat May 02 23:35:19 2009 +0000
@@ -16,37 +16,21 @@
 	* Report idle time 'From last message sent' should work properly.
 
 	XMPP:
-	* Add voice & video support with Jingle (XEP-0166, 0167, 0176, & 0177),
-	  and voice support with GTalk and GMail. (Mike "Maiku" Ruprecht)
-	* Add support for in-band bytestreams for file transfers (XEP-0047).
-	* Add support for sending and receiving attentions (equivalent to "buzz"
+	* Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), and
+	  voice support with GTalk and GMail. (Mike "Maiku" Ruprecht)
+	* Support for in-band bytestreams for file transfers (XEP-0047).
+	* Support for sending and receiving attentions (equivalent to "buzz"
 	  and "nudge") using the command /buzz. (XEP-0224)
 	* Support for connecting using BOSH. (Tobias Markmann)
 	* A buddy's local time is displayed in the Get Info dialog if the remote
 	  client supports it.
 	* The set_chat_topic function can unset the chat topic.
-	* Fix crash on connection with recent gstreamer0.10-plugins-bad.
-	* Don't create a new conversation window for incoming messages of
-	  type 'headline'.
 	* The Ad-Hoc commands associated with our server are now always shown at
 	  login.
 	* Support showing and reporting idle times in the buddy list. (XEP-0256)
 	* Support most recent version of User Avatar. (XEP-0084 v1.1)
 	* Updated Entity Capabilities support. (Tobias Markmann)
-	* Support receiving user nicknames in presence packets and subscriptions.
-	  (XEP-0172)
-
-	IRC:
-	* Correctly handle WHOIS for users who are joined to a large number of
-	  channels.
-	* Notify the user if a /nick command fails, rather than trying
-	  fallback nicks.
-
-	MSN:
-	* Fix a race condition in the SOAP code that caused mysterious crashes.
-	  (Thanks to Florian Quèze for noticing the cause)
-	* Fix a regression in 2.5.5 that caused numerous "Friendly name changes
-	  too rapidly" pop-ups at login.
+	* Better support for receiving remote users' nicknames.
 
 	Yahoo:
 	* P2P file transfers. (Sulabh Mahajan)