aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-26 17:36:12 +0000
committerDave Love2003-09-26 17:36:12 +0000
commit871d3c7e0f1fd38202fc0b33f111ab4a547df198 (patch)
treeb1e2c281077894cd54e9824ec0ff8e9f0a919d95 /src
parent3c5034e96b4e6cd1118f99b8e351b0e3540f98bd (diff)
downloademacs-871d3c7e0f1fd38202fc0b33f111ab4a547df198.tar.gz
emacs-871d3c7e0f1fd38202fc0b33f111ab4a547df198.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.224
-rw-r--r--src/config.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index bc88d791753..a92441ddcf9 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,7 @@
12003-09-26 Dave Love <fx@gnu.org>
2
3 * xterm.c (x_bitmap_mask): Declare.
4
12003-09-17 Dave Love <fx@gnu.org> 52003-09-17 Dave Love <fx@gnu.org>
2 6
3 * xterm.c (x_term_init): Fix type error. 7 * xterm.c (x_term_init): Fix type error.
diff --git a/src/config.in b/src/config.in
index 548210e80b4..5507ded42eb 100644
--- a/src/config.in
+++ b/src/config.in
@@ -627,6 +627,9 @@ Boston, MA 02111-1307, USA. */
627/* Define to 1 if you're using XFree386. */ 627/* Define to 1 if you're using XFree386. */
628#undef HAVE_XFREE386 628#undef HAVE_XFREE386
629 629
630/* Define to 1 if XIM is available */
631#undef HAVE_XIM
632
630/* Define to 1 if you have the XkbGetKeyboard function. */ 633/* Define to 1 if you have the XkbGetKeyboard function. */
631#undef HAVE_XKBGETKEYBOARD 634#undef HAVE_XKBGETKEYBOARD
632 635