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