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