aboutsummaryrefslogtreecommitdiffstats
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
parent3842fde1176c867f87b0fb65c0ab68e815b8c419 (diff)
downloademacs-363a4df6044fd7c041ef1d6b9b8d151f38f16060.tar.gz
emacs-363a4df6044fd7c041ef1d6b9b8d151f38f16060.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog1
-rw-r--r--src/ChangeLog11
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c6c6dfec84f..28b863495b3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * term/x-win.el (emacs-session-restore): Take previous id as 3 * term/x-win.el (emacs-session-restore): Take previous id as
4 an argument. 4 an argument.
5 (emacs-session-save): Add comment that return t means cancel shutdown
5 6
6 * startup.el (command-line): Must check that x-session-previous-id 7 * startup.el (command-line): Must check that x-session-previous-id
7 is bound also, for non-X platforms. 8 is bound also, for non-X platforms.
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