From: Gerd Moellmann Date: Mon, 20 Mar 2000 12:34:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b33dd3b0874cf4c7b251484f3e696a5867d432fc;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f8081ecc51..9e9b28f632c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-03-20 Gerd Moellmann + + * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment + about behavior of set-buffer-modified-p wrt redisplay. + 2000-03-19 Richard M. Stallman * view.el (view-mode-disable): Kill local binding of view-read-only. @@ -12,11 +17,11 @@ * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, - try to use poassive ftp mode. + try to use passive ftp mode. 2000-03-17 Gerd Moellmann - * progmodes/awk-mode.el (awk-font-lock-keywords): All `else'. + * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. * simple.el (append-to-buffer): Update point of windows after insertion. diff --git a/src/ChangeLog b/src/ChangeLog index 70b65ce807b..a7383847b7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-03-20 Gerd Moellmann + + * buffer.c (Fset_buffer_modified_p): Set update_mode_lines + only if buffer is displayed in some window. + + * xdisp.c (handle_single_display_prop): Initialize local `value'. + (try_window_reusing_current_matrix): Don't call scroll run + function if run's current and desired position are the same; + this prevents cursor flickering. + 2000-03-19 Stefan Monnier * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.