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