# HG changeset patch # User Kim F. Storm # Date 1057702178 0 # Node ID 94d3cf9e9e14ecffe2dfb668790f2369bb80b240 # Parent 8f62ae8e410ccbf1c4de5da7286cf275be298480 *** empty log message *** diff -r 8f62ae8e410c -r 94d3cf9e9e14 ChangeLog --- a/ChangeLog Tue Jul 08 22:09:23 2003 +0000 +++ b/ChangeLog Tue Jul 08 22:09:38 2003 +0000 @@ -1,3 +1,8 @@ +2003-07-09 Kim F. Storm + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new + functionality of --without-xim. + 2003-06-29 Dave Love * configure.in: Fix XRegisterIMInstantiateCallback check for gcc. diff -r 8f62ae8e410c -r 94d3cf9e9e14 etc/NEWS --- a/etc/NEWS Tue Jul 08 22:09:23 2003 +0000 +++ b/etc/NEWS Tue Jul 08 22:09:38 2003 +0000 @@ -152,6 +152,9 @@ ** The X resource useXIM can be used to turn off use of XIM, which may speed up Emacs with slow networking to the X server. +If the configure option `--without-xim' was used to turn off use of +XIM by default, the X resource useXIM can be used to turn it on. + ** `describe-char' can show data from the Unicode database file. See user option `unicode-data'. diff -r 8f62ae8e410c -r 94d3cf9e9e14 src/ChangeLog --- a/src/ChangeLog Tue Jul 08 22:09:23 2003 +0000 +++ b/src/ChangeLog Tue Jul 08 22:09:38 2003 +0000 @@ -2,6 +2,7 @@ * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs was configured with --without-xim. + (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM. 2003-07-07 Richard M. Stallman