]> git.eshelyaron.com Git - emacs.git/commitdiff
Changes to timeclock
authorJohn Wiegley <johnw@newartisans.com>
Fri, 16 Mar 2001 21:42:51 +0000 (21:42 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 16 Mar 2001 21:42:51 +0000 (21:42 +0000)
lisp/ChangeLog

index 4fed4e9f3044e6387b24b41a8faefcd693ae8131..c4c2e3b8855b4cd5cd3b49791bf22ee5102f6d92 100644 (file)
@@ -1,3 +1,21 @@
+2001-03-16  John Wiegley  <johnw@gnu.org>
+
+       * 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  <handa@etl.go.jp>
 
        * international/mule-cmds.el (select-safe-coding-system): Fix