]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
When setting the focus to NULL, clear the existing focus chain so that
[~andy/gtk] / ChangeLog.pre-2-6
index 1cd0f54a03af31de20e93227dbbf49edb975c17b..1cac638a6730bd7b35cdf133a5e80285294692fa 100644 (file)
@@ -1,3 +1,27 @@
+Tue Mar  5 19:19:19 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_set_focus): When setting
+       the focus to NULL, clear the existing focus chain so
+       that when we focus into the window again, we start
+       at the beginning. (Pointed out by Tim Janik.)
+
+2002-03-06  James Henstridge  <james@daa.com.au>
+
+       * configure.in: libpango is now called libpango-1.0
+
+Tue Mar  5 18:17:31 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
+       remove sizing == AUTOSIZE check.  Update docs.
+
+Tue Mar  5 17:43:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfontsel.c (gtk_font_selection_init): Don't
+       create ->font_entry, ->font_style_entry at all rather
+       than just not showing them to avoid the problem of
+       them popping up if gtk_widget_show_all() is done
+       on the dialog. (#72913, Charles Kerr.)
+
 Tue Mar  5 18:06:49 2002  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_resizable):