Mercurial > emacs
comparison lisp/ChangeLog @ 111457:8309f15b2534
time-to-seconds related simplifications.
* lisp/gnus/gnus-util.el (with-no-warnings): Remove compat stub, now unused.
(gnus-float-time): On Emacs, always an alias.
* lisp/gnus/ecomplete.el (with-no-warnings): Remove compat stub, now unused.
(ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
* lisp/textmodes/remember.el (remember-time-to-seconds): Remove.
(remember-store-in-mailbox): Use float-time.
* lisp/calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
* lisp/calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
never a real function.
(with-no-warnings): Remove compat stub, now unused.
(time-less-p): Doc fix.
(time-to-number-of-days): Simplify.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 09 Nov 2010 20:08:15 -0800 |
parents | 646142bd4c38 |
children | c62a6dd970b9 |
comparison
equal
deleted
inserted
replaced
111456:646142bd4c38 | 111457:8309f15b2534 |
---|---|
1 2010-11-10 Glenn Morris <rgm@gnu.org> | 1 2010-11-10 Glenn Morris <rgm@gnu.org> |
2 | |
3 * textmodes/remember.el (remember-time-to-seconds): Remove. | |
4 (remember-store-in-mailbox): Use float-time. | |
5 | |
6 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias. | |
7 | |
8 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs, | |
9 never a real function. | |
10 (with-no-warnings): Remove compat stub, now unused. | |
11 (time-less-p): Doc fix. | |
12 (time-to-number-of-days): Simplify. | |
2 | 13 |
3 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds): | 14 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds): |
4 Remove. | 15 Remove. |
5 (eshell-read-passwd, eshell-read-hosts): Use time-less-p. | 16 (eshell-read-passwd, eshell-read-hosts): Use time-less-p. |
6 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics): | 17 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics): |