aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2002-03-12 09:07:43 +0000
committerPavel Janík2002-03-12 09:07:43 +0000
commit4006b74e367da694696bd19773706c0ce69e19a1 (patch)
tree4f46e8d0715d9b8ffb85ebcb8f2982a1ffbd01e2 /src/ChangeLog
parent4ecee85b3edfeebcaf66f912a2fd765bf2afcb3b (diff)
downloademacs-4006b74e367da694696bd19773706c0ce69e19a1.tar.gz
emacs-4006b74e367da694696bd19773706c0ce69e19a1.zip
Fix typo.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e45be1c0b9d..7d4dab55bb5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,28 +7,27 @@
7 * xterm.c (note_mouse_movement): Put code for 7 * xterm.c (note_mouse_movement): Put code for
8 x_autoselect_window_p in #if 0. 8 x_autoselect_window_p in #if 0.
9 9
10 * lread.c (Fload): Don't assume that message_with_ntring 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
132002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> 132002-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 ().
17 16
18 * xterm.c: Added calls to x_session_check_input () and 17 * xterm.c: Add calls to x_session_check_input and
19 x_session_initialize (). 18 x_session_initialize.
20 19
21 * termhooks.h (enum event_kind): Added save_session_event. 20 * termhooks.h (enum event_kind): Add save_session_event.
22 21
23 * keyboard.c: Added Emacs event save_session_event. 22 * keyboard.c: Add Emacs event save_session_event.
24 23
25 * emacs.c (main): Added call to syms_of_xsmfns (). 24 * emacs.c (main): Add call to syms_of_xsmfns.
26 25
27 * lisp.h: Extern declare syms_of_xsmfns (). 26 * lisp.h: Declare syms_of_xsmfns as extern.
28 27
29 * config.in: Added HAVE_X_SM 28 * config.in: Add HAVE_X_SM.
30 29
31 * Makefile.in: Added test for HAVE_X_SM and added new file xsmfns.c 30 * Makefile.in: Add test for HAVE_X_SM and 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