aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-22 14:17:42 -0700
committerPaul Eggert2012-06-22 14:17:42 -0700
commitd35af63cd671563fd188c3b0a1ef30067027c7aa (patch)
treec9e01847ccf788e23794684da9331c3e0defd0d3 /lisp/ChangeLog
parentf143bfe38b43ad0a9d817f05c25e418982dca06f (diff)
downloademacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz
emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 42342c60386..f99b3e4d32a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Support higher-resolution time stamps (Bug#9000).
4
5 * calendar/time-date.el (with-decoded-time-value): New arg
6 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
7 (encode-time-value): New optional arg PICO. New type 3.
8 (time-to-seconds) [!float-time]: Support the new picoseconds
9 component if it's used.
10 (seconds-to-time, time-subtract, time-add):
11 Support ps-resolution time stamps as well.
12
13 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
14 (timerp): Timer vectors now have length 9, not 8.
15 (timer--time): Support new-style (4-part) time stamps.
16 (timer-next-integral-multiple-of-time): Time stamps now have
17 picosecond resolution, so take a bit more care about rounding.
18 (timer-relative-time, timer-inc-time): New optional arg psecs.
19 (timer-set-time-with-usecs): Set psecs to 0.
20 (timer--activate): Check psecs component, too.
21
22 * proced.el (proced-time-lessp): Support ps-resolution stamps.
23
12012-06-22 Stefan Monnier <monnier@iro.umontreal.ca> 242012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions): 26 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):