comparison plugins/ChangeLog.API @ 12694:ebed1bbedb04

[gaim-migrate @ 15037] SF Patch #1386297 from Lucio Maciel "Add per pounce options, to pounce only when away/not available. Add pounce when receive a new im message (received-im-msg signal) Fix (pounce != GAIM_POUNCE_NONE) in gaim_pounce_set_events()" I changed this patch so that you can't create a pounce that sends an IM in response to receiving an IM. Auto-reply is messy. I also cleaned up some little things that were bothering me in the pounce dialog. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 03 Jan 2006 11:42:51 +0000
parents fc28451f5d96
children 0bc110c7ab91
comparison
equal deleted inserted replaced
12693:07d6cc1b5a98 12694:ebed1bbedb04
82 the UI and the signal-handlers only receive the 82 the UI and the signal-handlers only receive the
83 conversation that has been switched to. 83 conversation that has been switched to.
84 * GaimPluginProtocolInfo: Added offline_message 84 * GaimPluginProtocolInfo: Added offline_message
85 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops 85 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops
86 * GaimPluginProtocolInfo: Added media_prpl_ops 86 * GaimPluginProtocolInfo: Added media_prpl_ops
87 * gaim_pounce_new(): Added option argument for pounce options
87 88
88 Removed: 89 Removed:
89 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 90 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
90 preference) 91 preference)
91 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 92 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)
127 * gaim_gtkpounce_dialog_show() 128 * gaim_gtkpounce_dialog_show()
128 * GaimGtkBuddyList->bpmenu 129 * GaimGtkBuddyList->bpmenu
129 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead 130 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead
130 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled 131 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled
131 by the notify API in the core. 132 by the notify API in the core.
132 * conversation-switching signal has been removed.
133 133
134 Added: 134 Added:
135 * gaim_prefs_disconnect_by_handle() 135 * gaim_prefs_disconnect_by_handle()
136 * a password field to GaimConnection, which only persists for the 136 * a password field to GaimConnection, which only persists for the
137 session (when "remember password" is false, account->password is 137 session (when "remember password" is false, account->password is
188 * gaim_gtk_create_prpl_icon() 188 * gaim_gtk_create_prpl_icon()
189 * gaim_gtk_create_prpl_icon_with_status() 189 * gaim_gtk_create_prpl_icon_with_status()
190 * gaim_gtk_pounces_manager_show() 190 * gaim_gtk_pounces_manager_show()
191 * gaim_gtk_pounces_manager_hide() 191 * gaim_gtk_pounces_manager_hide()
192 * gaim_gtk_pounce_editor_show() 192 * gaim_gtk_pounce_editor_show()
193 * GAIM_POUNCE_MESSAGE_RECEIVED
194 * GaimPounceOption
195 * gaim_pounce_set_options()
196 * gaim_pounce_set_options()
193 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT 197 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT
194 * GAIM_STOCK_PLUGIN 198 * GAIM_STOCK_PLUGIN
195 * gaim_account_request_add: Notifies the user that they were added to 199 * gaim_account_request_add: Notifies the user that they were added to
196 someone's buddy list, and offers them the choice 200 someone's buddy list, and offers them the choice
197 of adding that person to their buddy list. 201 of adding that person to their buddy list.
257 * "buddy-back": replaced by buddy-status-changed 261 * "buddy-back": replaced by buddy-status-changed
258 * "buddy-idle": replaced by buddy-idle-changed 262 * "buddy-idle": replaced by buddy-idle-changed
259 * "buddy-unidle": replaced by buddy-idle-changed 263 * "buddy-unidle": replaced by buddy-idle-changed
260 * "buddy-icon-cached": replaced by buddy-icon-changed 264 * "buddy-icon-cached": replaced by buddy-icon-changed
261 * "conversation-drag-end": replaced by "conversation-dragging" 265 * "conversation-drag-end": replaced by "conversation-dragging"
266 * "conversation-switching"
262 267
263 version 1.5.0 (8/11/2005): 268 version 1.5.0 (8/11/2005):
264 * Added: gaim_xfer_conversation_write 269 * Added: gaim_xfer_conversation_write
265 Writes a messages to a conversation window with the use 270 Writes a messages to a conversation window with the use
266 of the associated file transfer. 271 of the associated file transfer.