diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-04 23:48:48 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-04 23:48:48 +0000 |
| commit | 89cd203073dc3196199ebd914d607795d469d44f (patch) | |
| tree | 7f867783653e62dbf4770b0e18b27ad1675785b9 | |
| parent | 8f52d3fc6756d9935240740f7f3471e9be6c958b (diff) | |
| download | emacs-89cd203073dc3196199ebd914d607795d469d44f.tar.gz | |
* calendar/timeclock.el: Update version number.
(timeclock-modeline-display): Mention timeclock-use-display-time
in explanatory message.
(timeclock-log): Suppress warnings when finding the log. Don't
check for a nil project twice. Run hooks after killing the
buffer (if applicable).
(timeclock-geometric-mean): Rename to `timeclock-mean' (it never
was geometric). All uses changed.
(timeclock-generate-report): Support prefix argument.
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ce17ce0449..901ae8d8ee7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2007-06-04 Davis Herring <herring@lanl.gov> + + * calendar/timeclock.el: Update version number. + (timeclock-modeline-display): Mention timeclock-use-display-time + in explanatory message. + (timeclock-log): Suppress warnings when finding the log. Don't + check for a nil project twice. Run hooks after killing the + buffer (if applicable). + (timeclock-geometric-mean): Rename to `timeclock-mean' (it never + was geometric). All uses changed. + (timeclock-generate-report): Support prefix argument. + 2007-06-04 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> * man.el (Man-next-section): Don't consider the last line of the |
