aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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