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