summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorHidetoshi Tajima <tajima@src.gnome.org>2002-09-10 16:49:44 +0000
committerHidetoshi Tajima <tajima@src.gnome.org>2002-09-10 16:49:44 +0000
commit2589ff07b302c932171d1db86ec29f57a4981788 (patch)
tree11f6822b6422d9ba5abb303b7c2e459af93dcab5 /ChangeLog.pre-2-8
parent7ddfec4f808f55a2499d3771e39d62b26d9f7555 (diff)
downloadgtk+-2589ff07b302c932171d1db86ec29f57a4981788.tar.gz
modify a warning when XSetLocaleModifiers() fails, and add a warning when
* modules/input/gtkimcontextxim.c (get_im): modify a warning when XSetLocaleModifiers() fails, and add a warning when XOpenIM() fails (gtk_im_context_xim_filter_keypress): use XLookupString when xic is not available. (#90661) (gtk_im_context_xim_get_ic, gtk_im_with_preedit, gtk_im_without_preeedit): filter key release events only when input methods ask for (#81759)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index b1c97040e9..a8df433ee8 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,14 @@
+Tue Sep 10 09:47:52 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
+
+ * modules/input/gtkimcontextxim.c
+ (get_im): modify a warning when XSetLocaleModifiers() fails, and
+ add a warning when XOpenIM() fails
+ (gtk_im_context_xim_filter_keypress): use XLookupString when xic
+ is not available. (#90661)
+ (gtk_im_context_xim_get_ic, gtk_im_with_preedit,
+ gtk_im_without_preeedit): filter key release events only when
+ input methods ask for (#81759)
+
Tue Sep 10 11:11:09 2002 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/*: Patch from Eric Warmonhoven to