comparison src/ChangeLog @ 43847:1a315c273bb2

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Tue, 12 Mar 2002 09:07:43 +0000
parents 3f20994a6d4d
children fa1c570ab72f
comparison
equal deleted inserted replaced
43846:3f20994a6d4d 43847:1a315c273bb2
10 * lread.c (Fload): Don't assume that message_with_string uses the 10 * lread.c (Fload): Don't assume that message_with_string uses the
11 string it is given like a C string. 11 string it is given like a C string.
12 12
13 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> 13 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
14 14
15 * xterm.h: Extern declare x_session_check_input () and 15 * xterm.h: Declare x_session_check_input and x_session_initialize.
16 x_session_initialize (). 16
17 17 * xterm.c: Add calls to x_session_check_input and
18 * xterm.c: Added calls to x_session_check_input () and 18 x_session_initialize.
19 x_session_initialize (). 19
20 20 * termhooks.h (enum event_kind): Add save_session_event.
21 * termhooks.h (enum event_kind): Added save_session_event. 21
22 22 * keyboard.c: Add Emacs event save_session_event.
23 * keyboard.c: Added Emacs event save_session_event. 23
24 24 * emacs.c (main): Add call to syms_of_xsmfns.
25 * emacs.c (main): Added call to syms_of_xsmfns (). 25
26 26 * lisp.h: Declare syms_of_xsmfns as extern.
27 * lisp.h: Extern declare syms_of_xsmfns (). 27
28 28 * config.in: Add HAVE_X_SM.
29 * config.in: Added HAVE_X_SM 29
30 30 * Makefile.in: Add test for HAVE_X_SM and new file xsmfns.c
31 * Makefile.in: Added test for HAVE_X_SM and added new file xsmfns.c
32 31
33 * xsmfns.c: New file for X session management. 32 * xsmfns.c: New file for X session management.
34 33
35 2002-03-09 Jason Rumney <jasonr@gnu.org> 34 2002-03-09 Jason Rumney <jasonr@gnu.org>
36 35