diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93cf3c44033..b5d9005c510 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-07-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/timer.el: Use time-date fns rather than rolling our own. | ||
| 4 | This is simpler and helps future-proof the code. | ||
| 5 | (timer-until): Use time-subtract and float-time. | ||
| 6 | (timer--time-less-p): Use time-less-p. | ||
| 7 | |||
| 1 | 2011-07-04 Juanma Barranquero <lekktu@gmail.com> | 8 | 2011-07-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * type-break.el (timep): Use the value of `float-time' to avoid a | 10 | * type-break.el (timep): Use the value of `float-time' to avoid a |