]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Updates
[~andy/gtk] / ChangeLog
index 8699550df08f19fcd9661190d5c2cf1b63fe1b57..d4229e80c0d47487b489bc4fab7512fbcba24e6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+       * configure.in: Bump version to 2.14.0
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcolorsel.c: Set page_size to 0 for the spinbuttons
+       in the color selector.
+
+       * README.in: Add a note about the GtkAdjustment clamping change
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 550528 - IconView DND interface does not work if only used as
+       source
+
+       * gtk/gtkiconview.c: Make source-only DND work. 
+       Found by Alex Simon
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: Add some missing symbols
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkprintsettings.c: Fix order of includes to avoid unwanted
+       PLT entries.
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenu.c
+       * gtk/gtkmenuitem.c: remove unused macro cruft. Also remove some
+       unneeded includes.
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkarrow.c: expose-event returns gboolean not gint,
+       reindented static prototypes and did some minor cleanups.
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenu.c: some more trivial cosmetic fixes.
+
+2008-09-03  Christian Dywan  <christian@imendio.com>
+
+       Bug 547449 – Entry/ Combo popup misplaced after resize
+
+       * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
+       (gtk_combo_box_size_allocate): reposition the combo popup when the
+        allocation changes
+       * gtk/gtkentry.c (gtk_entry_size_allocate): reposition the
+        completion popup when the allocation changes
+
 2008-09-03  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkmenu.c (get_arrows_visible_area): proper function header