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