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