# HG changeset patch # User John Wiegley # Date 984778971 0 # Node ID 57da1ff61f5233b2f8a2178b22dd547e42e76e10 # Parent ea0bb03a9658008c6d7cb0af01537dfd9b4d1114 Changes to timeclock diff -r ea0bb03a9658 -r 57da1ff61f52 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 16 21:39:31 2001 +0000 +++ b/lisp/ChangeLog Fri Mar 16 21:42:51 2001 +0000 @@ -1,3 +1,21 @@ +2001-03-16 John Wiegley + + * calendar/timeclock.el (timeclock-reread-log): Fixed problem with + first-time checkins. + (timeclock-log-data): Fixed problem with reading timelog log file. + Resulting data in the "day list" was incorrect. + (timeclock-find-discrep): Check if `timeclock-file' is readable + before opening it. + (timeclock-time-less-p): New function. + (timeclock-day-base): New function. + (timeclock-geometric-mean): New function. + (timeclock-generate-report): Generate a summary report based on + the contents of the log file. This uses `timeclock-log-data', and + is an example of writing a timelog manipulation function. + (timeclock-visit-timelog): A quick command for opening the timelog + file. + (timeclock-log-data): Bound the variable event. + 2001-03-16 Kenichi Handa * international/mule-cmds.el (select-safe-coding-system): Fix