comparison src/ChangeLog @ 43819:fccc8eada2be

X Session management additions
author Jan Dj?rv <jan.h.d@swipnet.se>
date Sun, 10 Mar 2002 16:19:56 +0000
parents ff7e1d919ec0
children 77add10cd479
comparison
equal deleted inserted replaced
43818:93620959c2b1 43819:fccc8eada2be
1 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
2
3 * xterm.h: Extern declare x_session_check_input () and
4 x_session_initialize ().
5
6 * xterm.c: Added calls to x_session_check_input () and
7 x_session_initialize ().
8
9 * termhooks.h (enum event_kind): Added save_session_event.
10
11 * keyboard.c: Added Emacs event save_session_event.
12
13 * emacs.c (main): Added call to syms_of_xsmfns ().
14
15 * lisp.h: Extern declare syms_of_xsmfns ().
16
17 * config.in: Added HAVE_X_SM
18
19 * Makefile.in: Added test for HAVE_X_SM and added new file xsmfns.c
20
21 * xsmfns.c: New file for X session management.
22
1 2002-03-09 Jason Rumney <jasonr@gnu.org> 23 2002-03-09 Jason Rumney <jasonr@gnu.org>
2 24
3 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not 25 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
4 read-only when setting modified time. 26 read-only when setting modified time.
5 27