diff plugins/ChangeLog.API @ 10100:fad5d3354cc1

[gaim-migrate @ 11123] The slashing begins. I moved the formatting bindings to gtk_binding stuff from a key_press_event. This will not interfere with gtkrc keybindings. I'm hoping moving GDK_Enter here will fix the input method bug, but I'll try that some other time. This took me FOREVER to figure out. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Oct 2004 03:14:46 +0000
parents 9fdbfe832fac
children 60db14d54914
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Thu Oct 14 18:15:10 2004 +0000
+++ b/plugins/ChangeLog.API	Fri Oct 15 03:14:46 2004 +0000
@@ -6,6 +6,8 @@
 	* Added: gaim_prefs_disconnect_by_handle()
 	* Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the
 	           /gaim/gtk/sound/mute preference)
+	* Changed: gtk_imhtml_toolbar now descends from GtkHBox making it
+		   easier to add your own widgets to it
 
 version 1.0.0 (09/17/2004):
 	* Added: get_chat_name to the GaimPluginProtocolInfo struct