aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2002-03-10 16:19:56 +0000
committerJan Djärv2002-03-10 16:19:56 +0000
commit089fba419c0eb4840918998d977d99fd057011d1 (patch)
treea58e237a1b5edcee579bd2c99763d6bf7f1d70a6 /src
parent618c30cbfcedc1764b556b6684f724d3d000e492 (diff)
downloademacs-089fba419c0eb4840918998d977d99fd057011d1.tar.gz
emacs-089fba419c0eb4840918998d977d99fd057011d1.zip
X Session management additions
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 104089aa566..ba5eaa43fe0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12002-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
12002-03-09 Jason Rumney <jasonr@gnu.org> 232002-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