Remove obsolete function and docs related to planner-directory.
[planner-el.git] / ChangeLog
blobeed366f3d29107969fcec868f4f60af4c3773e8d
1 2009-02-15  John Sullivan  <john@wjsullivan.net>
3         * planner.el (planner-annotation-from-file-relative): Delete this
4         function; nothing is using it.
6         * planner-el.texi: Remove obsolete mentions of planner-directory.
8         * planner-multi.el (planner-multi-read-name): Using SPC as the
9         planner-multi-separator no longer breaks SPC completion for other
10         Emacs functions. Closes #11953.
12 2009-02-14  John Sullivan  <john@wjsullivan.net>
14         * planner.el, planner-deadline.el, planner-notes-index.el,
15         planner-rank.el, planner-rdf.el, planner-timeclock-summary.el,
16         planner-trunk.el: Finally merge patch from Bradley Kuhn at the
17         Software Freedom Law Center to allow "-" to be used as the date
18         separator. A customizable variable, planner-date-separator, allows
19         the user to choose which separator they prefer. The regexes that
20         match dates throughout the planner codebase have been changed to
21         match both. Closes #8205.
23 2009-02-08  John Sullivan  <john@wjsullivan.net>
25         * planner-el.texi (Publishing Planner pages): Fix typo, closes
26         #12843.
28 2008-06-30  John Sullivan  <john@wjsullivan.net>
30         * planner.el (planner-list-daily-files): Clarify docstring.
31         (planner-get-day-pages): planner-list-daily-files only returns
32         date pages, no need to test for this.
34 2008-06-30  Michael Olson  <mwolson@gnu.org>
36         * planner.el (planner-list-daily-files): Fix Bug #11932, where
37         duplicate items could be returned in planner-get-day-pages.
39 2008-06-29  John Sullivan  <john@wjsullivan.net>
41         * planner.el (planner-create-note): Fix for #10196, make sure that
42         newly created notes get the right number.
44         * planner-el.texi (Keeping Track of Time): Recover paragraph that
45         had been lost sometime in 2005.
47 2008-05-18  John Sullivan  <john@wjsullivan.net>
49         * Release Planner 3.42.
51 2008-04-26  Michael Olson  <mwolson@gnu.org>
53         * planner.el (planner-copy-or-move-region): Make sure that the
54         very first task in a region is acted on exactly once.  The old
55         behavior was that the first task would be skipped.
57 2008-04-16  Michael Olson  <mwolson@gnu.org>
59         * Makefile (distclean): Don't bother removing debian files.
60         (debclean, debprepare, debbuild, debinstall, deb): Remove obsolete
61         targets.
63         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
64         (DISTRIBUTOR): Remove obsolete variables.
66         * planner.el (planner-annotation-from-wiki): Use "::" instead of
67         "#" as the project/page delimiter.
69 2008-02-24  Michael Olson  <mwolson@gnu.org>
71         * planner-report.el (planner-report-generate): Use
72         insert-file-contents instead of insert-file-contents-literally.
73         Otherwise non-ASCII characters get mangled.  Thanks to Michael
74         Heerdegen for the report.
76 2008-01-20  Sacha Chua  <sacha@sachachua.com>
78         * planner-rss.el (planner-rss-add-item): Remove call to
79         muse-publish-markup-region.
80         (planner-publish-markup-note-rss): Use muse-insert-markup so that
81         markup doesn't get escaped.
83 2007-12-27  Deus Max  <deusmax@gmail.com>
85         * planner-ledger.el (planner-ledger): New customize group.
86         (planner-ledger-data-file): New option specifying ledger file to
87         use.
88         (planner-ledger-balance-regexp, planner-ledger-pending-regexp)
89         (planner-ledger-balance-args): Update to work with newer versions
90         of ledger.
91         (planner-ledger-insert-balance-maybe): New function.
92         (planner-ledger-insert-pending-maybe): New function.
93         (planner-ledger-insert-section-maybe): Add newlines.
94         (planner-ledger-clear-section-balance)
95         (planner-ledger-clear-section-pending)
96         (planner-ledger-clear-section, planner-ledger-goto-section-end):
97         New functions.
98         (planner-ledger-add-entry-from-task): Use
99         planner-ledger-data-file.  Use more precise entry format.
100         (planner-ledger-run-ledger): New function to run ledger.
102 2007-12-04  Michael Olson  <mwolson@gnu.org>
104         * planner-el.texi: Update to mention git instructions, rather than
105         Arch.
107 2007-12-02  Jim Ottaway  <j.ottaway@lse.ac.uk>
109         * planner-appt.el: Move advice higher in file.
110         (planner-appt-update-appt-section-maybe): Fix bug with
111         planner-deadline and task-based appointments.
113 2007-11-28  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
115         * planner-publish.el (planner-html-markup-strings): Add id to
116         planner-begin-task string.
117         (planner-publish-task-tag): Pass an appropriate id argument.  If
118         using task numbers, concatenate the priority and the task number.
119         Otherwise, concatenate the priority with a pseudo-random number.
121 2007-10-29  Adrian Aichner  <adrian@xemacs.org>
123         * contrib/timeclock.el: Typo fix.
125         * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see
126         http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs useful in
127         context of current gnuslog-file.
129         * planner-timeclock.el (defadvice planner-replan-task): Make
130         project match optional (for tasks added manually).
132 2007-10-28  Michael Olson  <mwolson@gnu.org>
134         * Makefile (DEFS): Use more-sophisticated Makefile.defs.default
135         setup.
136         (info-only): New rule to make just the info file.
137         (install): Use improved install_info method.
138         (dist, debprepare): Update rules for git.
139         (elpa): New rule that makes an ELPA package for Planner.
141         * Makefile.defs.default: Rename from Makefile.defs.
142         (install_info): New improved rule based on the old INSTALLINFO
143         variable.
144         (ELPADIR, ELPADESC): New variables used for making the Planner
145         ELPA package.
147 2007-09-26  John Sullivan  <john@wjsullivan.net>
149         * planner.el (planner-search-notes-internal): Don't include the
150         title line of any following note in either the search or the
151         matched text. Closes #8973 and #7622.
153         * All files: Relicense to GPLv3, add new COPYING text and update
154         manual.
156 2007-09-23  John Sullivan  <john@wjsullivan.net>
158         * planner.el (planner-copy-or-move-region): Use convenience
159         functions instead of ELT and regexps. Don't include the task at
160         the beginning of the region if point is at the end of the line,
161         but do include it otherwise. Correct docstring to reflect actual
162         behavior.
165 2007-09-21  Michael Olson  <mwolson@gnu.org>
167         * planner.el (planner-annotation-as-kill): Fix error that occurred
168         when no annotation is found, and display a relevant message.
170 2007-09-17  John Sullivan  <john@wjsullivan.net>
172         * planner-tasks-overview.el (planner-tasks-overview-show-summary),
173         (planner-tasks-overview-insert): Replace obsolete
174         `planner-directory'.
177 2007-09-09  John Sullivan  <john@wjsullivan.net>
179         * planner-tasks-overview.el (planner-tasks-overview): Use
180         planner-extract-tasks.
181         (planner-tasks-overview-insert): Expect list layout returned by
182         planner-extract-tasks, and use parsing functions. Improve display.
183         Set working directory so that links work. Don't switch to
184         planner-mode, stay in planner-tasks-overview-mode.
185         (planner-tasks-overview-extract-all-tasks): Deleted because it's
186         redundant; we use planner-extract-tasks for this.
187         (planner-tasks-overview-mode): Derive from planner-mode, not
188         fundamental-mode.
189         (planner-tasks-overview-sort-by-date): Fix field number.
190         (planner-tasks-overview-sort-by-plan): Fix field number.
191         (planner-tasks-overview-sort-by-priority): Fix field number.
192         (planner-tasks-overview-sort-by-field): Handle nil properly for
193         sorting.
194         (planner-tasks-overview-sort-by-status): Fix field numbers.
196         * planner.el: Standardize and update compatibility info across all
197         files.
199         * planner-el.texi (Using Allout Mode): Minor doc fixes.
201 2007-08-30  John Sullivan  <john@wjsullivan.net>
203         * planner.el (planner-goto-hook): It's only run for day pages.
205 2007-08-29  John Sullivan  <john@wjsullivan.net>
207         * planner-registry.el (planner-registry-get-link-keywords): Use
208         it.
209         (planner-registry-get-keywords): Here too.
211         * planner.el (planner-split-string): Compatibility hack for
212         changes made in Emacs 22.
214         * planner.el (planner-delete-task): Use it.
216         * planner.el (planner-delete-task-hook): New hook. Thanks to David
217         Vazquez for the suggestion.
219         * planner-el.texi (Annotations): Remove misleadingly incomplete
220         sentence describing default annotations.
222         * planner.el (planner-annotation-from-man): New. Closes #8197 and
223         #8196.
224         (planner-annotation-from-woman): New. Thanks to Valery V.
225         Vorotyntsev for getting both of these started.
227 2007-08-22  Michael Olson  <mwolson@gnu.org>
229         * planner-publish.el (planner-publish-diary-section-tag): Insert
230         newline so that we avoid a validation error.
232 2007-08-19  Michael Olson  <mwolson@gnu.org>
234         * planner.el: Remove use of eval-when-compile in require
235         statements, since it breaks compiled code.  Also, emacs21 needs to
236         require 'derived.
238 2007-07-21  Michael Olson  <mwolson@gnu.org>
240         * README: Mention that Muse 3.03 or later is needed.
242         * planner-authz.el, planner-timeclock.el, planner-calendar.el,
243         planner-publish.el: Remove support for old markup-tag syntax, now
244         that Muse 3.03 is released.
246         * planner-calendar.el (planner-calendar-prev-month-href)
247         (planner-calendar-next-month-href): Don't escape specials specials
248         in the URL description.  This should fix a bug with "&laquo;" and
249         "&raquo;".
251         * planner-publish.el: Error out when loading if we have Muse less
252         than 3.03.  Also, remove `unless' wrapper around uses of
253         muse-derive-style.
254         (planner-publish-ignore-url-desc-specials): New variable that
255         determines whether to ignore specials in URL descriptions.
256         (planner-publish-decide-specials): New function that uses this
257         variable.
258         ("planner-xml", "planner-xhtml", "planner-xhtml"): Set :specials
259         to planner-publish-decide-specials.
261         * planner-el.texi: Replace "www.mwolson.org" with "mwolson.org"
262         for brevity.
264 2007-07-03  Michael Olson  <mwolson@gnu.org>
266         * Makefile: Update debian package-building rules.
268 2007-06-17  Michael Olson  <mwolson@gnu.org>
270         * planner-publish.el (planner-publish-markup-regexps): Use group
271         of planner-publish, rather than muse-html.
273 2007-05-26  Michael Olson  <mwolson@gnu.org>
275         * planner-el.texi (Installing from Arch): Update Archzoom URL.
277 2007-05-07  Michael Olson  <mwolson@gnu.org>
279         * README: Mention that there are multiple mailing lists.
281         * planner-el.texi (Getting Help): Add entry for the new log
282         messages list.
284         * planner-publish.el: Fix bug in publishing of calendars.  The
285         finalization was happening before the header and footer were
286         inserted, which was incorrect.
288 2007-04-09  Michael Olson  <mwolson@gnu.org>
290         * README: Use new link to online documentation.
292 2007-04-08  Michael Olson  <mwolson@gnu.org>
294         * planner*.el: Replace plannerlove website with maintainer's
295         website.  Closes #8847.
297         * README: Mention maintainer's Planner page.  Remove plannerlove.
299 2007-04-03  John Sullivan  <john@wjsullivan.net>
301         * planner-el.texi (Wanderlust): Update keybinding.
303         * planner-wl.el (planner-wl-insinuate): Change keybinding to C-c
304         C-t, closes #8361.
306 2007-04-03  Michael Olson  <mwolson@gnu.org>
308         * planner-el.texi (Preface): Use John's on-line documentation for
309         Planner, rather than mine.
311 2007-04-02  John Sullivan  <john@wjsullivan.net>
313         * planner-el.texi (Planning based on the Franklin-Covey Approach):
314         Correct MixedCase instructions, closes #8357. Other minor fixups
315         too.
317 2007-03-04  John Sullivan  <john@wjsullivan.net>
319         * planner-el.texi (Installation): Mention what versions of emacsen
320         we're compatible with.
322 2007-02-10  Michael Olson  <mwolson@gnu.org>
324         * planner.el (planner-setup-highlighting): Use quote instead of
325         backquote.  This should hopefully fix a weird error with ntemacs
326         23.0.0.1.
328 2007-02-06  John Sullivan  <john@wjsullivan.net>
330         * planner-el.texi (Task Detail): Clarification, see #8366.
331         (Diary): We only bind a key in one of the two diary integration
332         methods. Closes #8359.
334 2007-01-26  John Sullivan  <john@wjsullivan.net>
336         * planner-el.texi (Diary): Clarify that editing the diary section
337         on a planner page does not affect the diary file.
339 2007-01-24  John Sullivan  <john@wjsullivan.net>
341         * planner-el.texi (Diary): Attach function name to keybinding
342         description.
344 2007-01-14  John Sullivan  <john@wjsullivan.net>
346         * planner-gnus.el: Fix typo and change URL.
347         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
348         as suggested by Leo.
350 2007-01-14  Michael Olson  <mwolson@gnu.org>
352         * planner.el: Make sure various planner-annotation functions show
353         up in the customize interface for `planner-annotation-functions'.
354         Thanks to Hadron Quark for the report.
356         * planner-el.texi (Installing from a Source Archive): Mention
357         creating an ~/elisp directory.  Also mention how to get Muse and
358         Remember.  Mention running "make clean".
359         (Installing from Arch): Document Remember archive usage.  Use "tla
360         update", not "tla replay".
361         (Installing from Debian): Mention remember-el.  Since I get asked
362         this so frequently, mention how to make the warning message go
363         away -- it's not an error!
364         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
365         complain.
366         (Getting Help): Change URL to the emacswiki.org one.  So long,
367         plannerlove.  Thanks to Hadron Quark for pointing all this out.
368         (Tasks): Clarify wording of `C-c C-c' explanation.
370 2007-01-07  John Sullivan  <john@wjsullivan.net>
372         * Remove erroneously committed ChangeLog entries.
374         * planner.el (planner-visit-link): We weren't passing the
375         other-window argument to muse. Thanks to Wanrong Lin for noticing.
377 2007-01-05  John Sullivan  <john@wjsullivan.net>
379         * planner-timeclock.el (planner-schedule): Remove unnecessary
380         dependency.
382         * planner-el.texi (Timeclock): Fix typos.
384 2006-12-26  Michael Olson  <mwolson@gnu.org>
386         * planner-publish.el: Associate finalize function with
387         :before-end, rather than :after.  That way, if Planner files are
388         included in another file by means of Muse's new <include> tag,
389         these transforms will still be applied.
391 2006-11-29  Michael Olson  <mwolson@gnu.org>
393         * planner-publish.el (planner-publish-note-tag): Don't call
394         planner-replace-regexp-in-string if either the text or the regexp
395         are empty strings.  This should fix a bug with note publishing
396         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
397         the report.
399 2006-11-04  John Sullivan  <john@wjsullivan.net>
401         * planner-el.texi (PSVN): Document all options and dependencies.
402         (Hyperlinks): Reference Muse hyperlink syntax.
404         * planner.el (planner-search-notes-internal): Provide a full path
405         to the search results. Thanks to Michael Randall for reporting the
406         bug.
407         (planner-search-notes): Adjust display for new results return
408         format.
410         * planner-mhe.el: Remove unnecessary require. 
412 2006-10-20  Michael Olson  <mwolson@gnu.org>
414         * planner-calendar.el: Adapt for nested tag support.  Thanks to
415         Charles philip Chan for noticing.
417 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
419         * timeclock.el: Typo fixes.
420         * timeclock.el (timeclock-history): New.
421         * timeclock.el (timeclock-use-history): New.
422         * timeclock.el (timeclock-log): Honor timeclock-use-history.
423         * timeclock.el (timeclock-read-moment): Provide error on
424         unexpected data in timeclock-file, going unnoticed until now.
425         * timeclock.el (timeclock-find-discrep): Report line number of
426         discrepancy to ease manual fixing.
428 2006-10-16  Michael Olson  <mwolson@gnu.org>
430         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
431         tag support.
433         * planner-notes-index.el: Use add-hook instead of add-to-list, in
434         case muse-publish has not been loaded yet.  Use
435         muse-publish-markup-tags instead of planner-markup-tags.
437         * planner-publish.el (planner-publish-markup-tags): Adapt for
438         nested tag support.  Make the <nested-section> tag nestable.
440         * planner-timeclock.el: Use add-hook instead of add-to-list, in
441         case muse-publish has not been loaded yet.  Use
442         muse-publish-markup-tags and muse-colors-markup-tags instead of
443         planner-markup-tags.
444         (planner-colors-timeclock-report-tag)
445         (planner-publish-timeclock-report-tag): New functions created from
446         planner-timeclock-report-tag.
448 2006-09-26  Michael Olson  <mwolson@gnu.org>
450         * planner.el (planner-setup-highlighting): Don't quote
451         beginning-of-line.  This should fix a bug that was noticed in
452         recent Emacs 22 builds.
454 2006-09-23  John Sullivan  <john@wjsullivan.net>
456         * planner-el.texi (Installing from Arch): Fix arch revision
457         number.
459 2006-09-10  Michael Olson  <mwolson@gnu.org>
461         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
462         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
463         instead of buffer-name.  This fixes a match-string error, and
464         makes things work when you have muse-file-extension set to
465         something.
467 2006-09-04  John Sullivan  <john@wjsullivan.net>
469         * planner.el (planner-list-tasks-with-status): Fix doc string.
471 2006-08-26  John Sullivan  <john@wjsullivan.net>
473         * planner-el.texi (Publishing Planner pages): Clarify the
474         requirements and remove redundancies.
475         (Notes): Update and clarify information about remember-planner.
477 2006-08-22  Magnus Henoch  <mange@freemail.hu>
479         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
480         messages as read problem.
482 2006-08-20  John Sullivan  <john@wjsullivan.net>
484         * planner-el.texi (Concept Index): Standardize and add missing
485         module filenames as index entries.
487 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
489         * planner-timeclock-summary-proj.el
490         (planner-timeclock-proj-entries): Fix bug that occurred when a
491         timeclock entry had no project name.
493 2006-08-12  Michael Olson  <mwolson@gnu.org>
495         * Makefile (.PHONY): Split long line.
497         * AUTHORS: Bookkeeping.
499         * contrib/schedule.el: Update header.
501         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
502         Note that this version of the file is not distributed with GNU
503         Emacs, but with Planner instead.
505 2006-08-11  Michael Olson  <mwolson@gnu.org>
507         * planner-calendar.el (planner-calendar-published-file-href): Fix
508         potential error when the calendar for next month is empty.
510 2006-08-08  Michael Olson  <mwolson@gnu.org>
512         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
513         in the Emacs source tree.
515         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
516         in the Emacs source tree.
518         * ChangeLog.3: New file created from the old ChangeLog.
520 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
522         * timeclock.el: Keep timeclock-file buffer around, so that an
523         encrypted timeclock-file does not have to be opened on each
524         clocking operation (requiring entry of encryption key).
525         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
526         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
527         * timeclock.el (timeclock-log-data): Use
528         `timeclock-get-timeclock-file-buffer', which avoids reading
529         timeclock-file, if it's already in a live buffer.
530         * timeclock.el (timeclock-find-discrep): Ditto.
531         * timeclock.el (timeclock-visit-timelog): Ditto.
533 See ChangeLog.3 for earlier changes.
535 ;; Local Variables:
536 ;; coding: utf-8
537 ;; End: