Mercurial > emacs
comparison lisp/ChangeLog @ 36852:57da1ff61f52
Changes to timeclock
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 16 Mar 2001 21:42:51 +0000 |
parents | 7276cd2a0117 |
children | cfb2e5ed7527 |
comparison
equal
deleted
inserted
replaced
36851:ea0bb03a9658 | 36852:57da1ff61f52 |
---|---|
1 2001-03-16 John Wiegley <johnw@gnu.org> | |
2 | |
3 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with | |
4 first-time checkins. | |
5 (timeclock-log-data): Fixed problem with reading timelog log file. | |
6 Resulting data in the "day list" was incorrect. | |
7 (timeclock-find-discrep): Check if `timeclock-file' is readable | |
8 before opening it. | |
9 (timeclock-time-less-p): New function. | |
10 (timeclock-day-base): New function. | |
11 (timeclock-geometric-mean): New function. | |
12 (timeclock-generate-report): Generate a summary report based on | |
13 the contents of the log file. This uses `timeclock-log-data', and | |
14 is an example of writing a timelog manipulation function. | |
15 (timeclock-visit-timelog): A quick command for opening the timelog | |
16 file. | |
17 (timeclock-log-data): Bound the variable event. | |
18 | |
1 2001-03-16 Kenichi Handa <handa@etl.go.jp> | 19 2001-03-16 Kenichi Handa <handa@etl.go.jp> |
2 | 20 |
3 * international/mule-cmds.el (select-safe-coding-system): Fix | 21 * international/mule-cmds.el (select-safe-coding-system): Fix |
4 typo: symbol-name -> symbol-value. | 22 typo: symbol-name -> symbol-value. |
5 | 23 |