2006-12-15 Li Yuan
* configure.in, NEWS: Up-revved to 1.9.4 for gnome 2.17.4.
2006-12-14 Li Yuan
* gail/gailwindow.c: (gail_window_ref_relation_set):
Patch from Padraig Obriain. Fix #368625.
Call gtk_tooltips_get_info_from_tip_window only when widget
is visible.
2006-12-04 Bill Haneman
* Added Li Yuan to MAINTAINERS.
* gail/gailwidget.c: Patch from Padraig for bug #132323,
add STATE_VISIBLE to gail widgets if GTK_WIDGET_VISIBLE is true.
* gail/gailitem.c:
(gail_item_get_name): Don't double-free the item->text, and
g_value_dup_string() instead of g_value_get_string() since the
string will be freed when the gailitem is finalized.
2006-11-14 Paolo Borelli
* gail/gailradiobutton.c:
* gail/gailradiomenuitem.c:
* gail/gailradiosubmenuitem.c:
Plug a small memory leak. Bug #353542.
2006-10-07 Bill Haneman
Patch from Padraig O'Briain:
* gail/gaillabel.c:
(notify_name_change): Check whether the label has actually
changed from its previous string value before emitting
notification. Bug #369267.
Patch from Wouter Boulsterlee and kris@gtk.org:
* gail/gail.c:
(gail_finish_select): Set the next_focus_widget to NULL,
when waiting to report focus on a menubar or menu item because
of a previous deselect.
(gail_focus_notify_when_idle): Similarly, set next_focus_widget to
NULL when removing weak pointer in menu selection case.
Bug #368602.
Patch from Padraig O'Briain:
* gail/gailwidget.c:
(gail_widget_ref_relation_set): Handle case where GtkFileChooserButton
is the mnemonic widget for a GtkComboBox.
Bug #359843.
Patch from Samuel Thibault, for bug #315065:
* gail/gailtextview.c:
(_gail_text_view_insert_text_cb): Calculate string length in
characters, not bytes.
* gail/gailentry.c:
(_gail_entry_insert_text_cb):Ditto.
Patch from Jose Dapena Paz for bug #336644.
* gail/gailbutton.c:
(gail_button_do_action):
Synthesize a GdkEvent instead of calling
gtk_button_released for the 'release' action on a button.
2006-10-23 Willie Walker
* gail/gailcontainer.c, gail/gailexpander.c: fix for bug #350215
to expose expander button's children and to add expandable and
expanded states.