aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/timeclock.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright.Glenn Morris2003-05-271-29/+39
| | | | | | | | | | | | | | (timeclock-ask-before-exiting): Put `timeclock-query-out' on `kill-emacs-query-functions' rather than `kill-emacs-hook'. (timeclock-mode-string): Doc fix. (timeclock-modeline-display): Doc fix. Use `global-mode-string' rather than `mode-line-format'. (timeclock-query-out): Doc fix. (timeclock-update-modeline): No need for `let*', so use `let'. Add some help-echo text to `timeclock-mode-string'. (timeclock-mode-string): Give it the risky-local-variable property, so that help-echo text will display. (timeclock-find-discrep): Set `accum' to 0 if `timeclock-discrepancy' is nil.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (timeclock-modeline-display): Use assq as well as memq to findJohn Wiegley2002-11-081-5/+5
| | | | | `global-mode-string' within `mode-line-format'. The structure of that variable has changed in 21.3.
* (timeclock-in): Run the new day section if, after rereading the log file,Glenn Morris2002-07-131-4/+6
| | | | | timeclock-last-event is nil, indicating no log file exists yet. Take account of the fact that timeclock-discrepancy will be nil in that case.
* (timeclock-get-workday-function): `timeclock-workday' is not a validGlenn Morris2002-07-121-5/+5
| | | | option for this, rather it is a value that may be returned.
* (timeclock-workday-remaining): Fix typo.Juanma Barranquero2002-07-031-2/+2
| | | | (timeclock-workday-elapsed): Likewise.
* (timeclock-out): Signal an error if timeclock-last-event is nil.Eli Zaretskii2001-11-031-0/+2
|
* One more variable coming up nil on the first time around, needingJohn Wiegley2001-05-101-1/+1
| | | | guarding.
* *** empty log message ***John Wiegley2001-05-101-1/+1
|
* (timeclock-find-discrep): Set `timeclock-last-event-workday' if it'sJohn Wiegley2001-05-101-0/+2
| | | | still nil.
* (timeclock-find-discrep): Initialize `elapsed' to 0.John Wiegley2001-05-101-1/+1
|
* (timeclock-workday-remaining): Changed logic for determining how muchJohn Wiegley2001-05-081-41/+43
| | | | | | | | | | | | | time is remaining. (timeclock-workday-elapsed): Don't accept a "relative" argument for the current day's elapsed time. What could that have meant? (timeclock-workday-elapsed-string): No "relative" argument anymore. (timeclock-when-to-leave): Changed logic, similarly to what was done for `timeclock-workday-remaining'. (timeclock-find-discrep): Removed "today-only" argument, which had no meaning. Fixed some more math problems. The function now returns a three member list: (TOTAL-TIME-DISCREPANCY TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
* (timeclock-day-required): If the time required for a particular day isJohn Wiegley2001-04-241-47/+55
| | | | | not set, use `timeclock-workday'. (timeclock-find-discrep): Added some sample code in a comment.
* (timeclock-completing-read): new function.John Wiegley2001-04-111-8/+18
| | | | | (timeclock-ask-for-project, timeclock-ask-for-reason): Call `timeclock-completing-read', which works under XEmacs as well.
* (timeclock-generate-report): Added a missing insert of the projectJohn Wiegley2001-04-091-1/+1
| | | | name.
* *** empty log message ***John Wiegley2001-03-161-1/+1
|
* see ChangeLogJohn Wiegley2001-03-161-1/+2
|
* see ChangeLogJohn Wiegley2001-03-161-91/+318
|
* *** empty log message ***Dave Love2001-02-151-1/+1
|
* See ChangeLogJohn Wiegley2000-10-291-56/+378
|
* Removed all external URL references, and changed one, since myJohn Wiegley2000-10-131-1/+0
| | | | www.emacs.org is not longer being used.
* Bug fix for timeclock.elJohn Wiegley2000-10-131-1/+1
|
* (timeclock-file): Run .timelog through convert-standard-filename.Eli Zaretskii2000-08-151-1/+1
|
* *** empty log message ***Gerd Moellmann2000-08-141-0/+759