Fix XEmacs note publishing bug
[planner-el.git] / ChangeLog
blobf6c1a45adb6e5a15089ae8bebd6a1952e52436d4
1 2006-11-29  Michael Olson  <mwolson@gnu.org>
3         * planner-publish.el (planner-publish-note-tag): Don't call
4         planner-replace-regexp-in-string if either the text or the regexp
5         are empty strings.  This should fix a bug with note publishing
6         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
7         the report.
9 2006-11-04  John Sullivan  <john@wjsullivan.net>
11         * planner-el.texi (PSVN): Document all options and dependencies.
12         (Hyperlinks): Reference Muse hyperlink syntax.
14         * planner.el (planner-search-notes-internal): Provide a full path
15         to the search results. Thanks to Michael Randall for reporting the
16         bug.
17         (planner-search-notes): Adjust display for new results return
18         format.
20         * planner-mhe.el: Remove unnecessary require. 
22 2006-10-20  Michael Olson  <mwolson@gnu.org>
24         * planner-calendar.el: Adapt for nested tag support.  Thanks to
25         Charles philip Chan for noticing.
27 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
29         * timeclock.el: Typo fixes.
30         * timeclock.el (timeclock-history): New.
31         * timeclock.el (timeclock-use-history): New.
32         * timeclock.el (timeclock-log): Honor timeclock-use-history.
33         * timeclock.el (timeclock-read-moment): Provide error on
34         unexpected data in timeclock-file, going unnoticed until now.
35         * timeclock.el (timeclock-find-discrep): Report line number of
36         discrepancy to ease manual fixing.
38 2006-10-16  Michael Olson  <mwolson@gnu.org>
40         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
41         tag support.
43         * planner-notes-index.el: Use add-hook instead of add-to-list, in
44         case muse-publish has not been loaded yet.  Use
45         muse-publish-markup-tags instead of planner-markup-tags.
47         * planner-publish.el (planner-publish-markup-tags): Adapt for
48         nested tag support.  Make the <nested-section> tag nestable.
50         * planner-timeclock.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 and muse-colors-markup-tags instead of
53         planner-markup-tags.
54         (planner-colors-timeclock-report-tag)
55         (planner-publish-timeclock-report-tag): New functions created from
56         planner-timeclock-report-tag.
58 2006-09-26  Michael Olson  <mwolson@gnu.org>
60         * planner.el (planner-setup-highlighting): Don't quote
61         beginning-of-line.  This should fix a bug that was noticed in
62         recent Emacs 22 builds.
64 2006-09-23  John Sullivan  <john@wjsullivan.net>
66         * planner-el.texi (Installing from Arch): Fix arch revision
67         number.
69 2006-09-10  Michael Olson  <mwolson@gnu.org>
71         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
72         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
73         instead of buffer-name.  This fixes a match-string error, and
74         makes things work when you have muse-file-extension set to
75         something.
77 2006-09-04  John Sullivan  <john@wjsullivan.net>
79         * planner.el (planner-list-tasks-with-status): Fix doc string.
81 2006-08-26  John Sullivan  <john@wjsullivan.net>
83         * planner-el.texi (Publishing Planner pages): Clarify the
84         requirements and remove redundancies.
85         (Notes): Update and clarify information about remember-planner.
87 2006-08-22  Magnus Henoch  <mange@freemail.hu>
89         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
90         messages as read problem.
92 2006-08-20  John Sullivan  <john@wjsullivan.net>
94         * planner-el.texi (Concept Index): Standardize and add missing
95         module filenames as index entries.
97 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
99         * planner-timeclock-summary-proj.el
100         (planner-timeclock-proj-entries): Fix bug that occurred when a
101         timeclock entry had no project name.
103 2006-08-12  Michael Olson  <mwolson@gnu.org>
105         * Makefile (.PHONY): Split long line.
107         * AUTHORS: Bookkeeping.
109         * contrib/schedule.el: Update header.
111         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
112         Note that this version of the file is not distributed with GNU
113         Emacs, but with Planner instead.
115 2006-08-11  Michael Olson  <mwolson@gnu.org>
117         * planner-calendar.el (planner-calendar-published-file-href): Fix
118         potential error when the calendar for next month is empty.
120 2006-08-08  Michael Olson  <mwolson@gnu.org>
122         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
123         in the Emacs source tree.
125         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
126         in the Emacs source tree.
128         * ChangeLog.3: New file created from the old ChangeLog.
130 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
132         * timeclock.el: Keep timeclock-file buffer around, so that an
133         encrypted timeclock-file does not have to be opened on each
134         clocking operation (requiring entry of encryption key).
135         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
136         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
137         * timeclock.el (timeclock-log-data): Use
138         `timeclock-get-timeclock-file-buffer', which avoids reading
139         timeclock-file, if it's already in a live buffer.
140         * timeclock.el (timeclock-find-discrep): Ditto.
141         * timeclock.el (timeclock-visit-timelog): Ditto.
143 See ChangeLog.3 for earlier changes.
145 ;; Local Variables:
146 ;; coding: utf-8
147 ;; End: