aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-30 21:44:40 -0700
committerPaul Eggert2011-06-30 21:44:40 -0700
commit0ef923dcc3ed7f7f7824dce22f372e34ee26b687 (patch)
treed6ad15d2ef8f066df8394c0b5da15fe5b9f887bc /lisp/ChangeLog
parent2f81380d8da399d5c2af874f553570702b91b448 (diff)
downloademacs-0ef923dcc3ed7f7f7824dce22f372e34ee26b687.tar.gz
emacs-0ef923dcc3ed7f7f7824dce22f372e34ee26b687.zip
* vc/ediff-util.el (ediff-calc-command-time): Use time-since
and float-time. Say "NNN.NNN seconds" rather than "NNN seconds + NNN microseconds".
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b067b043ed..4bd6cd45671 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12011-07-01 Paul Eggert <eggert@cs.ucla.edu> 12011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5 + NNN microseconds".
6
3 * type-break.el (type-break-time-sum): Rewrite using time-add. 7 * type-break.el (type-break-time-sum): Rewrite using time-add.
4 8
5 * play/hanoi.el (hanoi-current-time-float): Remove. 9 * play/hanoi.el (hanoi-current-time-float): Remove.