]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Make the labels left-aligned, and remove an obsolete event box. Bug
[~andy/gtk] / ChangeLog
index d758c0a4880a4ffa4e0f92296bc6905d7701579c..c057211bd826516d0dc1101ad51284341138808a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,606 @@
+2008-01-06  Christian Persch  <chpe@gnome.org>
+
+       * gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,
+       and remove an obsolete event box. Bug #506760.
+
+2008-01-06  Johan Dahlin  <johan@gnome.org>
+
+       * tests/buildertest.c (test_domain): 
+       Update, GtkBuilder::translation-domain is no longer set
+       
+       * gtk/gtkbuilderparser.c (parse_interface): 
+       Allow domains to be overridden in <interface>'s if a translation-domain
+       is set in the builder.
+       (_gtk_builder_parser_parse_buffer): Do not modify the translation-domain
+       of the builder, make the domain set in the <interface> apply only to strings
+       in that interface.
+       (#496831, Ryan Lortie)
+
+       * gtk/gtkbuilder.c: Avoid adding unnecessary trailing newlines 
+       to g_warning calls.
+
+       * gtk/gtktreestore.c (tree_model_end_element): 
+       Remove an unused variable
+
+2008-01-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkspinbutton.c: Document the ::output signal and
+       add an example.  (#507566, example by Owen Taylor)
+
+2008-01-06  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtkcellrenderercombo.c:
+       (gtk_cell_renderer_combo_get_property),
+       (gtk_cell_renderer_combo_set_property):
+       * gtk/gtkcombobox.c: (gtk_combo_box_set_property):
+       * gtk/gtkcomboboxentry.c: (gtk_combo_box_entry_set_property):
+       * gtk/gtknotebook.c: (gtk_notebook_set_property):
+       * gtk/gtkspinbutton.c: (gtk_spin_button_set_property):
+       * gtk/gtktextbuffer.c: (gtk_text_buffer_set_property),
+       (gtk_text_buffer_get_property):
+       * gtk/gtktextview.c: (gtk_text_view_set_property):
+       * gtk/gtktogglebutton.c: (gtk_toggle_button_set_property):
+       * gtk/gtktoolbutton.c: (gtk_tool_button_set_property),
+       (gtk_tool_button_get_property):
+       * gtk/gtktoolitem.c: (gtk_tool_item_set_property),
+       (gtk_tool_item_get_property):
+       * gtk/gtktreeview.c: (gtk_tree_view_set_property):
+       * gtk/gtkwidget.c: (gtk_widget_set_property):
+       * gtk/gtkwindow.c: (gtk_window_set_property):
+       Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently.
+       Fixes #507585
+
+2008-01-06  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): 
+       Make sure that --root works for toplevel widgets.
+       (#491847, Phil Lello)
+
+2008-01-05  Johan Dahlin  <johan@gnome.org>
+
+       * modules/other/gail/tests/Makefile.am: Include Makefile.decl,
+       to make sure that make test-report works properly
+
+2008-01-05  Christian Persch  <chpe@gnome.org>
+
+        * tests/defaultvaluetest.c: Fix mem leak, and don't pass
+        GType as integer through gpointer. Bug #507395.
+
+2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
+
+       Avoid some compiler warnings (#507000).
+
+       * gtk/gtkbuilder.c, gtk/gtkbuilderprivate.h: Use proper sign
+       for value argument of _gtk_builder_flags_from_string.
+       * gtk/gtkwidget.c: Don't alias the child pointer passed
+       to gdk_window_get_user_data.
+
+2008-01-04  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/x11/gdkinput-x11.c (_gdk_device_get_history): don't forget
+       to set the time in the returned GdkTimeCoords.
+
+2008-01-03  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkfilechooserdefault.c (recent_sort_mru): Use the
+       correct comparison function (kudos to Christian Persch and
+       Claudio Saavedra for spotting this)
+
+       * gtk/gtkrecentchooserutils.c:
+       (sort_recent_items_mru),
+       (sort_recent_items_lru): Ditto as above.
+
+2008-01-03  Johan Dahlin  <johan@gnome.org>
+
+       * tests/defaultvaluetest.c: Make it pass again.
+
+2008-01-02  Johan Dahlin  <johan@gnome.org>
+
+       * tests/defaultvaluetest.c (test_type): Ignore a few more tests to 
+       make it pass on Ubuntu.
+       (main): Use gtk_test_list_all_types () instead of providing our
+       own list.
+       And it no longer passes.
+
+2007-12-30  Johannes Schmid <jhs@gnome.org>
+
+       * gtk/gtknotebook.c: (gtk_notebook_stop_reorder):
+       Also reorder menu when reordering tabs by drag & drop
+       (Bug #506474)
+       
+       * tests/testnotebookdnd.c: (create_notebook_with_notebooks):
+       Add a menu to one of the notebooks to have a test-case for
+       the change mentioned above.
+
+2007-12-31  Philip Van Hoof  <pvanhoof@gnome.org>
+
+        * gtk/gtktreemodel.c: Using GSlice for GtkTreePath
+
+2007-12-31  Christian Persch  <chpe@gnome.org>
+
+       * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_property):
+       Plug a mem leak. Bug #506107.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconfactory.c (render_fallback_image): Adjust to
+       icon cache api change.  (#506135, Kazuki Iwamoto)
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Consider "wide-separators" and "separator-height" style properties:
+       The separator is drawn using gtk_paint_box instead of cairo, when
+       "wide-separators" is set. Also do not highlight details for previous
+       or next month, if their day matches the selected day. (#339540)
+
+       * gtk/gtkcalendar.c: Consider "wide-separators" and "separator-height"
+       in gtk_calendar_size_request and calendar_paint_day
+       * gtk/gtkstyle.c: Modify gtk_default_draw_box to use special colors
+       for selected detail separators in GtkCalendar.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Remove max_detail_height field from GtkCalendarPrivate. (#339540)
+
+       * gtk/gtkcalendar.c: Drop max_detail_height field, and use
+       a local variable instead in gtk_calendar_size_request.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/defaultvaluetest.c: Add enough exclusions to make the
+       test succeed.
+
+2007-12-28  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/Makefile.am:
+       * modules/other/gail/tests/*:
+       * configure.in: Merge tests from standalone gail. Bug #504568.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkclipboard.c: Make the finalizer work when display is
+       not set.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Draw bottom shadow of GtkCalender headings. (#506113)
+
+       * gtk/gtkcalendar.c: Set proper initial height for priv->header_win.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcalendar.c: Document the initial values of year/month/day
+       properties.
+
+2007-12-28  Christian Persch  <chpe@gnome.org>
+
+       * gtk/gtkfontsel.c: (gtk_font_selection_get_property): Plug
+       a mem leak. Bug #506096.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktable.c:
+       * gtk/gtktreeview.c:
+       * gtk/gtkprintoperation.c:
+       * gtk/gtkprogressbar.c:
+       * gtk/gtkmessagedialog.c:
+       * gtk/gtknotebook.c:
+       * gtk/gtkprinter.c:
+       * gtk/gtkfilesel.c:
+       * gtk/gtklabel.c:
+       * gtk/gtklinkbutton.c:
+       * gtk/gtkmenu.c: More default property value corrections.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_finalize): Don't unref
+       accel_group unless it is set.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c (get_default_title): Don't return NULL.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkhandlebox.c: Fix the default values of shadow and 
+       shadow-type properties.
+
+       * gtk/gtkfontsel.c: Fix the default values of several properties.
+
+       * gtk/gtkfilesel.c: Fix the default value of the show-fileops
+       property.
+
+       * gtk/gtkcurve.c: Fix the default value of the curve-type property.
+
+       * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
+       property.
+
+2007-12-28  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
+       (gtk_dialog_buildable_custom_tag_start): Chain up. 
+       This makes it possible to have accelerators tags on GtkDialog 
+       subclasses.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details
+       are shown within the widget, or just as tooltip. (#339540)
+
+       * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property
+       aka. GTK_CALENDAR_SHOW_DETAILS, and use it.
+       * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding
+       in flags vbox.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Try more decent appearance of calendar details separator. (#339540)
+
+       * gtk/gtkcalendar.c: Use different colors for drawing the separator,
+       and make it short by one pixel on each side.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Apply trivial code-style changes from attachement 101101. (#339540)
+
+       * tests/testcalendar.c: Some updates to current GTK+ code-style.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Restructure testcalendar for testing calendar details. (#339540)
+
+       * tests/testcalendar.c: Push code arround for testing calendar details.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Implement GtkTooltip API for calendar details. (#339540)
+
+       * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up.
+       Remember detail overflows in calendar_paint_day to show the tooltip
+       only when neccessary.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Without setting "detail-width-chars" and "detail-height-rows"
+       properties not only the widget has to be redrawn on certain
+       conditions, but also its size must be recalculated. (#339540)
+
+       * gtk/gtkcalendar.c: Add calendar_queue_refresh and call
+       that function instead of gtk_widget_queue_draw.
+
+2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
+
+       Consider details for size-request and expose-event. (#339540)
+
+       * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and
+       is_color_attribute functions. Change gtk_calendar_size_request
+       and calendar_paint_day to consider and show calender details.
+
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: Introduce local priv variables to 
+       reduce ->->
+
+2007-12-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: Correct the default value for the 
+       tearoff-title property.
+
+       * gtk/gtkcellrenderertext.c: Fix the default value for the
+       wrap-mode and font-scale properties.
+
+       * gtk/gtkaspectratio.c: Fix the default value for the ratio
+       property.
+
+2007-12-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gkt/gtksignal.h: Fix 0<>NULL confusion in gtk_signal_connect...
+       defines.  (#505708,  MINAMI Hirokazu)
+
+2007-12-27  Christian Persch  <chpe@gnome.org>
+       
+       * Makefile.am: Install gail.pc. Bug #505859.
+
+2007-12-27  Mathias Hasselmann  <mathias@openismus.com>
+
+       Add infrastructure for GtkCalendar details. (#339540)
+
+       * gtk/gtkcalendar.c, gtk/gtkcalendar.h, gtk/gtk.symbols:
+       Add "detail-width-chars" and "detail-height-rows" properties,
+       and gtk_calendar_set_detail_func function.
+
+2007-12-27  Xan Lopez  <xan@gnome.org>
+
+       * gtk/gtk.symbols: 
+       * gtk/gtkstyle.c (gtk_border_new, gtk_border_copy): 
+
+       Add gtk_border_new to avoid memory allocator confusions when using
+       GtkBorders. Also, make gtk_border_copy use g_slice_dup. (#454042)
+
+2007-12-27  Christian Persch  <chpe@gnome.org>
+
+       * gdk/x11/gdkscreen-x11.c: (init_randr12): Fir the patch from 
+       bug #504886 not to read unitialised memory.
+
+2007-12-26  Xan Lopez  <xan@gnome.org>
+
+       * gtk/gtkstatusbar.c (has_extra_children): take into account the
+       modification of the internal frame contents to decide if we have
+       extra children. (#415677)
+
+2007-12-22  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/gailitem.c: Fix mem leak. Bug #505556.
+
+2007-12-25  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/gailwindow.c: (gail_window_initialize):
+       Initialise |widget|. Fixes a buglet introduced by the commit from bug
+       #505226.
+
+2007-12-25  Christian Persch  <chpe@gnome.org>
+
+        * modules/other/gail/*.h: Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
+       
+2007-12-25  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/*.[ch]: Remove relocations from the atk
+       factories. Remove unused gail_foo_new() functions. Fix object
+       instantiation to be derivation safe by moving initialisation code
+       from the removed gail_foo_new() functions to the
+       AtkObjectClass::initialize implementation. Bug #505226.
+
+2007-12-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/other/gail/gailentry.c:
+       * modules/other/gail/gailimage.c:
+       * modules/other/gail/gailtextview.c: Remove non-multihead-safe
+       uses of clipboards and settings.  (#504722, Christian Persch)
+
+2007-12-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkapplaunchcontext.c: Remove unneeded includes. (#505411,
+        Kazuki IWAMOTO)
+
+2007-12-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: When popping up a menu from a treeview cell,
+       use the time and button information from the event.  (#504901,
+       Peter Bloomfield)
+
+2007-12-23  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/gdkevents-win32.c (show_window_recurse): Check that
+       the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
+       Fixes a regression caused by #164537 patch where transient
+       windows that are hidden get shown (incorrectly) when their
+       parents are minimized. (#504984)
+       
+2007-12-22  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/gailcell.c:
+       * modules/other/gail/gailcontainercell.c:
+       * modules/other/gail/gailexpander.c:
+       * modules/other/gail/gailtextcell.c:
+       * modules/other/gail/gailtextview.c:
+       * modules/other/gail/gailwindow.c: Fix compile warnings. Bug #504701.
+
+2007-12-22  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/*.c: Include config.h. Bug #504720.
+
+2007-12-22  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
+       handwritten get_type functions. Bug #504661.
+
+2007-12-23  Xan Lopez  <xan@gnome.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_build_tree): pass correct argument
+       to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* vs. GtkTreeIter**).
+
+       Patch by Sadrul Habib Chowdhury (#504804)
+
+2007-12-22  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug
+       #504645, patch by Li Yuan.
+
+2007-12-22  Christian Persch  <chpe@gnome.org>
+
+       * gdk/x11/gdkscreen-x11.c: (init_randr12): Plug mem leaks. Bug #504886.
+
+2007-12-22  Christian Persch  <chpe@gnome.org>
+        
+        * modules/other/gail/gail.c:
+        * modules/other/gail/gailbutton.c:
+        * modules/other/gail/gailcell.c:
+        * modules/other/gail/gailcombo.c:
+        * modules/other/gail/gailcombo.h:
+        * modules/other/gail/gailcombobox.c:
+        * modules/other/gail/gailentry.c:
+        * modules/other/gail/gailexpander.c:
+        * modules/other/gail/gailmenuitem.c:
+        * modules/other/gail/gailnotebook.c:
+        * modules/other/gail/gailnotebookpage.c:
+        * modules/other/gail/gailnotebookpage.h:
+        * modules/other/gail/gailoptionmenu.c:
+        * modules/other/gail/gailrange.c:
+        * modules/other/gail/gailtextview.c:
+        * modules/other/gail/gailtreeview.c:
+        * modules/other/gail/gailtreeview.h:
+        * modules/other/gail/gailwindow.c: Use gdk_threads_add_idle.
+        Bug #504571.
+
+2007-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
+       Christian Persch)
+
+2007-12-21  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
+       Plug leak of destroyed subviews, fixes bug #504753.
+
+2007-12-20  Johan Dahlin  <johan@gnome.org>
+
+       * tests/Makefile.am (TEST_PROGS): 
+       * tests/defaultvaluetest.c: Add a test for default values,
+       based on program by Christan Perch
+
+2007-12-20  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): 
+       Refactor to avoid some duplication.
+       Convert toplevel GtkMenu's top popups and not menubars in the ui manager.
+       Fixes #504749, Yuri Pimenov
+
+2007-12-20  Kristian Rietveld  <kris@imendio.com>
+
+       * configure.in: RYuri Pimenovemove leftovers from old XRandR check.  Makes
+       the build work again on systems without xrandr 1.2.
+
+2007-12-20  Christian Persch  <chpe@gnome.org>
+
+       * configure.in:
+       * modules/other/gail/libgail-util/Makefile.am:
+       Keep the same libtool version as the standalone libgail-util had.
+        Bug #504643.
+
+2007-12-20 15:30:09  Tim Janik  <timj@imendio.com>
+
+       * Makefile.decl: generate HTML reports for test-report perf-report full-report.
+
+2007-12-20  Alexander Larsson  <alexl@redhat.com>
+        
+       * gdk/x11/gdkapplaunchcontext-x11.c:
+       Update for gio API changes
+
+2007-12-20  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/GdkQuartzWindow.c:
+       * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by
+       processing events after changing the size.
+
+2007-12-20  Richard Hult  <richard@imendio.com>
+
+       * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder):
+       Add stub for quartz to fix build.
+
+2007-12-20  Christian Persch  <chpe@gnome.org>
+
+       * modules/other/gail/Makefile.am:
+       * modules/other/gail/gailimage.c: (gail_image_class_init),
+       (gail_image_init), (elide_underscores), (gail_image_get_name),
+       (atk_image_interface_init), (gail_image_finalize):
+       * modules/other/gail/gailimage.h:
+       R modules/other/gail/gailintl.h:
+       * po/POTFILES.skip: Use the stock item's label as the name of the
+       accessible in gailimage.c. Bug #504246.
+
+2007-12-19  Mathias Hasselmann  <mathias@openismus.com>
+
+       Avoid some compiler warnings and remove obsolete code. (#339540)
+
+       * gtk/gtkcalendar.c: Change week and year variable in
+       calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
+       0" block from calendar_paint_day: The feature in question is handled
+       few lines above. Cast data returned by gtk_selection_data_get_text()
+       to (gchar*) in gtk_calendar_drag_data_received.
+
+2007-12-19 17:05:31  Tim Janik  <timj@imendio.com>
+
+       * modules/other/Makefile.am: include Makefile.decl to unbreak test rules.
+
+2007-12-19  Johan Dahlin  <johan@gnome.org>
+
+       * tests/buildertest.c (test_object_properties): 
+       Add another call to gtk_builder_add_string after using
+       delayed properties, as reported in #504393 but already
+       fixed in #495769.
+
+2007-12-18  Christian Persch  <chpe@gnome.org>
+
+       * configure.in:
+       * docs/reference/Makefile.am:
+       * docs/reference/libgail-util/*:
+       * gail-uninstalled.pc.in:
+       * gail.pc.in:
+       * modules/Makefile.am:
+       * modules/other/Makefile.am:
+       * modules/other/gail/*:
+       * modules/other/gail/libgail-util/*:
+       * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
+
+2007-12-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c: Add a gtk-im-module GTK setting
+       * gdk/win32/gdkproperty-win32.c: 
+       * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting.
+
+       * gtk/gtkimmodule.[hc]: 
+       * gtk/gtkimmulticontext.[hc]: When determining the default context,
+       look at the gtk-im-module setting, and listen for changes to the
+       setting.  (#502446, Akira Tagoh)
+
+2007-12-17  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktooltip.c (gtk_tooltip_finalize),
+       (gtk_tooltip_set_last_window): use a weak pointer to set last_window
+       to NULL as soon as it's destroyed.  (#496546, patch from
+       Benjamin Berg).
+
+2007-12-17  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
+       always determine what arrow to show if show_sort_indicator is true.
+       (#352738, Chris Vine).
+
+2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
+
+       Prevent assertion failure in gtk_paned_find_neighbours. (#503824,
+       Sébastien Granjoux)
+
+       * gtk/gtkpaned.c: Call gtk_container_forall instead of
+       gtk_container_foreach in get_child_panes.
+
+2007-12-15  Xan Lopez  <xan.lopez@nokia.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
+
+       Plug leak: When reordering the info in the list the old node is
+       removed but not freed. (#503569)
+
+2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
+       Use u32 instead of __u32 and u8 instead of __u8 as the other types
+       are deprecated since DirectFB 1.0.0. If compiling with an older
+       version define the new type name to the old types. Fixes bug #503190.
+
+2007-12-14  Ray Strode  <rstrode@redhat.com>
+
+       * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...)
+       instead of g_signal_connect_after (..., "realize", ...) as an
+       alternative to gtk_widget_realize () (bug 503537).
+
+2007-12-14  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkinternals.h
+       * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
+       individual files.
+
+       * gdk/gdkapplaunchcontext.c
+       * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
+       header already includes everything now.
+
+2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
+
+       Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
+       next stable release shall be 2.16, not 2.14 - even if disagree.
+
+       * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/
+
 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
 
        Change GtkToolItem to retrieve its properties from GtkToolShell