changeset 9794:31ea81339336

[gaim-migrate @ 10662] much thanks to the dedication of nosnilmot committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 20 Aug 2004 17:05:58 +0000
parents 2ce6f1a0016b
children 719fc957e9ee
files plugins/ChangeLog.API
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Fri Aug 20 17:04:43 2004 +0000
+++ b/plugins/ChangeLog.API	Fri Aug 20 17:05:58 2004 +0000
@@ -3,9 +3,9 @@
 version 0.82cvs:
 	Gaim API:
 	* Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text()
-	* Added: gaim_gtkconv_button_new()
 	* Removed: multi.h
 	* Renamed: ui.h to gtkdialogs.h
+	* Renamed: gtkinternal.h to gtkgaim.h
 	* Renamed: show_info_dialog to gaim_gtkdialogs_info
 	* Renamed: show_log_dialog to gaim_gtkdialogs_log
 	* Renamed: show_warn_dialog to gaim_gtkdialogs_warn
@@ -20,7 +20,14 @@
 	* Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat
 	* Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact
 	* Renamed: show_about to gaim_gtkdialogs_about
+
+	Buddy List API:
 	* Changed: gaim_blist_request_add_chat(), added name parameter
+	* Added: gaim_contact_on_account()
+	* Added: flags parameter to the GaimBlistNode struct
+
+	Conversation API:
+	* Added: gaim_gtkconv_button_new()
 
 	Protocol Plugin API: v7
 	* Added: chat_info_defaults to the GaimPluginProtocolInfo struct