comparison plugins/ChangeLog.API @ 12639:366326fa9cb4

[gaim-migrate @ 14975] SF Patch #1323534 from Sadrul "There is a documented signal `conversation-switched', which never gets emitted. This patch emits this signal when a conversation is switched. This signal can be used by plugins that may want to deal with menu-items / menu-tray items etc." "The conversation-switched signals is moved to gtkconv, -switching signal is removed. Changelog.API and doc/.dox files are updated. I have included the changes in displaying-signals in the dox-files as well." Also, I added a cast to the code from my last commit to suppress a warning. I wish C knew about object oriented inheritance. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 23 Dec 2005 05:13:52 +0000
parents fee6a32644a4
children fc28451f5d96
comparison
equal deleted inserted replaced
12638:7a2a2ca48703 12639:366326fa9cb4
76 displayed-[im|chat]-msg signals are emitted for all messages 76 displayed-[im|chat]-msg signals are emitted for all messages
77 (ie, for received messages, sent messages, system messages, error 77 (ie, for received messages, sent messages, system messages, error
78 messages etc.), and the signals now have 78 messages etc.), and the signals now have
79 gaim_gtk_conversations_get_handle() for their handle. 79 gaim_gtk_conversations_get_handle() for their handle.
80 * GAIM_NOTIFY_BUTTON_ADD_BUDDY to GAIM_NOTIFY_BUTTON_ADD 80 * GAIM_NOTIFY_BUTTON_ADD_BUDDY to GAIM_NOTIFY_BUTTON_ADD
81 * conversation-switched: This signal has been moved from conversation to
82 the UI and the signal-handlers only receive the
83 conversation that has been switched to.
81 84
82 Removed: 85 Removed:
83 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 86 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
84 preference) 87 preference)
85 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 88 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)
121 * gaim_gtkpounce_dialog_show() 124 * gaim_gtkpounce_dialog_show()
122 * GaimGtkBuddyList->bpmenu 125 * GaimGtkBuddyList->bpmenu
123 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead 126 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead
124 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled 127 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled
125 by the notify API in the core. 128 by the notify API in the core.
129 * conversation-switching signal has been removed.
126 130
127 Added: 131 Added:
128 * gaim_prefs_disconnect_by_handle() 132 * gaim_prefs_disconnect_by_handle()
129 * a password field to GaimConnection, which only persists for the 133 * a password field to GaimConnection, which only persists for the
130 session (when "remember password" is false, account->password is 134 session (when "remember password" is false, account->password is