# HG changeset patch # User John Wiegley # Date 989356361 0 # Node ID 662e162440c6e6b26cfa99e6be7a865c9535fedb # Parent 53351976477edae6c960897bd0bd388e5ad7c337 *** empty log message *** diff -r 53351976477e -r 662e162440c6 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 08 21:09:58 2001 +0000 +++ b/lisp/ChangeLog Tue May 08 21:12:41 2001 +0000 @@ -1,3 +1,18 @@ +2001-05-08 John Wiegley + + * calendar/timeclock.el (timeclock-workday-remaining): Changed + logic for determining how much time is remaining. + (timeclock-workday-elapsed): Don't accept a "relative" argument + for the current day's elapsed time. What could that have meant? + (timeclock-workday-elapsed-string): No "relative" argument + anymore. + (timeclock-when-to-leave): Changed logic, similarly to what was + done for `timeclock-workday-remaining'. + (timeclock-find-discrep): Removed "today-only" argument, which had + no meaning. Fixed some more math problems. The function now + returns a three member list: (TOTAL-TIME-DISCREPANCY + TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME). + 2001-05-08 Eli Zaretskii * w32-fns.el (convert-standard-filename): Start replacing slashes