planner-calendar: Adapt for nested tag support
[planner-el.git] / ChangeLog
blob12b1d13b2d3406d6a62be103bf913429570702b6
1 2006-10-20  Michael Olson  <mwolson@gnu.org>
3         * planner-calendar.el: Adapt for nested tag support.  Thanks to
4         Charles philip Chan for noticing.
6 2006-10-16  Michael Olson  <mwolson@gnu.org>
8         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
9         tag support.
11         * planner-notes-index.el: Use add-hook instead of add-to-list, in
12         case muse-publish has not been loaded yet.  Use
13         muse-publish-markup-tags instead of planner-markup-tags.
15         * planner-publish.el (planner-publish-markup-tags): Adapt for
16         nested tag support.  Make the <nested-section> tag nestable.
18         * planner-timeclock.el: Use add-hook instead of add-to-list, in
19         case muse-publish has not been loaded yet.  Use
20         muse-publish-markup-tags and muse-colors-markup-tags instead of
21         planner-markup-tags.
22         (planner-colors-timeclock-report-tag)
23         (planner-publish-timeclock-report-tag): New functions created from
24         planner-timeclock-report-tag.
26 2006-09-26  Michael Olson  <mwolson@gnu.org>
28         * planner.el (planner-setup-highlighting): Don't quote
29         beginning-of-line.  This should fix a bug that was noticed in
30         recent Emacs 22 builds.
32 2006-09-23  John Sullivan  <john@wjsullivan.net>
34         * planner-el.texi (Installing from Arch): Fix arch revision
35         number.
37 2006-09-10  Michael Olson  <mwolson@gnu.org>
39         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
40         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
41         instead of buffer-name.  This fixes a match-string error, and
42         makes things work when you have muse-file-extension set to
43         something.
45 2006-09-04  John Sullivan  <john@wjsullivan.net>
47         * planner.el (planner-list-tasks-with-status): Fix doc string.
49 2006-08-26  John Sullivan  <john@wjsullivan.net>
51         * planner-el.texi (Publishing Planner pages): Clarify the
52         requirements and remove redundancies.
53         (Notes): Update and clarify information about remember-planner.
55 2006-08-22  Magnus Henoch  <mange@freemail.hu>
57         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
58         messages as read problem.
60 2006-08-20  John Sullivan  <john@wjsullivan.net>
62         * planner-el.texi (Concept Index): Standardize and add missing
63         module filenames as index entries.
65 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
67         * planner-timeclock-summary-proj.el
68         (planner-timeclock-proj-entries): Fix bug that occurred when a
69         timeclock entry had no project name.
71 2006-08-12  Michael Olson  <mwolson@gnu.org>
73         * Makefile (.PHONY): Split long line.
75         * AUTHORS: Bookkeeping.
77         * contrib/schedule.el: Update header.
79         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
80         Note that this version of the file is not distributed with GNU
81         Emacs, but with Planner instead.
83 2006-08-11  Michael Olson  <mwolson@gnu.org>
85         * planner-calendar.el (planner-calendar-published-file-href): Fix
86         potential error when the calendar for next month is empty.
88 2006-08-08  Michael Olson  <mwolson@gnu.org>
90         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
91         in the Emacs source tree.
93         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
94         in the Emacs source tree.
96         * ChangeLog.3: New file created from the old ChangeLog.
98 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
100         * timeclock.el: Keep timeclock-file buffer around, so that an
101         encrypted timeclock-file does not have to be opened on each
102         clocking operation (requiring entry of encryption key).
103         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
104         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
105         * timeclock.el (timeclock-log-data): Use
106         `timeclock-get-timeclock-file-buffer', which avoids reading
107         timeclock-file, if it's already in a live buffer.
108         * timeclock.el (timeclock-find-discrep): Ditto.
109         * timeclock.el (timeclock-visit-timelog): Ditto.
111 See ChangeLog.3 for earlier changes.
113 ;; Local Variables:
114 ;; coding: utf-8
115 ;; End: