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