diff plugins/ChangeLog.API @ 12919:248b8b39c671

[gaim-migrate @ 15272] Replace GaimBlistNodeAction with the more generic GaimMenuAction, this is in preparation for letting the chat room user list have extensible menus like the blist entries do. (I know it's not exactly the prettiest, and the callback isn't exactly type-safe, when we eventually gobjectify everything we can get some safety back by using (GObject, gpointer) but that's for later.) I'm planning to look into merging GaimPluginActions into GaimMenuActions as well. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 17 Jan 2006 23:22:19 +0000
parents fe2cb084ab16
children 1577b8e194de
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Tue Jan 17 19:28:45 2006 +0000
+++ b/plugins/ChangeLog.API	Tue Jan 17 23:22:19 2006 +0000
@@ -144,6 +144,7 @@
 	  so GAIM_TYPE_BOXED is used for the signal types
 	* gaim_gtk_privacy_is_showable(): We do fallback privacy in the core
 	  now, so this would always be TRUE now.
+	* gaim_blist_node_action_new9); use gaim_menu_action_new() instead
 
 	Added:
 	* gaim_prefs_disconnect_by_handle()
@@ -238,6 +239,7 @@
 	* gaim_gtk_log_get_handle()
 	* gaim_gtk_log_uninit()
 	* gaim_url_fetch_request()
+	* gaim_menu_action_new()
 
 	Signals - Changed:  (See the Doxygen docs for details on all signals.)
 	* Signal propagation now stops after a handler returns a non-NULL value.