]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Some fixes for modal hint setting based on a patch from Arvind Samptur
[~andy/gtk] / ChangeLog.pre-2-10
index 428ef8a5ed58a72bcbfaf402044577d3e838226e..96fe3e3d1302ddd0f3bca652d29bb24e8ffd623a 100644 (file)
@@ -1,3 +1,32 @@
+Sun Dec 15 18:47:30 2002  Owen Taylor  <otaylor@redhat.com>
+
+       Some fixes for modal hint setting based on a patch
+       from Arvind Samptur (#100416)
+
+       * gtk/gtkdialog.c (gtk_dialog_run): Call gtk_window_set_modal
+       before showing the window for efficiency.
+
+       * gtk/gtkwindow.c (gtk_window_realize): Ignore the EWMH
+       constraint that the transient-for hint must always be
+       set on windows with the modal hint and just always set
+       the modal hint.
+
+       * gtk/gtkwindow.c (gtk_window_set_modal): Update the
+       modal hint on the GdkWindow when the window is realized.
+
+Sun Dec 15 18:39:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+       now; should stay the same until we branch for 2.3. (#100598)
+
+Sun Dec 15 18:14:16 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): 
+       Pass TRUE for search_sensitive - prevents a problem
+       where after hitting Alt-F to bring up the File menu,
+       the mnemonics for the items in the menu might not
+       be usable. (#89336)
+
 Sat Dec 14 22:18:45 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):