aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a92718f0b90..152bd67f000 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,7 +7,7 @@
7 (try_window_reusing_current_matrix): Test cursor_type_changed 7 (try_window_reusing_current_matrix): Test cursor_type_changed
8 along with windows_or_buffers_changed. 8 along with windows_or_buffers_changed.
9 9
10 * window.h (cursor_type_changed): Hew variable. 10 * window.h (cursor_type_changed): New variable.
11 11
12 * xfns.c (x_set_cursor_type): Set cursor_type_changed, 12 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
13 not update_mode_lines, and always set it to 1. 13 not update_mode_lines, and always set it to 1.
@@ -17,7 +17,7 @@
17 17
182002-03-17 Kim F. Storm <storm@cua.dk> 182002-03-17 Kim F. Storm <storm@cua.dk>
19 19
20 The following changes adds support for network server processes, 20 The following changes add support for network server processes,
21 datagram connections, and local (unix) sockets. 21 datagram connections, and local (unix) sockets.
22 22
23 * process.h (struct Lisp_Process): New member log. 23 * process.h (struct Lisp_Process): New member log.