diff options
| author | Paul Eggert | 2011-03-11 12:31:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-11 12:31:59 -0800 |
| commit | fe31d94c97a6a3702e301a14b84c1f293afe5efd (patch) | |
| tree | d79c6b6f1b324eb638f8600db0486d046fdc1e42 /src/ChangeLog | |
| parent | 8be6f3188dd265704c5d19d09e84a36c5e33d403 (diff) | |
| download | emacs-fe31d94c97a6a3702e301a14b84c1f293afe5efd.tar.gz emacs-fe31d94c97a6a3702e301a14b84c1f293afe5efd.zip | |
* editfns.c (time_overflow): New function, refactoring common code.
(Fformat_time_string, Fdecode_time, Fencode_time):
(Fcurrent_time_string): Use it.
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. |