aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-15 17:14:56 +0000
committerGerd Moellmann2000-12-15 17:14:56 +0000
commite87b88097267da7cdcf24e05abbce48fb356b71d (patch)
tree2474e34f5d34859b9447dcf2f10a871113b98551 /src/ChangeLog
parentc79114177c3137b1a8b09499f7514b27be3e5840 (diff)
downloademacs-e87b88097267da7cdcf24e05abbce48fb356b71d.tar.gz
emacs-e87b88097267da7cdcf24e05abbce48fb356b71d.zip
(update_window): Detect pending input every nth line
updated, i.e. do it depending on real work done, and not on the vpos of the line.
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