From: Jan Djärv Date: Tue, 12 Mar 2002 21:15:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=363a4df6044fd7c041ef1d6b9b8d151f38f16060;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6c6dfec84f..28b863495b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * term/x-win.el (emacs-session-restore): Take previous id as an argument. + (emacs-session-save): Add comment that return t means cancel shutdown * startup.el (command-line): Must check that x-session-previous-id 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 @@ 2002-03-10 Jan D. - * xterm.h: Declare x_session_check_input and x_session_initialize. + * xterm.h: (x_session_check_input, x_session_initialize): Declared. - * xterm.c: Add calls to x_session_check_input and - x_session_initialize. + * xterm.c: (XTread_socket): Add call to x_session_check_input and + x_session_have_connection. + (x_initialize): Add call to x_session_initialize. * termhooks.h (enum event_kind): Add save_session_event. @@ -36,7 +37,9 @@ * config.in: Add HAVE_X_SM. - * Makefile.in: Add test for HAVE_X_SM and new file xsmfns.c + * Makefile.in: Add -lSM -lICE to LIBXT if HAVE_X_SM and not + USE_X_TOOLKIT. + New file xsmfns.c added to XOBJ. * xsmfns.c: New file for X session management.