From: <sa...@us...> - 2006-10-18 04:02:47
|
Revision: 17513 http://svn.sourceforge.net/gaim/?rev=17513&view=rev Author: sadrul Date: 2006-10-17 21:02:43 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Changelog the change in gaim_find_buddies. Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-10-18 04:00:27 UTC (rev 17512) +++ trunk/ChangeLog.API 2006-10-18 04:02:43 UTC (rev 17513) @@ -134,6 +134,8 @@ create) a default gtkxfer dialog. * CHAT_USERS_BUDDY_COLUMN became CHAT_USERS_WEIGHT_COLUMN, along with a change in the values stored in the column. + * gaim_find_buddies() returns a list of all buddies in the account if name + is NULL. Removed: * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-10-28 20:10:44
|
Revision: 17609 http://svn.sourceforge.net/gaim/?rev=17609&view=rev Author: thekingant Date: 2006-10-28 13:10:08 -0700 (Sat, 28 Oct 2006) Log Message: ----------- I guess it's just the Max Headroom in me. Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-10-28 20:06:33 UTC (rev 17608) +++ trunk/ChangeLog.API 2006-10-28 20:10:08 UTC (rev 17609) @@ -119,8 +119,8 @@ * gaim_proxy_connect(): changed to return NULL on error and a pointer to a GaimProxyConnectInfo object which can be used to cancel connection attempts using gaim_proxy_connect_cancel(). Also added - a 'handle' parameter that can be used to cancel to cancel the - connection attempt using gaim_proxy_connect_cancel_with_handle(). + a 'handle' parameter that can be used to cancel the connection + attempt using gaim_proxy_connect_cancel_with_handle(). * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and changed to return a pointer to a data structure that can be used to cancel the pending DNS query using gaim_dnsquery_destroy() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-11-08 04:15:21
|
Revision: 17701 http://svn.sourceforge.net/gaim/?rev=17701&view=rev Author: rlaager Date: 2006-11-07 20:15:15 -0800 (Tue, 07 Nov 2006) Log Message: ----------- Document the hiding of _GaimStringref. I missed this file in my last commit. Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-11-08 02:04:47 UTC (rev 17700) +++ trunk/ChangeLog.API 2006-11-08 04:15:15 UTC (rev 17701) @@ -139,6 +139,8 @@ * gaim_find_buddies() returns a list of all buddies in the account if name is NULL. * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. + * Hid the definition of _GaimStringref, which already had a warning to + avoid accessing it directly. Removed: * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-11-13 03:28:28
|
Revision: 17741 http://svn.sourceforge.net/gaim/?rev=17741&view=rev Author: thekingant Date: 2006-11-12 19:28:15 -0800 (Sun, 12 Nov 2006) Log Message: ----------- >From reported to fixed in under two minutes, or your money back. Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-11-12 18:34:25 UTC (rev 17740) +++ trunk/ChangeLog.API 2006-11-13 03:28:15 UTC (rev 17741) @@ -125,7 +125,7 @@ changed to return a pointer to a data structure that can be used to cancel the pending DNS query using gaim_dnsquery_destroy() * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed - to return a pointer to a data structer that can be used to cancel + to return a pointer to a data structure that can be used to cancel the pending HTTP request using gaim_util_fetch_url_cancel(). * gaim_gtk_create_imhtml(): Added sw_ret() parameter * gaim_account_get_log(): Added create parameter This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ebl...@us...> - 2006-12-02 22:31:58
|
Revision: 17880 http://svn.sourceforge.net/gaim/?rev=17880&view=rev Author: eblanton Date: 2006-12-02 14:31:49 -0800 (Sat, 02 Dec 2006) Log Message: ----------- gaim_util_fetch_url callback has changed, apparently Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-12-02 21:24:10 UTC (rev 17879) +++ trunk/ChangeLog.API 2006-12-02 22:31:49 UTC (rev 17880) @@ -127,6 +127,9 @@ * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed to return a pointer to a data structure that can be used to cancel the pending HTTP request using gaim_util_fetch_url_cancel(). + Corresponding callback has changed to accept this data structure + as its first argument, and to accept an error message as an + additional final argument. * gaim_gtk_create_imhtml(): Added sw_ret() parameter * gaim_account_get_log(): Added create parameter * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-12-06 23:05:55
|
Revision: 17903 http://svn.sourceforge.net/gaim/?rev=17903&view=rev Author: sadrul Date: 2006-12-06 15:05:51 -0800 (Wed, 06 Dec 2006) Log Message: ----------- Update the Changelog.API. Thanks to ari for noticing. Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-12-06 18:04:20 UTC (rev 17902) +++ trunk/ChangeLog.API 2006-12-06 23:05:51 UTC (rev 17903) @@ -341,6 +341,8 @@ * gaim_conv_send_confirm() * GaimConversationUiOps.send_confirm * gaim_gtk_roomlist_dialog_show_with_account + * gaim_gtk_tree_view_search_equal_func to be used with + gtk_tree_view_set_search_equal_func Signals - Changed: (See the Doxygen docs for details on all signals.) * Signal propagation now stops after a handler returns a non-NULL value. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ev...@us...> - 2006-12-10 02:58:30
|
Revision: 17932 http://svn.sourceforge.net/gaim/?rev=17932&view=rev Author: evands Date: 2006-12-09 18:58:30 -0800 (Sat, 09 Dec 2006) Log Message: ----------- API Changelog for [17929] Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-12-10 02:54:26 UTC (rev 17931) +++ trunk/ChangeLog.API 2006-12-10 02:58:30 UTC (rev 17932) @@ -84,8 +84,8 @@ * GaimPluginProtocolInfo: Added offline_message * GaimPluginProtocolInfo: Added whiteboard_prpl_ops * GaimPluginProtocolInfo: Added media_prpl_ops - * GaimPluginProtocolInfo: Added "str" argument to tooltip_text, changed - the return type to void + * GaimPluginProtocolInfo: Added "user_info" argument to tooltip_text, + changed the return type to void * GaimPluginProtocolInfo: Added "full" argument to tooltip_text * gaim_pounce_new(): Added option argument for pounce options * gaim_network_listen() and gaim_network_listen_range(): Added @@ -100,6 +100,7 @@ * Smiley Themes: Backslashes must be backslash-escaped. * Plugins: Depedencies are now honored when unloading plugins. * gaim_markup_extract_info_field(): Added format_cb parameter. + * gaim_markup_extract_info_field(): Changed GString parameter to a GaimNotifyUserInfo paramter. * gaim_str_to_time(): Added support for parsing the MM/DD/YYYY format. * gaim_plugin_action_new(): label is now const char * * gaim_plugin_pref_new_with_name(): name is now const char * @@ -144,6 +145,8 @@ * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. * Hid the definition of _GaimStringref, which already had a warning to avoid accessing it directly. + * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char* + for the user information Removed: * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute @@ -510,7 +513,8 @@ * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact * Renamed: show_about to gaim_gtkdialogs_about * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op - (someone who knows just why we have this can edit here) + which pass account and contact information associated with the + userinfo Buddy List API: * Changed: gaim_blist_request_add_chat(), added name parameter This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |