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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 09 Oct 2004 19:31:41 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3908 emacs/src/ChangeLog:1.3909
*** emacs/src/ChangeLog:1.3908  Fri Oct  8 18:38:16 2004
--- emacs/src/ChangeLog Sat Oct  9 23:24:31 2004
***************
*** 1,3 ****
--- 1,13 ----
+ 2004-10-10  Kim F. Storm  <address@hidden>
+ 
+       * keyboard.c (timer_resume_idle): New function to resume idle
+       timer without resetting timers on the idle list.
+       (read_char): Use timer_resume_idle. Remove local var last_idle_start.
+       (timer_start_idle, timer_stop_idle): Declare static.
+       (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
+ 
+       * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
+ 
  2004-10-08  Steven Tamm  <address@hidden>
  
        * config.in (HAVE_MALLOC_MALLOC_H): Regenerate




reply via email to

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