]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 12 Mar 2002 21:15:39 +0000 (21:15 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 12 Mar 2002 21:15:39 +0000 (21:15 +0000)
lisp/ChangeLog
src/ChangeLog

index c6c6dfec84f3ccda485c0302f1d529c97d6eb1a3..28b863495b3211b652885aca228cfa471e55f5c7 100644 (file)
@@ -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.
index e08ae82c64b0e19649c7d4fd63ed2ba9df046320..b5718c7337a68f612dc5ec7f78045c5f7cf49e1f 100644 (file)
 
 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
 
-       * 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.