Merged from mwolson@gnu.org--2006 (patch 50)
[planner-el.git] / ChangeLog
blobd70990d7fd34f0cb2f5e4a383cdcb05566374d89
1 2006-05-23 22:14:14 GMT Michael Olson <mwolson@gnu.org> patch-46
3     Summary:
4       Remove duplicate note links when publishing.
5     Revision:
6       planner--main--1.0--patch-46
8     * planner-publish.el (planner-publish-note-tag): Ensure that a page
9       cannot appear in both link and categories.
11     modified files:
12      planner-publish.el
15 2006-05-23 16:19:01 GMT Michael Olson <mwolson@gnu.org> patch-45
17     Summary:
18       Remove task IDs when publishing.
19     Revision:
20       planner--main--1.0--patch-45
22     * planner-id.el ("planner-publish"): Remove Task IDs and anything else
23       that uses the ID syntax when publishing.
25     modified files:
26      planner-id.el
29 2006-05-18 20:05:12 GMT Michael Olson <mwolson@gnu.org> patch-44
31     Summary:
32       Publish diary sections in a meaningful way.
33     Revision:
34       planner--main--1.0--patch-44
36     * planner-publish.el (planner-publish-markup-tags): Add entry for
37       diary-section.
38       (planner-xml-markup-strings, planner-html-markup-strings): Add strings
39       for diary section.
40       (planner-html-style-sheet): Add CSS elements for Diary section.
41       (planner-publish-diary-section-tag): New function that publishes the
42       diary in a way that preserves line breaks, using the verse tag
43       function.
44       (planner-section-tagnames): Transform Diary sections to diary-section
45       tags.
47     modified files:
48      planner-publish.el
51 2006-05-18 16:40:36 GMT Michael Olson <mwolson@gnu.org> patch-43
53     Summary:
54       Make notes publish with nicer default CSS elements.
55     Revision:
56       planner--main--1.0--patch-43
58     * planner-publish.el (planner-html-style-sheet): Add style elements for
59       Notes section.  This causes the note anchors to be placed on the same
60       line as note headings, which is the way it used to be.
62     modified files:
63      planner-publish.el
66 2006-05-17 21:43:59 GMT Michael Olson <mwolson@gnu.org> patch-42
68     Summary:
69       Work on calendar, manual, and index generation.
70     Revision:
71       planner--main--1.0--patch-42
73     * planner-calendar.el: Fix example in header.  Remove the word "wiki"
74       from everything, since "page" works better.
75       (planner-calendar-coerce-day-page): New function that determines which
76       day page to base the calendar on.
77       (planner-calendar-from-page): Use `planner-calendar-coerce-day-page'.
78       Check for null page name.
79       (planner-calendar-create-today-link): Make sure that the page we are
80       linking to actually exists.  This function should now be safe to add
81       globally to muse-after-publish-hook.
82       (planner-publish-calendar-tag): If no calendar is returned, don't
83       insert anything.
84       ("planner-publish-finalize-regexps"): Use a better regexp to match the
85       calendar tag, so that it is processed correctly.
86     
87     * planner-el.texi: Add subheadings for Keys, Options, and Functions, if
88       applicable.
89       (Publishing Calendars): Mention "page" and "arrows" options.  Mention
90       workaround for problem where the text in the arrows doesn't get
91       published correctly.  Give working example for
92       planner-calendar-create-today-link.
93     
94     * planner.el (planner-published-file): Try to figure out where the file
95       exists, if the output directory is not specified.  This could be more
96       elaborate to handle multiple source directories, but I haven't gotten
97       around to that yet.
98       (planner-index-as-string): Add exclude-daypages option for those who do
99       not want day pages to show up in the index.
101     modified files:
102      planner-calendar.el planner-el.texi planner.el
105 2006-05-09 00:30:01 GMT Michael Olson <mwolson@gnu.org> patch-41
107     Summary:
108       planner-el.texi: Update location of schedule.el.
109     Revision:
110       planner--main--1.0--patch-41
112     * planner-el.texi (Timeclock): Note that timeclock.el comes with GNU
113       Emacs, and direct XEmacs users to use the version that comes with
114       Planner in the contrib directory.
115       (schedule.el): Use correct URL and note that this comes with Planner.
116       Thanks to Adrian Aichner for the report.
118     modified files:
119      ChangeLog.2006 Makefile.defs debian/changelog planner-el.texi
122 2006-04-26 19:59:37 GMT Michael Olson <mwolson@gnu.org> patch-40
124     Summary:
125       planner-calendar: Default to today if not publishing a day page.
126     Revision:
127       planner--main--1.0--patch-40
129     * planner-calendar.el (planner-calendar-from-wiki): Default to current
130       day if we're not publishing a day page.
132     modified files:
133      planner-calendar.el
136 2006-04-26 19:55:13 GMT Michael Olson <mwolson@gnu.org> patch-39
138     Summary:
139       Add default CSS elements for calendar stuff.
140     Revision:
141       planner--main--1.0--patch-39
143     * planner-publish.el (planner-html-style-sheet): Add some default CSS
144       elements for calendar stuff.
146     modified files:
147      planner-publish.el
150 2006-04-26 19:35:10 GMT Michael Olson <mwolson@gnu.org> patch-38
152     Summary:
153       planner-calendar: Surround generated calendar with <div> tag.
154     Revision:
155       planner--main--1.0--patch-38
157     * planner-calendar.el: Fix example.
158       (planner-publish-calendar-tag): Surround in a <div> section for ease of
159       use.
160     
161     * planner-el.texi (Publishing Calendars): Make the example simpler.
162     
163     * planner-publish.el (planner-insert-markup): If we're using Muse 3.02.6,
164       manually make the region read-only.
166     modified files:
167      Makefile.defs debian/changelog planner-calendar.el
168      planner-el.texi planner-publish.el
171 2006-04-26 18:09:14 GMT Michael Olson <mwolson@gnu.org> patch-37
173     Summary:
174       Minor docfix.
175     Revision:
176       planner--main--1.0--patch-37
178     * planner-publish.el (planner-publish-prepare-buffer) 
179       (planner-publish-finalize-buffer): Docfix.
181     modified files:
182      planner-publish.el
185 2006-04-26 18:01:36 GMT Michael Olson <mwolson@gnu.org> patch-36
187     Summary:
188       Make publishing of calendars work better using a new method.
189     Revision:
190       planner--main--1.0--patch-36
192     * planner-calendar.el: Docfix.  Recognize <calendar> tags even in the
193       header and footer.
194       (planner-calendar-insert-calendar-maybe) 
195       (planner-calendar-move-calendar-to-top-of-page-maybe): Remove, since
196       they are not needed by the new method.
197     
198     * planner-el.texi (Publishing Calendars): Update.
199     
200     * planner-publish.el (planner-publish-prepare-regexps): New option that
201       specifies the publishing regexps to apply before doing other
202       publishing.
203       (planner-publish-finalize-regexps): New option that specifies the
204       publishing regexps to apply after doing other publishing.
205       (planner-publish-prepare-buffer): Use planner-publish-prepare-regexps.
206       (planner-publish-finalize-buffer): New function that finalizes Planner
207       buffers after publishing.
208       (planner-section-tagnames): Fix ordering error.
210     modified files:
211      planner-calendar.el planner-el.texi planner-publish.el
214 2006-04-26 03:22:20 GMT Michael Olson <mwolson@gnu.org> patch-35
216     Summary:
217       Use h2, h3, ... for headings.
218     Revision:
219       planner--main--1.0--patch-35
221     * planner-publish.el (planner-publish-markup-tags) [title]: Accept
222       attributes.
223       (planner-html-markup-strings) [planner-begin-title, planner-end-title]:
224       Use normal style headings, i.e. h2.
225       (planner-html-style-sheet): Remove nested title hacks.
226       (planner-publish-markup-note): Use title level of 3.
227       (planner-publish-title-tag): Accept attributes.  Call muse-markup-text
228       with a level argument.
229       (planner-publish-section): Store level as heading level + 1, since the
230       topmost level heading should be h2.
232     modified files:
233      planner-publish.el
236 2006-04-25 22:03:34 GMT Michael Olson <mwolson@gnu.org> patch-34
238     Summary:
239       Fix a paragraph publishing problem near end of file.
240     Revision:
241       planner--main--1.0--patch-34
243     * planner-publish.el (planner-html-markup-strings)
244       [planner-end-note-categories]: Remove newline.
245       (planner-publish-prepare-buffer): Rework to use the Muse markup engine.
246       (planner-publish-markup-note): Docfix.
247       (planner-publish-nested-section-tag): Docfix.
248       (planner-publish-notes-section-tag): Insert newline.
249       (planner-publish-note-tag): Insert newline.
250       (planner-sectionalize-delimiter, planner-sectionalize-page) 
251       (sectionalize-markup-tagname, sectionalize-markup-tagname) 
252       (sectionalize): Remove.
253       (planner-publish-section-close): New function that finds where the
254       closing tag of DEPTH should go, and inserts TEXT.
255       (planner-section-tagnames): Mapping of sections to their tag name.
256       (planner-publish-section-tagname): New function that finds the tag name
257       for the given section.
258       (planner-publish-section): New function that publishing the current
259       heading as a section.  This should fix a problem with sections at the
260       end of a file, given only one newline at end.
262     modified files:
263      planner-publish.el
266 2006-04-09 19:29:19 GMT Michael Olson <mwolson@gnu.org> patch-33
268     Summary:
269       manual: Fix errors introduced in last patch.
270     Revision:
271       planner--main--1.0--patch-33
273     * planner-el.texi: Fix a couple of errors.
275     modified files:
276      planner-el.texi
279 2006-04-09 19:27:03 GMT Michael Olson <mwolson@gnu.org> patch-32
281     Summary:
282       manual: Remove use of old Planner variables.
283     Revision:
284       planner--main--1.0--patch-32
286     * planner-el.texi: Remove use of old Planner variables.  Thanks to
287       Sebastian Luque for the report.
288       (Creating Your Planner): Clarify comment.
289       (Basic Configuration): Remove node, since its content is presented
290       elsewhere.
291       (Annotations, Publishing): Don't use old Planner variables in
292       explanation.
293       (iCal Task Publication): Give a more up-to-date example.
295     modified files:
296      planner-el.texi
299 2006-04-08 02:57:43 GMT Michael Olson <mwolson@gnu.org> patch-31
301     Summary:
302       Prepare new Debian package for Arch snapshot.
303     Revision:
304       planner--main--1.0--patch-31
306     * ChangeLog.2006: Update.
307     
308     * debian/changelog: Prepare new Debian package for Arch snapshot.
310     modified files:
311      ChangeLog.2006 Makefile.defs debian/changelog
314 2006-04-08 01:34:44 GMT Michael Olson <mwolson@gnu.org> patch-30
316     Summary:
317       planner-registry: Minor code cleanup.
318     Revision:
319       planner--main--1.0--patch-30
321     * planner-registry.el (planner-registry-show): Remove boundp check.
323     modified files:
324      planner-registry.el
327 2006-04-08 01:32:20 GMT Michael Olson <mwolson@gnu.org> patch-29
329     Summary:
330       Include planner-registry.el.
331     Revision:
332       planner--main--1.0--patch-29
334     * planner-registry.el: New file that implements a registry of URLs and
335       Planner annotations.  This used to be called muse-registry.el, but it
336       has been renamed to planner-registry.el since it fits better with
337       Planner.
339     new files:
340      .arch-ids/planner-registry.el.id planner-registry.el
342     modified files:
343      AUTHORS
346 2006-04-02 18:20:31 GMT Michael Olson <mwolson@gnu.org> patch-28
348     Summary:
349       Correct several regexps.
350     Revision:
351       planner--main--1.0--patch-28
353     If a regexp has a character set negation, make sure it includes the
354     newline, so that newlines aren't matched.
356     modified files:
357      planner-appt.el planner-bibtex.el planner-deadline.el
358      planner-erc.el planner-id.el planner-mhe.el planner-rdf.el
359      planner-tasks-overview.el planner-timeclock.el planner-vm.el
360      planner.el
363 2006-03-29 20:23:27 GMT Andrew J. Korty <ajk@iu.edu>    patch-25
365     Summary:
366       Merge some authz fixes.
367     Revision:
368       planner--main--1.0--patch-27
370     * planner-authz.el (planner-authz-fix-list-item): new function to move
371       the <li> tags to the inside to avoid a blank bullet when a list item is
372       totally access controlled
373       (planner-authz-markup-regexps): use it
374       (planner-authz-index-as-string): use <authz> tags to mark up the index
375       and rely on the new regexp entry to clean up the results
376       (planner-authz-multi-union): declare `sublist'
378     modified files:
379      planner-authz.el
382 2006-03-27 23:52:31 GMT Michael Olson <mwolson@gnu.org> patch-25
384     Summary:
385       planner-erc: Improve greatly.
386     Revision:
387       planner--main--1.0--patch-25
389     * planner-erc.el: Update the syntax for IRC URLs.  Add warning for users
390       of old versions of ERC.
391       (planner-erc-url-regexp): New variable that specifies the syntax of IRC
392       URLs.
393       (planner-erc-annotation-from-erc): Use `erc-server-announced-name'.
394       (planner-erc-browse-url): Figure out the desired chat buffer.  If no
395       chat buffer exists for the given URL, connect to the server.
397     modified files:
398      planner-erc.el
401 2006-03-25 04:46:53 GMT Michael Olson <mwolson@gnu.org> patch-24
403     Summary:
404       planner-zoom.el: New file used for navigating Planner pages.
405     Revision:
406       planner--main--1.0--patch-24
408     * AUTHORS: Bookkeeping.
409     
410     * planner.el (planner-remove-if-not): New function that implements a
411       simplified version of `remove-if-not'.
412     
413     * planner-zoom.el: New file by Gregory Novak that implements easy
414       navigation of Planner pages.
416     new files:
417      .arch-ids/planner-zoom.el.id planner-zoom.el
419     modified files:
420      AUTHORS planner.el
423 2006-03-23 14:14:17 GMT Michael Olson <mwolson@gnu.org> patch-23
425     Summary:
426       planner-psvn.el: Install update from author.
427     Revision:
428       planner--main--1.0--patch-23
430     * planner-psvn.el: Apply modified patch from Stefan Reichör that improves
431       compatibility with newer versions of psvn.el and pops to the diff
432       buffer.
434     modified files:
435      planner-psvn.el
438 2006-03-15 12:38:11 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-19
440     Summary:
441       Merged from jeho@jeho.org--2005 (patch 56-57), mwolson@gnu.org--2006-planner-el (patch 16-19)
442     Revision:
443       planner--main--1.0--patch-21
445     * planner-appt.el (planner-appt-forthcoming-show-day-names-flag): New
446       option that indicates whether to show day names in forthcoming
447       appointments.
448       (planner-appt-forthcoming-format): Add day name insertion.
449     
450     * planner-el.texi: Add documentation about new feature [and also for
451       planner-appt-forthcoming-repeat-date-string].
453     modified files:
454      planner-appt.el planner-el.texi
457 2006-03-14 21:13:28 GMT Michael Olson <mwolson@gnu.org> patch-20
459     Summary:
460       planner-appt: Mention that documentation is available in Planner manual.
461     Revision:
462       planner--main--1.0--patch-20
464     * planner-appt.el: Mention that further details are available in the
465       Planner manual.
467     modified files:
468      planner-appt.el
471 2006-03-14 20:03:31 GMT Michael Olson <mwolson@gnu.org> patch-19
473     Summary:
474       planner-calendar: Fix publishing bug.
475     Revision:
476       planner--main--1.0--patch-19
478     * planner-calendar.el (planner-calendar-html-tag-marker): Use the correct
479       value so that the calendar is published properly.  Thanks to Christian
480       Clercin and René.
482     modified files:
483      planner-calendar.el
486 2006-03-11 15:29:42 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-15
488     Summary:
489       Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006-planner-el (patch 14-15)
490     Revision:
491       planner--main--1.0--patch-18
493     * planner-appt.el (planner-fit-window-to-buffer): Use
494       shrink-window-if-large-than-buffer if fit-window-to-buffer is not
495       available.
496       (planner-appt-forthcoming-regexp): Remove the shyness from the groups:
497       this makes it match ok in XEmacs [don't know why it didn't before
498       though].
500     modified files:
501      planner-appt.el
504 2006-03-13 03:43:23 GMT Michael Olson <mwolson@gnu.org> patch-17
506     Summary:
507       Add COPYING file; do bookkeeping.
508     Revision:
509       planner--main--1.0--patch-17
511     * COPYING: New file containing the GNU General Public License.
512     
513     * AUTHORS: Bookkeeping.
514     
515     * README: Add License section.
516     
517     * planner*.el: Update headers.
519     new files:
520      .arch-ids/COPYING.id COPYING
522     modified files:
523      AUTHORS README planner-accomplishments.el planner-appt.el
524      planner-authz.el planner-bbdb.el planner-bibtex.el
525      planner-bookmark.el planner-calendar.el planner-cyclic.el
526      planner-deadline.el planner-diary.el planner-el.texi
527      planner-erc.el planner-experimental.el planner-export-diary.el
528      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
529      planner-ledger.el planner-lisp.el planner-log-edit.el
530      planner-mhe.el planner-multi.el planner-notes-index.el
531      planner-psvn.el planner-publish.el planner-rank.el
532      planner-rdf.el planner-report.el planner-rmail.el
533      planner-rss.el planner-schedule.el planner-tasks-overview.el
534      planner-timeclock-summary-proj.el planner-timeclock-summary.el
535      planner-timeclock.el planner-trunk.el planner-unix-mail.el
536      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
537      planner.el
540 2006-03-06 15:49:19 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-13
542     Summary:
543       Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)
544     Revision:
545       planner--main--1.0--patch-16
547     * planner-appt.el: Revert to the old method of tracking appts added to
548       the schedule.  The text property method was simpler, but failed when
549       re-visiting today's plan page [since text properties don't get saved].
550       (planner-appt-update-appt-section): fix wrong side of bound error
551       (--planner-appt-lines-added-to-section): global variable tracking appts
552       added to the schedule
553       (planner-appt-task-schedule-item-p): use
554       --planner-appt-lines-added-to-section
555       (planner-appt-update-appt-section): revert to the old method
556       (planner-appt-forthcoming-get-appts): fix small bug where an appt
557       schedule item would fall through the conditional  and try to be parsed
558       as a task item.
560     modified files:
561      planner-appt.el
564 2006-02-28 16:49:28 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-12
566     Summary:
567       Merged from mwolson@gnu.org--2006-planner-el (patch 12)
568     Revision:
569       planner--main--1.0--patch-15
571     * planner-appt.el (planner-appt-forthcoming-get-appts): Use
572       `insert-file-contents' instead of `insert-file-contents-literally'.
574     modified files:
575      planner-appt.el
578 2006-02-27 19:38:45 GMT Andrew J. Korty <ajk@iu.edu>    patch-10
580     Summary:
581       sort status report entries by plan page name
582     Revision:
583       planner-el--devel--0--patch-10
585     * planner-report.el (planner-report-generate): sort pages by name using
586       string<
587     
589     modified files:
590      planner-report.el
593 2006-02-27 11:38:48 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-9
595     Summary:
596       small fix to README file
597     Revision:
598       planner-el--devel--0--patch-9
600     * README: remove (setq load-path ...) from the load-path example
602     modified files:
603      README
606 2006-02-27 10:34:20 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-8
608     Summary:
609       planner-appt: fix highlighting in plan pages
610     Revision:
611       planner-el--devel--0--patch-8
613     * planner-appt.el (planner-appt-task-highlight): check that a task has
614       today's date
616     modified files:
617      planner-appt.el
620 2006-02-27 04:46:50 GMT Michael Olson <mwolson@gnu.org> patch-13
622     Summary:
623       Prepare new Debian package.
624     Revision:
625       planner--main--1.0--patch-13
628     modified files:
629      Makefile.defs debian/changelog debian/control
630      debian/emacsen-install debian/rules
633 2006-02-27 04:04:17 GMT Michael Olson <mwolson@gnu.org> patch-12
635     Summary:
636       Update NEWS and ChangeLog
637     Revision:
638       planner--main--1.0--patch-12
641     modified files:
642      ChangeLog.2006 NEWS
645 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu>    patch-7
647     Summary:
648       only publish dependencies if they haven't already been published
649     Revision:
650       planner-el--devel--0--patch-7
652     * planner-authz.el (planner-authz-publishing-alist): alist to track
653       published pages and their dependencies
654       (planner-authz-after-markup): if planner-authz-publishing-alist
655       indicates this page has already been published, and here we are
656       publishing it again, the alist must be stale, so we replace it with
657       a single element for this page; otherwise, add an element for this page
658       to the list
659       (planner-authz-after-project-publish): use
660       planner-authz-publishing-alist to determine which dependencies need
661       publishing
662       (planner-authz-republish-dependencies-maybe): add linked pages to
663       planner-authz-publishing-alist as dependencies if they're not already
664       there
666     modified files:
667      planner-authz.el
670 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu>    patch-6
672     Summary:
673       consider all of a note's links when building an access list
674     Revision:
675       planner-el--devel--0--patch-6
677     * planner-authz.el (planner-authz-note-tag): use "categories" attribute
679     modified files:
680      planner-authz.el
683 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu>    patch-5
685     Summary:
686       enable multiple links with "categories" attribute
687     Revision:
688       planner-el--devel--0--patch-5
690     * planner-publish.el (planner-publish-note-tag): enable "categories"
691       attribute, which stores all of a note's links
693     modified files:
694      planner-publish.el
697 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu>    patch-4
699     Summary:
700       add planner-multi support to planner-authz
701     Revision:
702       planner-el--devel--0--patch-4
704      - when multiple pages are linked to a task or note, merge the access
705        lists to the linked pages using a user-specified function
706     
707      - provide intersection and union functions for merging access lists
708     
709      - disable republishing *during* republishing to avoid indefinite
710        recursion
712     modified files:
713      planner-authz.el
716 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu>    patch-3
718     Summary:
719       update to work with latest planner-publish.el
720     Revision:
721       planner-el--devel--0--patch-3
723      - catch up with function name change in planner-publish.el
725     modified files:
726      planner-authz.el
729 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
731     Summary:
732       Use debian/compat to determine debhelper compat level.
733     Revision:
734       planner--main--1.0--patch-9
736     * debian/compat: New file that sets the debhelper compatibility level to
737       4.
738     
739     * debian/rules: Remove DH_COMPAT line.
741     new files:
742      debian/.arch-ids/compat.id debian/compat
744     modified files:
745      debian/rules
748 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
750     Summary:
751       Fix Bug #5234: planner-gnus pseudo-article error.
752     Revision:
753       planner--main--1.0--patch-8
755     * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
756       should fix Bug #5234: planner-gnus pseudo-article error.
758     modified files:
759      planner-gnus.el
762 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-45
764     Summary:
765       further fix for XEmacs initialization
766     Revision:
767       planner--jeho--1.1--patch-45
769     * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
770       file if one doesn't already exist
771     
773     modified files:
774      planner-appt.el
777 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-44
779     Summary:
780       fix initialization for XEmacs
781     Revision:
782       planner--jeho--1.1--patch-44
784     * planner-appt.el (planner-appt-insinuate): try to fix initialization for
785       XEmacs: add (display-time).
786     
788     modified files:
789      planner-appt.el
792 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
794     Summary:
795       planner-gnus: Fix buggy browsing behavior.
796     Revision:
797       planner--main--1.0--patch-6
799     * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
800       `gnus-find-matching-articles' function if it exists.  Thanks to John
801       Sullivan for the report.
803     modified files:
804      planner-gnus.el
807 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
809     Summary:
810       Don't insert too many spaces around task number.
811     Revision:
812       planner--main--1.0--patch-5
814     * planner.el (planner-task-format, planner-format-task): Apply patch from
815       Stefan Reichör that keeps extra spaces from being inserted when
816       planner-use-task-numbers is nil.
818     modified files:
819      planner.el
822 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
824     Summary:
825       planner-calendar: Make a <calendar> tag.
826     Revision:
827       planner--main--1.0--patch-4
829     * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
830       <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
831       <lisp> to publish read-only.
832       (planner-calendar-move-calendar-to-top-of-page-maybe): Use
833       planner-insert-markup rather than `insert'.  Make sure we can snarf the
834       region safely, even if it is read-only.
835       (planner-publish-calendar-tag): New function that publishes a
836       <calendar> tag.
837     
838     * planner-publish.el (planner-publish-markup-tags): Docfix.
840     modified files:
841      planner-calendar.el planner-publish.el
844 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
846     Summary:
847       Make planner-visit-link more robust.
848     Revision:
849       planner--main--1.0--patch-3
851     * planner.el (planner-visit-link): Make this more robust by merging in
852       some changes from Muse.  Thanks to Seth Falcon for the sample fix.
853       Among other things, this correctly adds the file extension when
854       visiting a new Muse file.
856     modified files:
857      planner.el
860 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
862     Summary:
863       Debian package refinements.
864     Revision:
865       planner--main--1.0--patch-2
867     * Makefile (debrevision): New rule that causes a Debian package with a
868       revision to be built.  The main difference between this and
869       `debrelease' is that the .orig.tar.gz file is left alone.
870       (debbuild): New rule factored from debrelease.
871       (debclean): Removed, since we use slightly differing variations of this
872       in debrelease and debrevision.
873     
874     * debian/README.Debian: Add comments and my debian repo.
875     
876     * debian/emacsen-install: Make sure we symlink planner-autoloads.el.  Thanks to
877       Romain Francoise for noticing.
878     
879     * debian/rules: DTRT with NEWS and README.Debian.
881     modified files:
882      Makefile Makefile.defs debian/README.Debian debian/changelog
883      debian/emacsen-install debian/rules
885     renamed files:
886      debian/.arch-ids/NEWS.Debian.id
887        ==> debian/.arch-ids/NEWS.id
888      debian/NEWS.Debian
889        ==> debian/NEWS
892 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
894     Summary:
895       Debian fixups.
896     Revision:
897       planner--main--1.0--patch-1
899     * debian/emacsen-startup: Remove unnecessary path addition.
900     
901     * debian/rules: Explicitly install README.Debian and NEWS.Debian.
903     modified files:
904      debian/emacsen-startup debian/rules
907 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
909     Summary:
910       Release Planner 3.40.
911     Revision:
912       planner-muse--mwolson--1.0--patch-184
914     * planner-el.texi (Installing from a Source Archive) 
915       (Installing from Arch, Installing from Debian): Update.
917     modified files:
918      planner-el.texi planner.el
921 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
923     Summary:
924       Update Debian package instructions.  Install autoloads.
925     Revision:
926       planner-muse--mwolson--1.0--patch-183
928     * Makefile (install): Make sure autoloads are installed.
929     
930     * debian/README.Debian: Update.
931     
932     * debian/copyright: Update the Upstream Authors and Copyright sections.
933     
934     * debian/rules: Build autoloads.  Install extra files.
935     
936     * debian/emacsen-install (FILES): Filter out autoloads file.
937     
938     * debian/emacsen-startup: Add shared planner-el directory to path.  Load
939       autoloads file.
940     
941     * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
942       syntax error.
943       (Acknowledgements): Add a missing @end itemize.
945     new files:
946      .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
947      debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
948      debian/planner-el.info
950     modified files:
951      AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
952      README debian/README.Debian debian/changelog debian/copyright
953      debian/emacsen-install debian/emacsen-startup
954      debian/planner-el.docs debian/rules planner-el.texi
955      planner-publish.el planner.el
956      {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
959 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
961     Summary:
962       Update FSF postal address.  Add README.
963     Revision:
964       planner-muse--mwolson--1.0--patch-182
966     * Update FSF postal address in headers of all Planner source files.
967     
968     * planner-el.texi: Update version information.  Use "XEmacs" rather than
969       "Xemacs".
970       (Getting Help): Document the official website and the bug-tracker.
971       (Acknowledgements): Remove list of contributors, since this is
972       contained in AUTHORS.
974     new files:
975      .arch-ids/README.id README
977     modified files:
978      planner-accomplishments.el planner-appt.el planner-authz.el
979      planner-bbdb.el planner-bibtex.el planner-bookmark.el
980      planner-calendar.el planner-cyclic.el planner-deadline.el
981      planner-diary.el planner-el.texi planner-erc.el
982      planner-experimental.el planner-export-diary.el
983      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
984      planner-ledger.el planner-lisp.el planner-log-edit.el
985      planner-mhe.el planner-multi.el planner-notes-index.el
986      planner-psvn.el planner-publish.el planner-rank.el
987      planner-rdf.el planner-report.el planner-rmail.el
988      planner-rss.el planner-schedule.el planner-tasks-overview.el
989      planner-timeclock-summary-proj.el planner-timeclock-summary.el
990      planner-timeclock.el planner-trunk.el planner-unix-mail.el
991      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
992      planner.el
995 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
997     Summary:
998       planner-appt: Handle initialization of the appt system.
999     Revision:
1000       planner-muse--mwolson--1.0--patch-181
1002     * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
1003       that initializes the appt system.
1004     
1005     * planner-el.texi (Appointments): Remove old kludge.
1007     modified files:
1008      planner-appt.el planner-el.texi
1011 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
1013     Summary:
1014       planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
1015     Revision:
1016       planner-muse--mwolson--1.0--patch-180
1018     * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
1019       Smith that might make this work with Emacs21.
1021     modified files:
1022      AUTHORS planner-gnus.el
1025 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
1027     Summary:
1028       Finish copyright notices and AUTHORS file.
1029     Revision:
1030       planner-muse--mwolson--1.0--patch-179
1033     modified files:
1034      AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
1035      planner-bbdb.el planner-bibtex.el planner-calendar.el
1036      planner-deadline.el planner-diary.el planner-export-diary.el
1037      planner-id.el planner-ledger.el planner-log-edit.el
1038      planner-mhe.el planner-multi.el planner-notes-index.el
1039      planner-psvn.el planner-publish.el planner-report.el
1040      planner-tasks-overview.el planner-unix-mail.el planner.el
1043 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
1045     Summary:
1046       Progress: planner.el (2005)
1047     Revision:
1048       planner-muse--mwolson--1.0--patch-178
1051     modified files:
1052      AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
1053      planner-tasks-overview.el planner-timeclock-summary-proj.el
1054      planner-timeclock-summary.el planner-timeclock.el
1055      planner-trunk.el planner-unix-mail.el planner-vm.el
1056      planner-w3m.el planner-wl.el planner-xtla.el planner.el
1057      planner2diary.py
1060 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
1062     Summary:
1063       Progress: planner-rmail.el
1064     Revision:
1065       planner-muse--mwolson--1.0--patch-177
1068     modified files:
1069      AUTHORS planner-el.texi planner-multi.el
1070      planner-notes-index.el planner-psvn.el planner-publish.el
1071      planner-rank.el planner-rdf.el planner-report.el
1074 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-40
1076     Summary:
1077       planner.el: excessive highlighting
1078     Revision:
1079       planner--jeho--1.1--patch-40
1081     * planner.el (with-planner-update-setup): remove highlight inhibition to
1082       see whether the problem is really with planner-mode
1083       (planner-mode): don't explicitly call muse-colors-buffer
1084     
1086     modified files:
1087      planner.el
1090 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
1092     Summary:
1093       Progress: planner-multi.el
1094     Revision:
1095       planner-muse--mwolson--1.0--patch-174
1098     modified files:
1099      AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
1100      planner-lisp.el planner-log-edit.el planner-mhe.el
1101      planner-multi.el
1104 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com>       patch-17
1106     Summary:
1107       (planner-publish.el) properly derives "xml" to form "planner-xml" style!
1108     Revision:
1109       planner-muse--peter--1.0--patch-17
1111     * planner-publish.el (muse-xml): add require for 'muse-xml
1112     (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
1113     (planner-publish-markup-tags): changed to nested-section and
1114     tasks-section to match notes-section precedent.
1115     (planner-xml-markup-strings): revamped to behave similar to
1116     `planner-html-markup-strings'
1117     (planner-xml-header): mimics `muse-xml-header', but the root
1118     element is PLANNER not MUSE.
1119     (planner-html-markup-strings): resort to using the TITLE tag to
1120     generate static html code, instead of using H2, H3, etc. like
1121     before.
1122     (planner-html-style-sheet): added some defaults for nested
1123     .section .title style differentiation.
1124     (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
1125     (planner-publish-nested-section-tag): naming changes
1126     (planner-publish-title-tag): simplify title tag generation.  use a
1127     static markup string, instead of drawing from 'section,
1128     'subsection variables.  The reason for this change, although I
1129     _did_ like the former behavior of using H2, H3, etc. for HTML
1130     markup is that the 'section, 'subsection variables of muse-xml do
1131     NOT behave the same way as muse-html does (where muse-html acts
1132     more like just a title).
1133     (sectionalize): generate title tag w/o LEVEL attribute.
1134     (muse-derive-style): the REAL reason for all the changes above!
1135     Now planner-publish takes in the new muse-xml style and derives a
1136     new planner specific style, "planner-xml" style.
1138     modified files:
1139      planner-publish.el
1142 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-38
1144     Summary:
1145       with-planner-update-setup: fix typo
1146     Revision:
1147       planner--jeho--1.1--patch-38
1150     modified files:
1151      planner.el
1154 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
1156     Summary:
1157       More copyright twiddling.  Progress: planner-ical.el
1158     Revision:
1159       planner-muse--mwolson--1.0--patch-173
1162     modified files:
1163      AUTHORS ChangeLog.2004 planner-accomplishments.el
1164      planner-appt.el planner-bbdb.el planner-bibtex.el
1165      planner-calendar.el planner-cyclic.el planner-deadline.el
1166      planner-diary.el planner-erc.el planner-experimental.el
1167      planner-export-diary.el planner-gnats.el planner-gnus.el
1170 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
1172     Summary:
1173       Fix some more copyright headers.
1174     Revision:
1175       planner-muse--mwolson--1.0--patch-172
1178     modified files:
1179      AUTHORS planner-el.texi planner-erc.el planner-xtla.el
1182 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
1184     Summary:
1185       Edit more copyright notices.  Add AUTHORS.
1186     Revision:
1187       planner-muse--mwolson--1.0--patch-171
1189     * AUTHORS: New file containing a thorough listing of contributors and
1190       authors of Planner, its documentation, and its modules.  I'm about
1191       half-way done verifying its contents.
1193     new files:
1194      .arch-ids/AUTHORS.id AUTHORS
1196     modified files:
1197      ChangeLog.2005 planner-authz.el planner-bbdb.el
1198      planner-bibtex.el planner-bookmark.el planner-calendar.el
1199      planner-cyclic.el planner-deadline.el planner-diary.el
1200      planner-el.texi planner-multi.el planner-xtla.el planner.el
1203 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
1205     Summary:
1206       Fix delegated task errors.  Work on updating copyright statements.
1207     Revision:
1208       planner-muse--mwolson--1.0--patch-170
1210     * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
1211       for delegated mark.  Thanks to Seth Falcon for the report.
1212     
1213     * planner-rank.el (planner-sort-tasks-by-rank)
1214       (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
1215       Ditto.
1216     
1217     * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
1218     
1219     * planner.el (planner-marks-regexp, planner-live-task-regexp):
1220       (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
1221     
1222     * planner.el (planner-version): Set to 3.39.
1224     modified files:
1225      ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
1226      planner-appt.el planner-authz.el planner-calendar.el
1227      planner-deadline.el planner-experimental.el planner-publish.el
1228      planner-rank.el planner-rdf.el planner.el
1230     renamed files:
1231      .arch-ids/PLANNER-README.id
1232        ==> .arch-ids/COMMENTARY.id
1233      PLANNER-README
1234        ==> COMMENTARY
1237 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
1239     Summary:
1240       Complete writing of ChangeLogs.
1241     Revision:
1242       planner-muse--mwolson--1.0--patch-169
1244     * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
1245       other logs and removal of "merged this" logs.
1247     modified files:
1248      ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
1251 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
1253     Summary:
1254       Add ChangeLogs from contributors.
1255     Revision:
1256       planner-muse--mwolson--1.0--patch-168
1258     Remove a few emacs-wiki-only changelogs.
1259     
1260     * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
1261       This is not complete yet.
1263     modified files:
1264      ChangeLog.2004 ChangeLog.2005
1267 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
1269     Summary:
1270       Update Makefile, split ChangeLog.
1271     Revision:
1272       planner-muse--mwolson--1.0--patch-167
1274     * Makefile (release): Create GPG keys here instead of at upload time.
1275     
1276     * ChangeLog: Refactor into ChangeLog.2004-2006.  We'll just manually
1277       merge in entries at release time, I guess.  It might be good to get the
1278       full logs from merged sources, too.
1280     new files:
1281      .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
1282      .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
1283      ChangeLog.2006
1285     removed files:
1286      .arch-ids/ChangeLog.id ChangeLog
1288     modified files:
1289      Makefile Makefile.defs
1292 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
1294     Summary:
1295       XEmacs fixes.
1296     Revision:
1297       planner-muse--mwolson--1.0--patch-166
1299     * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
1300       obsolete variable.
1301     
1302     * planner-authz.el (planner-authz-mason-markup-table): 
1303       (planner-authz-diary-tag): Use planner-line-beginning-position.
1304     
1305     * planner-el.texi (Appointments): Add code snippet for activating
1306       appt.el.
1307     
1308     * planner-mhe.el: Require mh-index.
1309     
1310     * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
1311       function that provides an implementation of
1312       rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
1313       (planner-rmail-annotation-from-mail): Use
1314       planner-rmail-narrow-to-non-pruned-header.
1315     
1316     * planner.el: Wrap conditional `require' in `eval-when-compile'.
1318     modified files:
1319      ChangeLog planner-appt.el planner-authz.el planner-el.texi
1320      planner-mhe.el planner-rmail.el planner.el
1323 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
1325     Summary:
1326       planner-appt: XEmacs fix.
1327     Revision:
1328       planner-muse--mwolson--1.0--patch-165
1330     * Makefile.defs: Fix typo.
1331     
1332     * planner-appt.el: Add usage instructions which mention how to activate
1333       appt.
1334       (planner-appt-update-appt-section): Don't use `propertize', since
1335       XEmacs doesn't have it.
1337     modified files:
1338      ChangeLog Makefile.defs planner-appt.el
1341 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
1343     Summary:
1344       Massively clean whitespace and fix compiler warnings.
1345     Revision:
1346       planner-muse--mwolson--1.0--patch-164
1349     modified files:
1350      ChangeLog planner-appt.el planner-bibtex.el
1351      planner-calendar.el planner-diary.el planner-export-diary.el
1352      planner-gnus.el planner-ical.el planner-rank.el
1353      planner-report.el planner-rss.el planner-tasks-overview.el
1354      planner.el scripts/planner-build.el
1357 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
1359     Summary:
1360       planner-el.texi: Fix a few URL examples.
1361     Revision:
1362       planner-muse--mwolson--1.0--patch-163
1364     * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
1365       the examples.
1366       (BibTeX): Remove the initial forward-slashes from the sample bibtex
1367       URL.  Thanks to Stefan van der Walt for the report.
1369     modified files:
1370      ChangeLog planner-el.texi
1373 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
1375     Summary:
1376       planner-accomplishments: Use simpler method of determining hook to use.
1377     Revision:
1378       planner-muse--mwolson--1.0--patch-162
1380     * planner-accomplishments.el (planner-accomplishments-insinuate):
1381       Simplify.  This should fix an issue reported by Stefan van der Walt.
1383     modified files:
1384      ChangeLog planner-accomplishments.el
1387 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
1389     Summary:
1390       Fix an extra-tasks problem in planner-tasks-overview.
1391     Revision:
1392       planner-muse--mwolson--1.0--patch-161
1394     * planner.el (planner-list-daily-files): Prevent temp buffers from being
1395       added when an existing buffer with the same name exists.  Thanks to
1396       Stefan van der Walt for the report.  This should prevent task lists
1397       from being doubled in planner-tasks-overview.
1399     modified files:
1400      ChangeLog planner.el
1403 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
1405     Summary:
1406       Fix documentation example that I wrote earlier.
1407     Revision:
1408       planner-muse--mwolson--1.0--patch-160
1410     * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
1411       Replace "planner-muse" with "planner".
1412     
1413     * debian/changelog: Condense old planner-muse-el entries into a new
1414       planner-el entry.
1415     
1416     * debian/control, debian/emacsen-install, debian/emacsen-remove,
1417       emacsen-startup: s/planner-muse-el/planner-muse/.
1418     
1419     * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
1420       advice from my sponsor.
1421     
1422     * planner-el.texi (Viewing Tasks): Adjust whitespace.
1423       (Publishing): Use an example that has a better chance of working.
1424       Thanks to Stefan van der Walt for the report.
1426     modified files:
1427      ChangeLog Makefile.defs debian/changelog debian/control
1428      debian/emacsen-install debian/emacsen-remove
1429      debian/emacsen-startup debian/rules planner-el.texi
1432 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
1434     Summary:
1435       Fix emacs-wiki Bug #14907.
1436     Revision:
1437       planner-muse--mwolson--1.0--patch-159
1439     * planner.el (planner-extract-tasks): Fix backtrace.  This also fixes
1440       #14907 on the emacs-wiki bug-tracker.
1442     modified files:
1443      ChangeLog planner.el
1446 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
1448     Summary:
1449       planner-el.texi: Task numbers are not displayed by default.
1450     Revision:
1451       planner-muse--mwolson--1.0--patch-158
1453     * planner-el.texi (Viewing Tasks): Note that by default, task numbers
1454       will not be displayed.  Explain how to get them.  Thanks to Stefan van
1455       der Walt for the report.
1457     modified files:
1458      ChangeLog planner-el.texi
1461 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net>     patch-5
1463     Summary:
1464       Added example and instructions for setting up a new Planner project.
1465     Revision:
1466       planner-muse--johnsu01--1.0--patch-5
1469     modified files:
1470      planner-el.texi
1473 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net>     patch-4
1475     Summary:
1476       Fixed name of Debian package and instructions for installing the package.
1477     Revision:
1478       planner-muse--johnsu01--1.0--patch-4
1481     modified files:
1482      planner-el.texi
1485 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
1487     Summary:
1488       Yet Another paragraph detection try.
1489     Revision:
1490       planner-muse--mwolson--1.0--patch-155
1492     * planner-publish.el (planner-publish-markup-note): Put the newlines in a
1493       different spot.
1494       (planner-publish-content-tag): Be a bit more delicate about where we
1495       insert the markup.
1497     modified files:
1498      ChangeLog planner-publish.el
1501 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
1503     Summary:
1504       Makefile: Fix argument for install-info.
1505     Revision:
1506       planner-muse--mwolson--1.0--patch-154
1508     * Makefile (install): Give install-info the correct path.  Thanks to Dale
1509       Smith for reporting this.
1511     modified files:
1512      ChangeLog Makefile
1515 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
1517     Summary:
1518       Use "D" to indicate delegated tasks, instead of ">".
1519     Revision:
1520       planner-muse--mwolson--1.0--patch-153
1522     * planner-accomplishments.el (planner-accomplishments-status-display):
1523       Use "D" to indicate delegated tasks, instead of ">".
1524     
1525     * planner-el.texi (Modifying Tasks): Ditto.
1526     
1527     * planner-publish.el (planner-publish-task-status-expand): 
1528       (planner-publish-task-status-collapse): Ditto.
1529     
1530     * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
1531       Ditto.
1532     
1533     * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks): 
1534       (planner-task-delegated): Ditto.
1536     modified files:
1537      ChangeLog planner-accomplishments.el planner-el.texi
1538      planner-publish.el planner-tasks-overview.el planner.el
1541 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
1543     Summary:
1544       Fix double-escaping issue.
1545     Revision:
1546       planner-muse--mwolson--1.0--patch-152
1548     * Makefile (install): Install the manual as "planner", not
1549       "planner-muse".
1550     
1551     * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
1552       rather than site-lisp/planner-muse.
1553     
1554     * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
1555       Smith that fixes a double-escaping of specials with muse--main.
1556       (planner-publish-section-tag): Revert a previous whitespace patch.
1557       (planner-publish-content-tag): Insert an additional newline.  Hopefully
1558       this finally fixes the paragraph detection problem.
1560     modified files:
1561      ChangeLog Makefile Makefile.defs planner-publish.el
1564 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu>    patch-14
1566     Summary:
1567       don't insert task number padding if planner-use-task-numbers is nil
1568     Revision:
1569       planner-muse--main--1.0--patch-14
1572     modified files:
1573      planner.el
1576 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net>     patch-3
1578     Summary:
1579         Updated maintainer information. Removed distinction between stable
1580         and development versions. Distributed the Updating Your Version
1581         node information and removed it. Made new nodes for each
1582         installation method under a new Getting the Files section.
1584     Revision:
1585       planner-muse--johnsu01--1.0--patch-3
1588     modified files:
1589      planner-el.texi
1592 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
1594     Summary:
1595       muse-publish: Try again to fix paragraph detection.
1596     Revision:
1597       planner-muse--mwolson--1.0--patch-150
1599     * planner-publish.el (planner-publish-content-tag): Insert an extra
1600       newline.
1602     modified files:
1603      ChangeLog planner-publish.el
1606 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
1608     Summary:
1609       planner-publish: Try to fix paragraph error.
1610     Revision:
1611       planner-muse--mwolson--1.0--patch-149
1613     * planner-publish.el (planner-publish-section-tag): Attempt to fix a
1614       paragraph markup error.
1616     modified files:
1617      ChangeLog planner-publish.el
1620 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
1622     Summary:
1623       planner-publish: Remove extra </span> tag.
1624     Revision:
1625       planner-muse--mwolson--1.0--patch-148
1627     * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
1628       Smith that removes a stray </span> tag.
1630     modified files:
1631      ChangeLog planner-publish.el
1634 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
1636     Summary:
1637       planner-publish: Yet Another Patch.  Remove stale functions.
1638     Revision:
1639       planner-muse--mwolson--1.0--patch-147
1641     * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
1642       (planner-appt-format-description): Use planner-remove-links rather than
1643       planner-appt-de-wiki.
1644     
1645     * planner-publish.el: Apply patch from Dale Smith.
1646       (planner-publish-markup-tags): Use the correct attributes.
1647       (planner-publish-notes-section-tag): Don't call
1648       muse-publish-markup-region explicitly.
1649     
1650     * planner-publish.el (planner-publish-notes-tag): Use
1651       planner-remove-links.
1652     
1653     * planner.el (planner-encode-url, planner-link-escape)
1654       (planner-link-unescape): Remove.
1655       (planner-remove-links): Renamed from planner-appt-de-wiki.  Keep track
1656       of start position for sanity.
1658     modified files:
1659      ChangeLog planner-appt.el planner-publish.el planner.el
1662 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1664     Summary:
1665       planner-publish: Work further on <notes> and <past-notes> tags.
1666     Revision:
1667       planner-muse--mwolson--1.0--patch-146
1669     * planner-publish.el (planner-html-markup-strings): Split
1670       planner-note-details into manageable chunks.
1671       (planner-publish-markup-note, planner-publish-notes-section-tag):
1672       s/notes/notes-section/.  Thanks to Dale Smith for the patch.
1673       (planner-publish-past-notes-tag): Fix the name of this function, thanks
1674       to Dale Smith.  Make it use planner-insert-markup in some parts so that
1675       raw HTML doesn't get escaped.
1676       (planner-publish-note-tag): Split up the 'planner-note-details string
1677       so that we can be selective about the parts that are marked up as
1678       read-only.
1680     modified files:
1681      ChangeLog planner-publish.el
1684 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1686     Summary:
1687       planner-publish: Make "* Notes" section publish correctly again.
1688     Revision:
1689       planner-muse--mwolson--1.0--patch-145
1691     * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1692       rename to planner-publish-notes-section.  emacs-wiki had the <notes>
1693       tag insert an index of notes, so we'll use that as the behavior of
1694       <notes>.  We still need the other function, though, to publish the 
1695       "* Notes" section.  Thanks to Dale Smith for the advice.
1696       (planner-publish-markup-tags): Add notes-section tag
1697       (planner-publish-notes-section-tag): Renamed from the old
1698       planner-publish-notes-tag function.
1699       (sectionalize-markup-tagname): Mark up "* Notes" section as
1700       "notes-section" instead of "notes".
1702     modified files:
1703      ChangeLog planner-publish.el
1706 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1708     Summary:
1709       Apply several bugfixes from Sacha.
1710     Revision:
1711       planner-muse--mwolson--1.0--patch-144
1713     * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1714       Thanks to Sacha Chua for the fix.
1715     
1716     * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1717       page if narrowing succeeds.  The previous behavior was to delete entire
1718       linked page if linked note wasn't found.  Thanks to Lee Bigelow and
1719       Sacha Chua for the fix.
1721     modified files:
1722      ChangeLog planner-rss.el planner.el
1724 See ChangeLog.2005 for earlier changes.
1726 ;; Local Variables:
1727 ;; coding: utf-8
1728 ;; End: