Remove unnecessary require, from Christophe Garion
[planner-el.git] / ChangeLog
blobfbe84f286a83bbabdc3b6c105322e0589949fada
1 2006-11-04  John Sullivan  <john@wjsullivan.net>
3         * planner-mhe.el: Remove unnecessary require. 
5 2006-10-20  Michael Olson  <mwolson@gnu.org>
7         * planner-calendar.el: Adapt for nested tag support.  Thanks to
8         Charles philip Chan for noticing.
10 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
12         * timeclock.el: Typo fixes.
13         * timeclock.el (timeclock-history): New.
14         * timeclock.el (timeclock-use-history): New.
15         * timeclock.el (timeclock-log): Honor timeclock-use-history.
16         * timeclock.el (timeclock-read-moment): Provide error on
17         unexpected data in timeclock-file, going unnoticed until now.
18         * timeclock.el (timeclock-find-discrep): Report line number of
19         discrepancy to ease manual fixing.
21 2006-10-16  Michael Olson  <mwolson@gnu.org>
23         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
24         tag support.
26         * planner-notes-index.el: Use add-hook instead of add-to-list, in
27         case muse-publish has not been loaded yet.  Use
28         muse-publish-markup-tags instead of planner-markup-tags.
30         * planner-publish.el (planner-publish-markup-tags): Adapt for
31         nested tag support.  Make the <nested-section> tag nestable.
33         * planner-timeclock.el: Use add-hook instead of add-to-list, in
34         case muse-publish has not been loaded yet.  Use
35         muse-publish-markup-tags and muse-colors-markup-tags instead of
36         planner-markup-tags.
37         (planner-colors-timeclock-report-tag)
38         (planner-publish-timeclock-report-tag): New functions created from
39         planner-timeclock-report-tag.
41 2006-09-26  Michael Olson  <mwolson@gnu.org>
43         * planner.el (planner-setup-highlighting): Don't quote
44         beginning-of-line.  This should fix a bug that was noticed in
45         recent Emacs 22 builds.
47 2006-09-23  John Sullivan  <john@wjsullivan.net>
49         * planner-el.texi (Installing from Arch): Fix arch revision
50         number.
52 2006-09-10  Michael Olson  <mwolson@gnu.org>
54         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
55         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
56         instead of buffer-name.  This fixes a match-string error, and
57         makes things work when you have muse-file-extension set to
58         something.
60 2006-09-04  John Sullivan  <john@wjsullivan.net>
62         * planner.el (planner-list-tasks-with-status): Fix doc string.
64 2006-08-26  John Sullivan  <john@wjsullivan.net>
66         * planner-el.texi (Publishing Planner pages): Clarify the
67         requirements and remove redundancies.
68         (Notes): Update and clarify information about remember-planner.
70 2006-08-22  Magnus Henoch  <mange@freemail.hu>
72         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
73         messages as read problem.
75 2006-08-20  John Sullivan  <john@wjsullivan.net>
77         * planner-el.texi (Concept Index): Standardize and add missing
78         module filenames as index entries.
80 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
82         * planner-timeclock-summary-proj.el
83         (planner-timeclock-proj-entries): Fix bug that occurred when a
84         timeclock entry had no project name.
86 2006-08-12  Michael Olson  <mwolson@gnu.org>
88         * Makefile (.PHONY): Split long line.
90         * AUTHORS: Bookkeeping.
92         * contrib/schedule.el: Update header.
94         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
95         Note that this version of the file is not distributed with GNU
96         Emacs, but with Planner instead.
98 2006-08-11  Michael Olson  <mwolson@gnu.org>
100         * planner-calendar.el (planner-calendar-published-file-href): Fix
101         potential error when the calendar for next month is empty.
103 2006-08-08  Michael Olson  <mwolson@gnu.org>
105         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
106         in the Emacs source tree.
108         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
109         in the Emacs source tree.
111         * ChangeLog.3: New file created from the old ChangeLog.
113 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
115         * timeclock.el: Keep timeclock-file buffer around, so that an
116         encrypted timeclock-file does not have to be opened on each
117         clocking operation (requiring entry of encryption key).
118         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
119         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
120         * timeclock.el (timeclock-log-data): Use
121         `timeclock-get-timeclock-file-buffer', which avoids reading
122         timeclock-file, if it's already in a live buffer.
123         * timeclock.el (timeclock-find-discrep): Ditto.
124         * timeclock.el (timeclock-visit-timelog): Ditto.
126 See ChangeLog.3 for earlier changes.
128 ;; Local Variables:
129 ;; coding: utf-8
130 ;; End: