]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Use $PKG_CONFIG consistently. (#348740, Jeremy Lainé)
[~andy/gtk] / ChangeLog
index cfee20ec5fc268c61d5b98b2dddb28f73d6ed077..98ebdd80fe8688e6a372349fa6295e2943e33e5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
+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)