+2003-07-09 Kim F. Storm <storm@cua.dk>
+
+ * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
+ functionality of --without-xim.
+
2003-06-29 Dave Love <fx@gnu.org>
* configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
** 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'.
* 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 <rms@gnu.org>