diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56f88f5bec4..017b8f15e3b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2015-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Better distinguish infinite from invalid times | ||
| 4 | * editfns.c (check_time_validity): New function. | ||
| 5 | (decode_time_components): Return int, not bool. | ||
| 6 | Return -1 (not 0) if the time is out of range. | ||
| 7 | All callers changed. | ||
| 8 | (lisp_time_struct, lisp_seconds_argument): Distinguish better | ||
| 9 | between time overflow and invalid time values. | ||
| 10 | |||
| 1 | 2015-02-08 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2015-02-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Minor tweaks to frame_size_history_add | 13 | Minor tweaks to frame_size_history_add |