comparison 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
comparison
equal deleted inserted replaced
12836:339d61ebca8a 12837:1096bdfef887
132 * GaimGtkBuddyList->bpmenu 132 * GaimGtkBuddyList->bpmenu
133 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead 133 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead
134 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled 134 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled
135 by the notify API in the core. 135 by the notify API in the core.
136 * GaimConversationUiOps.updated: use the conversation-updated signal 136 * GaimConversationUiOps.updated: use the conversation-updated signal
137 * GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI,
138 so GAIM_TYPE_BOXED is used for the signal types
137 139
138 Added: 140 Added:
139 * gaim_prefs_disconnect_by_handle() 141 * gaim_prefs_disconnect_by_handle()
140 * a password field to GaimConnection, which only persists for the 142 * a password field to GaimConnection, which only persists for the
141 session (when "remember password" is false, account->password is 143 session (when "remember password" is false, account->password is