diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 19 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2014-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. |
| @@ -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 | ||
| 385 | current time) as well as the usual list-of-integer representation. | ||
| 386 | Affected 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 | ||
| 392 | been obsoleted. | ||
| 393 | |||
| 394 | *** `calendar-next-time-zone-transition', `time-add', and | ||
| 395 | `time-subtract' no longer return time values in the obsolete and | ||
| 396 | undocumented integer-pair format. Instead, they return a list of two | ||
| 397 | integers. | ||
| 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 | ||