comparison ChangeLog.API @ 30673:e1b511df0d3e

Make the combobox a tiny bit friendlier. Pressing the first letter of an item will now jump to that item (and popup the dropdown first if necessary). Add some API in libgnt in the process.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 05 Jul 2010 15:01:56 +0000
parents 832c94bdc3bb
children e874875a74a7 0123c69ec0e5
comparison
equal deleted inserted replaced
30672:514ed776e193 30673:e1b511df0d3e
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
9 Pidgin: 10 Pidgin:
10 Changed: 11 Changed:
11 * Changing the visibility (gtk_widget_hide/show) of 12 * Changing the visibility (gtk_widget_hide/show) of
12 the widgets in the GtkIMHtmlToolbar should now affect 13 the widgets in the GtkIMHtmlToolbar should now affect
13 the visibility of the entries in the 'lean' view 14 the visibility of the entries in the 'lean' view
14 (the default toolbar view). 15 (the default toolbar view).
16
17 libgnt:
18 Added:
19 * gnt_tree_row_get_key, gnt_tree_row_get_next,
20 gnt_tree_row_get_prev, gnt_tree_row_get_child and
21 gnt_tree_row_get_parent.
15 22
16 version 2.7.1 (05/29/2010): 23 version 2.7.1 (05/29/2010):
17 * No changes 24 * No changes
18 25
19 version 2.7.0 (05/12/2010): 26 version 2.7.0 (05/12/2010):