timeclock.el: Check in changes from Aidrian Aichner.
[planner-el.git] / ChangeLog
blob9b2c52b31d98b66a861d619435afd7a8a3da3d27
1 2006-08-12  Michael Olson  <mwolson@gnu.org>
3         * Makefile (.PHONY): Split long line.
5         * AUTHORS: Bookkeeping.
7         * contrib/schedule.el: Update header.
9         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
10         Note that this version of the file is not distributed with GNU
11         Emacs, but with Planner instead.
13 2006-08-11  Michael Olson  <mwolson@gnu.org>
15         * planner-calendar.el (planner-calendar-published-file-href): Fix
16         potential error when the calendar for next month is empty.
18 2006-08-08  Michael Olson  <mwolson@gnu.org>
20         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
21         in the Emacs source tree.
23         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
24         in the Emacs source tree.
26         * ChangeLog.3: New file created from the old ChangeLog.
28 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
30         * timeclock.el: Keep timeclock-file buffer around, so that an
31         encrypted timeclock-file does not have to be opened on each
32         clocking operation (requiring entry of encryption key).
33         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
34         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
35         * timeclock.el (timeclock-log-data): Use
36         `timeclock-get-timeclock-file-buffer', which avoids reading
37         timeclock-file, if it's already in a live buffer.
38         * timeclock.el (timeclock-find-discrep): Ditto.
39         * timeclock.el (timeclock-visit-timelog): Ditto.
41 See ChangeLog.3 for earlier changes.
43 ;; Local Variables:
44 ;; coding: utf-8
45 ;; End: