]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Fix warning.
[~andy/gtk] / ChangeLog.pre-2-2
index 19f84a210ad1cb051338d3318aaab1ba48d49875..185f2517e008f0abc1a29a32cb4dc94ea23c4836 100644 (file)
@@ -1,3 +1,28 @@
+Wed Nov 13 15:52:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcombo.c (gtk_combo_activate): Fix warning.
+       
+       * gtk/gtkcombo.c: Fix code that was meant to delay
+       grabbing events on the list until we had an enter-notify.
+       (#54353, reported by Mike Fulbright, others)
+
+2002-11-13  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/theme-bits/decompose-bits.c (do_part): Add a const here.
+
+       * gtk/gtkcolorsel.c: 
+       * gtk/gtkimcontextsimple.c: 
+       * gtk/gtkstyle.c: Mark constant data as const to give the compiler
+       a chance to put it in a readonly section.  (#75754)
+
+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):