Mercurial > emacs
changeset 42091:f7f7a6ba78db
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 16 Dec 2001 20:02:08 +0000 |
parents | c2bd9c005c06 |
children | a67d42446c08 |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Dec 16 20:02:01 2001 +0000 +++ b/src/ChangeLog Sun Dec 16 20:02:08 2001 +0000 @@ -1,3 +1,17 @@ +2001-12-16 Richard M. Stallman <rms@gnu.org> + + * buffer.h (struct buffer): New field `display_error_modiff'. + * buffer.c (reset_buffer): Initialize `display_error_modiff'. + + * window.c (Frecenter): Clear display_error_modiff field. + + * xdisp.c (redisplay_window_0, redisplay_window_1): New functions. + Call redisplay_window, but not if display_error_modiff field says no. + (redisplay_window_error): New function. + (displayed_buffer): New variable. + (redisplay_internal, redisplay_windows): Call the new functions + instead of redisplay_window directly. + 2001-12-15 Richard M. Stallman <rms@gnu.org> * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.