aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-14 21:17:59 +0000
committerGerd Moellmann2000-03-14 21:17:59 +0000
commit9c763cca0be05366841a42a4a31f06726bc5de60 (patch)
tree955eb126988e3bd444d44ee8571d263562dfb11e /src/ChangeLog
parent25e9f929ec37a55bd5ee933f6e69d7bb25282e4e (diff)
downloademacs-9c763cca0be05366841a42a4a31f06726bc5de60.tar.gz
emacs-9c763cca0be05366841a42a4a31f06726bc5de60.zip
(HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 808adc921af..5a609b263ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,23 @@
12000-03-14 Gerd Moellmann <gerd@gnu.org> 12000-03-14 Gerd Moellmann <gerd@gnu.org>
2 2
3 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
4
5 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
6 support functions only if HAVE_X11R6_XIM is defined.
7 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
8
9 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
10
11 * xfns.c (X_I18N_INHIBITED): Don't define.
12 (create_frame_xic): Remove conditional compilation on
13 X_I18N_INHIBITED.
14 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
15
16 * config.in (HAVE_X_I18N): Moved here from xterm.h.
17 (HAVE_X11R6_XIM): Define.
18
19 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
20
3 * xterm.c (x_term_init): Add support for X resource `synchronous'. 21 * xterm.c (x_term_init): Add support for X resource `synchronous'.
4 If set, call XSynchronize. 22 If set, call XSynchronize.
5 23