diff options
| author | John Wiegley | 2001-04-24 01:39:55 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-04-24 01:39:55 +0000 |
| commit | 3dc630b9e18cac41246c81e2d7d11c25857f4e58 (patch) | |
| tree | 190cd11ba2d77e05639cfb9e52663e9b350794e7 /lisp/ChangeLog | |
| parent | 9c6a6a5a66a535115fae4b861cfdbabef0ea507d (diff) | |
| download | emacs-3dc630b9e18cac41246c81e2d7d11c25857f4e58.tar.gz emacs-3dc630b9e18cac41246c81e2d7d11c25857f4e58.zip | |
(timeclock-day-required): If the time required for a particular day is
not set, use `timeclock-workday'.
(timeclock-find-discrep): Added some sample code in a comment.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edc8d51a1e4..b47aa3576f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2001-04-23 John Wiegley <johnw@gnu.org> | ||
| 2 | |||
| 3 | * calendar/timeclock.el (timeclock-day-required): If the time | ||
| 4 | required for a particular day is not set, use `timeclock-workday'. | ||
| 5 | (timeclock-find-discrep): Added some sample code in a comment. | ||
| 6 | |||
| 7 | * eshell/eshell.el (eshell-command): Made a few changes so that | ||
| 8 | `eshell-command' could be called programmatically. | ||
| 9 | |||
| 10 | * eshell/esh-mode.el: Moved `eshell-non-interactive-p' to | ||
| 11 | eshell.el. | ||
| 12 | |||
| 13 | * eshell/eshell.el (eshell-non-interactive-p): Moved this variable | ||
| 14 | here. | ||
| 15 | |||
| 16 | 2001-04-22 John Wiegley <johnw@gnu.org> | ||
| 17 | |||
| 18 | * calendar/timeclock.el: Updated copyright. | ||
| 19 | (timeclock-generate-report): Don't report the daily or two-week | ||
| 20 | total, if no time has been worked in that period. | ||
| 21 | (timeclock-find-discrep): Moved call to `file-readable-p'; removed | ||
| 22 | final computational form, which was unnecessary; corrected a | ||
| 23 | parsing problem when timeclock-relative was nil. | ||
| 24 | |||
| 25 | 2001-04-22 Kahlil Hodgson <kahlil@discus.anu.edu.au> | ||
| 26 | |||
| 27 | * calendar/timeclock.el (timeclock-modeline-display): Check if | ||
| 28 | `list-entry' is null. | ||
| 29 | (timeclock-use-display-time): The first argument to `set-variable' | ||
| 30 | must be a symbol. | ||
| 31 | |||
| 1 | 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il> | 32 | 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 33 | ||
| 3 | * calendar/calendar.el (diary-entry-marker) | 34 | * calendar/calendar.el (diary-entry-marker) |