aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-09-13 09:23:06 -0700
committerPaul Eggert <[email protected]>2012-09-13 09:23:06 -0700
commitc18e885bdd2607ec1784c3e1585e581459408932 (patch)
treeaeacf95b156f43cd91086bb5152086915893da8d /lisp/ChangeLog
parentd607d303028dca3d7d6ba21b4013f08dd2b0a1d6 (diff)
Use a more backwards-compatible timer format.
* etc/NEWS: Document it. * lisp/emacs-lisp/timer.el (timer): PSECS is now at the end, rather than being right after USECS, as that better supports old code that inadvisedly looked directly at the timer vector. * src/keyboard.c (decode_timer): Get PSECS from the 8th (origin-0) vector element, not from the 4th, since PSECS is now at the end. (Fcurrent_idle_time): Doc fix. Fixes: debbugs:12430
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b132bb913..5e51c67e8e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-13 Paul Eggert <[email protected]>
+
+ Use a more backwards-compatible timer format (Bug#12430).
+ * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
+ being right after USECS, as that better supports old code that
+ inadvisedly looked directly at the timer vector.
+
2012-09-13 Kenichi Handa <[email protected]>
* language/chinese.el ("Chinese-GB", "Chinese-BIG5")