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,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Mon, 12 Jun 2006 22:32:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/06/12 22:32:24

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5131
retrieving revision 1.5132
diff -u -b -r1.5131 -r1.5132
--- ChangeLog   9 Jun 2006 18:23:06 -0000       1.5131
+++ ChangeLog   12 Jun 2006 22:32:24 -0000      1.5132
@@ -1,3 +1,16 @@
+2006-06-13  Kim F. Storm  <address@hidden>
+
+       * dispnew.c: Modify preemptive redisplay to be based on periodic
+       checks for input.
+       (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
+       (Vredisplay_preemption_period): New variable.
+       (syms_of_display): DEFVAR_LISP and initialize it.
+       (preemption_period, preemption_next_check): New variables.
+       (update_frame, update_single_window): Initialize them based on
+       Vredisplay_preemption_period if !force_p.
+       (update_window, update_frame_1): Use them to determine when to
+       check for input.
+
 2006-06-03  Aidan Kehoe  <address@hidden>
 
        * lread.c (read_escape): Provide a Unicode character escape




reply via email to

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