]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fix #90661: add im_info->im switch at the top of setup_im() and
[~andy/gtk] / ChangeLog.pre-2-4
index e4a196088c193b95e223649d252e14654dd42fe3..4d1a74d0e73976b313c2c53e7babdb1826551039 100644 (file)
@@ -1,3 +1,32 @@
+Wed Nov 13 10:53:37 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * modules/input/gtkimcontextxim.c:
+       Fix #90661: add im_info->im switch at the top of setup_im() and
+       get_ic_real().
+       Fix #97674: make sure only one status window for the focused
+       input context should be shown.
+
+Wed Nov 13 11:55:25 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_button_press): 
+       When clicking on a non-active tab, focus the first
+       widget in the tab, not the tab itself. (#98322)
+
+       * gtk/gtknotebook.c (gtk_notebook_focus_changed):
+       Eliminate synchronous drawing, just call redraw_tabs.
+       
+       * gtk/gtknotebook.c (gtk_notebook_init): Don't set
+       the RECEIVES_DEFAULT flag, we no longer do anything
+       with Return/Enter key.
+
+Tue Nov 12 17:10:10 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcombo.c: Fix up grabs to be robust; grab
+       the keyboard as well as the pointer so we won't
+       leave the window behind if the user switches desktops
+       with a keyboard combination. (Based on a patch
+       from Matthias Clasen, #82525)
+
 Wed Nov 13 14:01:44 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkstyle.c: