]> Pileus Git - ~andy/gtk/commit
Rip out support for multiple locales; that simple doesn't work reliably
authorOwen Taylor <otaylor@redhat.com>
Sun, 12 Nov 2000 03:40:47 +0000 (03:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 12 Nov 2000 03:40:47 +0000 (03:40 +0000)
commitb9d32873133cb60502b95868b8ee308d7ad20acd
tree2b7e414fd708a8323c0ce96916e1bc7dd4f4fb55
parent65ba8a26e4bc2cf9f3bc0a634d77d76a1596d865
Rip out support for multiple locales; that simple doesn't work reliably

Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>

* modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
out support for multiple locales; that simple doesn't
work reliably with current Xlib

* gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c:
Add support for positioning the cursor within the preedit string.

Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>

* modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
at XIM input method module.

Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>

* modules/input/Makefile.am (moduledir): remove
leftover bin program target.

Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>

* modules/input/imcyrillic-translit.c: A sample input
method (based on GtkIMContextSimple with an extra table),
which demonstrates preedit strings and the module
system for input modules
modules/Makefile.am
modules/input/.cvsignore [new file with mode: 0644]
modules/input/Makefile.am [new file with mode: 0644]
modules/input/gtkimcontextxim.c [new file with mode: 0644]
modules/input/gtkimcontextxim.h [new file with mode: 0644]
modules/input/imcyrillic-translit.c [new file with mode: 0644]
modules/input/imxim.c [new file with mode: 0644]