Merged from mwolson@gnu.org--2006 (patch 24)
[planner-el.git] / ChangeLog.2006
blob85bc31da35c22a703f19182fd3f309fb89c5fe3b
1 2006-03-15 12:38:11 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-19
3     Summary:
4       Merged from jeho@jeho.org--2005 (patch 56-57), mwolson@gnu.org--2006-planner-el (patch 16-19)
5     Revision:
6       planner--main--1.0--patch-21
8     * planner-appt.el (planner-appt-forthcoming-show-day-names-flag): New
9       option that indicates whether to show day names in forthcoming
10       appointments.
11       (planner-appt-forthcoming-format): Add day name insertion.
12     
13     * planner-el.texi: Add documentation about new feature [and also for
14       planner-appt-forthcoming-repeat-date-string].
16     modified files:
17      planner-appt.el planner-el.texi
20 2006-03-14 21:13:28 GMT Michael Olson <mwolson@gnu.org> patch-20
22     Summary:
23       planner-appt: Mention that documentation is available in Planner manual.
24     Revision:
25       planner--main--1.0--patch-20
27     * planner-appt.el: Mention that further details are available in the
28       Planner manual.
30     modified files:
31      planner-appt.el
34 2006-03-14 20:03:31 GMT Michael Olson <mwolson@gnu.org> patch-19
36     Summary:
37       planner-calendar: Fix publishing bug.
38     Revision:
39       planner--main--1.0--patch-19
41     * planner-calendar.el (planner-calendar-html-tag-marker): Use the correct
42       value so that the calendar is published properly.  Thanks to Christian
43       Clercin and RenĂ©.
45     modified files:
46      planner-calendar.el
49 2006-03-11 15:29:42 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-15
51     Summary:
52       Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006-planner-el (patch 14-15)
53     Revision:
54       planner--main--1.0--patch-18
56     * planner-appt.el (planner-fit-window-to-buffer): Use
57       shrink-window-if-large-than-buffer if fit-window-to-buffer is not
58       available.
59       (planner-appt-forthcoming-regexp): Remove the shyness from the groups:
60       this makes it match ok in XEmacs [don't know why it didn't before
61       though].
63     modified files:
64      planner-appt.el
67 2006-03-13 03:43:23 GMT Michael Olson <mwolson@gnu.org> patch-17
69     Summary:
70       Add COPYING file; do bookkeeping.
71     Revision:
72       planner--main--1.0--patch-17
74     * COPYING: New file containing the GNU General Public License.
75     
76     * AUTHORS: Bookkeeping.
77     
78     * README: Add License section.
79     
80     * planner*.el: Update headers.
82     new files:
83      .arch-ids/COPYING.id COPYING
85     modified files:
86      AUTHORS README planner-accomplishments.el planner-appt.el
87      planner-authz.el planner-bbdb.el planner-bibtex.el
88      planner-bookmark.el planner-calendar.el planner-cyclic.el
89      planner-deadline.el planner-diary.el planner-el.texi
90      planner-erc.el planner-experimental.el planner-export-diary.el
91      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
92      planner-ledger.el planner-lisp.el planner-log-edit.el
93      planner-mhe.el planner-multi.el planner-notes-index.el
94      planner-psvn.el planner-publish.el planner-rank.el
95      planner-rdf.el planner-report.el planner-rmail.el
96      planner-rss.el planner-schedule.el planner-tasks-overview.el
97      planner-timeclock-summary-proj.el planner-timeclock-summary.el
98      planner-timeclock.el planner-trunk.el planner-unix-mail.el
99      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
100      planner.el
103 2006-03-06 15:49:19 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-13
105     Summary:
106       Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)
107     Revision:
108       planner--main--1.0--patch-16
110     * planner-appt.el: Revert to the old method of tracking appts added to
111       the schedule.  The text property method was simpler, but failed when
112       re-visiting today's plan page [since text properties don't get saved].
113       (planner-appt-update-appt-section): fix wrong side of bound error
114       (--planner-appt-lines-added-to-section): global variable tracking appts
115       added to the schedule
116       (planner-appt-task-schedule-item-p): use
117       --planner-appt-lines-added-to-section
118       (planner-appt-update-appt-section): revert to the old method
119       (planner-appt-forthcoming-get-appts): fix small bug where an appt
120       schedule item would fall through the conditional  and try to be parsed
121       as a task item.
123     modified files:
124      planner-appt.el
127 2006-02-28 16:49:28 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-12
129     Summary:
130       Merged from mwolson@gnu.org--2006-planner-el (patch 12)
131     Revision:
132       planner--main--1.0--patch-15
134     * planner-appt.el (planner-appt-forthcoming-get-appts): Use
135       `insert-file-contents' instead of `insert-file-contents-literally'.
137     modified files:
138      planner-appt.el
141 2006-02-27 19:38:45 GMT Andrew J. Korty <ajk@iu.edu>    patch-10
143     Summary:
144       sort status report entries by plan page name
145     Revision:
146       planner-el--devel--0--patch-10
148     * planner-report.el (planner-report-generate): sort pages by name using
149       string<
150     
152     modified files:
153      planner-report.el
156 2006-02-27 11:38:48 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-9
158     Summary:
159       small fix to README file
160     Revision:
161       planner-el--devel--0--patch-9
163     * README: remove (setq load-path ...) from the load-path example
165     modified files:
166      README
169 2006-02-27 10:34:20 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-8
171     Summary:
172       planner-appt: fix highlighting in plan pages
173     Revision:
174       planner-el--devel--0--patch-8
176     * planner-appt.el (planner-appt-task-highlight): check that a task has
177       today's date
179     modified files:
180      planner-appt.el
183 2006-02-27 04:46:50 GMT Michael Olson <mwolson@gnu.org> patch-13
185     Summary:
186       Prepare new Debian package.
187     Revision:
188       planner--main--1.0--patch-13
191     modified files:
192      Makefile.defs debian/changelog debian/control
193      debian/emacsen-install debian/rules
196 2006-02-27 04:04:17 GMT Michael Olson <mwolson@gnu.org> patch-12
198     Summary:
199       Update NEWS and ChangeLog
200     Revision:
201       planner--main--1.0--patch-12
204     modified files:
205      ChangeLog.2006 NEWS
208 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu>    patch-7
210     Summary:
211       only publish dependencies if they haven't already been published
212     Revision:
213       planner-el--devel--0--patch-7
215     * planner-authz.el (planner-authz-publishing-alist): alist to track
216       published pages and their dependencies
217       (planner-authz-after-markup): if planner-authz-publishing-alist
218       indicates this page has already been published, and here we are
219       publishing it again, the alist must be stale, so we replace it with
220       a single element for this page; otherwise, add an element for this page
221       to the list
222       (planner-authz-after-project-publish): use
223       planner-authz-publishing-alist to determine which dependencies need
224       publishing
225       (planner-authz-republish-dependencies-maybe): add linked pages to
226       planner-authz-publishing-alist as dependencies if they're not already
227       there
229     modified files:
230      planner-authz.el
233 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu>    patch-6
235     Summary:
236       consider all of a note's links when building an access list
237     Revision:
238       planner-el--devel--0--patch-6
240     * planner-authz.el (planner-authz-note-tag): use "categories" attribute
242     modified files:
243      planner-authz.el
246 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu>    patch-5
248     Summary:
249       enable multiple links with "categories" attribute
250     Revision:
251       planner-el--devel--0--patch-5
253     * planner-publish.el (planner-publish-note-tag): enable "categories"
254       attribute, which stores all of a note's links
256     modified files:
257      planner-publish.el
260 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu>    patch-4
262     Summary:
263       add planner-multi support to planner-authz
264     Revision:
265       planner-el--devel--0--patch-4
267      - when multiple pages are linked to a task or note, merge the access
268        lists to the linked pages using a user-specified function
269     
270      - provide intersection and union functions for merging access lists
271     
272      - disable republishing *during* republishing to avoid indefinite
273        recursion
275     modified files:
276      planner-authz.el
279 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu>    patch-3
281     Summary:
282       update to work with latest planner-publish.el
283     Revision:
284       planner-el--devel--0--patch-3
286      - catch up with function name change in planner-publish.el
288     modified files:
289      planner-authz.el
292 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
294     Summary:
295       Use debian/compat to determine debhelper compat level.
296     Revision:
297       planner--main--1.0--patch-9
299     * debian/compat: New file that sets the debhelper compatibility level to
300       4.
301     
302     * debian/rules: Remove DH_COMPAT line.
304     new files:
305      debian/.arch-ids/compat.id debian/compat
307     modified files:
308      debian/rules
311 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
313     Summary:
314       Fix Bug #5234: planner-gnus pseudo-article error.
315     Revision:
316       planner--main--1.0--patch-8
318     * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
319       should fix Bug #5234: planner-gnus pseudo-article error.
321     modified files:
322      planner-gnus.el
325 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-45
327     Summary:
328       further fix for XEmacs initialization
329     Revision:
330       planner--jeho--1.1--patch-45
332     * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
333       file if one doesn't already exist
334     
336     modified files:
337      planner-appt.el
340 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-44
342     Summary:
343       fix initialization for XEmacs
344     Revision:
345       planner--jeho--1.1--patch-44
347     * planner-appt.el (planner-appt-insinuate): try to fix initialization for
348       XEmacs: add (display-time).
349     
351     modified files:
352      planner-appt.el
355 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
357     Summary:
358       planner-gnus: Fix buggy browsing behavior.
359     Revision:
360       planner--main--1.0--patch-6
362     * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
363       `gnus-find-matching-articles' function if it exists.  Thanks to John
364       Sullivan for the report.
366     modified files:
367      planner-gnus.el
370 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
372     Summary:
373       Don't insert too many spaces around task number.
374     Revision:
375       planner--main--1.0--patch-5
377     * planner.el (planner-task-format, planner-format-task): Apply patch from
378       Stefan Reichör that keeps extra spaces from being inserted when
379       planner-use-task-numbers is nil.
381     modified files:
382      planner.el
385 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
387     Summary:
388       planner-calendar: Make a <calendar> tag.
389     Revision:
390       planner--main--1.0--patch-4
392     * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
393       <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
394       <lisp> to publish read-only.
395       (planner-calendar-move-calendar-to-top-of-page-maybe): Use
396       planner-insert-markup rather than `insert'.  Make sure we can snarf the
397       region safely, even if it is read-only.
398       (planner-publish-calendar-tag): New function that publishes a
399       <calendar> tag.
400     
401     * planner-publish.el (planner-publish-markup-tags): Docfix.
403     modified files:
404      planner-calendar.el planner-publish.el
407 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
409     Summary:
410       Make planner-visit-link more robust.
411     Revision:
412       planner--main--1.0--patch-3
414     * planner.el (planner-visit-link): Make this more robust by merging in
415       some changes from Muse.  Thanks to Seth Falcon for the sample fix.
416       Among other things, this correctly adds the file extension when
417       visiting a new Muse file.
419     modified files:
420      planner.el
423 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
425     Summary:
426       Debian package refinements.
427     Revision:
428       planner--main--1.0--patch-2
430     * Makefile (debrevision): New rule that causes a Debian package with a
431       revision to be built.  The main difference between this and
432       `debrelease' is that the .orig.tar.gz file is left alone.
433       (debbuild): New rule factored from debrelease.
434       (debclean): Removed, since we use slightly differing variations of this
435       in debrelease and debrevision.
436     
437     * debian/README.Debian: Add comments and my debian repo.
438     
439     * debian/emacsen-install: Make sure we symlink planner-autoloads.el.  Thanks to
440       Romain Francoise for noticing.
441     
442     * debian/rules: DTRT with NEWS and README.Debian.
444     modified files:
445      Makefile Makefile.defs debian/README.Debian debian/changelog
446      debian/emacsen-install debian/rules
448     renamed files:
449      debian/.arch-ids/NEWS.Debian.id
450        ==> debian/.arch-ids/NEWS.id
451      debian/NEWS.Debian
452        ==> debian/NEWS
455 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
457     Summary:
458       Debian fixups.
459     Revision:
460       planner--main--1.0--patch-1
462     * debian/emacsen-startup: Remove unnecessary path addition.
463     
464     * debian/rules: Explicitly install README.Debian and NEWS.Debian.
466     modified files:
467      debian/emacsen-startup debian/rules
470 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
472     Summary:
473       Release Planner 3.40.
474     Revision:
475       planner-muse--mwolson--1.0--patch-184
477     * planner-el.texi (Installing from a Source Archive) 
478       (Installing from Arch, Installing from Debian): Update.
480     modified files:
481      planner-el.texi planner.el
484 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
486     Summary:
487       Update Debian package instructions.  Install autoloads.
488     Revision:
489       planner-muse--mwolson--1.0--patch-183
491     * Makefile (install): Make sure autoloads are installed.
492     
493     * debian/README.Debian: Update.
494     
495     * debian/copyright: Update the Upstream Authors and Copyright sections.
496     
497     * debian/rules: Build autoloads.  Install extra files.
498     
499     * debian/emacsen-install (FILES): Filter out autoloads file.
500     
501     * debian/emacsen-startup: Add shared planner-el directory to path.  Load
502       autoloads file.
503     
504     * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
505       syntax error.
506       (Acknowledgements): Add a missing @end itemize.
508     new files:
509      .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
510      debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
511      debian/planner-el.info
513     modified files:
514      AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
515      README debian/README.Debian debian/changelog debian/copyright
516      debian/emacsen-install debian/emacsen-startup
517      debian/planner-el.docs debian/rules planner-el.texi
518      planner-publish.el planner.el
519      {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
522 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
524     Summary:
525       Update FSF postal address.  Add README.
526     Revision:
527       planner-muse--mwolson--1.0--patch-182
529     * Update FSF postal address in headers of all Planner source files.
530     
531     * planner-el.texi: Update version information.  Use "XEmacs" rather than
532       "Xemacs".
533       (Getting Help): Document the official website and the bug-tracker.
534       (Acknowledgements): Remove list of contributors, since this is
535       contained in AUTHORS.
537     new files:
538      .arch-ids/README.id README
540     modified files:
541      planner-accomplishments.el planner-appt.el planner-authz.el
542      planner-bbdb.el planner-bibtex.el planner-bookmark.el
543      planner-calendar.el planner-cyclic.el planner-deadline.el
544      planner-diary.el planner-el.texi planner-erc.el
545      planner-experimental.el planner-export-diary.el
546      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
547      planner-ledger.el planner-lisp.el planner-log-edit.el
548      planner-mhe.el planner-multi.el planner-notes-index.el
549      planner-psvn.el planner-publish.el planner-rank.el
550      planner-rdf.el planner-report.el planner-rmail.el
551      planner-rss.el planner-schedule.el planner-tasks-overview.el
552      planner-timeclock-summary-proj.el planner-timeclock-summary.el
553      planner-timeclock.el planner-trunk.el planner-unix-mail.el
554      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
555      planner.el
558 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
560     Summary:
561       planner-appt: Handle initialization of the appt system.
562     Revision:
563       planner-muse--mwolson--1.0--patch-181
565     * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
566       that initializes the appt system.
567     
568     * planner-el.texi (Appointments): Remove old kludge.
570     modified files:
571      planner-appt.el planner-el.texi
574 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
576     Summary:
577       planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
578     Revision:
579       planner-muse--mwolson--1.0--patch-180
581     * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
582       Smith that might make this work with Emacs21.
584     modified files:
585      AUTHORS planner-gnus.el
588 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
590     Summary:
591       Finish copyright notices and AUTHORS file.
592     Revision:
593       planner-muse--mwolson--1.0--patch-179
596     modified files:
597      AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
598      planner-bbdb.el planner-bibtex.el planner-calendar.el
599      planner-deadline.el planner-diary.el planner-export-diary.el
600      planner-id.el planner-ledger.el planner-log-edit.el
601      planner-mhe.el planner-multi.el planner-notes-index.el
602      planner-psvn.el planner-publish.el planner-report.el
603      planner-tasks-overview.el planner-unix-mail.el planner.el
606 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
608     Summary:
609       Progress: planner.el (2005)
610     Revision:
611       planner-muse--mwolson--1.0--patch-178
614     modified files:
615      AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
616      planner-tasks-overview.el planner-timeclock-summary-proj.el
617      planner-timeclock-summary.el planner-timeclock.el
618      planner-trunk.el planner-unix-mail.el planner-vm.el
619      planner-w3m.el planner-wl.el planner-xtla.el planner.el
620      planner2diary.py
623 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
625     Summary:
626       Progress: planner-rmail.el
627     Revision:
628       planner-muse--mwolson--1.0--patch-177
631     modified files:
632      AUTHORS planner-el.texi planner-multi.el
633      planner-notes-index.el planner-psvn.el planner-publish.el
634      planner-rank.el planner-rdf.el planner-report.el
637 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-40
639     Summary:
640       planner.el: excessive highlighting
641     Revision:
642       planner--jeho--1.1--patch-40
644     * planner.el (with-planner-update-setup): remove highlight inhibition to
645       see whether the problem is really with planner-mode
646       (planner-mode): don't explicitly call muse-colors-buffer
647     
649     modified files:
650      planner.el
653 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
655     Summary:
656       Progress: planner-multi.el
657     Revision:
658       planner-muse--mwolson--1.0--patch-174
661     modified files:
662      AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
663      planner-lisp.el planner-log-edit.el planner-mhe.el
664      planner-multi.el
667 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com>       patch-17
669     Summary:
670       (planner-publish.el) properly derives "xml" to form "planner-xml" style!
671     Revision:
672       planner-muse--peter--1.0--patch-17
674     * planner-publish.el (muse-xml): add require for 'muse-xml
675     (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
676     (planner-publish-markup-tags): changed to nested-section and
677     tasks-section to match notes-section precedent.
678     (planner-xml-markup-strings): revamped to behave similar to
679     `planner-html-markup-strings'
680     (planner-xml-header): mimics `muse-xml-header', but the root
681     element is PLANNER not MUSE.
682     (planner-html-markup-strings): resort to using the TITLE tag to
683     generate static html code, instead of using H2, H3, etc. like
684     before.
685     (planner-html-style-sheet): added some defaults for nested
686     .section .title style differentiation.
687     (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
688     (planner-publish-nested-section-tag): naming changes
689     (planner-publish-title-tag): simplify title tag generation.  use a
690     static markup string, instead of drawing from 'section,
691     'subsection variables.  The reason for this change, although I
692     _did_ like the former behavior of using H2, H3, etc. for HTML
693     markup is that the 'section, 'subsection variables of muse-xml do
694     NOT behave the same way as muse-html does (where muse-html acts
695     more like just a title).
696     (sectionalize): generate title tag w/o LEVEL attribute.
697     (muse-derive-style): the REAL reason for all the changes above!
698     Now planner-publish takes in the new muse-xml style and derives a
699     new planner specific style, "planner-xml" style.
701     modified files:
702      planner-publish.el
705 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-38
707     Summary:
708       with-planner-update-setup: fix typo
709     Revision:
710       planner--jeho--1.1--patch-38
713     modified files:
714      planner.el
717 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
719     Summary:
720       More copyright twiddling.  Progress: planner-ical.el
721     Revision:
722       planner-muse--mwolson--1.0--patch-173
725     modified files:
726      AUTHORS ChangeLog.2004 planner-accomplishments.el
727      planner-appt.el planner-bbdb.el planner-bibtex.el
728      planner-calendar.el planner-cyclic.el planner-deadline.el
729      planner-diary.el planner-erc.el planner-experimental.el
730      planner-export-diary.el planner-gnats.el planner-gnus.el
733 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
735     Summary:
736       Fix some more copyright headers.
737     Revision:
738       planner-muse--mwolson--1.0--patch-172
741     modified files:
742      AUTHORS planner-el.texi planner-erc.el planner-xtla.el
745 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
747     Summary:
748       Edit more copyright notices.  Add AUTHORS.
749     Revision:
750       planner-muse--mwolson--1.0--patch-171
752     * AUTHORS: New file containing a thorough listing of contributors and
753       authors of Planner, its documentation, and its modules.  I'm about
754       half-way done verifying its contents.
756     new files:
757      .arch-ids/AUTHORS.id AUTHORS
759     modified files:
760      ChangeLog.2005 planner-authz.el planner-bbdb.el
761      planner-bibtex.el planner-bookmark.el planner-calendar.el
762      planner-cyclic.el planner-deadline.el planner-diary.el
763      planner-el.texi planner-multi.el planner-xtla.el planner.el
766 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
768     Summary:
769       Fix delegated task errors.  Work on updating copyright statements.
770     Revision:
771       planner-muse--mwolson--1.0--patch-170
773     * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
774       for delegated mark.  Thanks to Seth Falcon for the report.
775     
776     * planner-rank.el (planner-sort-tasks-by-rank)
777       (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
778       Ditto.
779     
780     * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
781     
782     * planner.el (planner-marks-regexp, planner-live-task-regexp):
783       (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
784     
785     * planner.el (planner-version): Set to 3.39.
787     modified files:
788      ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
789      planner-appt.el planner-authz.el planner-calendar.el
790      planner-deadline.el planner-experimental.el planner-publish.el
791      planner-rank.el planner-rdf.el planner.el
793     renamed files:
794      .arch-ids/PLANNER-README.id
795        ==> .arch-ids/COMMENTARY.id
796      PLANNER-README
797        ==> COMMENTARY
800 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
802     Summary:
803       Complete writing of ChangeLogs.
804     Revision:
805       planner-muse--mwolson--1.0--patch-169
807     * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
808       other logs and removal of "merged this" logs.
810     modified files:
811      ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
814 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
816     Summary:
817       Add ChangeLogs from contributors.
818     Revision:
819       planner-muse--mwolson--1.0--patch-168
821     Remove a few emacs-wiki-only changelogs.
822     
823     * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
824       This is not complete yet.
826     modified files:
827      ChangeLog.2004 ChangeLog.2005
830 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
832     Summary:
833       Update Makefile, split ChangeLog.
834     Revision:
835       planner-muse--mwolson--1.0--patch-167
837     * Makefile (release): Create GPG keys here instead of at upload time.
838     
839     * ChangeLog: Refactor into ChangeLog.2004-2006.  We'll just manually
840       merge in entries at release time, I guess.  It might be good to get the
841       full logs from merged sources, too.
843     new files:
844      .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
845      .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
846      ChangeLog.2006
848     removed files:
849      .arch-ids/ChangeLog.id ChangeLog
851     modified files:
852      Makefile Makefile.defs
855 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
857     Summary:
858       XEmacs fixes.
859     Revision:
860       planner-muse--mwolson--1.0--patch-166
862     * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
863       obsolete variable.
864     
865     * planner-authz.el (planner-authz-mason-markup-table): 
866       (planner-authz-diary-tag): Use planner-line-beginning-position.
867     
868     * planner-el.texi (Appointments): Add code snippet for activating
869       appt.el.
870     
871     * planner-mhe.el: Require mh-index.
872     
873     * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
874       function that provides an implementation of
875       rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
876       (planner-rmail-annotation-from-mail): Use
877       planner-rmail-narrow-to-non-pruned-header.
878     
879     * planner.el: Wrap conditional `require' in `eval-when-compile'.
881     modified files:
882      ChangeLog planner-appt.el planner-authz.el planner-el.texi
883      planner-mhe.el planner-rmail.el planner.el
886 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
888     Summary:
889       planner-appt: XEmacs fix.
890     Revision:
891       planner-muse--mwolson--1.0--patch-165
893     * Makefile.defs: Fix typo.
894     
895     * planner-appt.el: Add usage instructions which mention how to activate
896       appt.
897       (planner-appt-update-appt-section): Don't use `propertize', since
898       XEmacs doesn't have it.
900     modified files:
901      ChangeLog Makefile.defs planner-appt.el
904 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
906     Summary:
907       Massively clean whitespace and fix compiler warnings.
908     Revision:
909       planner-muse--mwolson--1.0--patch-164
912     modified files:
913      ChangeLog planner-appt.el planner-bibtex.el
914      planner-calendar.el planner-diary.el planner-export-diary.el
915      planner-gnus.el planner-ical.el planner-rank.el
916      planner-report.el planner-rss.el planner-tasks-overview.el
917      planner.el scripts/planner-build.el
920 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
922     Summary:
923       planner-el.texi: Fix a few URL examples.
924     Revision:
925       planner-muse--mwolson--1.0--patch-163
927     * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
928       the examples.
929       (BibTeX): Remove the initial forward-slashes from the sample bibtex
930       URL.  Thanks to Stefan van der Walt for the report.
932     modified files:
933      ChangeLog planner-el.texi
936 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
938     Summary:
939       planner-accomplishments: Use simpler method of determining hook to use.
940     Revision:
941       planner-muse--mwolson--1.0--patch-162
943     * planner-accomplishments.el (planner-accomplishments-insinuate):
944       Simplify.  This should fix an issue reported by Stefan van der Walt.
946     modified files:
947      ChangeLog planner-accomplishments.el
950 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
952     Summary:
953       Fix an extra-tasks problem in planner-tasks-overview.
954     Revision:
955       planner-muse--mwolson--1.0--patch-161
957     * planner.el (planner-list-daily-files): Prevent temp buffers from being
958       added when an existing buffer with the same name exists.  Thanks to
959       Stefan van der Walt for the report.  This should prevent task lists
960       from being doubled in planner-tasks-overview.
962     modified files:
963      ChangeLog planner.el
966 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
968     Summary:
969       Fix documentation example that I wrote earlier.
970     Revision:
971       planner-muse--mwolson--1.0--patch-160
973     * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
974       Replace "planner-muse" with "planner".
975     
976     * debian/changelog: Condense old planner-muse-el entries into a new
977       planner-el entry.
978     
979     * debian/control, debian/emacsen-install, debian/emacsen-remove,
980       emacsen-startup: s/planner-muse-el/planner-muse/.
981     
982     * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
983       advice from my sponsor.
984     
985     * planner-el.texi (Viewing Tasks): Adjust whitespace.
986       (Publishing): Use an example that has a better chance of working.
987       Thanks to Stefan van der Walt for the report.
989     modified files:
990      ChangeLog Makefile.defs debian/changelog debian/control
991      debian/emacsen-install debian/emacsen-remove
992      debian/emacsen-startup debian/rules planner-el.texi
995 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
997     Summary:
998       Fix emacs-wiki Bug #14907.
999     Revision:
1000       planner-muse--mwolson--1.0--patch-159
1002     * planner.el (planner-extract-tasks): Fix backtrace.  This also fixes
1003       #14907 on the emacs-wiki bug-tracker.
1005     modified files:
1006      ChangeLog planner.el
1009 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
1011     Summary:
1012       planner-el.texi: Task numbers are not displayed by default.
1013     Revision:
1014       planner-muse--mwolson--1.0--patch-158
1016     * planner-el.texi (Viewing Tasks): Note that by default, task numbers
1017       will not be displayed.  Explain how to get them.  Thanks to Stefan van
1018       der Walt for the report.
1020     modified files:
1021      ChangeLog planner-el.texi
1024 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net>     patch-5
1026     Summary:
1027       Added example and instructions for setting up a new Planner project.
1028     Revision:
1029       planner-muse--johnsu01--1.0--patch-5
1032     modified files:
1033      planner-el.texi
1036 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net>     patch-4
1038     Summary:
1039       Fixed name of Debian package and instructions for installing the package.
1040     Revision:
1041       planner-muse--johnsu01--1.0--patch-4
1044     modified files:
1045      planner-el.texi
1048 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
1050     Summary:
1051       Yet Another paragraph detection try.
1052     Revision:
1053       planner-muse--mwolson--1.0--patch-155
1055     * planner-publish.el (planner-publish-markup-note): Put the newlines in a
1056       different spot.
1057       (planner-publish-content-tag): Be a bit more delicate about where we
1058       insert the markup.
1060     modified files:
1061      ChangeLog planner-publish.el
1064 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
1066     Summary:
1067       Makefile: Fix argument for install-info.
1068     Revision:
1069       planner-muse--mwolson--1.0--patch-154
1071     * Makefile (install): Give install-info the correct path.  Thanks to Dale
1072       Smith for reporting this.
1074     modified files:
1075      ChangeLog Makefile
1078 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
1080     Summary:
1081       Use "D" to indicate delegated tasks, instead of ">".
1082     Revision:
1083       planner-muse--mwolson--1.0--patch-153
1085     * planner-accomplishments.el (planner-accomplishments-status-display):
1086       Use "D" to indicate delegated tasks, instead of ">".
1087     
1088     * planner-el.texi (Modifying Tasks): Ditto.
1089     
1090     * planner-publish.el (planner-publish-task-status-expand): 
1091       (planner-publish-task-status-collapse): Ditto.
1092     
1093     * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
1094       Ditto.
1095     
1096     * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks): 
1097       (planner-task-delegated): Ditto.
1099     modified files:
1100      ChangeLog planner-accomplishments.el planner-el.texi
1101      planner-publish.el planner-tasks-overview.el planner.el
1104 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
1106     Summary:
1107       Fix double-escaping issue.
1108     Revision:
1109       planner-muse--mwolson--1.0--patch-152
1111     * Makefile (install): Install the manual as "planner", not
1112       "planner-muse".
1113     
1114     * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
1115       rather than site-lisp/planner-muse.
1116     
1117     * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
1118       Smith that fixes a double-escaping of specials with muse--main.
1119       (planner-publish-section-tag): Revert a previous whitespace patch.
1120       (planner-publish-content-tag): Insert an additional newline.  Hopefully
1121       this finally fixes the paragraph detection problem.
1123     modified files:
1124      ChangeLog Makefile Makefile.defs planner-publish.el
1127 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu>    patch-14
1129     Summary:
1130       don't insert task number padding if planner-use-task-numbers is nil
1131     Revision:
1132       planner-muse--main--1.0--patch-14
1135     modified files:
1136      planner.el
1139 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net>     patch-3
1141     Summary:
1142         Updated maintainer information. Removed distinction between stable
1143         and development versions. Distributed the Updating Your Version
1144         node information and removed it. Made new nodes for each
1145         installation method under a new Getting the Files section.
1147     Revision:
1148       planner-muse--johnsu01--1.0--patch-3
1151     modified files:
1152      planner-el.texi
1155 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
1157     Summary:
1158       muse-publish: Try again to fix paragraph detection.
1159     Revision:
1160       planner-muse--mwolson--1.0--patch-150
1162     * planner-publish.el (planner-publish-content-tag): Insert an extra
1163       newline.
1165     modified files:
1166      ChangeLog planner-publish.el
1169 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
1171     Summary:
1172       planner-publish: Try to fix paragraph error.
1173     Revision:
1174       planner-muse--mwolson--1.0--patch-149
1176     * planner-publish.el (planner-publish-section-tag): Attempt to fix a
1177       paragraph markup error.
1179     modified files:
1180      ChangeLog planner-publish.el
1183 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
1185     Summary:
1186       planner-publish: Remove extra </span> tag.
1187     Revision:
1188       planner-muse--mwolson--1.0--patch-148
1190     * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
1191       Smith that removes a stray </span> tag.
1193     modified files:
1194      ChangeLog planner-publish.el
1197 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
1199     Summary:
1200       planner-publish: Yet Another Patch.  Remove stale functions.
1201     Revision:
1202       planner-muse--mwolson--1.0--patch-147
1204     * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
1205       (planner-appt-format-description): Use planner-remove-links rather than
1206       planner-appt-de-wiki.
1207     
1208     * planner-publish.el: Apply patch from Dale Smith.
1209       (planner-publish-markup-tags): Use the correct attributes.
1210       (planner-publish-notes-section-tag): Don't call
1211       muse-publish-markup-region explicitly.
1212     
1213     * planner-publish.el (planner-publish-notes-tag): Use
1214       planner-remove-links.
1215     
1216     * planner.el (planner-encode-url, planner-link-escape)
1217       (planner-link-unescape): Remove.
1218       (planner-remove-links): Renamed from planner-appt-de-wiki.  Keep track
1219       of start position for sanity.
1221     modified files:
1222      ChangeLog planner-appt.el planner-publish.el planner.el
1225 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1227     Summary:
1228       planner-publish: Work further on <notes> and <past-notes> tags.
1229     Revision:
1230       planner-muse--mwolson--1.0--patch-146
1232     * planner-publish.el (planner-html-markup-strings): Split
1233       planner-note-details into manageable chunks.
1234       (planner-publish-markup-note, planner-publish-notes-section-tag):
1235       s/notes/notes-section/.  Thanks to Dale Smith for the patch.
1236       (planner-publish-past-notes-tag): Fix the name of this function, thanks
1237       to Dale Smith.  Make it use planner-insert-markup in some parts so that
1238       raw HTML doesn't get escaped.
1239       (planner-publish-note-tag): Split up the 'planner-note-details string
1240       so that we can be selective about the parts that are marked up as
1241       read-only.
1243     modified files:
1244      ChangeLog planner-publish.el
1247 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1249     Summary:
1250       planner-publish: Make "* Notes" section publish correctly again.
1251     Revision:
1252       planner-muse--mwolson--1.0--patch-145
1254     * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1255       rename to planner-publish-notes-section.  emacs-wiki had the <notes>
1256       tag insert an index of notes, so we'll use that as the behavior of
1257       <notes>.  We still need the other function, though, to publish the 
1258       "* Notes" section.  Thanks to Dale Smith for the advice.
1259       (planner-publish-markup-tags): Add notes-section tag
1260       (planner-publish-notes-section-tag): Renamed from the old
1261       planner-publish-notes-tag function.
1262       (sectionalize-markup-tagname): Mark up "* Notes" section as
1263       "notes-section" instead of "notes".
1265     modified files:
1266      ChangeLog planner-publish.el
1269 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1271     Summary:
1272       Apply several bugfixes from Sacha.
1273     Revision:
1274       planner-muse--mwolson--1.0--patch-144
1276     * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1277       Thanks to Sacha Chua for the fix.
1278     
1279     * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1280       page if narrowing succeeds.  The previous behavior was to delete entire
1281       linked page if linked note wasn't found.  Thanks to Lee Bigelow and
1282       Sacha Chua for the fix.
1284     modified files:
1285      ChangeLog planner-rss.el planner.el