aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 989ff4b9400..0cd551b3512 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12000-12-15 Gerd Moellmann <gerd@gnu.org> 12000-12-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (update_window): Detect pending input every nth line
4 updated, i.e. do it depending on real work done, and not on the
5 vpos of the line.
6
7 * xterm.c (expose_window): Don't redraw the window that's
8 currently being updated.
9
3 * window.c (Fset_window_point): Remove test for 10 * window.c (Fset_window_point): Remove test for
4 cursor_in_non_selected_windows. 11 cursor_in_non_selected_windows.
5 12