Merged from mwolson@gnu.org--2006 (patch 41)
[planner-el.git] / ChangeLog.2006
blob9a896b4bde78f017f295afa9ea7b32cfa6fb653f
1 2006-04-26 19:59:37 GMT Michael Olson <mwolson@gnu.org> patch-40
3     Summary:
4       planner-calendar: Default to today if not publishing a day page.
5     Revision:
6       planner--main--1.0--patch-40
8     * planner-calendar.el (planner-calendar-from-wiki): Default to current
9       day if we're not publishing a day page.
11     modified files:
12      planner-calendar.el
15 2006-04-26 19:55:13 GMT Michael Olson <mwolson@gnu.org> patch-39
17     Summary:
18       Add default CSS elements for calendar stuff.
19     Revision:
20       planner--main--1.0--patch-39
22     * planner-publish.el (planner-html-style-sheet): Add some default CSS
23       elements for calendar stuff.
25     modified files:
26      planner-publish.el
29 2006-04-26 19:35:10 GMT Michael Olson <mwolson@gnu.org> patch-38
31     Summary:
32       planner-calendar: Surround generated calendar with <div> tag.
33     Revision:
34       planner--main--1.0--patch-38
36     * planner-calendar.el: Fix example.
37       (planner-publish-calendar-tag): Surround in a <div> section for ease of
38       use.
39     
40     * planner-el.texi (Publishing Calendars): Make the example simpler.
41     
42     * planner-publish.el (planner-insert-markup): If we're using Muse 3.02.6,
43       manually make the region read-only.
45     modified files:
46      Makefile.defs debian/changelog planner-calendar.el
47      planner-el.texi planner-publish.el
50 2006-04-26 18:09:14 GMT Michael Olson <mwolson@gnu.org> patch-37
52     Summary:
53       Minor docfix.
54     Revision:
55       planner--main--1.0--patch-37
57     * planner-publish.el (planner-publish-prepare-buffer) 
58       (planner-publish-finalize-buffer): Docfix.
60     modified files:
61      planner-publish.el
64 2006-04-26 18:01:36 GMT Michael Olson <mwolson@gnu.org> patch-36
66     Summary:
67       Make publishing of calendars work better using a new method.
68     Revision:
69       planner--main--1.0--patch-36
71     * planner-calendar.el: Docfix.  Recognize <calendar> tags even in the
72       header and footer.
73       (planner-calendar-insert-calendar-maybe) 
74       (planner-calendar-move-calendar-to-top-of-page-maybe): Remove, since
75       they are not needed by the new method.
76     
77     * planner-el.texi (Publishing Calendars): Update.
78     
79     * planner-publish.el (planner-publish-prepare-regexps): New option that
80       specifies the publishing regexps to apply before doing other
81       publishing.
82       (planner-publish-finalize-regexps): New option that specifies the
83       publishing regexps to apply after doing other publishing.
84       (planner-publish-prepare-buffer): Use planner-publish-prepare-regexps.
85       (planner-publish-finalize-buffer): New function that finalizes Planner
86       buffers after publishing.
87       (planner-section-tagnames): Fix ordering error.
89     modified files:
90      planner-calendar.el planner-el.texi planner-publish.el
93 2006-04-26 03:22:20 GMT Michael Olson <mwolson@gnu.org> patch-35
95     Summary:
96       Use h2, h3, ... for headings.
97     Revision:
98       planner--main--1.0--patch-35
100     * planner-publish.el (planner-publish-markup-tags) [title]: Accept
101       attributes.
102       (planner-html-markup-strings) [planner-begin-title, planner-end-title]:
103       Use normal style headings, i.e. h2.
104       (planner-html-style-sheet): Remove nested title hacks.
105       (planner-publish-markup-note): Use title level of 3.
106       (planner-publish-title-tag): Accept attributes.  Call muse-markup-text
107       with a level argument.
108       (planner-publish-section): Store level as heading level + 1, since the
109       topmost level heading should be h2.
111     modified files:
112      planner-publish.el
115 2006-04-25 22:03:34 GMT Michael Olson <mwolson@gnu.org> patch-34
117     Summary:
118       Fix a paragraph publishing problem near end of file.
119     Revision:
120       planner--main--1.0--patch-34
122     * planner-publish.el (planner-html-markup-strings)
123       [planner-end-note-categories]: Remove newline.
124       (planner-publish-prepare-buffer): Rework to use the Muse markup engine.
125       (planner-publish-markup-note): Docfix.
126       (planner-publish-nested-section-tag): Docfix.
127       (planner-publish-notes-section-tag): Insert newline.
128       (planner-publish-note-tag): Insert newline.
129       (planner-sectionalize-delimiter, planner-sectionalize-page) 
130       (sectionalize-markup-tagname, sectionalize-markup-tagname) 
131       (sectionalize): Remove.
132       (planner-publish-section-close): New function that finds where the
133       closing tag of DEPTH should go, and inserts TEXT.
134       (planner-section-tagnames): Mapping of sections to their tag name.
135       (planner-publish-section-tagname): New function that finds the tag name
136       for the given section.
137       (planner-publish-section): New function that publishing the current
138       heading as a section.  This should fix a problem with sections at the
139       end of a file, given only one newline at end.
141     modified files:
142      planner-publish.el
145 2006-04-09 19:29:19 GMT Michael Olson <mwolson@gnu.org> patch-33
147     Summary:
148       manual: Fix errors introduced in last patch.
149     Revision:
150       planner--main--1.0--patch-33
152     * planner-el.texi: Fix a couple of errors.
154     modified files:
155      planner-el.texi
158 2006-04-09 19:27:03 GMT Michael Olson <mwolson@gnu.org> patch-32
160     Summary:
161       manual: Remove use of old Planner variables.
162     Revision:
163       planner--main--1.0--patch-32
165     * planner-el.texi: Remove use of old Planner variables.  Thanks to
166       Sebastian Luque for the report.
167       (Creating Your Planner): Clarify comment.
168       (Basic Configuration): Remove node, since its content is presented
169       elsewhere.
170       (Annotations, Publishing): Don't use old Planner variables in
171       explanation.
172       (iCal Task Publication): Give a more up-to-date example.
174     modified files:
175      planner-el.texi
178 2006-04-08 02:57:43 GMT Michael Olson <mwolson@gnu.org> patch-31
180     Summary:
181       Prepare new Debian package for Arch snapshot.
182     Revision:
183       planner--main--1.0--patch-31
185     * ChangeLog.2006: Update.
186     
187     * debian/changelog: Prepare new Debian package for Arch snapshot.
189     modified files:
190      ChangeLog.2006 Makefile.defs debian/changelog
193 2006-04-08 01:34:44 GMT Michael Olson <mwolson@gnu.org> patch-30
195     Summary:
196       planner-registry: Minor code cleanup.
197     Revision:
198       planner--main--1.0--patch-30
200     * planner-registry.el (planner-registry-show): Remove boundp check.
202     modified files:
203      planner-registry.el
206 2006-04-08 01:32:20 GMT Michael Olson <mwolson@gnu.org> patch-29
208     Summary:
209       Include planner-registry.el.
210     Revision:
211       planner--main--1.0--patch-29
213     * planner-registry.el: New file that implements a registry of URLs and
214       Planner annotations.  This used to be called muse-registry.el, but it
215       has been renamed to planner-registry.el since it fits better with
216       Planner.
218     new files:
219      .arch-ids/planner-registry.el.id planner-registry.el
221     modified files:
222      AUTHORS
225 2006-04-02 18:20:31 GMT Michael Olson <mwolson@gnu.org> patch-28
227     Summary:
228       Correct several regexps.
229     Revision:
230       planner--main--1.0--patch-28
232     If a regexp has a character set negation, make sure it includes the
233     newline, so that newlines aren't matched.
235     modified files:
236      planner-appt.el planner-bibtex.el planner-deadline.el
237      planner-erc.el planner-id.el planner-mhe.el planner-rdf.el
238      planner-tasks-overview.el planner-timeclock.el planner-vm.el
239      planner.el
242 2006-03-29 20:23:27 GMT Andrew J. Korty <ajk@iu.edu>    patch-25
244     Summary:
245       Merge some authz fixes.
246     Revision:
247       planner--main--1.0--patch-27
249     * planner-authz.el (planner-authz-fix-list-item): new function to move
250       the <li> tags to the inside to avoid a blank bullet when a list item is
251       totally access controlled
252       (planner-authz-markup-regexps): use it
253       (planner-authz-index-as-string): use <authz> tags to mark up the index
254       and rely on the new regexp entry to clean up the results
255       (planner-authz-multi-union): declare `sublist'
257     modified files:
258      planner-authz.el
261 2006-03-27 23:52:31 GMT Michael Olson <mwolson@gnu.org> patch-25
263     Summary:
264       planner-erc: Improve greatly.
265     Revision:
266       planner--main--1.0--patch-25
268     * planner-erc.el: Update the syntax for IRC URLs.  Add warning for users
269       of old versions of ERC.
270       (planner-erc-url-regexp): New variable that specifies the syntax of IRC
271       URLs.
272       (planner-erc-annotation-from-erc): Use `erc-server-announced-name'.
273       (planner-erc-browse-url): Figure out the desired chat buffer.  If no
274       chat buffer exists for the given URL, connect to the server.
276     modified files:
277      planner-erc.el
280 2006-03-25 04:46:53 GMT Michael Olson <mwolson@gnu.org> patch-24
282     Summary:
283       planner-zoom.el: New file used for navigating Planner pages.
284     Revision:
285       planner--main--1.0--patch-24
287     * AUTHORS: Bookkeeping.
288     
289     * planner.el (planner-remove-if-not): New function that implements a
290       simplified version of `remove-if-not'.
291     
292     * planner-zoom.el: New file by Gregory Novak that implements easy
293       navigation of Planner pages.
295     new files:
296      .arch-ids/planner-zoom.el.id planner-zoom.el
298     modified files:
299      AUTHORS planner.el
302 2006-03-23 14:14:17 GMT Michael Olson <mwolson@gnu.org> patch-23
304     Summary:
305       planner-psvn.el: Install update from author.
306     Revision:
307       planner--main--1.0--patch-23
309     * planner-psvn.el: Apply modified patch from Stefan Reichör that improves
310       compatibility with newer versions of psvn.el and pops to the diff
311       buffer.
313     modified files:
314      planner-psvn.el
317 2006-03-15 12:38:11 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-19
319     Summary:
320       Merged from jeho@jeho.org--2005 (patch 56-57), mwolson@gnu.org--2006-planner-el (patch 16-19)
321     Revision:
322       planner--main--1.0--patch-21
324     * planner-appt.el (planner-appt-forthcoming-show-day-names-flag): New
325       option that indicates whether to show day names in forthcoming
326       appointments.
327       (planner-appt-forthcoming-format): Add day name insertion.
328     
329     * planner-el.texi: Add documentation about new feature [and also for
330       planner-appt-forthcoming-repeat-date-string].
332     modified files:
333      planner-appt.el planner-el.texi
336 2006-03-14 21:13:28 GMT Michael Olson <mwolson@gnu.org> patch-20
338     Summary:
339       planner-appt: Mention that documentation is available in Planner manual.
340     Revision:
341       planner--main--1.0--patch-20
343     * planner-appt.el: Mention that further details are available in the
344       Planner manual.
346     modified files:
347      planner-appt.el
350 2006-03-14 20:03:31 GMT Michael Olson <mwolson@gnu.org> patch-19
352     Summary:
353       planner-calendar: Fix publishing bug.
354     Revision:
355       planner--main--1.0--patch-19
357     * planner-calendar.el (planner-calendar-html-tag-marker): Use the correct
358       value so that the calendar is published properly.  Thanks to Christian
359       Clercin and René.
361     modified files:
362      planner-calendar.el
365 2006-03-11 15:29:42 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-15
367     Summary:
368       Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006-planner-el (patch 14-15)
369     Revision:
370       planner--main--1.0--patch-18
372     * planner-appt.el (planner-fit-window-to-buffer): Use
373       shrink-window-if-large-than-buffer if fit-window-to-buffer is not
374       available.
375       (planner-appt-forthcoming-regexp): Remove the shyness from the groups:
376       this makes it match ok in XEmacs [don't know why it didn't before
377       though].
379     modified files:
380      planner-appt.el
383 2006-03-13 03:43:23 GMT Michael Olson <mwolson@gnu.org> patch-17
385     Summary:
386       Add COPYING file; do bookkeeping.
387     Revision:
388       planner--main--1.0--patch-17
390     * COPYING: New file containing the GNU General Public License.
391     
392     * AUTHORS: Bookkeeping.
393     
394     * README: Add License section.
395     
396     * planner*.el: Update headers.
398     new files:
399      .arch-ids/COPYING.id COPYING
401     modified files:
402      AUTHORS README planner-accomplishments.el planner-appt.el
403      planner-authz.el planner-bbdb.el planner-bibtex.el
404      planner-bookmark.el planner-calendar.el planner-cyclic.el
405      planner-deadline.el planner-diary.el planner-el.texi
406      planner-erc.el planner-experimental.el planner-export-diary.el
407      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
408      planner-ledger.el planner-lisp.el planner-log-edit.el
409      planner-mhe.el planner-multi.el planner-notes-index.el
410      planner-psvn.el planner-publish.el planner-rank.el
411      planner-rdf.el planner-report.el planner-rmail.el
412      planner-rss.el planner-schedule.el planner-tasks-overview.el
413      planner-timeclock-summary-proj.el planner-timeclock-summary.el
414      planner-timeclock.el planner-trunk.el planner-unix-mail.el
415      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
416      planner.el
419 2006-03-06 15:49:19 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-13
421     Summary:
422       Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)
423     Revision:
424       planner--main--1.0--patch-16
426     * planner-appt.el: Revert to the old method of tracking appts added to
427       the schedule.  The text property method was simpler, but failed when
428       re-visiting today's plan page [since text properties don't get saved].
429       (planner-appt-update-appt-section): fix wrong side of bound error
430       (--planner-appt-lines-added-to-section): global variable tracking appts
431       added to the schedule
432       (planner-appt-task-schedule-item-p): use
433       --planner-appt-lines-added-to-section
434       (planner-appt-update-appt-section): revert to the old method
435       (planner-appt-forthcoming-get-appts): fix small bug where an appt
436       schedule item would fall through the conditional  and try to be parsed
437       as a task item.
439     modified files:
440      planner-appt.el
443 2006-02-28 16:49:28 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-12
445     Summary:
446       Merged from mwolson@gnu.org--2006-planner-el (patch 12)
447     Revision:
448       planner--main--1.0--patch-15
450     * planner-appt.el (planner-appt-forthcoming-get-appts): Use
451       `insert-file-contents' instead of `insert-file-contents-literally'.
453     modified files:
454      planner-appt.el
457 2006-02-27 19:38:45 GMT Andrew J. Korty <ajk@iu.edu>    patch-10
459     Summary:
460       sort status report entries by plan page name
461     Revision:
462       planner-el--devel--0--patch-10
464     * planner-report.el (planner-report-generate): sort pages by name using
465       string<
466     
468     modified files:
469      planner-report.el
472 2006-02-27 11:38:48 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-9
474     Summary:
475       small fix to README file
476     Revision:
477       planner-el--devel--0--patch-9
479     * README: remove (setq load-path ...) from the load-path example
481     modified files:
482      README
485 2006-02-27 10:34:20 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-8
487     Summary:
488       planner-appt: fix highlighting in plan pages
489     Revision:
490       planner-el--devel--0--patch-8
492     * planner-appt.el (planner-appt-task-highlight): check that a task has
493       today's date
495     modified files:
496      planner-appt.el
499 2006-02-27 04:46:50 GMT Michael Olson <mwolson@gnu.org> patch-13
501     Summary:
502       Prepare new Debian package.
503     Revision:
504       planner--main--1.0--patch-13
507     modified files:
508      Makefile.defs debian/changelog debian/control
509      debian/emacsen-install debian/rules
512 2006-02-27 04:04:17 GMT Michael Olson <mwolson@gnu.org> patch-12
514     Summary:
515       Update NEWS and ChangeLog
516     Revision:
517       planner--main--1.0--patch-12
520     modified files:
521      ChangeLog.2006 NEWS
524 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu>    patch-7
526     Summary:
527       only publish dependencies if they haven't already been published
528     Revision:
529       planner-el--devel--0--patch-7
531     * planner-authz.el (planner-authz-publishing-alist): alist to track
532       published pages and their dependencies
533       (planner-authz-after-markup): if planner-authz-publishing-alist
534       indicates this page has already been published, and here we are
535       publishing it again, the alist must be stale, so we replace it with
536       a single element for this page; otherwise, add an element for this page
537       to the list
538       (planner-authz-after-project-publish): use
539       planner-authz-publishing-alist to determine which dependencies need
540       publishing
541       (planner-authz-republish-dependencies-maybe): add linked pages to
542       planner-authz-publishing-alist as dependencies if they're not already
543       there
545     modified files:
546      planner-authz.el
549 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu>    patch-6
551     Summary:
552       consider all of a note's links when building an access list
553     Revision:
554       planner-el--devel--0--patch-6
556     * planner-authz.el (planner-authz-note-tag): use "categories" attribute
558     modified files:
559      planner-authz.el
562 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu>    patch-5
564     Summary:
565       enable multiple links with "categories" attribute
566     Revision:
567       planner-el--devel--0--patch-5
569     * planner-publish.el (planner-publish-note-tag): enable "categories"
570       attribute, which stores all of a note's links
572     modified files:
573      planner-publish.el
576 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu>    patch-4
578     Summary:
579       add planner-multi support to planner-authz
580     Revision:
581       planner-el--devel--0--patch-4
583      - when multiple pages are linked to a task or note, merge the access
584        lists to the linked pages using a user-specified function
585     
586      - provide intersection and union functions for merging access lists
587     
588      - disable republishing *during* republishing to avoid indefinite
589        recursion
591     modified files:
592      planner-authz.el
595 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu>    patch-3
597     Summary:
598       update to work with latest planner-publish.el
599     Revision:
600       planner-el--devel--0--patch-3
602      - catch up with function name change in planner-publish.el
604     modified files:
605      planner-authz.el
608 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
610     Summary:
611       Use debian/compat to determine debhelper compat level.
612     Revision:
613       planner--main--1.0--patch-9
615     * debian/compat: New file that sets the debhelper compatibility level to
616       4.
617     
618     * debian/rules: Remove DH_COMPAT line.
620     new files:
621      debian/.arch-ids/compat.id debian/compat
623     modified files:
624      debian/rules
627 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
629     Summary:
630       Fix Bug #5234: planner-gnus pseudo-article error.
631     Revision:
632       planner--main--1.0--patch-8
634     * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
635       should fix Bug #5234: planner-gnus pseudo-article error.
637     modified files:
638      planner-gnus.el
641 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-45
643     Summary:
644       further fix for XEmacs initialization
645     Revision:
646       planner--jeho--1.1--patch-45
648     * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
649       file if one doesn't already exist
650     
652     modified files:
653      planner-appt.el
656 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-44
658     Summary:
659       fix initialization for XEmacs
660     Revision:
661       planner--jeho--1.1--patch-44
663     * planner-appt.el (planner-appt-insinuate): try to fix initialization for
664       XEmacs: add (display-time).
665     
667     modified files:
668      planner-appt.el
671 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
673     Summary:
674       planner-gnus: Fix buggy browsing behavior.
675     Revision:
676       planner--main--1.0--patch-6
678     * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
679       `gnus-find-matching-articles' function if it exists.  Thanks to John
680       Sullivan for the report.
682     modified files:
683      planner-gnus.el
686 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
688     Summary:
689       Don't insert too many spaces around task number.
690     Revision:
691       planner--main--1.0--patch-5
693     * planner.el (planner-task-format, planner-format-task): Apply patch from
694       Stefan Reichör that keeps extra spaces from being inserted when
695       planner-use-task-numbers is nil.
697     modified files:
698      planner.el
701 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
703     Summary:
704       planner-calendar: Make a <calendar> tag.
705     Revision:
706       planner--main--1.0--patch-4
708     * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
709       <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
710       <lisp> to publish read-only.
711       (planner-calendar-move-calendar-to-top-of-page-maybe): Use
712       planner-insert-markup rather than `insert'.  Make sure we can snarf the
713       region safely, even if it is read-only.
714       (planner-publish-calendar-tag): New function that publishes a
715       <calendar> tag.
716     
717     * planner-publish.el (planner-publish-markup-tags): Docfix.
719     modified files:
720      planner-calendar.el planner-publish.el
723 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
725     Summary:
726       Make planner-visit-link more robust.
727     Revision:
728       planner--main--1.0--patch-3
730     * planner.el (planner-visit-link): Make this more robust by merging in
731       some changes from Muse.  Thanks to Seth Falcon for the sample fix.
732       Among other things, this correctly adds the file extension when
733       visiting a new Muse file.
735     modified files:
736      planner.el
739 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
741     Summary:
742       Debian package refinements.
743     Revision:
744       planner--main--1.0--patch-2
746     * Makefile (debrevision): New rule that causes a Debian package with a
747       revision to be built.  The main difference between this and
748       `debrelease' is that the .orig.tar.gz file is left alone.
749       (debbuild): New rule factored from debrelease.
750       (debclean): Removed, since we use slightly differing variations of this
751       in debrelease and debrevision.
752     
753     * debian/README.Debian: Add comments and my debian repo.
754     
755     * debian/emacsen-install: Make sure we symlink planner-autoloads.el.  Thanks to
756       Romain Francoise for noticing.
757     
758     * debian/rules: DTRT with NEWS and README.Debian.
760     modified files:
761      Makefile Makefile.defs debian/README.Debian debian/changelog
762      debian/emacsen-install debian/rules
764     renamed files:
765      debian/.arch-ids/NEWS.Debian.id
766        ==> debian/.arch-ids/NEWS.id
767      debian/NEWS.Debian
768        ==> debian/NEWS
771 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
773     Summary:
774       Debian fixups.
775     Revision:
776       planner--main--1.0--patch-1
778     * debian/emacsen-startup: Remove unnecessary path addition.
779     
780     * debian/rules: Explicitly install README.Debian and NEWS.Debian.
782     modified files:
783      debian/emacsen-startup debian/rules
786 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
788     Summary:
789       Release Planner 3.40.
790     Revision:
791       planner-muse--mwolson--1.0--patch-184
793     * planner-el.texi (Installing from a Source Archive) 
794       (Installing from Arch, Installing from Debian): Update.
796     modified files:
797      planner-el.texi planner.el
800 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
802     Summary:
803       Update Debian package instructions.  Install autoloads.
804     Revision:
805       planner-muse--mwolson--1.0--patch-183
807     * Makefile (install): Make sure autoloads are installed.
808     
809     * debian/README.Debian: Update.
810     
811     * debian/copyright: Update the Upstream Authors and Copyright sections.
812     
813     * debian/rules: Build autoloads.  Install extra files.
814     
815     * debian/emacsen-install (FILES): Filter out autoloads file.
816     
817     * debian/emacsen-startup: Add shared planner-el directory to path.  Load
818       autoloads file.
819     
820     * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
821       syntax error.
822       (Acknowledgements): Add a missing @end itemize.
824     new files:
825      .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
826      debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
827      debian/planner-el.info
829     modified files:
830      AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
831      README debian/README.Debian debian/changelog debian/copyright
832      debian/emacsen-install debian/emacsen-startup
833      debian/planner-el.docs debian/rules planner-el.texi
834      planner-publish.el planner.el
835      {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
838 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
840     Summary:
841       Update FSF postal address.  Add README.
842     Revision:
843       planner-muse--mwolson--1.0--patch-182
845     * Update FSF postal address in headers of all Planner source files.
846     
847     * planner-el.texi: Update version information.  Use "XEmacs" rather than
848       "Xemacs".
849       (Getting Help): Document the official website and the bug-tracker.
850       (Acknowledgements): Remove list of contributors, since this is
851       contained in AUTHORS.
853     new files:
854      .arch-ids/README.id README
856     modified files:
857      planner-accomplishments.el planner-appt.el planner-authz.el
858      planner-bbdb.el planner-bibtex.el planner-bookmark.el
859      planner-calendar.el planner-cyclic.el planner-deadline.el
860      planner-diary.el planner-el.texi planner-erc.el
861      planner-experimental.el planner-export-diary.el
862      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
863      planner-ledger.el planner-lisp.el planner-log-edit.el
864      planner-mhe.el planner-multi.el planner-notes-index.el
865      planner-psvn.el planner-publish.el planner-rank.el
866      planner-rdf.el planner-report.el planner-rmail.el
867      planner-rss.el planner-schedule.el planner-tasks-overview.el
868      planner-timeclock-summary-proj.el planner-timeclock-summary.el
869      planner-timeclock.el planner-trunk.el planner-unix-mail.el
870      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
871      planner.el
874 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
876     Summary:
877       planner-appt: Handle initialization of the appt system.
878     Revision:
879       planner-muse--mwolson--1.0--patch-181
881     * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
882       that initializes the appt system.
883     
884     * planner-el.texi (Appointments): Remove old kludge.
886     modified files:
887      planner-appt.el planner-el.texi
890 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
892     Summary:
893       planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
894     Revision:
895       planner-muse--mwolson--1.0--patch-180
897     * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
898       Smith that might make this work with Emacs21.
900     modified files:
901      AUTHORS planner-gnus.el
904 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
906     Summary:
907       Finish copyright notices and AUTHORS file.
908     Revision:
909       planner-muse--mwolson--1.0--patch-179
912     modified files:
913      AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
914      planner-bbdb.el planner-bibtex.el planner-calendar.el
915      planner-deadline.el planner-diary.el planner-export-diary.el
916      planner-id.el planner-ledger.el planner-log-edit.el
917      planner-mhe.el planner-multi.el planner-notes-index.el
918      planner-psvn.el planner-publish.el planner-report.el
919      planner-tasks-overview.el planner-unix-mail.el planner.el
922 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
924     Summary:
925       Progress: planner.el (2005)
926     Revision:
927       planner-muse--mwolson--1.0--patch-178
930     modified files:
931      AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
932      planner-tasks-overview.el planner-timeclock-summary-proj.el
933      planner-timeclock-summary.el planner-timeclock.el
934      planner-trunk.el planner-unix-mail.el planner-vm.el
935      planner-w3m.el planner-wl.el planner-xtla.el planner.el
936      planner2diary.py
939 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
941     Summary:
942       Progress: planner-rmail.el
943     Revision:
944       planner-muse--mwolson--1.0--patch-177
947     modified files:
948      AUTHORS planner-el.texi planner-multi.el
949      planner-notes-index.el planner-psvn.el planner-publish.el
950      planner-rank.el planner-rdf.el planner-report.el
953 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-40
955     Summary:
956       planner.el: excessive highlighting
957     Revision:
958       planner--jeho--1.1--patch-40
960     * planner.el (with-planner-update-setup): remove highlight inhibition to
961       see whether the problem is really with planner-mode
962       (planner-mode): don't explicitly call muse-colors-buffer
963     
965     modified files:
966      planner.el
969 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
971     Summary:
972       Progress: planner-multi.el
973     Revision:
974       planner-muse--mwolson--1.0--patch-174
977     modified files:
978      AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
979      planner-lisp.el planner-log-edit.el planner-mhe.el
980      planner-multi.el
983 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com>       patch-17
985     Summary:
986       (planner-publish.el) properly derives "xml" to form "planner-xml" style!
987     Revision:
988       planner-muse--peter--1.0--patch-17
990     * planner-publish.el (muse-xml): add require for 'muse-xml
991     (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
992     (planner-publish-markup-tags): changed to nested-section and
993     tasks-section to match notes-section precedent.
994     (planner-xml-markup-strings): revamped to behave similar to
995     `planner-html-markup-strings'
996     (planner-xml-header): mimics `muse-xml-header', but the root
997     element is PLANNER not MUSE.
998     (planner-html-markup-strings): resort to using the TITLE tag to
999     generate static html code, instead of using H2, H3, etc. like
1000     before.
1001     (planner-html-style-sheet): added some defaults for nested
1002     .section .title style differentiation.
1003     (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
1004     (planner-publish-nested-section-tag): naming changes
1005     (planner-publish-title-tag): simplify title tag generation.  use a
1006     static markup string, instead of drawing from 'section,
1007     'subsection variables.  The reason for this change, although I
1008     _did_ like the former behavior of using H2, H3, etc. for HTML
1009     markup is that the 'section, 'subsection variables of muse-xml do
1010     NOT behave the same way as muse-html does (where muse-html acts
1011     more like just a title).
1012     (sectionalize): generate title tag w/o LEVEL attribute.
1013     (muse-derive-style): the REAL reason for all the changes above!
1014     Now planner-publish takes in the new muse-xml style and derives a
1015     new planner specific style, "planner-xml" style.
1017     modified files:
1018      planner-publish.el
1021 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-38
1023     Summary:
1024       with-planner-update-setup: fix typo
1025     Revision:
1026       planner--jeho--1.1--patch-38
1029     modified files:
1030      planner.el
1033 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
1035     Summary:
1036       More copyright twiddling.  Progress: planner-ical.el
1037     Revision:
1038       planner-muse--mwolson--1.0--patch-173
1041     modified files:
1042      AUTHORS ChangeLog.2004 planner-accomplishments.el
1043      planner-appt.el planner-bbdb.el planner-bibtex.el
1044      planner-calendar.el planner-cyclic.el planner-deadline.el
1045      planner-diary.el planner-erc.el planner-experimental.el
1046      planner-export-diary.el planner-gnats.el planner-gnus.el
1049 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
1051     Summary:
1052       Fix some more copyright headers.
1053     Revision:
1054       planner-muse--mwolson--1.0--patch-172
1057     modified files:
1058      AUTHORS planner-el.texi planner-erc.el planner-xtla.el
1061 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
1063     Summary:
1064       Edit more copyright notices.  Add AUTHORS.
1065     Revision:
1066       planner-muse--mwolson--1.0--patch-171
1068     * AUTHORS: New file containing a thorough listing of contributors and
1069       authors of Planner, its documentation, and its modules.  I'm about
1070       half-way done verifying its contents.
1072     new files:
1073      .arch-ids/AUTHORS.id AUTHORS
1075     modified files:
1076      ChangeLog.2005 planner-authz.el planner-bbdb.el
1077      planner-bibtex.el planner-bookmark.el planner-calendar.el
1078      planner-cyclic.el planner-deadline.el planner-diary.el
1079      planner-el.texi planner-multi.el planner-xtla.el planner.el
1082 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
1084     Summary:
1085       Fix delegated task errors.  Work on updating copyright statements.
1086     Revision:
1087       planner-muse--mwolson--1.0--patch-170
1089     * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
1090       for delegated mark.  Thanks to Seth Falcon for the report.
1091     
1092     * planner-rank.el (planner-sort-tasks-by-rank)
1093       (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
1094       Ditto.
1095     
1096     * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
1097     
1098     * planner.el (planner-marks-regexp, planner-live-task-regexp):
1099       (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
1100     
1101     * planner.el (planner-version): Set to 3.39.
1103     modified files:
1104      ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
1105      planner-appt.el planner-authz.el planner-calendar.el
1106      planner-deadline.el planner-experimental.el planner-publish.el
1107      planner-rank.el planner-rdf.el planner.el
1109     renamed files:
1110      .arch-ids/PLANNER-README.id
1111        ==> .arch-ids/COMMENTARY.id
1112      PLANNER-README
1113        ==> COMMENTARY
1116 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
1118     Summary:
1119       Complete writing of ChangeLogs.
1120     Revision:
1121       planner-muse--mwolson--1.0--patch-169
1123     * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
1124       other logs and removal of "merged this" logs.
1126     modified files:
1127      ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
1130 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
1132     Summary:
1133       Add ChangeLogs from contributors.
1134     Revision:
1135       planner-muse--mwolson--1.0--patch-168
1137     Remove a few emacs-wiki-only changelogs.
1138     
1139     * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
1140       This is not complete yet.
1142     modified files:
1143      ChangeLog.2004 ChangeLog.2005
1146 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
1148     Summary:
1149       Update Makefile, split ChangeLog.
1150     Revision:
1151       planner-muse--mwolson--1.0--patch-167
1153     * Makefile (release): Create GPG keys here instead of at upload time.
1154     
1155     * ChangeLog: Refactor into ChangeLog.2004-2006.  We'll just manually
1156       merge in entries at release time, I guess.  It might be good to get the
1157       full logs from merged sources, too.
1159     new files:
1160      .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
1161      .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
1162      ChangeLog.2006
1164     removed files:
1165      .arch-ids/ChangeLog.id ChangeLog
1167     modified files:
1168      Makefile Makefile.defs
1171 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
1173     Summary:
1174       XEmacs fixes.
1175     Revision:
1176       planner-muse--mwolson--1.0--patch-166
1178     * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
1179       obsolete variable.
1180     
1181     * planner-authz.el (planner-authz-mason-markup-table): 
1182       (planner-authz-diary-tag): Use planner-line-beginning-position.
1183     
1184     * planner-el.texi (Appointments): Add code snippet for activating
1185       appt.el.
1186     
1187     * planner-mhe.el: Require mh-index.
1188     
1189     * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
1190       function that provides an implementation of
1191       rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
1192       (planner-rmail-annotation-from-mail): Use
1193       planner-rmail-narrow-to-non-pruned-header.
1194     
1195     * planner.el: Wrap conditional `require' in `eval-when-compile'.
1197     modified files:
1198      ChangeLog planner-appt.el planner-authz.el planner-el.texi
1199      planner-mhe.el planner-rmail.el planner.el
1202 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
1204     Summary:
1205       planner-appt: XEmacs fix.
1206     Revision:
1207       planner-muse--mwolson--1.0--patch-165
1209     * Makefile.defs: Fix typo.
1210     
1211     * planner-appt.el: Add usage instructions which mention how to activate
1212       appt.
1213       (planner-appt-update-appt-section): Don't use `propertize', since
1214       XEmacs doesn't have it.
1216     modified files:
1217      ChangeLog Makefile.defs planner-appt.el
1220 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
1222     Summary:
1223       Massively clean whitespace and fix compiler warnings.
1224     Revision:
1225       planner-muse--mwolson--1.0--patch-164
1228     modified files:
1229      ChangeLog planner-appt.el planner-bibtex.el
1230      planner-calendar.el planner-diary.el planner-export-diary.el
1231      planner-gnus.el planner-ical.el planner-rank.el
1232      planner-report.el planner-rss.el planner-tasks-overview.el
1233      planner.el scripts/planner-build.el
1236 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
1238     Summary:
1239       planner-el.texi: Fix a few URL examples.
1240     Revision:
1241       planner-muse--mwolson--1.0--patch-163
1243     * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
1244       the examples.
1245       (BibTeX): Remove the initial forward-slashes from the sample bibtex
1246       URL.  Thanks to Stefan van der Walt for the report.
1248     modified files:
1249      ChangeLog planner-el.texi
1252 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
1254     Summary:
1255       planner-accomplishments: Use simpler method of determining hook to use.
1256     Revision:
1257       planner-muse--mwolson--1.0--patch-162
1259     * planner-accomplishments.el (planner-accomplishments-insinuate):
1260       Simplify.  This should fix an issue reported by Stefan van der Walt.
1262     modified files:
1263      ChangeLog planner-accomplishments.el
1266 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
1268     Summary:
1269       Fix an extra-tasks problem in planner-tasks-overview.
1270     Revision:
1271       planner-muse--mwolson--1.0--patch-161
1273     * planner.el (planner-list-daily-files): Prevent temp buffers from being
1274       added when an existing buffer with the same name exists.  Thanks to
1275       Stefan van der Walt for the report.  This should prevent task lists
1276       from being doubled in planner-tasks-overview.
1278     modified files:
1279      ChangeLog planner.el
1282 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
1284     Summary:
1285       Fix documentation example that I wrote earlier.
1286     Revision:
1287       planner-muse--mwolson--1.0--patch-160
1289     * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
1290       Replace "planner-muse" with "planner".
1291     
1292     * debian/changelog: Condense old planner-muse-el entries into a new
1293       planner-el entry.
1294     
1295     * debian/control, debian/emacsen-install, debian/emacsen-remove,
1296       emacsen-startup: s/planner-muse-el/planner-muse/.
1297     
1298     * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
1299       advice from my sponsor.
1300     
1301     * planner-el.texi (Viewing Tasks): Adjust whitespace.
1302       (Publishing): Use an example that has a better chance of working.
1303       Thanks to Stefan van der Walt for the report.
1305     modified files:
1306      ChangeLog Makefile.defs debian/changelog debian/control
1307      debian/emacsen-install debian/emacsen-remove
1308      debian/emacsen-startup debian/rules planner-el.texi
1311 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
1313     Summary:
1314       Fix emacs-wiki Bug #14907.
1315     Revision:
1316       planner-muse--mwolson--1.0--patch-159
1318     * planner.el (planner-extract-tasks): Fix backtrace.  This also fixes
1319       #14907 on the emacs-wiki bug-tracker.
1321     modified files:
1322      ChangeLog planner.el
1325 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
1327     Summary:
1328       planner-el.texi: Task numbers are not displayed by default.
1329     Revision:
1330       planner-muse--mwolson--1.0--patch-158
1332     * planner-el.texi (Viewing Tasks): Note that by default, task numbers
1333       will not be displayed.  Explain how to get them.  Thanks to Stefan van
1334       der Walt for the report.
1336     modified files:
1337      ChangeLog planner-el.texi
1340 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net>     patch-5
1342     Summary:
1343       Added example and instructions for setting up a new Planner project.
1344     Revision:
1345       planner-muse--johnsu01--1.0--patch-5
1348     modified files:
1349      planner-el.texi
1352 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net>     patch-4
1354     Summary:
1355       Fixed name of Debian package and instructions for installing the package.
1356     Revision:
1357       planner-muse--johnsu01--1.0--patch-4
1360     modified files:
1361      planner-el.texi
1364 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
1366     Summary:
1367       Yet Another paragraph detection try.
1368     Revision:
1369       planner-muse--mwolson--1.0--patch-155
1371     * planner-publish.el (planner-publish-markup-note): Put the newlines in a
1372       different spot.
1373       (planner-publish-content-tag): Be a bit more delicate about where we
1374       insert the markup.
1376     modified files:
1377      ChangeLog planner-publish.el
1380 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
1382     Summary:
1383       Makefile: Fix argument for install-info.
1384     Revision:
1385       planner-muse--mwolson--1.0--patch-154
1387     * Makefile (install): Give install-info the correct path.  Thanks to Dale
1388       Smith for reporting this.
1390     modified files:
1391      ChangeLog Makefile
1394 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
1396     Summary:
1397       Use "D" to indicate delegated tasks, instead of ">".
1398     Revision:
1399       planner-muse--mwolson--1.0--patch-153
1401     * planner-accomplishments.el (planner-accomplishments-status-display):
1402       Use "D" to indicate delegated tasks, instead of ">".
1403     
1404     * planner-el.texi (Modifying Tasks): Ditto.
1405     
1406     * planner-publish.el (planner-publish-task-status-expand): 
1407       (planner-publish-task-status-collapse): Ditto.
1408     
1409     * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
1410       Ditto.
1411     
1412     * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks): 
1413       (planner-task-delegated): Ditto.
1415     modified files:
1416      ChangeLog planner-accomplishments.el planner-el.texi
1417      planner-publish.el planner-tasks-overview.el planner.el
1420 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
1422     Summary:
1423       Fix double-escaping issue.
1424     Revision:
1425       planner-muse--mwolson--1.0--patch-152
1427     * Makefile (install): Install the manual as "planner", not
1428       "planner-muse".
1429     
1430     * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
1431       rather than site-lisp/planner-muse.
1432     
1433     * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
1434       Smith that fixes a double-escaping of specials with muse--main.
1435       (planner-publish-section-tag): Revert a previous whitespace patch.
1436       (planner-publish-content-tag): Insert an additional newline.  Hopefully
1437       this finally fixes the paragraph detection problem.
1439     modified files:
1440      ChangeLog Makefile Makefile.defs planner-publish.el
1443 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu>    patch-14
1445     Summary:
1446       don't insert task number padding if planner-use-task-numbers is nil
1447     Revision:
1448       planner-muse--main--1.0--patch-14
1451     modified files:
1452      planner.el
1455 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net>     patch-3
1457     Summary:
1458         Updated maintainer information. Removed distinction between stable
1459         and development versions. Distributed the Updating Your Version
1460         node information and removed it. Made new nodes for each
1461         installation method under a new Getting the Files section.
1463     Revision:
1464       planner-muse--johnsu01--1.0--patch-3
1467     modified files:
1468      planner-el.texi
1471 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
1473     Summary:
1474       muse-publish: Try again to fix paragraph detection.
1475     Revision:
1476       planner-muse--mwolson--1.0--patch-150
1478     * planner-publish.el (planner-publish-content-tag): Insert an extra
1479       newline.
1481     modified files:
1482      ChangeLog planner-publish.el
1485 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
1487     Summary:
1488       planner-publish: Try to fix paragraph error.
1489     Revision:
1490       planner-muse--mwolson--1.0--patch-149
1492     * planner-publish.el (planner-publish-section-tag): Attempt to fix a
1493       paragraph markup error.
1495     modified files:
1496      ChangeLog planner-publish.el
1499 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
1501     Summary:
1502       planner-publish: Remove extra </span> tag.
1503     Revision:
1504       planner-muse--mwolson--1.0--patch-148
1506     * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
1507       Smith that removes a stray </span> tag.
1509     modified files:
1510      ChangeLog planner-publish.el
1513 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
1515     Summary:
1516       planner-publish: Yet Another Patch.  Remove stale functions.
1517     Revision:
1518       planner-muse--mwolson--1.0--patch-147
1520     * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
1521       (planner-appt-format-description): Use planner-remove-links rather than
1522       planner-appt-de-wiki.
1523     
1524     * planner-publish.el: Apply patch from Dale Smith.
1525       (planner-publish-markup-tags): Use the correct attributes.
1526       (planner-publish-notes-section-tag): Don't call
1527       muse-publish-markup-region explicitly.
1528     
1529     * planner-publish.el (planner-publish-notes-tag): Use
1530       planner-remove-links.
1531     
1532     * planner.el (planner-encode-url, planner-link-escape)
1533       (planner-link-unescape): Remove.
1534       (planner-remove-links): Renamed from planner-appt-de-wiki.  Keep track
1535       of start position for sanity.
1537     modified files:
1538      ChangeLog planner-appt.el planner-publish.el planner.el
1541 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1543     Summary:
1544       planner-publish: Work further on <notes> and <past-notes> tags.
1545     Revision:
1546       planner-muse--mwolson--1.0--patch-146
1548     * planner-publish.el (planner-html-markup-strings): Split
1549       planner-note-details into manageable chunks.
1550       (planner-publish-markup-note, planner-publish-notes-section-tag):
1551       s/notes/notes-section/.  Thanks to Dale Smith for the patch.
1552       (planner-publish-past-notes-tag): Fix the name of this function, thanks
1553       to Dale Smith.  Make it use planner-insert-markup in some parts so that
1554       raw HTML doesn't get escaped.
1555       (planner-publish-note-tag): Split up the 'planner-note-details string
1556       so that we can be selective about the parts that are marked up as
1557       read-only.
1559     modified files:
1560      ChangeLog planner-publish.el
1563 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1565     Summary:
1566       planner-publish: Make "* Notes" section publish correctly again.
1567     Revision:
1568       planner-muse--mwolson--1.0--patch-145
1570     * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1571       rename to planner-publish-notes-section.  emacs-wiki had the <notes>
1572       tag insert an index of notes, so we'll use that as the behavior of
1573       <notes>.  We still need the other function, though, to publish the 
1574       "* Notes" section.  Thanks to Dale Smith for the advice.
1575       (planner-publish-markup-tags): Add notes-section tag
1576       (planner-publish-notes-section-tag): Renamed from the old
1577       planner-publish-notes-tag function.
1578       (sectionalize-markup-tagname): Mark up "* Notes" section as
1579       "notes-section" instead of "notes".
1581     modified files:
1582      ChangeLog planner-publish.el
1585 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1587     Summary:
1588       Apply several bugfixes from Sacha.
1589     Revision:
1590       planner-muse--mwolson--1.0--patch-144
1592     * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1593       Thanks to Sacha Chua for the fix.
1594     
1595     * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1596       page if narrowing succeeds.  The previous behavior was to delete entire
1597       linked page if linked note wasn't found.  Thanks to Lee Bigelow and
1598       Sacha Chua for the fix.
1600     modified files:
1601      ChangeLog planner-rss.el planner.el