diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85100149c92..a0c4941ec1c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * editfns.c (time_overflow): New function, refactoring common code. | ||
| 4 | (Fformat_time_string, Fdecode_time, Fencode_time): | ||
| 5 | (Fcurrent_time_string): Use it. | ||
| 6 | |||
| 3 | Move 'make_time' to be next to its inverse 'lisp_time_argument'. | 7 | Move 'make_time' to be next to its inverse 'lisp_time_argument'. |
| 4 | * dired.c (make_time): Move to ... | 8 | * dired.c (make_time): Move to ... |
| 5 | * editfns.c (make_time): ... here. | 9 | * editfns.c (make_time): ... here. |