# HG changeset patch # User Jan Dj¸«£rv # Date 1015967739 0 # Node ID 84609ef8ec93c38abaf3b6c72cc0da846fee52c7 # Parent 606bb58da5c4f3dc589ca1a842cbb0bc58042b1e *** empty log message *** diff -r 606bb58da5c4 -r 84609ef8ec93 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 12 21:15:07 2002 +0000 +++ b/lisp/ChangeLog Tue Mar 12 21:15:39 2002 +0000 @@ -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 -r 606bb58da5c4 -r 84609ef8ec93 src/ChangeLog --- a/src/ChangeLog Tue Mar 12 21:15:07 2002 +0000 +++ b/src/ChangeLog Tue Mar 12 21:15:39 2002 +0000 @@ -21,10 +21,11 @@ 2002-03-10 Jan D. - * xterm.h: Declare x_session_check_input and x_session_initialize. - - * xterm.c: Add calls to x_session_check_input and - x_session_initialize. + * xterm.h: (x_session_check_input, x_session_initialize): Declared. + + * 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.