comparison ChangeLog.API @ 30234:832c94bdc3bb

Add notify::visibilty handlers for the 'lean' GtkIMHtmlToolbar, meaning, e.g., gtk_widget_hide(toolbar->link) will affect the 'lean' view, too. This was entirely untested.
author Paul Aurich <paul@darkrain42.org>
date Sat, 03 Jul 2010 01:13:29 +0000
parents 51d5ec7b1699
children e1b511df0d3e
comparison
equal deleted inserted replaced
30233:eada0ae4df00 30234:832c94bdc3bb
4 libpurple: 4 libpurple:
5 Fixed: 5 Fixed:
6 * purple_account_[gs]et_public_alias no longer crash when 6 * purple_account_[gs]et_public_alias no longer crash when
7 called for a protocol that doesn't support the underlying 7 called for a protocol that doesn't support the underlying
8 calls and the caller does not specify a failure callback. 8 calls and the caller does not specify a failure callback.
9 Pidgin:
10 Changed:
11 * Changing the visibility (gtk_widget_hide/show) of
12 the widgets in the GtkIMHtmlToolbar should now affect
13 the visibility of the entries in the 'lean' view
14 (the default toolbar view).
9 15
10 version 2.7.1 (05/29/2010): 16 version 2.7.1 (05/29/2010):
11 * No changes 17 * No changes
12 18
13 version 2.7.0 (05/12/2010): 19 version 2.7.0 (05/12/2010):