]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Remove obsolete Win32-only declaration of
[~andy/gtk] / ChangeLog.pre-2-6
index e4d4bd859e306beff9802f6d2aa2e97c023f5508..0c460d8175bc55e112bf937736c703d5b99c176c 100644 (file)
@@ -1,3 +1,33 @@
+2002-03-04  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkrc.h: Remove obsolete Win32-only declaration of
+       gtk_win32_get_installation_directory().
+
+Sun Mar  3 17:03:30 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenushell.c gtk/gtkmenubar.[ch]: Back out
+       changes to propagate keys to parent menu shells, since
+       that broke stuff; rather implement ::cycle-focus as
+       a key binding on GtkMenuShell rather than on GtkMenuBar.
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_class_init): Add
+       add bindings for ::cycle-focus. (In gtkmenubar.c, were 
+       mistakently bound to ::move-focus.)
+
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Minor edits.
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
+Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktable.c: When increasing the row or column
+       requisitions to make them sufficient for spanning widgets,
+       favor rows or columns with expandable children in them.
+       (#1261, Jonathan Blandford.)
+
 Sun Mar  3 14:26:33 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkstyle.[ch] (_gtk_get_insertion_cursor_gc):