comparison lisp/ChangeLog @ 37626:662e162440c6

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Tue, 08 May 2001 21:12:41 +0000
parents 4962b23d39ce
children 3454051c553d
comparison
equal deleted inserted replaced
37625:53351976477e 37626:662e162440c6
1 2001-05-08 John Wiegley <johnw@gnu.org>
2
3 * calendar/timeclock.el (timeclock-workday-remaining): Changed
4 logic for determining how much time is remaining.
5 (timeclock-workday-elapsed): Don't accept a "relative" argument
6 for the current day's elapsed time. What could that have meant?
7 (timeclock-workday-elapsed-string): No "relative" argument
8 anymore.
9 (timeclock-when-to-leave): Changed logic, similarly to what was
10 done for `timeclock-workday-remaining'.
11 (timeclock-find-discrep): Removed "today-only" argument, which had
12 no meaning. Fixed some more math problems. The function now
13 returns a three member list: (TOTAL-TIME-DISCREPANCY
14 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
15
1 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il> 16 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2 17
3 * w32-fns.el (convert-standard-filename): Start replacing slashes 18 * w32-fns.el (convert-standard-filename): Start replacing slashes
4 from the beginning of the file name, not from where the last 19 from the beginning of the file name, not from where the last
5 invalid character was. From "Andrew Maguire (SWW)" 20 invalid character was. From "Andrew Maguire (SWW)"