planner-publish: Change :after to :before-end
[planner-el.git] / ChangeLog
blobb88a7d042d179fbc6ed58d48d5797795172a2692
1 2006-12-26  Michael Olson  <mwolson@gnu.org>
3         * planner-publish.el: Associate finalize function with
4         :before-end, rather than :after.  That way, if Planner files are
5         included in another file by means of Muse's new <include> tag,
6         these transforms will still be applied.
8 2006-11-29  Michael Olson  <mwolson@gnu.org>
10         * planner-publish.el (planner-publish-note-tag): Don't call
11         planner-replace-regexp-in-string if either the text or the regexp
12         are empty strings.  This should fix a bug with note publishing
13         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
14         the report.
16 2006-11-04  John Sullivan  <john@wjsullivan.net>
18         * planner-el.texi (PSVN): Document all options and dependencies.
19         (Hyperlinks): Reference Muse hyperlink syntax.
21         * planner.el (planner-search-notes-internal): Provide a full path
22         to the search results. Thanks to Michael Randall for reporting the
23         bug.
24         (planner-search-notes): Adjust display for new results return
25         format.
27         * planner-mhe.el: Remove unnecessary require. 
29 2006-10-20  Michael Olson  <mwolson@gnu.org>
31         * planner-calendar.el: Adapt for nested tag support.  Thanks to
32         Charles philip Chan for noticing.
34 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
36         * timeclock.el: Typo fixes.
37         * timeclock.el (timeclock-history): New.
38         * timeclock.el (timeclock-use-history): New.
39         * timeclock.el (timeclock-log): Honor timeclock-use-history.
40         * timeclock.el (timeclock-read-moment): Provide error on
41         unexpected data in timeclock-file, going unnoticed until now.
42         * timeclock.el (timeclock-find-discrep): Report line number of
43         discrepancy to ease manual fixing.
45 2006-10-16  Michael Olson  <mwolson@gnu.org>
47         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
48         tag support.
50         * planner-notes-index.el: Use add-hook instead of add-to-list, in
51         case muse-publish has not been loaded yet.  Use
52         muse-publish-markup-tags instead of planner-markup-tags.
54         * planner-publish.el (planner-publish-markup-tags): Adapt for
55         nested tag support.  Make the <nested-section> tag nestable.
57         * planner-timeclock.el: Use add-hook instead of add-to-list, in
58         case muse-publish has not been loaded yet.  Use
59         muse-publish-markup-tags and muse-colors-markup-tags instead of
60         planner-markup-tags.
61         (planner-colors-timeclock-report-tag)
62         (planner-publish-timeclock-report-tag): New functions created from
63         planner-timeclock-report-tag.
65 2006-09-26  Michael Olson  <mwolson@gnu.org>
67         * planner.el (planner-setup-highlighting): Don't quote
68         beginning-of-line.  This should fix a bug that was noticed in
69         recent Emacs 22 builds.
71 2006-09-23  John Sullivan  <john@wjsullivan.net>
73         * planner-el.texi (Installing from Arch): Fix arch revision
74         number.
76 2006-09-10  Michael Olson  <mwolson@gnu.org>
78         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
79         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
80         instead of buffer-name.  This fixes a match-string error, and
81         makes things work when you have muse-file-extension set to
82         something.
84 2006-09-04  John Sullivan  <john@wjsullivan.net>
86         * planner.el (planner-list-tasks-with-status): Fix doc string.
88 2006-08-26  John Sullivan  <john@wjsullivan.net>
90         * planner-el.texi (Publishing Planner pages): Clarify the
91         requirements and remove redundancies.
92         (Notes): Update and clarify information about remember-planner.
94 2006-08-22  Magnus Henoch  <mange@freemail.hu>
96         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
97         messages as read problem.
99 2006-08-20  John Sullivan  <john@wjsullivan.net>
101         * planner-el.texi (Concept Index): Standardize and add missing
102         module filenames as index entries.
104 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
106         * planner-timeclock-summary-proj.el
107         (planner-timeclock-proj-entries): Fix bug that occurred when a
108         timeclock entry had no project name.
110 2006-08-12  Michael Olson  <mwolson@gnu.org>
112         * Makefile (.PHONY): Split long line.
114         * AUTHORS: Bookkeeping.
116         * contrib/schedule.el: Update header.
118         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
119         Note that this version of the file is not distributed with GNU
120         Emacs, but with Planner instead.
122 2006-08-11  Michael Olson  <mwolson@gnu.org>
124         * planner-calendar.el (planner-calendar-published-file-href): Fix
125         potential error when the calendar for next month is empty.
127 2006-08-08  Michael Olson  <mwolson@gnu.org>
129         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
130         in the Emacs source tree.
132         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
133         in the Emacs source tree.
135         * ChangeLog.3: New file created from the old ChangeLog.
137 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
139         * timeclock.el: Keep timeclock-file buffer around, so that an
140         encrypted timeclock-file does not have to be opened on each
141         clocking operation (requiring entry of encryption key).
142         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
143         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
144         * timeclock.el (timeclock-log-data): Use
145         `timeclock-get-timeclock-file-buffer', which avoids reading
146         timeclock-file, if it's already in a live buffer.
147         * timeclock.el (timeclock-find-discrep): Ditto.
148         * timeclock.el (timeclock-visit-timelog): Ditto.
150 See ChangeLog.3 for earlier changes.
152 ;; Local Variables:
153 ;; coding: utf-8
154 ;; End: