Clarification, see #8366.
[planner-el.git] / ChangeLog
blobd7c96e5482c9051cd83f8fda6b9741c54e23d161
1 2007-02-06  John Sullivan  <john@wjsullivan.net>
3         * planner-el.texi (Task Detail): Clarification, see #8366.
5 2007-01-26  John Sullivan  <john@wjsullivan.net>
7         * planner-el.texi (Diary): Clarify that editing the diary section
8         on a planner page does not affect the diary file.
10 2007-01-24  John Sullivan  <john@wjsullivan.net>
12         * planner-el.texi (Diary): Attach function name to keybinding
13         description.
15 2007-01-14  John Sullivan  <john@wjsullivan.net>
17         * planner-gnus.el: Fix typo and change URL.
18         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
19         as suggested by Leo.
21 2007-01-14  Michael Olson  <mwolson@gnu.org>
23         * planner.el: Make sure various planner-annotation functions show
24         up in the customize interface for `planner-annotation-functions'.
25         Thanks to Hadron Quark for the report.
27         * planner-el.texi (Installing from a Source Archive): Mention
28         creating an ~/elisp directory.  Also mention how to get Muse and
29         Remember.  Mention running "make clean".
30         (Installing from Arch): Document Remember archive usage.  Use "tla
31         update", not "tla replay".
32         (Installing from Debian): Mention remember-el.  Since I get asked
33         this so frequently, mention how to make the warning message go
34         away -- it's not an error!
35         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
36         complain.
37         (Getting Help): Change URL to the emacswiki.org one.  So long,
38         plannerlove.  Thanks to Hadron Quark for pointing all this out.
39         (Tasks): Clarify wording of `C-c C-c' explanation.
41 2007-01-07  John Sullivan  <john@wjsullivan.net>
43         * Remove erroneously committed ChangeLog entries.
45         * planner.el (planner-visit-link): We weren't passing the
46         other-window argument to muse. Thanks to Wanrong Lin for noticing.
48 2007-01-05  John Sullivan  <john@wjsullivan.net>
50         * planner-timeclock.el (planner-schedule): Remove unnecessary
51         dependency.
53         * planner-el.texi (Timeclock): Fix typos.
55 2006-12-26  Michael Olson  <mwolson@gnu.org>
57         * planner-publish.el: Associate finalize function with
58         :before-end, rather than :after.  That way, if Planner files are
59         included in another file by means of Muse's new <include> tag,
60         these transforms will still be applied.
62 2006-11-29  Michael Olson  <mwolson@gnu.org>
64         * planner-publish.el (planner-publish-note-tag): Don't call
65         planner-replace-regexp-in-string if either the text or the regexp
66         are empty strings.  This should fix a bug with note publishing
67         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
68         the report.
70 2006-11-04  John Sullivan  <john@wjsullivan.net>
72         * planner-el.texi (PSVN): Document all options and dependencies.
73         (Hyperlinks): Reference Muse hyperlink syntax.
75         * planner.el (planner-search-notes-internal): Provide a full path
76         to the search results. Thanks to Michael Randall for reporting the
77         bug.
78         (planner-search-notes): Adjust display for new results return
79         format.
81         * planner-mhe.el: Remove unnecessary require. 
83 2006-10-20  Michael Olson  <mwolson@gnu.org>
85         * planner-calendar.el: Adapt for nested tag support.  Thanks to
86         Charles philip Chan for noticing.
88 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
90         * timeclock.el: Typo fixes.
91         * timeclock.el (timeclock-history): New.
92         * timeclock.el (timeclock-use-history): New.
93         * timeclock.el (timeclock-log): Honor timeclock-use-history.
94         * timeclock.el (timeclock-read-moment): Provide error on
95         unexpected data in timeclock-file, going unnoticed until now.
96         * timeclock.el (timeclock-find-discrep): Report line number of
97         discrepancy to ease manual fixing.
99 2006-10-16  Michael Olson  <mwolson@gnu.org>
101         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
102         tag support.
104         * planner-notes-index.el: Use add-hook instead of add-to-list, in
105         case muse-publish has not been loaded yet.  Use
106         muse-publish-markup-tags instead of planner-markup-tags.
108         * planner-publish.el (planner-publish-markup-tags): Adapt for
109         nested tag support.  Make the <nested-section> tag nestable.
111         * planner-timeclock.el: Use add-hook instead of add-to-list, in
112         case muse-publish has not been loaded yet.  Use
113         muse-publish-markup-tags and muse-colors-markup-tags instead of
114         planner-markup-tags.
115         (planner-colors-timeclock-report-tag)
116         (planner-publish-timeclock-report-tag): New functions created from
117         planner-timeclock-report-tag.
119 2006-09-26  Michael Olson  <mwolson@gnu.org>
121         * planner.el (planner-setup-highlighting): Don't quote
122         beginning-of-line.  This should fix a bug that was noticed in
123         recent Emacs 22 builds.
125 2006-09-23  John Sullivan  <john@wjsullivan.net>
127         * planner-el.texi (Installing from Arch): Fix arch revision
128         number.
130 2006-09-10  Michael Olson  <mwolson@gnu.org>
132         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
133         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
134         instead of buffer-name.  This fixes a match-string error, and
135         makes things work when you have muse-file-extension set to
136         something.
138 2006-09-04  John Sullivan  <john@wjsullivan.net>
140         * planner.el (planner-list-tasks-with-status): Fix doc string.
142 2006-08-26  John Sullivan  <john@wjsullivan.net>
144         * planner-el.texi (Publishing Planner pages): Clarify the
145         requirements and remove redundancies.
146         (Notes): Update and clarify information about remember-planner.
148 2006-08-22  Magnus Henoch  <mange@freemail.hu>
150         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
151         messages as read problem.
153 2006-08-20  John Sullivan  <john@wjsullivan.net>
155         * planner-el.texi (Concept Index): Standardize and add missing
156         module filenames as index entries.
158 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
160         * planner-timeclock-summary-proj.el
161         (planner-timeclock-proj-entries): Fix bug that occurred when a
162         timeclock entry had no project name.
164 2006-08-12  Michael Olson  <mwolson@gnu.org>
166         * Makefile (.PHONY): Split long line.
168         * AUTHORS: Bookkeeping.
170         * contrib/schedule.el: Update header.
172         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
173         Note that this version of the file is not distributed with GNU
174         Emacs, but with Planner instead.
176 2006-08-11  Michael Olson  <mwolson@gnu.org>
178         * planner-calendar.el (planner-calendar-published-file-href): Fix
179         potential error when the calendar for next month is empty.
181 2006-08-08  Michael Olson  <mwolson@gnu.org>
183         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
184         in the Emacs source tree.
186         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
187         in the Emacs source tree.
189         * ChangeLog.3: New file created from the old ChangeLog.
191 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
193         * timeclock.el: Keep timeclock-file buffer around, so that an
194         encrypted timeclock-file does not have to be opened on each
195         clocking operation (requiring entry of encryption key).
196         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
197         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
198         * timeclock.el (timeclock-log-data): Use
199         `timeclock-get-timeclock-file-buffer', which avoids reading
200         timeclock-file, if it's already in a live buffer.
201         * timeclock.el (timeclock-find-discrep): Ditto.
202         * timeclock.el (timeclock-visit-timelog): Ditto.
204 See ChangeLog.3 for earlier changes.
206 ;; Local Variables:
207 ;; coding: utf-8
208 ;; End: