425650648ce9d7ef40e1e5d1015dc6ac7504454b
[planner-el.git] / ChangeLog
blob425650648ce9d7ef40e1e5d1015dc6ac7504454b
1 2008-06-30  John Sullivan  <john@wjsullivan.net>
3         * planner.el (planner-list-daily-files): Clarify docstring.
4         (planner-get-day-pages): planner-list-daily-files only returns
5         date pages, no need to test for this.
7 2008-06-30  Michael Olson  <mwolson@gnu.org>
9         * planner.el (planner-list-daily-files): Fix Bug #11932, where
10         duplicate items could be returned in planner-get-day-pages.
12 2008-06-29  John Sullivan  <john@wjsullivan.net>
14         * planner.el (planner-create-note): Fix for #10196, make sure that
15         newly created notes get the right number.
17         * planner-el.texi (Keeping Track of Time): Recover paragraph that
18         had been lost sometime in 2005.
20 2008-05-18  John Sullivan  <john@wjsullivan.net>
22         * Release Planner 3.42.
24 2008-04-26  Michael Olson  <mwolson@gnu.org>
26         * planner.el (planner-copy-or-move-region): Make sure that the
27         very first task in a region is acted on exactly once.  The old
28         behavior was that the first task would be skipped.
30 2008-04-16  Michael Olson  <mwolson@gnu.org>
32         * Makefile (distclean): Don't bother removing debian files.
33         (debclean, debprepare, debbuild, debinstall, deb): Remove obsolete
34         targets.
36         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
37         (DISTRIBUTOR): Remove obsolete variables.
39         * planner.el (planner-annotation-from-wiki): Use "::" instead of
40         "#" as the project/page delimiter.
42 2008-02-24  Michael Olson  <mwolson@gnu.org>
44         * planner-report.el (planner-report-generate): Use
45         insert-file-contents instead of insert-file-contents-literally.
46         Otherwise non-ASCII characters get mangled.  Thanks to Michael
47         Heerdegen for the report.
49 2008-01-20  Sacha Chua  <sacha@sachachua.com>
51         * planner-rss.el (planner-rss-add-item): Remove call to
52         muse-publish-markup-region.
53         (planner-publish-markup-note-rss): Use muse-insert-markup so that
54         markup doesn't get escaped.
56 2007-12-27  Deus Max  <deusmax@gmail.com>
58         * planner-ledger.el (planner-ledger): New customize group.
59         (planner-ledger-data-file): New option specifying ledger file to
60         use.
61         (planner-ledger-balance-regexp, planner-ledger-pending-regexp)
62         (planner-ledger-balance-args): Update to work with newer versions
63         of ledger.
64         (planner-ledger-insert-balance-maybe): New function.
65         (planner-ledger-insert-pending-maybe): New function.
66         (planner-ledger-insert-section-maybe): Add newlines.
67         (planner-ledger-clear-section-balance)
68         (planner-ledger-clear-section-pending)
69         (planner-ledger-clear-section, planner-ledger-goto-section-end):
70         New functions.
71         (planner-ledger-add-entry-from-task): Use
72         planner-ledger-data-file.  Use more precise entry format.
73         (planner-ledger-run-ledger): New function to run ledger.
75 2007-12-04  Michael Olson  <mwolson@gnu.org>
77         * planner-el.texi: Update to mention git instructions, rather than
78         Arch.
80 2007-12-02  Jim Ottaway  <j.ottaway@lse.ac.uk>
82         * planner-appt.el: Move advice higher in file.
83         (planner-appt-update-appt-section-maybe): Fix bug with
84         planner-deadline and task-based appointments.
86 2007-11-28  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
88         * planner-publish.el (planner-html-markup-strings): Add id to
89         planner-begin-task string.
90         (planner-publish-task-tag): Pass an appropriate id argument.  If
91         using task numbers, concatenate the priority and the task number.
92         Otherwise, concatenate the priority with a pseudo-random number.
94 2007-10-29  Adrian Aichner  <adrian@xemacs.org>
96         * contrib/timeclock.el: Typo fix.
98         * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see
99         http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs useful in
100         context of current gnuslog-file.
102         * planner-timeclock.el (defadvice planner-replan-task): Make
103         project match optional (for tasks added manually).
105 2007-10-28  Michael Olson  <mwolson@gnu.org>
107         * Makefile (DEFS): Use more-sophisticated Makefile.defs.default
108         setup.
109         (info-only): New rule to make just the info file.
110         (install): Use improved install_info method.
111         (dist, debprepare): Update rules for git.
112         (elpa): New rule that makes an ELPA package for Planner.
114         * Makefile.defs.default: Rename from Makefile.defs.
115         (install_info): New improved rule based on the old INSTALLINFO
116         variable.
117         (ELPADIR, ELPADESC): New variables used for making the Planner
118         ELPA package.
120 2007-09-26  John Sullivan  <john@wjsullivan.net>
122         * planner.el (planner-search-notes-internal): Don't include the
123         title line of any following note in either the search or the
124         matched text. Closes #8973 and #7622.
126         * All files: Relicense to GPLv3, add new COPYING text and update
127         manual.
129 2007-09-23  John Sullivan  <john@wjsullivan.net>
131         * planner.el (planner-copy-or-move-region): Use convenience
132         functions instead of ELT and regexps. Don't include the task at
133         the beginning of the region if point is at the end of the line,
134         but do include it otherwise. Correct docstring to reflect actual
135         behavior.
138 2007-09-21  Michael Olson  <mwolson@gnu.org>
140         * planner.el (planner-annotation-as-kill): Fix error that occurred
141         when no annotation is found, and display a relevant message.
143 2007-09-17  John Sullivan  <john@wjsullivan.net>
145         * planner-tasks-overview.el (planner-tasks-overview-show-summary),
146         (planner-tasks-overview-insert): Replace obsolete
147         `planner-directory'.
150 2007-09-09  John Sullivan  <john@wjsullivan.net>
152         * planner-tasks-overview.el (planner-tasks-overview): Use
153         planner-extract-tasks.
154         (planner-tasks-overview-insert): Expect list layout returned by
155         planner-extract-tasks, and use parsing functions. Improve display.
156         Set working directory so that links work. Don't switch to
157         planner-mode, stay in planner-tasks-overview-mode.
158         (planner-tasks-overview-extract-all-tasks): Deleted because it's
159         redundant; we use planner-extract-tasks for this.
160         (planner-tasks-overview-mode): Derive from planner-mode, not
161         fundamental-mode.
162         (planner-tasks-overview-sort-by-date): Fix field number.
163         (planner-tasks-overview-sort-by-plan): Fix field number.
164         (planner-tasks-overview-sort-by-priority): Fix field number.
165         (planner-tasks-overview-sort-by-field): Handle nil properly for
166         sorting.
167         (planner-tasks-overview-sort-by-status): Fix field numbers.
169         * planner.el: Standardize and update compatibility info across all
170         files.
172         * planner-el.texi (Using Allout Mode): Minor doc fixes.
174 2007-08-30  John Sullivan  <john@wjsullivan.net>
176         * planner.el (planner-goto-hook): It's only run for day pages.
178 2007-08-29  John Sullivan  <john@wjsullivan.net>
180         * planner-registry.el (planner-registry-get-link-keywords): Use
181         it.
182         (planner-registry-get-keywords): Here too.
184         * planner.el (planner-split-string): Compatibility hack for
185         changes made in Emacs 22.
187         * planner.el (planner-delete-task): Use it.
189         * planner.el (planner-delete-task-hook): New hook. Thanks to David
190         Vazquez for the suggestion.
192         * planner-el.texi (Annotations): Remove misleadingly incomplete
193         sentence describing default annotations.
195         * planner.el (planner-annotation-from-man): New. Closes #8197 and
196         #8196.
197         (planner-annotation-from-woman): New. Thanks to Valery V.
198         Vorotyntsev for getting both of these started.
200 2007-08-22  Michael Olson  <mwolson@gnu.org>
202         * planner-publish.el (planner-publish-diary-section-tag): Insert
203         newline so that we avoid a validation error.
205 2007-08-19  Michael Olson  <mwolson@gnu.org>
207         * planner.el: Remove use of eval-when-compile in require
208         statements, since it breaks compiled code.  Also, emacs21 needs to
209         require 'derived.
211 2007-07-21  Michael Olson  <mwolson@gnu.org>
213         * README: Mention that Muse 3.03 or later is needed.
215         * planner-authz.el, planner-timeclock.el, planner-calendar.el,
216         planner-publish.el: Remove support for old markup-tag syntax, now
217         that Muse 3.03 is released.
219         * planner-calendar.el (planner-calendar-prev-month-href)
220         (planner-calendar-next-month-href): Don't escape specials specials
221         in the URL description.  This should fix a bug with "&laquo;" and
222         "&raquo;".
224         * planner-publish.el: Error out when loading if we have Muse less
225         than 3.03.  Also, remove `unless' wrapper around uses of
226         muse-derive-style.
227         (planner-publish-ignore-url-desc-specials): New variable that
228         determines whether to ignore specials in URL descriptions.
229         (planner-publish-decide-specials): New function that uses this
230         variable.
231         ("planner-xml", "planner-xhtml", "planner-xhtml"): Set :specials
232         to planner-publish-decide-specials.
234         * planner-el.texi: Replace "www.mwolson.org" with "mwolson.org"
235         for brevity.
237 2007-07-03  Michael Olson  <mwolson@gnu.org>
239         * Makefile: Update debian package-building rules.
241 2007-06-17  Michael Olson  <mwolson@gnu.org>
243         * planner-publish.el (planner-publish-markup-regexps): Use group
244         of planner-publish, rather than muse-html.
246 2007-05-26  Michael Olson  <mwolson@gnu.org>
248         * planner-el.texi (Installing from Arch): Update Archzoom URL.
250 2007-05-07  Michael Olson  <mwolson@gnu.org>
252         * README: Mention that there are multiple mailing lists.
254         * planner-el.texi (Getting Help): Add entry for the new log
255         messages list.
257         * planner-publish.el: Fix bug in publishing of calendars.  The
258         finalization was happening before the header and footer were
259         inserted, which was incorrect.
261 2007-04-09  Michael Olson  <mwolson@gnu.org>
263         * README: Use new link to online documentation.
265 2007-04-08  Michael Olson  <mwolson@gnu.org>
267         * planner*.el: Replace plannerlove website with maintainer's
268         website.  Closes #8847.
270         * README: Mention maintainer's Planner page.  Remove plannerlove.
272 2007-04-03  John Sullivan  <john@wjsullivan.net>
274         * planner-el.texi (Wanderlust): Update keybinding.
276         * planner-wl.el (planner-wl-insinuate): Change keybinding to C-c
277         C-t, closes #8361.
279 2007-04-03  Michael Olson  <mwolson@gnu.org>
281         * planner-el.texi (Preface): Use John's on-line documentation for
282         Planner, rather than mine.
284 2007-04-02  John Sullivan  <john@wjsullivan.net>
286         * planner-el.texi (Planning based on the Franklin-Covey Approach):
287         Correct MixedCase instructions, closes #8357. Other minor fixups
288         too.
290 2007-03-04  John Sullivan  <john@wjsullivan.net>
292         * planner-el.texi (Installation): Mention what versions of emacsen
293         we're compatible with.
295 2007-02-10  Michael Olson  <mwolson@gnu.org>
297         * planner.el (planner-setup-highlighting): Use quote instead of
298         backquote.  This should hopefully fix a weird error with ntemacs
299         23.0.0.1.
301 2007-02-06  John Sullivan  <john@wjsullivan.net>
303         * planner-el.texi (Task Detail): Clarification, see #8366.
304         (Diary): We only bind a key in one of the two diary integration
305         methods. Closes #8359.
307 2007-01-26  John Sullivan  <john@wjsullivan.net>
309         * planner-el.texi (Diary): Clarify that editing the diary section
310         on a planner page does not affect the diary file.
312 2007-01-24  John Sullivan  <john@wjsullivan.net>
314         * planner-el.texi (Diary): Attach function name to keybinding
315         description.
317 2007-01-14  John Sullivan  <john@wjsullivan.net>
319         * planner-gnus.el: Fix typo and change URL.
320         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
321         as suggested by Leo.
323 2007-01-14  Michael Olson  <mwolson@gnu.org>
325         * planner.el: Make sure various planner-annotation functions show
326         up in the customize interface for `planner-annotation-functions'.
327         Thanks to Hadron Quark for the report.
329         * planner-el.texi (Installing from a Source Archive): Mention
330         creating an ~/elisp directory.  Also mention how to get Muse and
331         Remember.  Mention running "make clean".
332         (Installing from Arch): Document Remember archive usage.  Use "tla
333         update", not "tla replay".
334         (Installing from Debian): Mention remember-el.  Since I get asked
335         this so frequently, mention how to make the warning message go
336         away -- it's not an error!
337         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
338         complain.
339         (Getting Help): Change URL to the emacswiki.org one.  So long,
340         plannerlove.  Thanks to Hadron Quark for pointing all this out.
341         (Tasks): Clarify wording of `C-c C-c' explanation.
343 2007-01-07  John Sullivan  <john@wjsullivan.net>
345         * Remove erroneously committed ChangeLog entries.
347         * planner.el (planner-visit-link): We weren't passing the
348         other-window argument to muse. Thanks to Wanrong Lin for noticing.
350 2007-01-05  John Sullivan  <john@wjsullivan.net>
352         * planner-timeclock.el (planner-schedule): Remove unnecessary
353         dependency.
355         * planner-el.texi (Timeclock): Fix typos.
357 2006-12-26  Michael Olson  <mwolson@gnu.org>
359         * planner-publish.el: Associate finalize function with
360         :before-end, rather than :after.  That way, if Planner files are
361         included in another file by means of Muse's new <include> tag,
362         these transforms will still be applied.
364 2006-11-29  Michael Olson  <mwolson@gnu.org>
366         * planner-publish.el (planner-publish-note-tag): Don't call
367         planner-replace-regexp-in-string if either the text or the regexp
368         are empty strings.  This should fix a bug with note publishing
369         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
370         the report.
372 2006-11-04  John Sullivan  <john@wjsullivan.net>
374         * planner-el.texi (PSVN): Document all options and dependencies.
375         (Hyperlinks): Reference Muse hyperlink syntax.
377         * planner.el (planner-search-notes-internal): Provide a full path
378         to the search results. Thanks to Michael Randall for reporting the
379         bug.
380         (planner-search-notes): Adjust display for new results return
381         format.
383         * planner-mhe.el: Remove unnecessary require. 
385 2006-10-20  Michael Olson  <mwolson@gnu.org>
387         * planner-calendar.el: Adapt for nested tag support.  Thanks to
388         Charles philip Chan for noticing.
390 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
392         * timeclock.el: Typo fixes.
393         * timeclock.el (timeclock-history): New.
394         * timeclock.el (timeclock-use-history): New.
395         * timeclock.el (timeclock-log): Honor timeclock-use-history.
396         * timeclock.el (timeclock-read-moment): Provide error on
397         unexpected data in timeclock-file, going unnoticed until now.
398         * timeclock.el (timeclock-find-discrep): Report line number of
399         discrepancy to ease manual fixing.
401 2006-10-16  Michael Olson  <mwolson@gnu.org>
403         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
404         tag support.
406         * planner-notes-index.el: Use add-hook instead of add-to-list, in
407         case muse-publish has not been loaded yet.  Use
408         muse-publish-markup-tags instead of planner-markup-tags.
410         * planner-publish.el (planner-publish-markup-tags): Adapt for
411         nested tag support.  Make the <nested-section> tag nestable.
413         * planner-timeclock.el: Use add-hook instead of add-to-list, in
414         case muse-publish has not been loaded yet.  Use
415         muse-publish-markup-tags and muse-colors-markup-tags instead of
416         planner-markup-tags.
417         (planner-colors-timeclock-report-tag)
418         (planner-publish-timeclock-report-tag): New functions created from
419         planner-timeclock-report-tag.
421 2006-09-26  Michael Olson  <mwolson@gnu.org>
423         * planner.el (planner-setup-highlighting): Don't quote
424         beginning-of-line.  This should fix a bug that was noticed in
425         recent Emacs 22 builds.
427 2006-09-23  John Sullivan  <john@wjsullivan.net>
429         * planner-el.texi (Installing from Arch): Fix arch revision
430         number.
432 2006-09-10  Michael Olson  <mwolson@gnu.org>
434         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
435         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
436         instead of buffer-name.  This fixes a match-string error, and
437         makes things work when you have muse-file-extension set to
438         something.
440 2006-09-04  John Sullivan  <john@wjsullivan.net>
442         * planner.el (planner-list-tasks-with-status): Fix doc string.
444 2006-08-26  John Sullivan  <john@wjsullivan.net>
446         * planner-el.texi (Publishing Planner pages): Clarify the
447         requirements and remove redundancies.
448         (Notes): Update and clarify information about remember-planner.
450 2006-08-22  Magnus Henoch  <mange@freemail.hu>
452         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
453         messages as read problem.
455 2006-08-20  John Sullivan  <john@wjsullivan.net>
457         * planner-el.texi (Concept Index): Standardize and add missing
458         module filenames as index entries.
460 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
462         * planner-timeclock-summary-proj.el
463         (planner-timeclock-proj-entries): Fix bug that occurred when a
464         timeclock entry had no project name.
466 2006-08-12  Michael Olson  <mwolson@gnu.org>
468         * Makefile (.PHONY): Split long line.
470         * AUTHORS: Bookkeeping.
472         * contrib/schedule.el: Update header.
474         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
475         Note that this version of the file is not distributed with GNU
476         Emacs, but with Planner instead.
478 2006-08-11  Michael Olson  <mwolson@gnu.org>
480         * planner-calendar.el (planner-calendar-published-file-href): Fix
481         potential error when the calendar for next month is empty.
483 2006-08-08  Michael Olson  <mwolson@gnu.org>
485         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
486         in the Emacs source tree.
488         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
489         in the Emacs source tree.
491         * ChangeLog.3: New file created from the old ChangeLog.
493 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
495         * timeclock.el: Keep timeclock-file buffer around, so that an
496         encrypted timeclock-file does not have to be opened on each
497         clocking operation (requiring entry of encryption key).
498         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
499         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
500         * timeclock.el (timeclock-log-data): Use
501         `timeclock-get-timeclock-file-buffer', which avoids reading
502         timeclock-file, if it's already in a live buffer.
503         * timeclock.el (timeclock-find-discrep): Ditto.
504         * timeclock.el (timeclock-visit-timelog): Ditto.
506 See ChangeLog.3 for earlier changes.
508 ;; Local Variables:
509 ;; coding: utf-8
510 ;; End: