comparison plugins/ChangeLog.API @ 12695:0bc110c7ab91

[gaim-migrate @ 15038] Let's display outdated plugins in the plugins dialog, but grey them out. This way, the user can find out which plugins need to be updated. They will also be able to view the website address so they know where to get a new version. Inspired by SF Feature Request #1395058 from Daniel Beardsmore (uilleann). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 03 Jan 2006 12:03:02 +0000
parents ebed1bbedb04
children 8ae981f2c9cb
comparison
equal deleted inserted replaced
12694:ebed1bbedb04 12695:0bc110c7ab91
207 GAIM_NOTIFY_BUTTON_IM, GAIM_NOTIFY_BUTTON_JOIN, 207 GAIM_NOTIFY_BUTTON_IM, GAIM_NOTIFY_BUTTON_JOIN,
208 GAIM_NOTIFY_BUTTON_INVITE 208 GAIM_NOTIFY_BUTTON_INVITE
209 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO 209 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO
210 * gaim_conversation_present() 210 * gaim_conversation_present()
211 * GaimConversationUiOps->present(GaimConversation *) 211 * GaimConversationUiOps->present(GaimConversation *)
212 * GaimPlugin.unloadable
213 * gaim_plugin_is_unloadable()
212 214
213 Signals - Changed: (See the Doxygen docs for details on all signals.) 215 Signals - Changed: (See the Doxygen docs for details on all signals.)
214 * Signal propagation now stops after a handler returns a non-NULL value. 216 * Signal propagation now stops after a handler returns a non-NULL value.
215 This value is now returned. Previously, all registered handlers were 217 This value is now returned. Previously, all registered handlers were
216 called and the value from the last handler was used. 218 called and the value from the last handler was used.