aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2012-06-22 14:17:42 -0700
committerPaul Eggert2012-06-22 14:17:42 -0700
commitd35af63cd671563fd188c3b0a1ef30067027c7aa (patch)
treec9e01847ccf788e23794684da9331c3e0defd0d3 /etc
parentf143bfe38b43ad0a9d817f05c25e418982dca06f (diff)
downloademacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz
emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS7
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3fd2d6bd92a..6901077fbe0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Support higher-resolution time stamps (Bug#9000).
4 * NEWS: Mention addition of picoseconds to time stamp format.
5
12012-06-13 Deniz Dogan <deniz@dogan.se> 62012-06-13 Deniz Dogan <deniz@dogan.se>
2 7
3 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos. 8 * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos.
diff --git a/etc/NEWS b/etc/NEWS
index 82c2660a3c7..054700352af 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,6 +64,13 @@ been adding them there, put them somewhere else, eg site-lisp.
64 64
65* Changes in Emacs 24.2 65* Changes in Emacs 24.2
66 66
67** The function `current-time' now returns extended-format time stamps
68(HIGH LOW USEC PSEC) that use picosecond resolution; the PSEC
69component is new. PSEC is typically a multiple of 1000 on current
70machines. Other functions that use this format, such as
71file-attributes and format-time-string, have been changed accordingly.
72Old-format time stamps are still accepted.
73
67** New functions `system-users', `system-groups' return lists of the user 74** New functions `system-users', `system-groups' return lists of the user
68name, group names known to the system (where possible). 75name, group names known to the system (where possible).
69 76