Fix #11948. Narrow to tasks section when carrying tasks forward.
[planner-el.git] / ChangeLog
blob5183ad133d1df3a50043856d015b262e0a49e1c1
1 2009-02-18  John Sullivan  <john@wjsullivan.net>
3         * planner.el (plan): When carrying tasks forward, narrow to the
4         tasks section first instead of looking at the whole page. Closes
5         #11948. This should also improve performance a good deal for
6         everyone using `planner-carry-tasks-forward'.
8 2009-02-17  John Sullivan  <john@wjsullivan.net>
10         * planner-multi.el (planner-multi-read-name): I don't think the
11         value for `crm-separator' sohuld be regexp quoted. If we're using
12         crm, then we need to modify its completion map in the same way we
13         do if we're not. I'm setting up the map inside the function
14         instead of defvar because I'm concerned about what happens when
15         people modify `planner-multi-separator' after loading
16         planner-multi. Better ways of doing this welcome, but it seems to
17         work.
19 2009-02-15  John Sullivan  <john@wjsullivan.net>
21         * planner.el (planner-annotation-from-file-relative): Delete this
22         function; nothing is using it.
24         * planner-el.texi: Remove obsolete mentions of planner-directory.
26         * planner-multi.el (planner-multi-read-name): Using SPC as the
27         planner-multi-separator no longer breaks SPC completion for other
28         Emacs functions. Closes #11953.
30 2009-02-14  John Sullivan  <john@wjsullivan.net>
32         * planner.el, planner-deadline.el, planner-notes-index.el,
33         planner-rank.el, planner-rdf.el, planner-timeclock-summary.el,
34         planner-trunk.el: Finally merge patch from Bradley Kuhn at the
35         Software Freedom Law Center to allow "-" to be used as the date
36         separator. A customizable variable, planner-date-separator, allows
37         the user to choose which separator they prefer. The regexes that
38         match dates throughout the planner codebase have been changed to
39         match both. Closes #8205.
41 2009-02-08  John Sullivan  <john@wjsullivan.net>
43         * planner-el.texi (Publishing Planner pages): Fix typo, closes
44         #12843.
46 2008-06-30  John Sullivan  <john@wjsullivan.net>
48         * planner.el (planner-list-daily-files): Clarify docstring.
49         (planner-get-day-pages): planner-list-daily-files only returns
50         date pages, no need to test for this.
52 2008-06-30  Michael Olson  <mwolson@gnu.org>
54         * planner.el (planner-list-daily-files): Fix Bug #11932, where
55         duplicate items could be returned in planner-get-day-pages.
57 2008-06-29  John Sullivan  <john@wjsullivan.net>
59         * planner.el (planner-create-note): Fix for #10196, make sure that
60         newly created notes get the right number.
62         * planner-el.texi (Keeping Track of Time): Recover paragraph that
63         had been lost sometime in 2005.
65 2008-05-18  John Sullivan  <john@wjsullivan.net>
67         * Release Planner 3.42.
69 2008-04-26  Michael Olson  <mwolson@gnu.org>
71         * planner.el (planner-copy-or-move-region): Make sure that the
72         very first task in a region is acted on exactly once.  The old
73         behavior was that the first task would be skipped.
75 2008-04-16  Michael Olson  <mwolson@gnu.org>
77         * Makefile (distclean): Don't bother removing debian files.
78         (debclean, debprepare, debbuild, debinstall, deb): Remove obsolete
79         targets.
81         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
82         (DISTRIBUTOR): Remove obsolete variables.
84         * planner.el (planner-annotation-from-wiki): Use "::" instead of
85         "#" as the project/page delimiter.
87 2008-02-24  Michael Olson  <mwolson@gnu.org>
89         * planner-report.el (planner-report-generate): Use
90         insert-file-contents instead of insert-file-contents-literally.
91         Otherwise non-ASCII characters get mangled.  Thanks to Michael
92         Heerdegen for the report.
94 2008-01-20  Sacha Chua  <sacha@sachachua.com>
96         * planner-rss.el (planner-rss-add-item): Remove call to
97         muse-publish-markup-region.
98         (planner-publish-markup-note-rss): Use muse-insert-markup so that
99         markup doesn't get escaped.
101 2007-12-27  Deus Max  <deusmax@gmail.com>
103         * planner-ledger.el (planner-ledger): New customize group.
104         (planner-ledger-data-file): New option specifying ledger file to
105         use.
106         (planner-ledger-balance-regexp, planner-ledger-pending-regexp)
107         (planner-ledger-balance-args): Update to work with newer versions
108         of ledger.
109         (planner-ledger-insert-balance-maybe): New function.
110         (planner-ledger-insert-pending-maybe): New function.
111         (planner-ledger-insert-section-maybe): Add newlines.
112         (planner-ledger-clear-section-balance)
113         (planner-ledger-clear-section-pending)
114         (planner-ledger-clear-section, planner-ledger-goto-section-end):
115         New functions.
116         (planner-ledger-add-entry-from-task): Use
117         planner-ledger-data-file.  Use more precise entry format.
118         (planner-ledger-run-ledger): New function to run ledger.
120 2007-12-04  Michael Olson  <mwolson@gnu.org>
122         * planner-el.texi: Update to mention git instructions, rather than
123         Arch.
125 2007-12-02  Jim Ottaway  <j.ottaway@lse.ac.uk>
127         * planner-appt.el: Move advice higher in file.
128         (planner-appt-update-appt-section-maybe): Fix bug with
129         planner-deadline and task-based appointments.
131 2007-11-28  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
133         * planner-publish.el (planner-html-markup-strings): Add id to
134         planner-begin-task string.
135         (planner-publish-task-tag): Pass an appropriate id argument.  If
136         using task numbers, concatenate the priority and the task number.
137         Otherwise, concatenate the priority with a pseudo-random number.
139 2007-10-29  Adrian Aichner  <adrian@xemacs.org>
141         * contrib/timeclock.el: Typo fix.
143         * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see
144         http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs useful in
145         context of current gnuslog-file.
147         * planner-timeclock.el (defadvice planner-replan-task): Make
148         project match optional (for tasks added manually).
150 2007-10-28  Michael Olson  <mwolson@gnu.org>
152         * Makefile (DEFS): Use more-sophisticated Makefile.defs.default
153         setup.
154         (info-only): New rule to make just the info file.
155         (install): Use improved install_info method.
156         (dist, debprepare): Update rules for git.
157         (elpa): New rule that makes an ELPA package for Planner.
159         * Makefile.defs.default: Rename from Makefile.defs.
160         (install_info): New improved rule based on the old INSTALLINFO
161         variable.
162         (ELPADIR, ELPADESC): New variables used for making the Planner
163         ELPA package.
165 2007-09-26  John Sullivan  <john@wjsullivan.net>
167         * planner.el (planner-search-notes-internal): Don't include the
168         title line of any following note in either the search or the
169         matched text. Closes #8973 and #7622.
171         * All files: Relicense to GPLv3, add new COPYING text and update
172         manual.
174 2007-09-23  John Sullivan  <john@wjsullivan.net>
176         * planner.el (planner-copy-or-move-region): Use convenience
177         functions instead of ELT and regexps. Don't include the task at
178         the beginning of the region if point is at the end of the line,
179         but do include it otherwise. Correct docstring to reflect actual
180         behavior.
183 2007-09-21  Michael Olson  <mwolson@gnu.org>
185         * planner.el (planner-annotation-as-kill): Fix error that occurred
186         when no annotation is found, and display a relevant message.
188 2007-09-17  John Sullivan  <john@wjsullivan.net>
190         * planner-tasks-overview.el (planner-tasks-overview-show-summary),
191         (planner-tasks-overview-insert): Replace obsolete
192         `planner-directory'.
195 2007-09-09  John Sullivan  <john@wjsullivan.net>
197         * planner-tasks-overview.el (planner-tasks-overview): Use
198         planner-extract-tasks.
199         (planner-tasks-overview-insert): Expect list layout returned by
200         planner-extract-tasks, and use parsing functions. Improve display.
201         Set working directory so that links work. Don't switch to
202         planner-mode, stay in planner-tasks-overview-mode.
203         (planner-tasks-overview-extract-all-tasks): Deleted because it's
204         redundant; we use planner-extract-tasks for this.
205         (planner-tasks-overview-mode): Derive from planner-mode, not
206         fundamental-mode.
207         (planner-tasks-overview-sort-by-date): Fix field number.
208         (planner-tasks-overview-sort-by-plan): Fix field number.
209         (planner-tasks-overview-sort-by-priority): Fix field number.
210         (planner-tasks-overview-sort-by-field): Handle nil properly for
211         sorting.
212         (planner-tasks-overview-sort-by-status): Fix field numbers.
214         * planner.el: Standardize and update compatibility info across all
215         files.
217         * planner-el.texi (Using Allout Mode): Minor doc fixes.
219 2007-08-30  John Sullivan  <john@wjsullivan.net>
221         * planner.el (planner-goto-hook): It's only run for day pages.
223 2007-08-29  John Sullivan  <john@wjsullivan.net>
225         * planner-registry.el (planner-registry-get-link-keywords): Use
226         it.
227         (planner-registry-get-keywords): Here too.
229         * planner.el (planner-split-string): Compatibility hack for
230         changes made in Emacs 22.
232         * planner.el (planner-delete-task): Use it.
234         * planner.el (planner-delete-task-hook): New hook. Thanks to David
235         Vazquez for the suggestion.
237         * planner-el.texi (Annotations): Remove misleadingly incomplete
238         sentence describing default annotations.
240         * planner.el (planner-annotation-from-man): New. Closes #8197 and
241         #8196.
242         (planner-annotation-from-woman): New. Thanks to Valery V.
243         Vorotyntsev for getting both of these started.
245 2007-08-22  Michael Olson  <mwolson@gnu.org>
247         * planner-publish.el (planner-publish-diary-section-tag): Insert
248         newline so that we avoid a validation error.
250 2007-08-19  Michael Olson  <mwolson@gnu.org>
252         * planner.el: Remove use of eval-when-compile in require
253         statements, since it breaks compiled code.  Also, emacs21 needs to
254         require 'derived.
256 2007-07-21  Michael Olson  <mwolson@gnu.org>
258         * README: Mention that Muse 3.03 or later is needed.
260         * planner-authz.el, planner-timeclock.el, planner-calendar.el,
261         planner-publish.el: Remove support for old markup-tag syntax, now
262         that Muse 3.03 is released.
264         * planner-calendar.el (planner-calendar-prev-month-href)
265         (planner-calendar-next-month-href): Don't escape specials specials
266         in the URL description.  This should fix a bug with "&laquo;" and
267         "&raquo;".
269         * planner-publish.el: Error out when loading if we have Muse less
270         than 3.03.  Also, remove `unless' wrapper around uses of
271         muse-derive-style.
272         (planner-publish-ignore-url-desc-specials): New variable that
273         determines whether to ignore specials in URL descriptions.
274         (planner-publish-decide-specials): New function that uses this
275         variable.
276         ("planner-xml", "planner-xhtml", "planner-xhtml"): Set :specials
277         to planner-publish-decide-specials.
279         * planner-el.texi: Replace "www.mwolson.org" with "mwolson.org"
280         for brevity.
282 2007-07-03  Michael Olson  <mwolson@gnu.org>
284         * Makefile: Update debian package-building rules.
286 2007-06-17  Michael Olson  <mwolson@gnu.org>
288         * planner-publish.el (planner-publish-markup-regexps): Use group
289         of planner-publish, rather than muse-html.
291 2007-05-26  Michael Olson  <mwolson@gnu.org>
293         * planner-el.texi (Installing from Arch): Update Archzoom URL.
295 2007-05-07  Michael Olson  <mwolson@gnu.org>
297         * README: Mention that there are multiple mailing lists.
299         * planner-el.texi (Getting Help): Add entry for the new log
300         messages list.
302         * planner-publish.el: Fix bug in publishing of calendars.  The
303         finalization was happening before the header and footer were
304         inserted, which was incorrect.
306 2007-04-09  Michael Olson  <mwolson@gnu.org>
308         * README: Use new link to online documentation.
310 2007-04-08  Michael Olson  <mwolson@gnu.org>
312         * planner*.el: Replace plannerlove website with maintainer's
313         website.  Closes #8847.
315         * README: Mention maintainer's Planner page.  Remove plannerlove.
317 2007-04-03  John Sullivan  <john@wjsullivan.net>
319         * planner-el.texi (Wanderlust): Update keybinding.
321         * planner-wl.el (planner-wl-insinuate): Change keybinding to C-c
322         C-t, closes #8361.
324 2007-04-03  Michael Olson  <mwolson@gnu.org>
326         * planner-el.texi (Preface): Use John's on-line documentation for
327         Planner, rather than mine.
329 2007-04-02  John Sullivan  <john@wjsullivan.net>
331         * planner-el.texi (Planning based on the Franklin-Covey Approach):
332         Correct MixedCase instructions, closes #8357. Other minor fixups
333         too.
335 2007-03-04  John Sullivan  <john@wjsullivan.net>
337         * planner-el.texi (Installation): Mention what versions of emacsen
338         we're compatible with.
340 2007-02-10  Michael Olson  <mwolson@gnu.org>
342         * planner.el (planner-setup-highlighting): Use quote instead of
343         backquote.  This should hopefully fix a weird error with ntemacs
344         23.0.0.1.
346 2007-02-06  John Sullivan  <john@wjsullivan.net>
348         * planner-el.texi (Task Detail): Clarification, see #8366.
349         (Diary): We only bind a key in one of the two diary integration
350         methods. Closes #8359.
352 2007-01-26  John Sullivan  <john@wjsullivan.net>
354         * planner-el.texi (Diary): Clarify that editing the diary section
355         on a planner page does not affect the diary file.
357 2007-01-24  John Sullivan  <john@wjsullivan.net>
359         * planner-el.texi (Diary): Attach function name to keybinding
360         description.
362 2007-01-14  John Sullivan  <john@wjsullivan.net>
364         * planner-gnus.el: Fix typo and change URL.
365         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
366         as suggested by Leo.
368 2007-01-14  Michael Olson  <mwolson@gnu.org>
370         * planner.el: Make sure various planner-annotation functions show
371         up in the customize interface for `planner-annotation-functions'.
372         Thanks to Hadron Quark for the report.
374         * planner-el.texi (Installing from a Source Archive): Mention
375         creating an ~/elisp directory.  Also mention how to get Muse and
376         Remember.  Mention running "make clean".
377         (Installing from Arch): Document Remember archive usage.  Use "tla
378         update", not "tla replay".
379         (Installing from Debian): Mention remember-el.  Since I get asked
380         this so frequently, mention how to make the warning message go
381         away -- it's not an error!
382         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
383         complain.
384         (Getting Help): Change URL to the emacswiki.org one.  So long,
385         plannerlove.  Thanks to Hadron Quark for pointing all this out.
386         (Tasks): Clarify wording of `C-c C-c' explanation.
388 2007-01-07  John Sullivan  <john@wjsullivan.net>
390         * Remove erroneously committed ChangeLog entries.
392         * planner.el (planner-visit-link): We weren't passing the
393         other-window argument to muse. Thanks to Wanrong Lin for noticing.
395 2007-01-05  John Sullivan  <john@wjsullivan.net>
397         * planner-timeclock.el (planner-schedule): Remove unnecessary
398         dependency.
400         * planner-el.texi (Timeclock): Fix typos.
402 2006-12-26  Michael Olson  <mwolson@gnu.org>
404         * planner-publish.el: Associate finalize function with
405         :before-end, rather than :after.  That way, if Planner files are
406         included in another file by means of Muse's new <include> tag,
407         these transforms will still be applied.
409 2006-11-29  Michael Olson  <mwolson@gnu.org>
411         * planner-publish.el (planner-publish-note-tag): Don't call
412         planner-replace-regexp-in-string if either the text or the regexp
413         are empty strings.  This should fix a bug with note publishing
414         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
415         the report.
417 2006-11-04  John Sullivan  <john@wjsullivan.net>
419         * planner-el.texi (PSVN): Document all options and dependencies.
420         (Hyperlinks): Reference Muse hyperlink syntax.
422         * planner.el (planner-search-notes-internal): Provide a full path
423         to the search results. Thanks to Michael Randall for reporting the
424         bug.
425         (planner-search-notes): Adjust display for new results return
426         format.
428         * planner-mhe.el: Remove unnecessary require. 
430 2006-10-20  Michael Olson  <mwolson@gnu.org>
432         * planner-calendar.el: Adapt for nested tag support.  Thanks to
433         Charles philip Chan for noticing.
435 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
437         * timeclock.el: Typo fixes.
438         * timeclock.el (timeclock-history): New.
439         * timeclock.el (timeclock-use-history): New.
440         * timeclock.el (timeclock-log): Honor timeclock-use-history.
441         * timeclock.el (timeclock-read-moment): Provide error on
442         unexpected data in timeclock-file, going unnoticed until now.
443         * timeclock.el (timeclock-find-discrep): Report line number of
444         discrepancy to ease manual fixing.
446 2006-10-16  Michael Olson  <mwolson@gnu.org>
448         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
449         tag support.
451         * planner-notes-index.el: Use add-hook instead of add-to-list, in
452         case muse-publish has not been loaded yet.  Use
453         muse-publish-markup-tags instead of planner-markup-tags.
455         * planner-publish.el (planner-publish-markup-tags): Adapt for
456         nested tag support.  Make the <nested-section> tag nestable.
458         * planner-timeclock.el: Use add-hook instead of add-to-list, in
459         case muse-publish has not been loaded yet.  Use
460         muse-publish-markup-tags and muse-colors-markup-tags instead of
461         planner-markup-tags.
462         (planner-colors-timeclock-report-tag)
463         (planner-publish-timeclock-report-tag): New functions created from
464         planner-timeclock-report-tag.
466 2006-09-26  Michael Olson  <mwolson@gnu.org>
468         * planner.el (planner-setup-highlighting): Don't quote
469         beginning-of-line.  This should fix a bug that was noticed in
470         recent Emacs 22 builds.
472 2006-09-23  John Sullivan  <john@wjsullivan.net>
474         * planner-el.texi (Installing from Arch): Fix arch revision
475         number.
477 2006-09-10  Michael Olson  <mwolson@gnu.org>
479         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
480         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
481         instead of buffer-name.  This fixes a match-string error, and
482         makes things work when you have muse-file-extension set to
483         something.
485 2006-09-04  John Sullivan  <john@wjsullivan.net>
487         * planner.el (planner-list-tasks-with-status): Fix doc string.
489 2006-08-26  John Sullivan  <john@wjsullivan.net>
491         * planner-el.texi (Publishing Planner pages): Clarify the
492         requirements and remove redundancies.
493         (Notes): Update and clarify information about remember-planner.
495 2006-08-22  Magnus Henoch  <mange@freemail.hu>
497         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
498         messages as read problem.
500 2006-08-20  John Sullivan  <john@wjsullivan.net>
502         * planner-el.texi (Concept Index): Standardize and add missing
503         module filenames as index entries.
505 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
507         * planner-timeclock-summary-proj.el
508         (planner-timeclock-proj-entries): Fix bug that occurred when a
509         timeclock entry had no project name.
511 2006-08-12  Michael Olson  <mwolson@gnu.org>
513         * Makefile (.PHONY): Split long line.
515         * AUTHORS: Bookkeeping.
517         * contrib/schedule.el: Update header.
519         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
520         Note that this version of the file is not distributed with GNU
521         Emacs, but with Planner instead.
523 2006-08-11  Michael Olson  <mwolson@gnu.org>
525         * planner-calendar.el (planner-calendar-published-file-href): Fix
526         potential error when the calendar for next month is empty.
528 2006-08-08  Michael Olson  <mwolson@gnu.org>
530         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
531         in the Emacs source tree.
533         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
534         in the Emacs source tree.
536         * ChangeLog.3: New file created from the old ChangeLog.
538 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
540         * timeclock.el: Keep timeclock-file buffer around, so that an
541         encrypted timeclock-file does not have to be opened on each
542         clocking operation (requiring entry of encryption key).
543         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
544         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
545         * timeclock.el (timeclock-log-data): Use
546         `timeclock-get-timeclock-file-buffer', which avoids reading
547         timeclock-file, if it's already in a live buffer.
548         * timeclock.el (timeclock-find-discrep): Ditto.
549         * timeclock.el (timeclock-visit-timelog): Ditto.
551 See ChangeLog.3 for earlier changes.
553 ;; Local Variables:
554 ;; coding: utf-8
555 ;; End: