diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fed4e9f304..c4c2e3b8855 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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 |