Fix problem introduced by recent commit that broke using SPC as separator.
[planner-el.git] / ChangeLog
blob1b41813e1f738ab8757137ff5ef956bb055b1c2f
1 2009-02-17  John Sullivan  <john@wjsullivan.net>
3         * planner-multi.el (planner-multi-read-name): I don't think the
4         value for `crm-separator' sohuld be regexp quoted. If we're using
5         crm, then we need to modify its completion map in the same way we
6         do if we're not. I'm setting up the map inside the function
7         instead of defvar because I'm concerned about what happens when
8         people modify `planner-multi-separator' after loading
9         planner-multi. Better ways of doing this welcome, but it seems to
10         work.
12 2009-02-15  John Sullivan  <john@wjsullivan.net>
14         * planner.el (planner-annotation-from-file-relative): Delete this
15         function; nothing is using it.
17         * planner-el.texi: Remove obsolete mentions of planner-directory.
19         * planner-multi.el (planner-multi-read-name): Using SPC as the
20         planner-multi-separator no longer breaks SPC completion for other
21         Emacs functions. Closes #11953.
23 2009-02-14  John Sullivan  <john@wjsullivan.net>
25         * planner.el, planner-deadline.el, planner-notes-index.el,
26         planner-rank.el, planner-rdf.el, planner-timeclock-summary.el,
27         planner-trunk.el: Finally merge patch from Bradley Kuhn at the
28         Software Freedom Law Center to allow "-" to be used as the date
29         separator. A customizable variable, planner-date-separator, allows
30         the user to choose which separator they prefer. The regexes that
31         match dates throughout the planner codebase have been changed to
32         match both. Closes #8205.
34 2009-02-08  John Sullivan  <john@wjsullivan.net>
36         * planner-el.texi (Publishing Planner pages): Fix typo, closes
37         #12843.
39 2008-06-30  John Sullivan  <john@wjsullivan.net>
41         * planner.el (planner-list-daily-files): Clarify docstring.
42         (planner-get-day-pages): planner-list-daily-files only returns
43         date pages, no need to test for this.
45 2008-06-30  Michael Olson  <mwolson@gnu.org>
47         * planner.el (planner-list-daily-files): Fix Bug #11932, where
48         duplicate items could be returned in planner-get-day-pages.
50 2008-06-29  John Sullivan  <john@wjsullivan.net>
52         * planner.el (planner-create-note): Fix for #10196, make sure that
53         newly created notes get the right number.
55         * planner-el.texi (Keeping Track of Time): Recover paragraph that
56         had been lost sometime in 2005.
58 2008-05-18  John Sullivan  <john@wjsullivan.net>
60         * Release Planner 3.42.
62 2008-04-26  Michael Olson  <mwolson@gnu.org>
64         * planner.el (planner-copy-or-move-region): Make sure that the
65         very first task in a region is acted on exactly once.  The old
66         behavior was that the first task would be skipped.
68 2008-04-16  Michael Olson  <mwolson@gnu.org>
70         * Makefile (distclean): Don't bother removing debian files.
71         (debclean, debprepare, debbuild, debinstall, deb): Remove obsolete
72         targets.
74         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
75         (DISTRIBUTOR): Remove obsolete variables.
77         * planner.el (planner-annotation-from-wiki): Use "::" instead of
78         "#" as the project/page delimiter.
80 2008-02-24  Michael Olson  <mwolson@gnu.org>
82         * planner-report.el (planner-report-generate): Use
83         insert-file-contents instead of insert-file-contents-literally.
84         Otherwise non-ASCII characters get mangled.  Thanks to Michael
85         Heerdegen for the report.
87 2008-01-20  Sacha Chua  <sacha@sachachua.com>
89         * planner-rss.el (planner-rss-add-item): Remove call to
90         muse-publish-markup-region.
91         (planner-publish-markup-note-rss): Use muse-insert-markup so that
92         markup doesn't get escaped.
94 2007-12-27  Deus Max  <deusmax@gmail.com>
96         * planner-ledger.el (planner-ledger): New customize group.
97         (planner-ledger-data-file): New option specifying ledger file to
98         use.
99         (planner-ledger-balance-regexp, planner-ledger-pending-regexp)
100         (planner-ledger-balance-args): Update to work with newer versions
101         of ledger.
102         (planner-ledger-insert-balance-maybe): New function.
103         (planner-ledger-insert-pending-maybe): New function.
104         (planner-ledger-insert-section-maybe): Add newlines.
105         (planner-ledger-clear-section-balance)
106         (planner-ledger-clear-section-pending)
107         (planner-ledger-clear-section, planner-ledger-goto-section-end):
108         New functions.
109         (planner-ledger-add-entry-from-task): Use
110         planner-ledger-data-file.  Use more precise entry format.
111         (planner-ledger-run-ledger): New function to run ledger.
113 2007-12-04  Michael Olson  <mwolson@gnu.org>
115         * planner-el.texi: Update to mention git instructions, rather than
116         Arch.
118 2007-12-02  Jim Ottaway  <j.ottaway@lse.ac.uk>
120         * planner-appt.el: Move advice higher in file.
121         (planner-appt-update-appt-section-maybe): Fix bug with
122         planner-deadline and task-based appointments.
124 2007-11-28  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
126         * planner-publish.el (planner-html-markup-strings): Add id to
127         planner-begin-task string.
128         (planner-publish-task-tag): Pass an appropriate id argument.  If
129         using task numbers, concatenate the priority and the task number.
130         Otherwise, concatenate the priority with a pseudo-random number.
132 2007-10-29  Adrian Aichner  <adrian@xemacs.org>
134         * contrib/timeclock.el: Typo fix.
136         * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see
137         http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs useful in
138         context of current gnuslog-file.
140         * planner-timeclock.el (defadvice planner-replan-task): Make
141         project match optional (for tasks added manually).
143 2007-10-28  Michael Olson  <mwolson@gnu.org>
145         * Makefile (DEFS): Use more-sophisticated Makefile.defs.default
146         setup.
147         (info-only): New rule to make just the info file.
148         (install): Use improved install_info method.
149         (dist, debprepare): Update rules for git.
150         (elpa): New rule that makes an ELPA package for Planner.
152         * Makefile.defs.default: Rename from Makefile.defs.
153         (install_info): New improved rule based on the old INSTALLINFO
154         variable.
155         (ELPADIR, ELPADESC): New variables used for making the Planner
156         ELPA package.
158 2007-09-26  John Sullivan  <john@wjsullivan.net>
160         * planner.el (planner-search-notes-internal): Don't include the
161         title line of any following note in either the search or the
162         matched text. Closes #8973 and #7622.
164         * All files: Relicense to GPLv3, add new COPYING text and update
165         manual.
167 2007-09-23  John Sullivan  <john@wjsullivan.net>
169         * planner.el (planner-copy-or-move-region): Use convenience
170         functions instead of ELT and regexps. Don't include the task at
171         the beginning of the region if point is at the end of the line,
172         but do include it otherwise. Correct docstring to reflect actual
173         behavior.
176 2007-09-21  Michael Olson  <mwolson@gnu.org>
178         * planner.el (planner-annotation-as-kill): Fix error that occurred
179         when no annotation is found, and display a relevant message.
181 2007-09-17  John Sullivan  <john@wjsullivan.net>
183         * planner-tasks-overview.el (planner-tasks-overview-show-summary),
184         (planner-tasks-overview-insert): Replace obsolete
185         `planner-directory'.
188 2007-09-09  John Sullivan  <john@wjsullivan.net>
190         * planner-tasks-overview.el (planner-tasks-overview): Use
191         planner-extract-tasks.
192         (planner-tasks-overview-insert): Expect list layout returned by
193         planner-extract-tasks, and use parsing functions. Improve display.
194         Set working directory so that links work. Don't switch to
195         planner-mode, stay in planner-tasks-overview-mode.
196         (planner-tasks-overview-extract-all-tasks): Deleted because it's
197         redundant; we use planner-extract-tasks for this.
198         (planner-tasks-overview-mode): Derive from planner-mode, not
199         fundamental-mode.
200         (planner-tasks-overview-sort-by-date): Fix field number.
201         (planner-tasks-overview-sort-by-plan): Fix field number.
202         (planner-tasks-overview-sort-by-priority): Fix field number.
203         (planner-tasks-overview-sort-by-field): Handle nil properly for
204         sorting.
205         (planner-tasks-overview-sort-by-status): Fix field numbers.
207         * planner.el: Standardize and update compatibility info across all
208         files.
210         * planner-el.texi (Using Allout Mode): Minor doc fixes.
212 2007-08-30  John Sullivan  <john@wjsullivan.net>
214         * planner.el (planner-goto-hook): It's only run for day pages.
216 2007-08-29  John Sullivan  <john@wjsullivan.net>
218         * planner-registry.el (planner-registry-get-link-keywords): Use
219         it.
220         (planner-registry-get-keywords): Here too.
222         * planner.el (planner-split-string): Compatibility hack for
223         changes made in Emacs 22.
225         * planner.el (planner-delete-task): Use it.
227         * planner.el (planner-delete-task-hook): New hook. Thanks to David
228         Vazquez for the suggestion.
230         * planner-el.texi (Annotations): Remove misleadingly incomplete
231         sentence describing default annotations.
233         * planner.el (planner-annotation-from-man): New. Closes #8197 and
234         #8196.
235         (planner-annotation-from-woman): New. Thanks to Valery V.
236         Vorotyntsev for getting both of these started.
238 2007-08-22  Michael Olson  <mwolson@gnu.org>
240         * planner-publish.el (planner-publish-diary-section-tag): Insert
241         newline so that we avoid a validation error.
243 2007-08-19  Michael Olson  <mwolson@gnu.org>
245         * planner.el: Remove use of eval-when-compile in require
246         statements, since it breaks compiled code.  Also, emacs21 needs to
247         require 'derived.
249 2007-07-21  Michael Olson  <mwolson@gnu.org>
251         * README: Mention that Muse 3.03 or later is needed.
253         * planner-authz.el, planner-timeclock.el, planner-calendar.el,
254         planner-publish.el: Remove support for old markup-tag syntax, now
255         that Muse 3.03 is released.
257         * planner-calendar.el (planner-calendar-prev-month-href)
258         (planner-calendar-next-month-href): Don't escape specials specials
259         in the URL description.  This should fix a bug with "&laquo;" and
260         "&raquo;".
262         * planner-publish.el: Error out when loading if we have Muse less
263         than 3.03.  Also, remove `unless' wrapper around uses of
264         muse-derive-style.
265         (planner-publish-ignore-url-desc-specials): New variable that
266         determines whether to ignore specials in URL descriptions.
267         (planner-publish-decide-specials): New function that uses this
268         variable.
269         ("planner-xml", "planner-xhtml", "planner-xhtml"): Set :specials
270         to planner-publish-decide-specials.
272         * planner-el.texi: Replace "www.mwolson.org" with "mwolson.org"
273         for brevity.
275 2007-07-03  Michael Olson  <mwolson@gnu.org>
277         * Makefile: Update debian package-building rules.
279 2007-06-17  Michael Olson  <mwolson@gnu.org>
281         * planner-publish.el (planner-publish-markup-regexps): Use group
282         of planner-publish, rather than muse-html.
284 2007-05-26  Michael Olson  <mwolson@gnu.org>
286         * planner-el.texi (Installing from Arch): Update Archzoom URL.
288 2007-05-07  Michael Olson  <mwolson@gnu.org>
290         * README: Mention that there are multiple mailing lists.
292         * planner-el.texi (Getting Help): Add entry for the new log
293         messages list.
295         * planner-publish.el: Fix bug in publishing of calendars.  The
296         finalization was happening before the header and footer were
297         inserted, which was incorrect.
299 2007-04-09  Michael Olson  <mwolson@gnu.org>
301         * README: Use new link to online documentation.
303 2007-04-08  Michael Olson  <mwolson@gnu.org>
305         * planner*.el: Replace plannerlove website with maintainer's
306         website.  Closes #8847.
308         * README: Mention maintainer's Planner page.  Remove plannerlove.
310 2007-04-03  John Sullivan  <john@wjsullivan.net>
312         * planner-el.texi (Wanderlust): Update keybinding.
314         * planner-wl.el (planner-wl-insinuate): Change keybinding to C-c
315         C-t, closes #8361.
317 2007-04-03  Michael Olson  <mwolson@gnu.org>
319         * planner-el.texi (Preface): Use John's on-line documentation for
320         Planner, rather than mine.
322 2007-04-02  John Sullivan  <john@wjsullivan.net>
324         * planner-el.texi (Planning based on the Franklin-Covey Approach):
325         Correct MixedCase instructions, closes #8357. Other minor fixups
326         too.
328 2007-03-04  John Sullivan  <john@wjsullivan.net>
330         * planner-el.texi (Installation): Mention what versions of emacsen
331         we're compatible with.
333 2007-02-10  Michael Olson  <mwolson@gnu.org>
335         * planner.el (planner-setup-highlighting): Use quote instead of
336         backquote.  This should hopefully fix a weird error with ntemacs
337         23.0.0.1.
339 2007-02-06  John Sullivan  <john@wjsullivan.net>
341         * planner-el.texi (Task Detail): Clarification, see #8366.
342         (Diary): We only bind a key in one of the two diary integration
343         methods. Closes #8359.
345 2007-01-26  John Sullivan  <john@wjsullivan.net>
347         * planner-el.texi (Diary): Clarify that editing the diary section
348         on a planner page does not affect the diary file.
350 2007-01-24  John Sullivan  <john@wjsullivan.net>
352         * planner-el.texi (Diary): Attach function name to keybinding
353         description.
355 2007-01-14  John Sullivan  <john@wjsullivan.net>
357         * planner-gnus.el: Fix typo and change URL.
358         (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11,
359         as suggested by Leo.
361 2007-01-14  Michael Olson  <mwolson@gnu.org>
363         * planner.el: Make sure various planner-annotation functions show
364         up in the customize interface for `planner-annotation-functions'.
365         Thanks to Hadron Quark for the report.
367         * planner-el.texi (Installing from a Source Archive): Mention
368         creating an ~/elisp directory.  Also mention how to get Muse and
369         Remember.  Mention running "make clean".
370         (Installing from Arch): Document Remember archive usage.  Use "tla
371         update", not "tla replay".
372         (Installing from Debian): Mention remember-el.  Since I get asked
373         this so frequently, mention how to make the warning message go
374         away -- it's not an error!
375         (Timeclock): Shift xref to end of sentence so makeinfo doesn't
376         complain.
377         (Getting Help): Change URL to the emacswiki.org one.  So long,
378         plannerlove.  Thanks to Hadron Quark for pointing all this out.
379         (Tasks): Clarify wording of `C-c C-c' explanation.
381 2007-01-07  John Sullivan  <john@wjsullivan.net>
383         * Remove erroneously committed ChangeLog entries.
385         * planner.el (planner-visit-link): We weren't passing the
386         other-window argument to muse. Thanks to Wanrong Lin for noticing.
388 2007-01-05  John Sullivan  <john@wjsullivan.net>
390         * planner-timeclock.el (planner-schedule): Remove unnecessary
391         dependency.
393         * planner-el.texi (Timeclock): Fix typos.
395 2006-12-26  Michael Olson  <mwolson@gnu.org>
397         * planner-publish.el: Associate finalize function with
398         :before-end, rather than :after.  That way, if Planner files are
399         included in another file by means of Muse's new <include> tag,
400         these transforms will still be applied.
402 2006-11-29  Michael Olson  <mwolson@gnu.org>
404         * planner-publish.el (planner-publish-note-tag): Don't call
405         planner-replace-regexp-in-string if either the text or the regexp
406         are empty strings.  This should fix a bug with note publishing
407         that XEmacs users were experiencing.  Thanks to Cumhur Erkut for
408         the report.
410 2006-11-04  John Sullivan  <john@wjsullivan.net>
412         * planner-el.texi (PSVN): Document all options and dependencies.
413         (Hyperlinks): Reference Muse hyperlink syntax.
415         * planner.el (planner-search-notes-internal): Provide a full path
416         to the search results. Thanks to Michael Randall for reporting the
417         bug.
418         (planner-search-notes): Adjust display for new results return
419         format.
421         * planner-mhe.el: Remove unnecessary require. 
423 2006-10-20  Michael Olson  <mwolson@gnu.org>
425         * planner-calendar.el: Adapt for nested tag support.  Thanks to
426         Charles philip Chan for noticing.
428 2006-10-16  Adrian Aichner  <adrian@xemacs.org>
430         * timeclock.el: Typo fixes.
431         * timeclock.el (timeclock-history): New.
432         * timeclock.el (timeclock-use-history): New.
433         * timeclock.el (timeclock-log): Honor timeclock-use-history.
434         * timeclock.el (timeclock-read-moment): Provide error on
435         unexpected data in timeclock-file, going unnoticed until now.
436         * timeclock.el (timeclock-find-discrep): Report line number of
437         discrepancy to ease manual fixing.
439 2006-10-16  Michael Olson  <mwolson@gnu.org>
441         * planner-authz.el (planner-authz-markup-tags): Adapt for nested
442         tag support.
444         * planner-notes-index.el: Use add-hook instead of add-to-list, in
445         case muse-publish has not been loaded yet.  Use
446         muse-publish-markup-tags instead of planner-markup-tags.
448         * planner-publish.el (planner-publish-markup-tags): Adapt for
449         nested tag support.  Make the <nested-section> tag nestable.
451         * planner-timeclock.el: Use add-hook instead of add-to-list, in
452         case muse-publish has not been loaded yet.  Use
453         muse-publish-markup-tags and muse-colors-markup-tags instead of
454         planner-markup-tags.
455         (planner-colors-timeclock-report-tag)
456         (planner-publish-timeclock-report-tag): New functions created from
457         planner-timeclock-report-tag.
459 2006-09-26  Michael Olson  <mwolson@gnu.org>
461         * planner.el (planner-setup-highlighting): Don't quote
462         beginning-of-line.  This should fix a bug that was noticed in
463         recent Emacs 22 builds.
465 2006-09-23  John Sullivan  <john@wjsullivan.net>
467         * planner-el.texi (Installing from Arch): Fix arch revision
468         number.
470 2006-09-10  Michael Olson  <mwolson@gnu.org>
472         * planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
473         (planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
474         instead of buffer-name.  This fixes a match-string error, and
475         makes things work when you have muse-file-extension set to
476         something.
478 2006-09-04  John Sullivan  <john@wjsullivan.net>
480         * planner.el (planner-list-tasks-with-status): Fix doc string.
482 2006-08-26  John Sullivan  <john@wjsullivan.net>
484         * planner-el.texi (Publishing Planner pages): Clarify the
485         requirements and remove redundancies.
486         (Notes): Update and clarify information about remember-planner.
488 2006-08-22  Magnus Henoch  <mange@freemail.hu>
490         * planner-gnus.el (planner-gnus-browse-url): Fix marking unread
491         messages as read problem.
493 2006-08-20  John Sullivan  <john@wjsullivan.net>
495         * planner-el.texi (Concept Index): Standardize and add missing
496         module filenames as index entries.
498 2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>
500         * planner-timeclock-summary-proj.el
501         (planner-timeclock-proj-entries): Fix bug that occurred when a
502         timeclock entry had no project name.
504 2006-08-12  Michael Olson  <mwolson@gnu.org>
506         * Makefile (.PHONY): Split long line.
508         * AUTHORS: Bookkeeping.
510         * contrib/schedule.el: Update header.
512         * contrib/timeclock.el: Install Adrian's changes from 2006-08-01.
513         Note that this version of the file is not distributed with GNU
514         Emacs, but with Planner instead.
516 2006-08-11  Michael Olson  <mwolson@gnu.org>
518         * planner-calendar.el (planner-calendar-published-file-href): Fix
519         potential error when the calendar for next month is empty.
521 2006-08-08  Michael Olson  <mwolson@gnu.org>
523         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
524         in the Emacs source tree.
526         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
527         in the Emacs source tree.
529         * ChangeLog.3: New file created from the old ChangeLog.
531 2006-08-01  Adrian Aichner  <adrian@xemacs.org>
533         * timeclock.el: Keep timeclock-file buffer around, so that an
534         encrypted timeclock-file does not have to be opened on each
535         clocking operation (requiring entry of encryption key).
536         * timeclock.el (timeclock-get-timeclock-file-buffer): New.
537         * timeclock.el (timeclock-log): Don't kill timeclock-file buffer.
538         * timeclock.el (timeclock-log-data): Use
539         `timeclock-get-timeclock-file-buffer', which avoids reading
540         timeclock-file, if it's already in a live buffer.
541         * timeclock.el (timeclock-find-discrep): Ditto.
542         * timeclock.el (timeclock-visit-timelog): Ditto.
544 See ChangeLog.3 for earlier changes.
546 ;; Local Variables:
547 ;; coding: utf-8
548 ;; End: