diff options
| author | Glenn Morris | 2009-09-02 03:22:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-02 03:22:58 +0000 |
| commit | 697c7714ce12e42fe4f3b1274ac4caa8e4afa74b (patch) | |
| tree | b0f14c3f427e8d454eb23b3a2b6f81bfc00833fb /lisp/ChangeLog | |
| parent | ed4ba8dfc41c4906185f3496f248ece64117daf1 (diff) | |
| download | emacs-697c7714ce12e42fe4f3b1274ac4caa8e4afa74b.tar.gz emacs-697c7714ce12e42fe4f3b1274ac4caa8e4afa74b.zip | |
(time-to-seconds): In Emacs, make it an obsolete alias for float-time.
(time-to-number-of-days): In Emacs, use float-time.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 051f09442d5..72ffb0d0de5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2009-09-02 Glenn Morris <rgm@gnu.org> | 1 | 2009-09-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete | ||
| 4 | alias for float-time. | ||
| 5 | (time-to-number-of-days): In Emacs, use float-time. | ||
| 6 | * net/newst-backend.el (time-add): Suppress warnings from compat | ||
| 7 | function. | ||
| 8 | * time.el (emacs-uptime, emacs-init-time): | ||
| 9 | * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE): | ||
| 10 | Use float-time rather than time-to-seconds. | ||
| 11 | |||
| 3 | * minibuffer.el (completion-initials-expand): Fix typo. | 12 | * minibuffer.el (completion-initials-expand): Fix typo. |
| 4 | 13 | ||
| 5 | * faces.el (modeline, modeline-inactive, modeline-highlight) | 14 | * faces.el (modeline, modeline-inactive, modeline-highlight) |