summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGnome CVS User <gnomecvs@src.gnome.org>1997-11-27 04:16:39 +0000
committerGnome CVS User <gnomecvs@src.gnome.org>1997-11-27 04:16:39 +0000
commitdd34bcca5e6627c8a269c9232a8906e3bd8947df (patch)
tree5309f2ead99fbef5a4138556854079f68df48645 /INSTALL
parente522ad46baaef62bb639a3a120c59203cb0af847 (diff)
downloadgdk-pixbuf-dd34bcca5e6627c8a269c9232a8906e3bd8947df.tar.gz
Patches to support internationalized input by:
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> TANAKA Shinya <shinya@race.u-tokyo.ac.jp> See ChangeLog entries for further details. Also some small fixes to event handling in gdk/gdk.c; sending clear events in gtk/gtkselection.c and cut-and-paste in gtk/gtkentry.c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 36 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29bb..4fecd0a21 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,36 @@
+The 'configure' script can be given a number of options to
+enable and disable various features. For a complete list,
+type:
+ ./configure --help
+
+* --enable-xim support XIM [default=yes]
+
+Specifying --disable-xim will disable support for entering
+internationalized text using X Input Methods. This will give
+some slight savings in speed and memory use and might be necessary
+with older versions of X.
+
+* --with-locale=LOCALE locale name you want to use
+
+The --with-locale options is used to determine if your operating
+system has support for the locale you will be using. If not, X's built
+in locale support will be used.
+
+Because of bugs in autoconf, it is necessary to specify this option
+even if your LANG environment variable is correctly set.
+
+This option does not determine which locale GTK will use at
+runtime. That will be determined from the usual environment variables.
+If you will be using multiple locales with GTK, specify the one
+for which your operating system has the worst support for the
+--with-locale option.
+
+
+Note for using XIM support with kinput2
+---------------------------------------
+
+There is a bug in older versions of kinput2 that will cause
+GTK to hang when destroying a text entry. The latest versions
+of kinput is available from:
+
+ ftp://ftp.sra.co.jp/pub/x11/kinput2