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