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, 17 Mar 2002 23:44:06 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2528 emacs/src/ChangeLog:1.2529
*** emacs/src/ChangeLog:1.2528  Sun Mar 17 15:21:42 2002
--- emacs/src/ChangeLog Sun Mar 17 23:44:05 2002
***************
*** 1,3 ****
--- 1,20 ----
+ 2002-03-17  Richard M. Stallman  <address@hidden>
+ 
+       * xdisp.c (cursor_type_changed): New variable.
+       (redisplay_internal): Redisplay all windows if cursor_type_changed.
+       Clear it when clearing windows_or_buffers_changed.
+       (try_cursor_movement, redisplay_window, try_window_id)
+       (try_window_reusing_current_matrix): Test cursor_type_changed
+       along with windows_or_buffers_changed.
+ 
+       * window.h (cursor_type_changed): Hew variable.
+ 
+       * xfns.c (x_set_cursor_type): Set cursor_type_changed,
+       not update_mode_lines, and always set it to 1.
+ 
+       * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
+       if no frames needed redrawing.
+ 
  2002-03-17  Kim F. Storm  <address@hidden>
  
        The following changes adds support for network server processes,



reply via email to

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