diff ChangeLog @ 30159:6eeb50155af8

gtkimhtml: Fix handling of pastes whose data isn't NULL-terminated Rich-text pastes from Chrome now work (they failed the g_utf8_validate far past the end of the paste data) and I bet this also fixes the URIs-pasted-from-Chrome-have-odd-garbage-at-the-end thing, too.
author Paul Aurich <paul@darkrain42.org>
date Sat, 17 Apr 2010 21:35:26 +0000
parents c66e766acb06
children 3ac7f10d13d4
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 17 21:16:19 2010 +0000
+++ b/ChangeLog	Sat Apr 17 21:35:26 2010 +0000
@@ -45,6 +45,8 @@
 	  buddy icons.
 	* The 'Message Timestamp Formats' plugin allows changing the timestamp
 	  format from the timestamps' context menu in conversation log.
+	* Fix pastes from Chrome (rich-text pastes and probably URLs
+	  having garbage appended to them)
 
 	Bonjour:
 	* Added support for IPv6. (Thanks to T_X for testing)