changeset 29397:9b0d3a48a467

ChangeLog a ton of stuff that should have been.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 09 Feb 2010 06:56:00 +0000
parents bafc2a8bb747
children e1c01f236674 a8614b855c39 2b9db39bd7ed
files ChangeLog
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 09 06:25:10 2010 +0000
+++ b/ChangeLog	Tue Feb 09 06:56:00 2010 +0000
@@ -7,6 +7,9 @@
 	  to be improperly converted to XHTML.
 	* Set "controlling-mode" correctly when initializing a media session.
 	  Fixes receiving voice calls from Psi.
+	* When looking up DNS records, use the type of record returned by the
+	  server (instead of the type we asked for) to determine how to process
+	  the record.
 
 	General:
 	* Correctly disable all missing dependencies when using the
@@ -28,6 +31,10 @@
 	* Buddies who sign in from a second location will no longer cause an
 	  unnecessary chat window to open.
 	* Support setting an animated GIF as a buddy icon.
+	* Numerous code cleanups and memory savings.
+
+	MySpace:
+	* Fix a leak and crash when retrieving buddy icons.
 
 	XMPP:
 	* Added support for the SCRAM-SHA-1 SASL mechanism.  This is only
@@ -57,6 +64,24 @@
 	* Allow dropping an image on Custom Smiley window to add a new one.
 	* Prompt for confirmation when clearing a whiteboard (doodle) session.
 	  (Kartik Mohta)
+	* Use the "hand" cursor when hovering over usernames in chat history to
+	  indicate that the username is an actionable item.
+	* Double-clicking usernames in chat history will open an IM with that
+	  user.
+	* Put an icon on the "Filter" button in the debug window.
+	* Don't treat "/messages/like/this " as commands.
+	* Explicitly mark user interaction when inserting smilies from the
+	  toolbar so "Undo" correctly removes these smilies.
+	* Clicking "New" or "Saved" in the status selector menu while typing a
+	  status message no longer keeps the status entry area stuck in "typing"
+	  mode forever.
+	* Show tooltips for ellipsized conversation tabs.  On older systems,
+	  tooltips will show for all tabs.
+	* The File Transfers and Debug Window windows are no longer created as
+	  dialogs.  These windows should now have minimize buttons in many
+	  environments in which they were previously missing (including Windows).
+	* Smiley themes with Windows line endings no longer cause theme
+	  descriptions not to be displayed in the theme selector.
 
 	Finch:
 	* Rebindable 'move-first' and 'move-last' actions for tree widgets. So