aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2002-03-12 21:15:39 +0000
committerJan Djärv2002-03-12 21:15:39 +0000
commit363a4df6044fd7c041ef1d6b9b8d151f38f16060 (patch)
treed1ebe9f6320ff7415cb223bd40098e754d657543 /src
parent3842fde1176c867f87b0fb65c0ab68e815b8c419 (diff)
downloademacs-363a4df6044fd7c041ef1d6b9b8d151f38f16060.tar.gz
emacs-363a4df6044fd7c041ef1d6b9b8d151f38f16060.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e08ae82c64b..b5718c7337a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21,10 +21,11 @@
21 21
222002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> 222002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
23 23
24 * xterm.h: Declare x_session_check_input and x_session_initialize. 24 * xterm.h: (x_session_check_input, x_session_initialize): Declared.
25 25
26 * xterm.c: Add calls to x_session_check_input and 26 * xterm.c: (XTread_socket): Add call to x_session_check_input and
27 x_session_initialize. 27 x_session_have_connection.
28 (x_initialize): Add call to x_session_initialize.
28 29
29 * termhooks.h (enum event_kind): Add save_session_event. 30 * termhooks.h (enum event_kind): Add save_session_event.
30 31
@@ -36,7 +37,9 @@
36 37
37 * config.in: Add HAVE_X_SM. 38 * config.in: Add HAVE_X_SM.
38 39
39 * Makefile.in: Add test for HAVE_X_SM and new file xsmfns.c 40 * Makefile.in: Add -lSM -lICE to LIBXT if HAVE_X_SM and not
41 USE_X_TOOLKIT.
42 New file xsmfns.c added to XOBJ.
40 43
41 * xsmfns.c: New file for X session management. 44 * xsmfns.c: New file for X session management.
42 45