diff plugins/ChangeLog.API @ 12837:1096bdfef887

[gaim-migrate @ 15185] Removing GAIM_SUBTYPE_CONV_WINDOW because conversation windows are no longer a concept of the core. I changed the signal in gtkconv.c to use GAIM_TYPE_BOXED, but I really have no idea how well that'll actually work for the language bindings (Perl and Tcl) that were using GAIM_SUBTYPE_CONV_WINDOW. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 11 Jan 2006 23:23:38 +0000
parents 58a80d7a937a
children cb36bc2db7c5
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Wed Jan 11 23:18:52 2006 +0000
+++ b/plugins/ChangeLog.API	Wed Jan 11 23:23:38 2006 +0000
@@ -134,6 +134,8 @@
 	* cb and user_data from the ops in GaimNotifyUiOps: This is now handled
 	  by the notify API in the core.
 	* GaimConversationUiOps.updated: use the conversation-updated signal
+	* GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI,
+	  so GAIM_TYPE_BOXED is used for the signal types
 
 	Added:
 	* gaim_prefs_disconnect_by_handle()