2008-09-23 Matthias Clasen * === Released 2.14.3 === * gtk/tests/builder.c: Fix the spinbutton test to use page_size 0. 2008-09-23 Matthias Clasen * NEWS: Updates 2008-09-23 Matthias Clasen * gtk/gtkspinbutton.c: Warn if the adjustment has nonzero page size. * README.in: Update to explain the situation. * gtk/gtkadjustment.c: Revert to the old behaviour of allowing values in the range [lower, upper]. Relying on the possibility to set values in the [upper - page_size, upper] subrange is considered deprecated, though, and will trigger a warning. * gtk/gtkcombobox.c: * gtk/gtkiconview.c: * gtk/gtkrange.c: * gtk/gtkscrolledwindow.c: * gtk/gtktreeview.c: Add the CLAMPing back that was removed after the GtkAdjustment behaviour change. 2008-09-22 Matthias Clasen Merged from trunk: Bug 553135 – eog crash: assertion failed. Gtk error: shortcuts_remove_rows: code should not be reached * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem signals when we are destroyed, in order to avoid nasty surprises. Patch by Claudio Saavedra 2008-09-22 Frederic Crozat * gtk/gtkfilesystem.c: use the correct gi18n header. Fixes bug #553000. 2008-09-20 Matthias Clasen Merged from trunk: * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't leak a GFile. 2008-09-19 Christian Persch Bug 552837 – mem leak in gtkimmulticontext * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem leak.