emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 16 Dec 2001 15:02:10 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2313 emacs/src/ChangeLog:1.2314
*** emacs/src/ChangeLog:1.2313  Sat Dec 15 22:52:05 2001
--- emacs/src/ChangeLog Sun Dec 16 15:02:08 2001
***************
*** 1,3 ****
--- 1,17 ----
+ 2001-12-16  Richard M. Stallman  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]