aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS19
2 files changed, 24 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 983fcaa28eb..ed8c345eef5 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12014-11-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve time stamp handling, and be more consistent about it.
4 * NEWS: Document the changes.
5
12014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 62014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * NEWS: Mention the new `M-s M-s' keystroke. 8 * NEWS: Mention the new `M-s M-s' keystroke.
diff --git a/etc/NEWS b/etc/NEWS
index b0e08d46819..cb34e9b4613 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -377,6 +377,25 @@ optional repeat-count argument.
377*** New macros `thread-first' and `thread-last' allow threading a form 377*** New macros `thread-first' and `thread-last' allow threading a form
378 as the first or last argument of subsequent forms. 378 as the first or last argument of subsequent forms.
379 379
380+++
381** Time-related changes:
382
383*** Time-related functions now consistently accept numbers
384(representing seconds since the epoch) and nil (representing the
385current time) as well as the usual list-of-integer representation.
386Affected functions include `current-time-string', `current-time-zone',
387`decode-time', `float-time', `format-time-string', `seconds-to-time',
388`time-add', `time-less-p', `time-subtract', `time-to-day-in-year',
389`time-to-days', and `time-to-seconds'.
390
391*** The `encode-time-value' and `with-decoded-time-value' macros have
392been obsoleted.
393
394*** `calendar-next-time-zone-transition', `time-add', and
395`time-subtract' no longer return time values in the obsolete and
396undocumented integer-pair format. Instead, they return a list of two
397integers.
398
380 399
381* Changes in Frames and Windows Code in Emacs 25.1 400* Changes in Frames and Windows Code in Emacs 25.1
382 401