summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-02-25 03:51:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-02-25 03:51:04 +0000
commit82d7ac35ed7098d2a673f45631374387c90076c5 (patch)
tree7035786eba439474e9b97c91e0e85779ee3d5590 /ChangeLog.pre-2-10
parent203476915af832a6974f7050dfc6d2b12baed2cb (diff)
downloadgtk+-82d7ac35ed7098d2a673f45631374387c90076c5.tar.gz
Added some support for i18n. The support for input methods, including
Tue Feb 24 22:47:01 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtktext.c: Added some support for i18n. The support for input methods, including preedit, is there, but input is ignored unless it comes one byte at a time, so the CJK locales won't really work. Fixing that would require variable-width character support in the Text widget, which is probably the wrong approach. Eventually we'll probably want to go to UCS-4 internally. Also, revised key press handling, which should improve the forwarding of non-handled keypresses to the toplevel, and make adding selection handling easier. * gtk/gtkentry.c: Minor changes so that C-d, etc delete the selection if there is one.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1021
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f4fd970b8c..92a55d46d5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,24 @@
+Tue Feb 24 22:47:01 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gtk/gtktext.c: Added some support for i18n. The support
+ for input methods, including preedit, is there, but input
+ is ignored unless it comes one byte at a time, so the
+ CJK locales won't really work. Fixing that would require
+ variable-width character support in the Text widget, which
+ is probably the wrong approach. Eventually we'll probably
+ want to go to UCS-4 internally.
+
+ Also, revised key press handling, which should improve
+ the forwarding of non-handled keypresses to the toplevel,
+ and make adding selection handling easier.
+
+ * gtk/gtkentry.c: Minor changes so that C-d, etc delete
+ the selection if there is one.
+
+ * gdk/gdk.c (gdk_ic_get_events): Check the result of
+ XGetICValues - it is failing for some reason, and
+ causing some warnings to be printed.
+
Mon Feb 23 15:41:13 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkwidget.c gtk/gtkmenu.c: Don't process configure events