aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLute Kamstra2005-03-23 10:09:18 +0000
committerLute Kamstra2005-03-23 10:09:18 +0000
commitca2d9ad84391dcb97ce9b9514a7b3377be3d68c2 (patch)
tree9c5b6a34514a7320af272b753efcdf21a62ea8d4 /lisp/ChangeLog
parent8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (diff)
downloademacs-ca2d9ad84391dcb97ce9b9514a7b3377be3d68c2.tar.gz
emacs-ca2d9ad84391dcb97ce9b9514a7b3377be3d68c2.zip
Add comment on time value formats. Don't require parse-time.
(with-decoded-time-value): New macro. (encode-time-value): New function. (time-to-seconds, time-less-p, time-subtract, time-add): Use them. (days-to-time): Return a valid time value when arg is huge. (time-since): Use time-subtract. (time-to-number-of-days): Use time-to-seconds.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4e2472e70f9..b199bf9e3bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12005-03-23 Lute Kamstra <lute@gnu.org>
2
3 * calendar/time-date.el: Add comment on time value formats. Don't
4 require parse-time.
5 (with-decoded-time-value): New macro.
6 (encode-time-value): New function.
7 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8 (days-to-time): Return a valid time value when arg is huge.
9 (time-since): Use time-subtract.
10 (time-to-number-of-days): Use time-to-seconds.
11
12005-03-23 David Ponce <david@dponce.com> 122005-03-23 David Ponce <david@dponce.com>
2 13
3 * recentf.el: (recentf-keep): New option. 14 * recentf.el: (recentf-keep): New option.