diff plugins/ChangeLog.API @ 12016:24c7fb94d3a3

[gaim-migrate @ 14309] Patch from charkins to fix potential problems with the buddy list becoming invisible with no way to restore visiblity. This (re)introduces the concept of a "visibility manager" that, if present, will be in charge of controlling the visibility of the buddy list. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 09 Nov 2005 02:25:26 +0000
parents cb73483c9f63
children 1a86417abfc8
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Wed Nov 09 01:36:28 2005 +0000
+++ b/plugins/ChangeLog.API	Wed Nov 09 02:25:26 2005 +0000
@@ -135,6 +135,12 @@
 	  a given string
 	* gaim_util_chrreplace() to replace a given character with a
 	  different character
+	* gaim_gtk_blist_toggle_visibility() to intelligently toggle the
+	  visiblity of the buddy list
+	* gaim_gtk_blist_visibility_manager_add() to indicate the addition of a
+	  visibility manager - see the docs for more information
+	* gaim_gtk_blist_visibility_manager_remove() to indicate the removal of
+	  a visibility manager - see the docs for more information
 
 	Signals - Changed:
 	* "received-im-msg" and "received-chat-msg" to match, both now pass a
@@ -172,6 +178,8 @@
 	* "buddy-status-changed": A buddy changed status; see Doxygen docs for full details.
 	* "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details.
 		See Doxygen docs for details.
+	* "gtkblist-hiding": See Doxygen docs for details.
+	* "gtkblist-unhiding": See Doxygen docs for details.
 
 	Signals - Removed:
 	* "buddy-away": replaced by buddy-status-changed