planner-el.texi (Keeping Track of Time): Recover paragraph that had
[planner-el.git] / ChangeLog
blobf29aa255850dab8e52204c90ad4a7dcc76429920
1 2008-06-29  John Sullivan  <john@wjsullivan.net>
3         * planner-el.texi (Keeping Track of Time): Recover paragraph that
4         had been lost sometime in 2005.
6 2008-05-18  John Sullivan  <john@wjsullivan.net>
8         * Release Planner 3.42.
10 2008-04-26  Michael Olson  <mwolson@gnu.org>
12         * planner.el (planner-copy-or-move-region): Make sure that the
13         very first task in a region is acted on exactly once.  The old
14         behavior was that the first task would be skipped.
16 2008-04-16  Michael Olson  <mwolson@gnu.org>
18         * Makefile (distclean): Don't bother removing debian files.
19         (debclean, debprepare, debbuild, debinstall, deb): Remove obsolete
20         targets.
22         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
23         (DISTRIBUTOR): Remove obsolete variables.
25         * planner.el (planner-annotation-from-wiki): Use "::" instead of
26         "#" as the project/page delimiter.
28 2008-02-24  Michael Olson  <mwolson@gnu.org>
30         * planner-report.el (planner-report-generate): Use
31         insert-file-contents instead of insert-file-contents-literally.
32         Otherwise non-ASCII characters get mangled.  Thanks to Michael
33         Heerdegen for the report.
35 2008-01-20  Sacha Chua  <sacha@sachachua.com>
37         * planner-rss.el (planner-rss-add-item): Remove call to
38         muse-publish-markup-region.
39         (planner-publish-markup-note-rss): Use muse-insert-markup so that
40         markup doesn't get escaped.
42 2007-12-27  Deus Max  <deusmax@gmail.com>
44         * planner-ledger.el (planner-ledger): New customize group.
45         (planner-ledger-data-file): New option specifying ledger file to
46         use.
47         (planner-ledger-balance-regexp, planner-ledger-pending-regexp)
48         (planner-ledger-balance-args): Update to work with newer versions
49         of ledger.
50         (planner-ledger-insert-balance-maybe): New function.
51         (planner-ledger-insert-pending-maybe): New function.
52         (planner-ledger-insert-section-maybe): Add newlines.
53         (planner-ledger-clear-section-balance)
54         (planner-ledger-clear-section-pending)
55         (planner-ledger-clear-section, planner-ledger-goto-section-end):
56         New functions.
57         (planner-ledger-add-entry-from-task): Use
58         planner-ledger-data-file.  Use more precise entry format.
59         (planner-ledger-run-ledger): New function to run ledger.
61 2007-12-04  Michael Olson  <mwolson@gnu.org>
63         * planner-el.texi: Update to mention git instructions, rather than
64         Arch.
66 2007-12-02  Jim Ottaway  <j.ottaway@lse.ac.uk>
68         * planner-appt.el: Move advice higher in file.
69         (planner-appt-update-appt-section-maybe): Fix bug with
70         planner-deadline and task-based appointments.
72 2007-11-28  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
74         * planner-publish.el (planner-html-markup-strings): Add id to
75         planner-begin-task string.
76         (planner-publish-task-tag): Pass an appropriate id argument.  If
77         using task numbers, concatenate the priority and the task number.
78         Otherwise, concatenate the priority with a pseudo-random number.
80 2007-10-29  Adrian Aichner  <adrian@xemacs.org>
82         * contrib/timeclock.el: Typo fix.
84         * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see
85         http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs useful in
86         context of current gnuslog-file.
88         * planner-timeclock.el (defadvice planner-replan-task): Make
89         project match optional (for tasks added manually).
91 2007-10-28  Michael Olson  <mwolson@gnu.org>
93         * Makefile (DEFS): Use more-sophisticated Makefile.defs.default
94         setup.
95         (info-only): New rule to make just the info file.
96         (install): Use improved install_info method.
97         (dist, debprepare): Update rules for git.
98         (elpa): New rule that makes an ELPA package for Planner.
100         * Makefile.defs.default: Rename from Makefile.defs.
101         (install_info): New improved rule based on the old INSTALLINFO
102         variable.
103         (ELPADIR, ELPADESC): New variables used for making the Planner
104         ELPA package.
106 2007-09-26  John Sullivan  <john@wjsullivan.net>
108         * planner.el (planner-search-notes-internal): Don't include the
109         title line of any following note in either the search or the
110         matched text. Closes #8973 and #7622.
112         * All files: Relicense to GPLv3, add new COPYING text and update
113         manual.
115 2007-09-23  John Sullivan  <john@wjsullivan.net>
117         * planner.el (planner-copy-or-move-region): Use convenience
118         functions instead of ELT and regexps. Don't include the task at
119         the beginning of the region if point is at the end of the line,
120         but do include it otherwise. Correct docstring to reflect actual
121         behavior.
124 2007-09-21  Michael Olson  <mwolson@gnu.org>
126         * planner.el (planner-annotation-as-kill): Fix error that occurred
127         when no annotation is found, and display a relevant message.
129 2007-09-17  John Sullivan  <john@wjsullivan.net>
131         * planner-tasks-overview.el (planner-tasks-overview-show-summary),
132         (planner-tasks-overview-insert): Replace obsolete
133         `planner-directory'.
136 2007-09-09  John Sullivan  <john@wjsullivan.net>
138         * planner-tasks-overview.el (planner-tasks-overview): Use
139         planner-extract-tasks.
140         (planner-tasks-overview-insert): Expect list layout returned by
141         planner-extract-tasks, and use parsing functions. Improve display.
142         Set working directory so that links work. Don't switch to
143         planner-mode, stay in planner-tasks-overview-mode.
144         (planner-tasks-overview-extract-all-tasks): Deleted because it's
145         redundant; we use planner-extract-tasks for this.
146         (planner-tasks-overview-mode): Derive from planner-mode, not
147         fundamental-mode.
148         (planner-tasks-overview-sort-by-date): Fix field number.
149         (planner-tasks-overview-sort-by-plan): Fix field number.
150         (planner-tasks-overview-sort-by-priority): Fix field number.
151         (planner-tasks-overview-sort-by-field): Handle nil properly for
152         sorting.
153         (planner-tasks-overview-sort-by-status): Fix field numbers.
155         * planner.el: Standardize and update compatibility info across all
156         files.
158         * planner-el.texi (Using Allout Mode): Minor doc fixes.
160 2007-08-30  John Sullivan  <john@wjsullivan.net>
162         * planner.el (planner-goto-hook): It's only run for day pages.
164 2007-08-29  John Sullivan  <john@wjsullivan.net>
166         * planner-registry.el (planner-registry-get-link-keywords): Use
167         it.
168         (planner-registry-get-keywords): Here too.
170         * planner.el (planner-split-string): Compatibility hack for
171         changes made in Emacs 22.
173         * planner.el (planner-delete-task): Use it.
175         * planner.el (planner-delete-task-hook): New hook. Thanks to David
176         Vazquez for the suggestion.
178         * planner-el.texi (Annotations): Remove misleadingly incomplete
179         sentence describing default annotations.
181         * planner.el (planner-annotation-from-man): New. Closes #8197 and
182         #8196.
183         (planner-annotation-from-woman): New. Thanks to Valery V.
184         Vorotyntsev for getting both of these started.
186 2007-08-22  Michael Olson  <mwolson@gnu.org>
188         * planner-publish.el (planner-publish-diary-section-tag): Insert
189         newline so that we avoid a validation error.
191 2007-08-19  Michael Olson  <mwolson@gnu.org>
193         * planner.el: Remove use of eval-when-compile in require
194         statements, since it breaks compiled code.  Also, emacs21 needs to
195         require 'derived.
197 2007-07-21  Michael Olson  <mwolson@gnu.org>
199         * README: Mention that Muse 3.03 or later is needed.
201         * planner-authz.el, planner-timeclock.el, planner-calendar.el,
202         planner-publish.el: Remove support for old markup-tag syntax, now
203         that Muse 3.03 is released.
205         * planner-calendar.el (planner-calendar-prev-month-href)
206         (planner-calendar-next-month-href): Don't escape specials specials
207         in the URL description.  This should fix a bug with "&laquo;" and
208         "&raquo;".
210         * planner-publish.el: Error out when loading if we have Muse less
211         than 3.03.  Also, remove `unless' wrapper around uses of
212         muse-derive-style.
213         (planner-publish-ignore-url-desc-specials): New variable that
214         determines whether to ignore specials in URL descriptions.
215         (planner-publish-decide-specials): New function that uses this
216         variable.
217         ("planner-xml", "planner-xhtml", "planner-xhtml"): Set :specials
218         to planner-publish-decide-specials.
220         * planner-el.texi: Replace "www.mwolson.org" with "mwolson.org"
221         for brevity.
223 2007-07-03  Michael Olson  <mwolson@gnu.org>
225         * Makefile: Update debian package-building rules.
227 2007-06-17  Michael Olson  <mwolson@gnu.org>
229         * planner-publish.el (planner-publish-markup-regexps): Use group
230         of planner-publish, rather than muse-html.
232 2007-05-26  Michael Olson  <mwolson@gnu.org>
234         * planner-el.texi (Installing from Arch): Update Archzoom URL.
236 2007-05-07  Michael Olson  <mwolson@gnu.org>
238         * README: Mention that there are multiple mailing lists.
240         * planner-el.texi (Getting Help): Add entry for the new log
241         messages list.
243         * planner-publish.el: Fix bug in publishing of calendars.  The
244         finalization was happening before the header and footer were
245         inserted, which was incorrect.
247 2007-04-09  Michael Olson  <mwolson@gnu.org>
249         * README: Use new link to online documentation.
251 2007-04-08  Michael Olson  <mwolson@gnu.org>
253         * planner*.el: Replace plannerlove website with maintainer's
254         website.  Closes #8847.
256         * README: Mention maintainer's Planner page.  Remove plannerlove.
258 2007-04-03  John Sullivan  <john@wjsullivan.net>
260         * planner-el.texi (Wanderlust): Update keybinding.
262         * planner-wl.el (planner-wl-insinuate): Change keybinding to C-c
263         C-t, closes #8361.
265 2007-04-03  Michael Olson  <mwolson@gnu.org>
267         * planner-el.texi (Preface): Use John's on-line documentation for
268         Planner, rather than mine.
270 2007-04-02  John Sullivan  <john@wjsullivan.net>
272         * planner-el.texi (Planning based on the Franklin-Covey Approach):
273         Correct MixedCase instructions, closes #8357. Other minor fixups
274         too.
276 2007-03-04  John Sullivan  <john@wjsullivan.net>
278         * planner-el.texi (Installation): Mention what versions of emacsen
279         we're compatible with.
281 2007-02-10  Michael Olson  <mwolson@gnu.org>
283         * planner.el (planner-setup-highlighting): Use quote instead of
284         backquote.  This should hopefully fix a weird error with ntemacs
285         23.0.0.1.
287 2007-02-06  John Sullivan  <john@wjsullivan.net>
289         * planner-el.texi (Task Detail): Clarification, see #8366.
290         (Diary): We only bind a key in one of the two diary integration
291         methods. Closes #8359.
293 2007-01-26  John Sullivan  <john@wjsullivan.net>
295         * planner-el.texi (Diary): Clarify that editing the diary section
296         on a planner page does not affect the diary file.
298 2007-01-24  John Sullivan  <john@wjsullivan.net>
300         * planner-el.texi (Diary): Attach function name to keybinding
301         description.
303 2007-01-14  John Sullivan  <john@wjsullivan.net>
305         * planner-gnus.el: Fix typo and change URL.
306         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
307         as suggested by Leo.
309 2007-01-14  Michael Olson  <mwolson@gnu.org>
311         * planner.el: Make sure various planner-annotation functions show
312         up in the customize interface for `planner-annotation-functions'.
313         Thanks to Hadron Quark for the report.
315         * planner-el.texi (Installing from a Source Archive): Mention
316         creating an ~/elisp directory.  Also mention how to get Muse and
317         Remember.  Mention running "make clean".
318         (Installing from Arch): Document Remember archive usage.  Use "tla
319         update", not "tla replay".
320         (Installing from Debian): Mention remember-el.  Since I get asked
321         this so frequently, mention how to make the warning message go
322         away -- it's not an error!
323         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
324         complain.
325         (Getting Help): Change URL to the emacswiki.org one.  So long,
326         plannerlove.  Thanks to Hadron Quark for pointing all this out.
327         (Tasks): Clarify wording of `C-c C-c' explanation.
329 2007-01-07  John Sullivan  <john@wjsullivan.net>
331         * Remove erroneously committed ChangeLog entries.
333         * planner.el (planner-visit-link): We weren't passing the
334         other-window argument to muse. Thanks to Wanrong Lin for noticing.
336 2007-01-05  John Sullivan  <john@wjsullivan.net>
338         * planner-timeclock.el (planner-schedule): Remove unnecessary
339         dependency.
341         * planner-el.texi (Timeclock): Fix typos.
343 2006-12-26  Michael Olson  <mwolson@gnu.org>
345         * planner-publish.el: Associate finalize function with
346         :before-end, rather than :after.  That way, if Planner files are
347         included in another file by means of Muse's new <include> tag,
348         these transforms will still be applied.
350 2006-11-29  Michael Olson  <mwolson@gnu.org>
352         * planner-publish.el (planner-publish-note-tag): Don't call
353         planner-replace-regexp-in-string if either the text or the regexp
354         are empty strings.  This should fix a bug with note publishing
355         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
356         the report.
358 2006-11-04  John Sullivan  <john@wjsullivan.net>
360         * planner-el.texi (PSVN): Document all options and dependencies.
361         (Hyperlinks): Reference Muse hyperlink syntax.
363         * planner.el (planner-search-notes-internal): Provide a full path
364         to the search results. Thanks to Michael Randall for reporting the
365         bug.
366         (planner-search-notes): Adjust display for new results return
367         format.
369         * planner-mhe.el: Remove unnecessary require. 
371 2006-10-20  Michael Olson  <mwolson@gnu.org>
373         * planner-calendar.el: Adapt for nested tag support.  Thanks to
374         Charles philip Chan for noticing.
376 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
378         * timeclock.el: Typo fixes.
379         * timeclock.el (timeclock-history): New.
380         * timeclock.el (timeclock-use-history): New.
381         * timeclock.el (timeclock-log): Honor timeclock-use-history.
382         * timeclock.el (timeclock-read-moment): Provide error on
383         unexpected data in timeclock-file, going unnoticed until now.
384         * timeclock.el (timeclock-find-discrep): Report line number of
385         discrepancy to ease manual fixing.
387 2006-10-16  Michael Olson  <mwolson@gnu.org>
389         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
390         tag support.
392         * planner-notes-index.el: Use add-hook instead of add-to-list, in
393         case muse-publish has not been loaded yet.  Use
394         muse-publish-markup-tags instead of planner-markup-tags.
396         * planner-publish.el (planner-publish-markup-tags): Adapt for
397         nested tag support.  Make the <nested-section> tag nestable.
399         * planner-timeclock.el: Use add-hook instead of add-to-list, in
400         case muse-publish has not been loaded yet.  Use
401         muse-publish-markup-tags and muse-colors-markup-tags instead of
402         planner-markup-tags.
403         (planner-colors-timeclock-report-tag)
404         (planner-publish-timeclock-report-tag): New functions created from
405         planner-timeclock-report-tag.
407 2006-09-26  Michael Olson  <mwolson@gnu.org>
409         * planner.el (planner-setup-highlighting): Don't quote
410         beginning-of-line.  This should fix a bug that was noticed in
411         recent Emacs 22 builds.
413 2006-09-23  John Sullivan  <john@wjsullivan.net>
415         * planner-el.texi (Installing from Arch): Fix arch revision
416         number.
418 2006-09-10  Michael Olson  <mwolson@gnu.org>
420         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
421         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
422         instead of buffer-name.  This fixes a match-string error, and
423         makes things work when you have muse-file-extension set to
424         something.
426 2006-09-04  John Sullivan  <john@wjsullivan.net>
428         * planner.el (planner-list-tasks-with-status): Fix doc string.
430 2006-08-26  John Sullivan  <john@wjsullivan.net>
432         * planner-el.texi (Publishing Planner pages): Clarify the
433         requirements and remove redundancies.
434         (Notes): Update and clarify information about remember-planner.
436 2006-08-22  Magnus Henoch  <mange@freemail.hu>
438         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
439         messages as read problem.
441 2006-08-20  John Sullivan  <john@wjsullivan.net>
443         * planner-el.texi (Concept Index): Standardize and add missing
444         module filenames as index entries.
446 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
448         * planner-timeclock-summary-proj.el
449         (planner-timeclock-proj-entries): Fix bug that occurred when a
450         timeclock entry had no project name.
452 2006-08-12  Michael Olson  <mwolson@gnu.org>
454         * Makefile (.PHONY): Split long line.
456         * AUTHORS: Bookkeeping.
458         * contrib/schedule.el: Update header.
460         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
461         Note that this version of the file is not distributed with GNU
462         Emacs, but with Planner instead.
464 2006-08-11  Michael Olson  <mwolson@gnu.org>
466         * planner-calendar.el (planner-calendar-published-file-href): Fix
467         potential error when the calendar for next month is empty.
469 2006-08-08  Michael Olson  <mwolson@gnu.org>
471         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
472         in the Emacs source tree.
474         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
475         in the Emacs source tree.
477         * ChangeLog.3: New file created from the old ChangeLog.
479 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
481         * timeclock.el: Keep timeclock-file buffer around, so that an
482         encrypted timeclock-file does not have to be opened on each
483         clocking operation (requiring entry of encryption key).
484         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
485         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
486         * timeclock.el (timeclock-log-data): Use
487         `timeclock-get-timeclock-file-buffer', which avoids reading
488         timeclock-file, if it's already in a live buffer.
489         * timeclock.el (timeclock-find-discrep): Ditto.
490         * timeclock.el (timeclock-visit-timelog): Ditto.
492 See ChangeLog.3 for earlier changes.
494 ;; Local Variables:
495 ;; coding: utf-8
496 ;; End: