Mercurial > emacs
changeset 34623:0a6636fdd569
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Dec 2000 17:14:56 +0000 |
parents | 877ed6cab304 |
children | 1012790a4a9c |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 15 17:14:34 2000 +0000 +++ b/src/ChangeLog Fri Dec 15 17:14:56 2000 +0000 @@ -1,5 +1,12 @@ 2000-12-15 Gerd Moellmann <gerd@gnu.org> + * dispnew.c (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. + + * xterm.c (expose_window): Don't redraw the window that's + currently being updated. + * window.c (Fset_window_point): Remove test for cursor_in_non_selected_windows.