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