summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-07-08 22:09:38 +0000
committerKim F. Storm <storm@cua.dk>2003-07-08 22:09:38 +0000
commit42f81f6412dcd756022136070dfa6bd25a3d4aa8 (patch)
tree812cb99913b2f54c7775e05f7ca5574abbf0dca1
parenta615c6dcea08f51f0e159213a5cb5b77a78dbf62 (diff)
downloademacs-42f81f6412dcd756022136070dfa6bd25a3d4aa8.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--etc/NEWS3
-rw-r--r--src/ChangeLog1
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 734e962a67e..d72d7a91655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/etc/NEWS b/etc/NEWS
index d7bba6c3379..c4dfab45598 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -152,6 +152,9 @@ or when the frame is resized.
** 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 --git a/src/ChangeLog b/src/ChangeLog
index 78a73db5cc1..6bbc7842767 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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 <rms@gnu.org>