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