comparison plugins/ChangeLog.API @ 12175:a655bdeb561d

[gaim-migrate @ 14477] SF Patch #1360582 from Casey Harkins (charkins) "This patch adds an unseen_count field to gtkconvs which obviously counts the number of unseen messages. It is handled entirely within ...set_unseen() in gtkconv.c. The code for filling the gtkblist menutray context menu with unseen conversations is moved into gtkconv.c because it will also be used by the docklet (avoiding code duplication). I documented it in ChangeLog.API. The context menu items and the tooltips faceprint added now will show the message count as well." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 21 Nov 2005 00:43:20 +0000
parents f6f08fd1841a
children 4d3119205a33
comparison
equal deleted inserted replaced
12174:c7652a910308 12175:a655bdeb561d
148 visibility manager - see the docs for more information 148 visibility manager - see the docs for more information
149 * gaim_gtk_blist_visibility_manager_remove() to indicate the removal of 149 * gaim_gtk_blist_visibility_manager_remove() to indicate the removal of
150 a visibility manager - see the docs for more information 150 a visibility manager - see the docs for more information
151 * gaim_gtk_conversations_get_first_unseen() to find the first conv 151 * gaim_gtk_conversations_get_first_unseen() to find the first conv
152 with an "unseen" state >= to the specified state 152 with an "unseen" state >= to the specified state
153 * gaim_gtk_conversations_fill_unseen_menu() to fill a menu with a list of
154 conversations with an "unseen" state >= to the specified state
153 * gaim_gtk_create_prpl_icon() 155 * gaim_gtk_create_prpl_icon()
154 * gaim_gtk_create_prpl_icon_with_status() 156 * gaim_gtk_create_prpl_icon_with_status()
155 * gaim_gtk_pounces_manager_show() 157 * gaim_gtk_pounces_manager_show()
156 * gaim_gtk_pounces_manager_hide() 158 * gaim_gtk_pounces_manager_hide()
157 * gaim_gtk_pounce_editor_show() 159 * gaim_gtk_pounce_editor_show()