comparison 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
comparison
equal deleted inserted replaced
12015:5a63ea24ac83 12016:24c7fb94d3a3
133 * gaim_gtkconv_switch_active_conversation(GaimConversation *) 133 * gaim_gtkconv_switch_active_conversation(GaimConversation *)
134 * gaim_str_strip_char() to strip a given character from 134 * gaim_str_strip_char() to strip a given character from
135 a given string 135 a given string
136 * gaim_util_chrreplace() to replace a given character with a 136 * gaim_util_chrreplace() to replace a given character with a
137 different character 137 different character
138 * gaim_gtk_blist_toggle_visibility() to intelligently toggle the
139 visiblity of the buddy list
140 * gaim_gtk_blist_visibility_manager_add() to indicate the addition of a
141 visibility manager - see the docs for more information
142 * gaim_gtk_blist_visibility_manager_remove() to indicate the removal of
143 a visibility manager - see the docs for more information
138 144
139 Signals - Changed: 145 Signals - Changed:
140 * "received-im-msg" and "received-chat-msg" to match, both now pass a 146 * "received-im-msg" and "received-chat-msg" to match, both now pass a
141 conversation pointer and flags 147 conversation pointer and flags
142 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a 148 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a
170 * "buddy-removed": Self explanatory; see Doxygen docs for full details. 176 * "buddy-removed": Self explanatory; see Doxygen docs for full details.
171 * "blist-node-aliased": An alias was set for a buddy, chat or contact. 177 * "blist-node-aliased": An alias was set for a buddy, chat or contact.
172 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details. 178 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details.
173 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details. 179 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details.
174 See Doxygen docs for details. 180 See Doxygen docs for details.
181 * "gtkblist-hiding": See Doxygen docs for details.
182 * "gtkblist-unhiding": See Doxygen docs for details.
175 183
176 Signals - Removed: 184 Signals - Removed:
177 * "buddy-away": replaced by buddy-status-changed 185 * "buddy-away": replaced by buddy-status-changed
178 * "buddy-back": replaced by buddy-status-changed 186 * "buddy-back": replaced by buddy-status-changed
179 * "buddy-idle": replaced by buddy-idle-changed 187 * "buddy-idle": replaced by buddy-idle-changed