comparison plugins/ChangeLog.API @ 9260:947876140943

[gaim-migrate @ 10059] Patch by Stu Tomlinson to add gaim_conversation_has_focus() and gaim_conv_window_has_focus(), and the (optional) UI ops. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 11 Jun 2004 00:08:29 +0000
parents 3de4cb53762b
children 3d5519a84d02
comparison
equal deleted inserted replaced
9259:f5f7482678d2 9260:947876140943
2 2
3 version 0.79: 3 version 0.79:
4 Gaim API: 4 Gaim API:
5 * gaim_url_parse() now takes two additional parameters, which are used 5 * gaim_url_parse() now takes two additional parameters, which are used
6 for returning the username and password from the URL, if they exist. 6 for returning the username and password from the URL, if they exist.
7 * Added: has_focus UI op to GaimConversationUiOps and
8 GaimConvWindowUiOps.
9 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus().
7 10
8 version 0.78 (05/30/2004): 11 version 0.78 (05/30/2004):
9 Plugin API: v4 12 Plugin API: v4
10 * Added: actions - for plugins to add to the new Plugin Actions menu 13 * Added: actions - for plugins to add to the new Plugin Actions menu
11 14