]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Don't unref model if it is NULL. (#139770)
[~andy/gtk] / ChangeLog.pre-2-10
index 297c999fc2f0293ef324433afb3ea87becc0eaa7..d0a63f180a50177d50d5e2f542410d6ba6f7d151 100644 (file)
@@ -1,3 +1,28 @@
+2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
+       model if it is NULL. (#139770)
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
+       a shadow inside the scrolled window, add it around the vbox.
+
+       * gtk/gtkentryprivate.h: 
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Return a boolean indicating whether the popup is positioned above 
+       or below. Scroll the completions to the beginning or the end, 
+       depending on the positioning.
+
+       * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
+       wrap around in the entry completion popup, and allow GDK_UP to 
+       enter the popup.  (#137440)
+
+2004-04-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
+       there before using it.
+
 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeprivate.h: Moved search entries into priv data.