diff options
| author | Paul Eggert | 2012-06-22 14:17:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-22 14:17:42 -0700 |
| commit | d35af63cd671563fd188c3b0a1ef30067027c7aa (patch) | |
| tree | c9e01847ccf788e23794684da9331c3e0defd0d3 /etc | |
| parent | f143bfe38b43ad0a9d817f05c25e418982dca06f (diff) | |
| download | emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip | |
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-06-13 Deniz Dogan <deniz@dogan.se> | 6 | 2012-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. |
| @@ -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 | ||
| 69 | component is new. PSEC is typically a multiple of 1000 on current | ||
| 70 | machines. Other functions that use this format, such as | ||
| 71 | file-attributes and format-time-string, have been changed accordingly. | ||
| 72 | Old-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 |
| 68 | name, group names known to the system (where possible). | 75 | name, group names known to the system (where possible). |
| 69 | 76 | ||