aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley <[email protected]>2001-03-16 21:42:51 +0000
committerJohn Wiegley <[email protected]>2001-03-16 21:42:51 +0000
commitae3ce418a85eeba1b9f4e16dc6ea68f656a3ecf2 (patch)
tree6fd9ec67e30d8d54dca4f5fc00a9f23045646c6e
parent9329ea14c5864787bf425da59d3a503b72a8dea5 (diff)
Changes to timeclock
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4fed4e9f30..c4c2e3b885 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
+2001-03-16 John Wiegley <[email protected]>
+
+ * 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 <[email protected]>
* international/mule-cmds.el (select-safe-coding-system): Fix