Update copyright headers and other housekeeping for 3.42 release.
[planner-el.git] / ChangeLog
blob410086bf54571760e99552a3e1eeb387f1e8110a
1 2008-04-01  John Sullivan  <john@wjsullivan.net>
3         * Release Planner 3.42.
5 2008-02-24  Michael Olson  <mwolson@gnu.org>
7         * planner-report.el (planner-report-generate): Use
8         insert-file-contents instead of insert-file-contents-literally.
9         Otherwise non-ASCII characters get mangled.  Thanks to Michael
10         Heerdegen for the report.
12 2008-01-20  Sacha Chua  <sacha@sachachua.com>
14         * planner-rss.el (planner-rss-add-item): Remove call to
15         muse-publish-markup-region.
16         (planner-publish-markup-note-rss): Use muse-insert-markup so that
17         markup doesn't get escaped.
19 2007-12-27  Deus Max  <deusmax@gmail.com>
21         * planner-ledger.el (planner-ledger): New customize group.
22         (planner-ledger-data-file): New option specifying ledger file to
23         use.
24         (planner-ledger-balance-regexp, planner-ledger-pending-regexp)
25         (planner-ledger-balance-args): Update to work with newer versions
26         of ledger.
27         (planner-ledger-insert-balance-maybe): New function.
28         (planner-ledger-insert-pending-maybe): New function.
29         (planner-ledger-insert-section-maybe): Add newlines.
30         (planner-ledger-clear-section-balance)
31         (planner-ledger-clear-section-pending)
32         (planner-ledger-clear-section, planner-ledger-goto-section-end):
33         New functions.
34         (planner-ledger-add-entry-from-task): Use
35         planner-ledger-data-file.  Use more precise entry format.
36         (planner-ledger-run-ledger): New function to run ledger.
38 2007-12-04  Michael Olson  <mwolson@gnu.org>
40         * planner-el.texi: Update to mention git instructions, rather than
41         Arch.
43 2007-12-02  Jim Ottaway  <j.ottaway@lse.ac.uk>
45         * planner-appt.el: Move advice higher in file.
46         (planner-appt-update-appt-section-maybe): Fix bug with
47         planner-deadline and task-based appointments.
49 2007-11-28  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
51         * planner-publish.el (planner-html-markup-strings): Add id to
52         planner-begin-task string.
53         (planner-publish-task-tag): Pass an appropriate id argument.  If
54         using task numbers, concatenate the priority and the task number.
55         Otherwise, concatenate the priority with a pseudo-random number.
57 2007-10-29  Adrian Aichner  <adrian@xemacs.org>
59         * contrib/timeclock.el: Typo fix.
61         * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see
62         http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs useful in
63         context of current gnuslog-file.
65         * planner-timeclock.el (defadvice planner-replan-task): Make
66         project match optional (for tasks added manually).
68 2007-10-28  Michael Olson  <mwolson@gnu.org>
70         * Makefile (DEFS): Use more-sophisticated Makefile.defs.default
71         setup.
72         (info-only): New rule to make just the info file.
73         (install): Use improved install_info method.
74         (dist, debprepare): Update rules for git.
75         (elpa): New rule that makes an ELPA package for Planner.
77         * Makefile.defs.default: Rename from Makefile.defs.
78         (install_info): New improved rule based on the old INSTALLINFO
79         variable.
80         (ELPADIR, ELPADESC): New variables used for making the Planner
81         ELPA package.
83 2007-09-26  John Sullivan  <john@wjsullivan.net>
85         * planner.el (planner-search-notes-internal): Don't include the
86         title line of any following note in either the search or the
87         matched text. Closes #8973 and #7622.
89         * All files: Relicense to GPLv3, add new COPYING text and update
90         manual.
92 2007-09-23  John Sullivan  <john@wjsullivan.net>
94         * planner.el (planner-copy-or-move-region): Use convenience
95         functions instead of ELT and regexps. Don't include the task at
96         the beginning of the region if point is at the end of the line,
97         but do include it otherwise. Correct docstring to reflect actual
98         behavior.
101 2007-09-21  Michael Olson  <mwolson@gnu.org>
103         * planner.el (planner-annotation-as-kill): Fix error that occurred
104         when no annotation is found, and display a relevant message.
106 2007-09-17  John Sullivan  <john@wjsullivan.net>
108         * planner-tasks-overview.el (planner-tasks-overview-show-summary),
109         (planner-tasks-overview-insert): Replace obsolete
110         `planner-directory'.
113 2007-09-09  John Sullivan  <john@wjsullivan.net>
115         * planner-tasks-overview.el (planner-tasks-overview): Use
116         planner-extract-tasks.
117         (planner-tasks-overview-insert): Expect list layout returned by
118         planner-extract-tasks, and use parsing functions. Improve display.
119         Set working directory so that links work. Don't switch to
120         planner-mode, stay in planner-tasks-overview-mode.
121         (planner-tasks-overview-extract-all-tasks): Deleted because it's
122         redundant; we use planner-extract-tasks for this.
123         (planner-tasks-overview-mode): Derive from planner-mode, not
124         fundamental-mode.
125         (planner-tasks-overview-sort-by-date): Fix field number.
126         (planner-tasks-overview-sort-by-plan): Fix field number.
127         (planner-tasks-overview-sort-by-priority): Fix field number.
128         (planner-tasks-overview-sort-by-field): Handle nil properly for
129         sorting.
130         (planner-tasks-overview-sort-by-status): Fix field numbers.
132         * planner.el: Standardize and update compatibility info across all
133         files.
135         * planner-el.texi (Using Allout Mode): Minor doc fixes.
137 2007-08-30  John Sullivan  <john@wjsullivan.net>
139         * planner.el (planner-goto-hook): It's only run for day pages.
141 2007-08-29  John Sullivan  <john@wjsullivan.net>
143         * planner-registry.el (planner-registry-get-link-keywords): Use
144         it.
145         (planner-registry-get-keywords): Here too.
147         * planner.el (planner-split-string): Compatibility hack for
148         changes made in Emacs 22.
150         * planner.el (planner-delete-task): Use it.
152         * planner.el (planner-delete-task-hook): New hook. Thanks to David
153         Vazquez for the suggestion.
155         * planner-el.texi (Annotations): Remove misleadingly incomplete
156         sentence describing default annotations.
158         * planner.el (planner-annotation-from-man): New. Closes #8197 and
159         #8196.
160         (planner-annotation-from-woman): New. Thanks to Valery V.
161         Vorotyntsev for getting both of these started.
163 2007-08-22  Michael Olson  <mwolson@gnu.org>
165         * planner-publish.el (planner-publish-diary-section-tag): Insert
166         newline so that we avoid a validation error.
168 2007-08-19  Michael Olson  <mwolson@gnu.org>
170         * planner.el: Remove use of eval-when-compile in require
171         statements, since it breaks compiled code.  Also, emacs21 needs to
172         require 'derived.
174 2007-07-21  Michael Olson  <mwolson@gnu.org>
176         * README: Mention that Muse 3.03 or later is needed.
178         * planner-authz.el, planner-timeclock.el, planner-calendar.el,
179         planner-publish.el: Remove support for old markup-tag syntax, now
180         that Muse 3.03 is released.
182         * planner-calendar.el (planner-calendar-prev-month-href)
183         (planner-calendar-next-month-href): Don't escape specials specials
184         in the URL description.  This should fix a bug with "&laquo;" and
185         "&raquo;".
187         * planner-publish.el: Error out when loading if we have Muse less
188         than 3.03.  Also, remove `unless' wrapper around uses of
189         muse-derive-style.
190         (planner-publish-ignore-url-desc-specials): New variable that
191         determines whether to ignore specials in URL descriptions.
192         (planner-publish-decide-specials): New function that uses this
193         variable.
194         ("planner-xml", "planner-xhtml", "planner-xhtml"): Set :specials
195         to planner-publish-decide-specials.
197         * planner-el.texi: Replace "www.mwolson.org" with "mwolson.org"
198         for brevity.
200 2007-07-03  Michael Olson  <mwolson@gnu.org>
202         * Makefile: Update debian package-building rules.
204 2007-06-17  Michael Olson  <mwolson@gnu.org>
206         * planner-publish.el (planner-publish-markup-regexps): Use group
207         of planner-publish, rather than muse-html.
209 2007-05-26  Michael Olson  <mwolson@gnu.org>
211         * planner-el.texi (Installing from Arch): Update Archzoom URL.
213 2007-05-07  Michael Olson  <mwolson@gnu.org>
215         * README: Mention that there are multiple mailing lists.
217         * planner-el.texi (Getting Help): Add entry for the new log
218         messages list.
220         * planner-publish.el: Fix bug in publishing of calendars.  The
221         finalization was happening before the header and footer were
222         inserted, which was incorrect.
224 2007-04-09  Michael Olson  <mwolson@gnu.org>
226         * README: Use new link to online documentation.
228 2007-04-08  Michael Olson  <mwolson@gnu.org>
230         * planner*.el: Replace plannerlove website with maintainer's
231         website.  Closes #8847.
233         * README: Mention maintainer's Planner page.  Remove plannerlove.
235 2007-04-03  John Sullivan  <john@wjsullivan.net>
237         * planner-el.texi (Wanderlust): Update keybinding.
239         * planner-wl.el (planner-wl-insinuate): Change keybinding to C-c
240         C-t, closes #8361.
242 2007-04-03  Michael Olson  <mwolson@gnu.org>
244         * planner-el.texi (Preface): Use John's on-line documentation for
245         Planner, rather than mine.
247 2007-04-02  John Sullivan  <john@wjsullivan.net>
249         * planner-el.texi (Planning based on the Franklin-Covey Approach):
250         Correct MixedCase instructions, closes #8357. Other minor fixups
251         too.
253 2007-03-04  John Sullivan  <john@wjsullivan.net>
255         * planner-el.texi (Installation): Mention what versions of emacsen
256         we're compatible with.
258 2007-02-10  Michael Olson  <mwolson@gnu.org>
260         * planner.el (planner-setup-highlighting): Use quote instead of
261         backquote.  This should hopefully fix a weird error with ntemacs
262         23.0.0.1.
264 2007-02-06  John Sullivan  <john@wjsullivan.net>
266         * planner-el.texi (Task Detail): Clarification, see #8366.
267         (Diary): We only bind a key in one of the two diary integration
268         methods. Closes #8359.
270 2007-01-26  John Sullivan  <john@wjsullivan.net>
272         * planner-el.texi (Diary): Clarify that editing the diary section
273         on a planner page does not affect the diary file.
275 2007-01-24  John Sullivan  <john@wjsullivan.net>
277         * planner-el.texi (Diary): Attach function name to keybinding
278         description.
280 2007-01-14  John Sullivan  <john@wjsullivan.net>
282         * planner-gnus.el: Fix typo and change URL.
283         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
284         as suggested by Leo.
286 2007-01-14  Michael Olson  <mwolson@gnu.org>
288         * planner.el: Make sure various planner-annotation functions show
289         up in the customize interface for `planner-annotation-functions'.
290         Thanks to Hadron Quark for the report.
292         * planner-el.texi (Installing from a Source Archive): Mention
293         creating an ~/elisp directory.  Also mention how to get Muse and
294         Remember.  Mention running "make clean".
295         (Installing from Arch): Document Remember archive usage.  Use "tla
296         update", not "tla replay".
297         (Installing from Debian): Mention remember-el.  Since I get asked
298         this so frequently, mention how to make the warning message go
299         away -- it's not an error!
300         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
301         complain.
302         (Getting Help): Change URL to the emacswiki.org one.  So long,
303         plannerlove.  Thanks to Hadron Quark for pointing all this out.
304         (Tasks): Clarify wording of `C-c C-c' explanation.
306 2007-01-07  John Sullivan  <john@wjsullivan.net>
308         * Remove erroneously committed ChangeLog entries.
310         * planner.el (planner-visit-link): We weren't passing the
311         other-window argument to muse. Thanks to Wanrong Lin for noticing.
313 2007-01-05  John Sullivan  <john@wjsullivan.net>
315         * planner-timeclock.el (planner-schedule): Remove unnecessary
316         dependency.
318         * planner-el.texi (Timeclock): Fix typos.
320 2006-12-26  Michael Olson  <mwolson@gnu.org>
322         * planner-publish.el: Associate finalize function with
323         :before-end, rather than :after.  That way, if Planner files are
324         included in another file by means of Muse's new <include> tag,
325         these transforms will still be applied.
327 2006-11-29  Michael Olson  <mwolson@gnu.org>
329         * planner-publish.el (planner-publish-note-tag): Don't call
330         planner-replace-regexp-in-string if either the text or the regexp
331         are empty strings.  This should fix a bug with note publishing
332         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
333         the report.
335 2006-11-04  John Sullivan  <john@wjsullivan.net>
337         * planner-el.texi (PSVN): Document all options and dependencies.
338         (Hyperlinks): Reference Muse hyperlink syntax.
340         * planner.el (planner-search-notes-internal): Provide a full path
341         to the search results. Thanks to Michael Randall for reporting the
342         bug.
343         (planner-search-notes): Adjust display for new results return
344         format.
346         * planner-mhe.el: Remove unnecessary require. 
348 2006-10-20  Michael Olson  <mwolson@gnu.org>
350         * planner-calendar.el: Adapt for nested tag support.  Thanks to
351         Charles philip Chan for noticing.
353 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
355         * timeclock.el: Typo fixes.
356         * timeclock.el (timeclock-history): New.
357         * timeclock.el (timeclock-use-history): New.
358         * timeclock.el (timeclock-log): Honor timeclock-use-history.
359         * timeclock.el (timeclock-read-moment): Provide error on
360         unexpected data in timeclock-file, going unnoticed until now.
361         * timeclock.el (timeclock-find-discrep): Report line number of
362         discrepancy to ease manual fixing.
364 2006-10-16  Michael Olson  <mwolson@gnu.org>
366         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
367         tag support.
369         * planner-notes-index.el: Use add-hook instead of add-to-list, in
370         case muse-publish has not been loaded yet.  Use
371         muse-publish-markup-tags instead of planner-markup-tags.
373         * planner-publish.el (planner-publish-markup-tags): Adapt for
374         nested tag support.  Make the <nested-section> tag nestable.
376         * planner-timeclock.el: Use add-hook instead of add-to-list, in
377         case muse-publish has not been loaded yet.  Use
378         muse-publish-markup-tags and muse-colors-markup-tags instead of
379         planner-markup-tags.
380         (planner-colors-timeclock-report-tag)
381         (planner-publish-timeclock-report-tag): New functions created from
382         planner-timeclock-report-tag.
384 2006-09-26  Michael Olson  <mwolson@gnu.org>
386         * planner.el (planner-setup-highlighting): Don't quote
387         beginning-of-line.  This should fix a bug that was noticed in
388         recent Emacs 22 builds.
390 2006-09-23  John Sullivan  <john@wjsullivan.net>
392         * planner-el.texi (Installing from Arch): Fix arch revision
393         number.
395 2006-09-10  Michael Olson  <mwolson@gnu.org>
397         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
398         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
399         instead of buffer-name.  This fixes a match-string error, and
400         makes things work when you have muse-file-extension set to
401         something.
403 2006-09-04  John Sullivan  <john@wjsullivan.net>
405         * planner.el (planner-list-tasks-with-status): Fix doc string.
407 2006-08-26  John Sullivan  <john@wjsullivan.net>
409         * planner-el.texi (Publishing Planner pages): Clarify the
410         requirements and remove redundancies.
411         (Notes): Update and clarify information about remember-planner.
413 2006-08-22  Magnus Henoch  <mange@freemail.hu>
415         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
416         messages as read problem.
418 2006-08-20  John Sullivan  <john@wjsullivan.net>
420         * planner-el.texi (Concept Index): Standardize and add missing
421         module filenames as index entries.
423 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
425         * planner-timeclock-summary-proj.el
426         (planner-timeclock-proj-entries): Fix bug that occurred when a
427         timeclock entry had no project name.
429 2006-08-12  Michael Olson  <mwolson@gnu.org>
431         * Makefile (.PHONY): Split long line.
433         * AUTHORS: Bookkeeping.
435         * contrib/schedule.el: Update header.
437         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
438         Note that this version of the file is not distributed with GNU
439         Emacs, but with Planner instead.
441 2006-08-11  Michael Olson  <mwolson@gnu.org>
443         * planner-calendar.el (planner-calendar-published-file-href): Fix
444         potential error when the calendar for next month is empty.
446 2006-08-08  Michael Olson  <mwolson@gnu.org>
448         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
449         in the Emacs source tree.
451         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
452         in the Emacs source tree.
454         * ChangeLog.3: New file created from the old ChangeLog.
456 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
458         * timeclock.el: Keep timeclock-file buffer around, so that an
459         encrypted timeclock-file does not have to be opened on each
460         clocking operation (requiring entry of encryption key).
461         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
462         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
463         * timeclock.el (timeclock-log-data): Use
464         `timeclock-get-timeclock-file-buffer', which avoids reading
465         timeclock-file, if it's already in a live buffer.
466         * timeclock.el (timeclock-find-discrep): Ditto.
467         * timeclock.el (timeclock-visit-timelog): Ditto.
469 See ChangeLog.3 for earlier changes.
471 ;; Local Variables:
472 ;; coding: utf-8
473 ;; End: