diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-12 03:40:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-12 03:40:47 +0000 |
commit | b9d32873133cb60502b95868b8ee308d7ad20acd (patch) | |
tree | 2b7e414fd708a8323c0ce96916e1bc7dd4f4fb55 /modules/Makefile.am | |
parent | 65ba8a26e4bc2cf9f3bc0a634d77d76a1596d865 (diff) | |
download | gtk+-b9d32873133cb60502b95868b8ee308d7ad20acd.tar.gz |
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
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 27675cde68..313d1cee80 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS=linux-fb +SUBDIRS=linux-fb input |