2006-07-02 Matthias Clasen * === Released 2.8.20 === * NEWS: Updates * demos/gtk-demo/editable_cells.c: Portability fix. (#346375, Thomas Klausner) * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): Don't leak default_sort_data. (#346341, Christian Weiske) 2006-06-29 Matthias Clasen * NEWS: Updates * gdk/x11/gdkevents-x11.c (gdk_event_translate): Update the size of the drawable for the root window when the screen size changes. (#346102, Sven Herzberg) 2006-06-26 Matthias Clasen * gtk/gtkcombobox.c (gtk_cell_view_menu_item_new): Avoid a refcounting leak in the python bindings. (#344876, Phil Dumont) 2006-06-18 Matthias Clasen * configure.in: Bump the atk requirement to 1.9.0 2006-06-15 Carlos Garnacho * gtk/gtknotebook.c (gtk_notebook_pages_allocate): (gtk_notebook_calc_tabs): Fix borderline cases in tab visibility calculation. Fixes #168105