]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Use $PKG_CONFIG consistently. (#348740, Jeremy Lainé)
[~andy/gtk] / ChangeLog
index 9b69b259a17c680db12ef03efbcd2470face2751..98ebdd80fe8688e6a372349fa6295e2943e33e5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2006-08-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG consistently.  (#348740,
+       Jeremy LainĂ©)
+       
+       * gtk/gtknotebook.c (gtk_notebook_drag_motion): Don't allow
+       dragging a notebook tab to one of its children.  (#348626,
+       Benjamin Otte)
+       (gtk_notebook_drag_motion): Don't accept drops on 
+       arrows.  (#348706, Benjamin Otte)
+
+       * tests/testnotebookdnd.c: Test more corner cases.
+
+2006-08-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * docs/tutorial/gtk-tut.sgml: Remove outdated lists of
+       authors and maintainers.  (#348538, Owen Taylor)
+
+       * gtk/gtkentry.c:
+       * gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context
+       privately.
+       
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_action_button_press): 
+       * gtk/gtkentry.c (gtk_entry_completion_key_press): Reset the
+       entry's im context here.  (#348478, Nguyen Thai Ngoc Duy, Christian
+       Persch) 
+
+       * gtk/gtktextview.c (gtk_text_view_style_set): Create new
+       PangoContexts and set them on the layout, to catch changes in
+       font options.  (#348278, Behdad Esfahbod)
+
+       * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add a 
+       missing initialization.  (#349863, Benjamin Berg)
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder): 
+       Protect against tree_view being NULL.  (#348652, Patrick K. O'Brian,
+       Chris Wilson)
+
+2006-08-03  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentchoosermenu.c:
+       (set_recent_managet), (gtk_recent_chooser_menu_populate),
+       (idle_populate_func), (idle_populate_clean_up),
+       (manager_changed_cb): Lazily populate the menu when creating
+       it and after the manager emits the "changed" signal; this
+       fixes the initial bad placing of the GtkRecentChooserMenu
+       widget when its set as the menu of a GtkMenuToolButton.
+
+       (gtk_recent_chooser_menu_map),
+       (gtk_recent_chooser_menu_class_init): Remove the ::map method
+       override, since it's not needed anymore.
+
+2006-08-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkrc.c (gtk_rc_parse_assignment): reset scanner config to
+       default values while checking if an expression(foobar) follows,
+       because if no expression follows the scanner's "next token" must
+       be usable for the caller of this function (fixes bug #349552).
+
 2006-08-03  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkstyle.c: removed the "widget &&" part from