Document planner-zoom.
[planner-el.git] / ChangeLog
blob6e865ff8337b80afeceee9a52893b7f6d6f5d2b6
1 2006-05-30 21:14:09 GMT Michael Olson <mwolson@gnu.org> patch-51
3     Summary:
4       Avoid a backtrace when using planner-calendar and not publishing.
5     Revision:
6       planner--main--1.0--patch-51
8     * planner.el (planner-published-file): Avoid error when not publishing.
9       (planner-yesterday): Docfix.
10       (planner-tomorrow): New function that returns the date for tomorrow.
12     modified files:
13      planner.el
16 2006-05-29 14:22:16 GMT Michael Olson <mwolson@gnu.org> patch-50
18     Summary:
19       Make ChangeLog conform to conventions better.
20     Revision:
21       planner--main--1.0--patch-50
23     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
24       conventions better.  Specify the buffer encoding.  Add helpful notices
25       at the bottom of this and ChangeLog.2005.
27     modified files:
28      ChangeLog ChangeLog.2004 ChangeLog.2005 NEWS debian/rules
30     renamed files:
31      .arch-ids/ChangeLog.2006.id
32        ==> .arch-ids/ChangeLog.id
33      ChangeLog.2006
34        ==> ChangeLog
37 2006-05-26 14:44:08 GMT Michael Olson <mwolson@gnu.org> patch-49
39     Summary:
40       Display a helpful message if muse-project-alist undefined.
41     Revision:
42       planner--main--1.0--patch-49
44     * planner.el (planner-display-warning): New function that displays a
45       warning window.  This is useful for longer explanations of errors.
46       (plan): Display a helpful message if `muse-project-alist' is not
47       defined.
49     modified files:
50      planner.el
53 2006-05-25 01:20:42 GMT Michael Olson <mwolson@gnu.org> patch-48
55     Summary:
56       Fix lock up with old delegated task mark.
57     Revision:
58       planner--main--1.0--patch-48
60     * planner.el (planner-marks-regexp): Docfix.
61       (planner-task-regexp): Don't include marks; be more lenient, since
62       planner-id uses this as a metric for finding a task, and we don't want
63       tasks with strange marks to cause it not to find a task.
64       (plan): Indentation.
66     modified files:
67      planner.el
70 2006-05-23 22:14:14 GMT Michael Olson <mwolson@gnu.org> patch-46
72     Summary:
73       Remove duplicate note links when publishing.
74     Revision:
75       planner--main--1.0--patch-46
77     * planner-publish.el (planner-publish-note-tag): Ensure that a page
78       cannot appear in both link and categories.
80     modified files:
81      planner-publish.el
84 2006-05-23 16:19:01 GMT Michael Olson <mwolson@gnu.org> patch-45
86     Summary:
87       Remove task IDs when publishing.
88     Revision:
89       planner--main--1.0--patch-45
91     * planner-id.el ("planner-publish"): Remove Task IDs and anything else
92       that uses the ID syntax when publishing.
94     modified files:
95      planner-id.el
98 2006-05-18 20:05:12 GMT Michael Olson <mwolson@gnu.org> patch-44
100     Summary:
101       Publish diary sections in a meaningful way.
102     Revision:
103       planner--main--1.0--patch-44
105     * planner-publish.el (planner-publish-markup-tags): Add entry for
106       diary-section.
107       (planner-xml-markup-strings, planner-html-markup-strings): Add strings
108       for diary section.
109       (planner-html-style-sheet): Add CSS elements for Diary section.
110       (planner-publish-diary-section-tag): New function that publishes the
111       diary in a way that preserves line breaks, using the verse tag
112       function.
113       (planner-section-tagnames): Transform Diary sections to diary-section
114       tags.
116     modified files:
117      planner-publish.el
120 2006-05-18 16:40:36 GMT Michael Olson <mwolson@gnu.org> patch-43
122     Summary:
123       Make notes publish with nicer default CSS elements.
124     Revision:
125       planner--main--1.0--patch-43
127     * planner-publish.el (planner-html-style-sheet): Add style elements for
128       Notes section.  This causes the note anchors to be placed on the same
129       line as note headings, which is the way it used to be.
131     modified files:
132      planner-publish.el
135 2006-05-17 21:43:59 GMT Michael Olson <mwolson@gnu.org> patch-42
137     Summary:
138       Work on calendar, manual, and index generation.
139     Revision:
140       planner--main--1.0--patch-42
142     * planner-calendar.el: Fix example in header.  Remove the word "wiki"
143       from everything, since "page" works better.
144       (planner-calendar-coerce-day-page): New function that determines which
145       day page to base the calendar on.
146       (planner-calendar-from-page): Use `planner-calendar-coerce-day-page'.
147       Check for null page name.
148       (planner-calendar-create-today-link): Make sure that the page we are
149       linking to actually exists.  This function should now be safe to add
150       globally to muse-after-publish-hook.
151       (planner-publish-calendar-tag): If no calendar is returned, don't
152       insert anything.
153       ("planner-publish-finalize-regexps"): Use a better regexp to match the
154       calendar tag, so that it is processed correctly.
155     
156     * planner-el.texi: Add subheadings for Keys, Options, and Functions, if
157       applicable.
158       (Publishing Calendars): Mention "page" and "arrows" options.  Mention
159       workaround for problem where the text in the arrows doesn't get
160       published correctly.  Give working example for
161       planner-calendar-create-today-link.
162     
163     * planner.el (planner-published-file): Try to figure out where the file
164       exists, if the output directory is not specified.  This could be more
165       elaborate to handle multiple source directories, but I haven't gotten
166       around to that yet.
167       (planner-index-as-string): Add exclude-daypages option for those who do
168       not want day pages to show up in the index.
170     modified files:
171      planner-calendar.el planner-el.texi planner.el
174 2006-05-09 00:30:01 GMT Michael Olson <mwolson@gnu.org> patch-41
176     Summary:
177       planner-el.texi: Update location of schedule.el.
178     Revision:
179       planner--main--1.0--patch-41
181     * planner-el.texi (Timeclock): Note that timeclock.el comes with GNU
182       Emacs, and direct XEmacs users to use the version that comes with
183       Planner in the contrib directory.
184       (schedule.el): Use correct URL and note that this comes with Planner.
185       Thanks to Adrian Aichner for the report.
187     modified files:
188      ChangeLog.2006 Makefile.defs debian/changelog planner-el.texi
191 2006-04-26 19:59:37 GMT Michael Olson <mwolson@gnu.org> patch-40
193     Summary:
194       planner-calendar: Default to today if not publishing a day page.
195     Revision:
196       planner--main--1.0--patch-40
198     * planner-calendar.el (planner-calendar-from-wiki): Default to current
199       day if we're not publishing a day page.
201     modified files:
202      planner-calendar.el
205 2006-04-26 19:55:13 GMT Michael Olson <mwolson@gnu.org> patch-39
207     Summary:
208       Add default CSS elements for calendar stuff.
209     Revision:
210       planner--main--1.0--patch-39
212     * planner-publish.el (planner-html-style-sheet): Add some default CSS
213       elements for calendar stuff.
215     modified files:
216      planner-publish.el
219 2006-04-26 19:35:10 GMT Michael Olson <mwolson@gnu.org> patch-38
221     Summary:
222       planner-calendar: Surround generated calendar with <div> tag.
223     Revision:
224       planner--main--1.0--patch-38
226     * planner-calendar.el: Fix example.
227       (planner-publish-calendar-tag): Surround in a <div> section for ease of
228       use.
229     
230     * planner-el.texi (Publishing Calendars): Make the example simpler.
231     
232     * planner-publish.el (planner-insert-markup): If we're using Muse 3.02.6,
233       manually make the region read-only.
235     modified files:
236      Makefile.defs debian/changelog planner-calendar.el
237      planner-el.texi planner-publish.el
240 2006-04-26 18:09:14 GMT Michael Olson <mwolson@gnu.org> patch-37
242     Summary:
243       Minor docfix.
244     Revision:
245       planner--main--1.0--patch-37
247     * planner-publish.el (planner-publish-prepare-buffer) 
248       (planner-publish-finalize-buffer): Docfix.
250     modified files:
251      planner-publish.el
254 2006-04-26 18:01:36 GMT Michael Olson <mwolson@gnu.org> patch-36
256     Summary:
257       Make publishing of calendars work better using a new method.
258     Revision:
259       planner--main--1.0--patch-36
261     * planner-calendar.el: Docfix.  Recognize <calendar> tags even in the
262       header and footer.
263       (planner-calendar-insert-calendar-maybe) 
264       (planner-calendar-move-calendar-to-top-of-page-maybe): Remove, since
265       they are not needed by the new method.
266     
267     * planner-el.texi (Publishing Calendars): Update.
268     
269     * planner-publish.el (planner-publish-prepare-regexps): New option that
270       specifies the publishing regexps to apply before doing other
271       publishing.
272       (planner-publish-finalize-regexps): New option that specifies the
273       publishing regexps to apply after doing other publishing.
274       (planner-publish-prepare-buffer): Use planner-publish-prepare-regexps.
275       (planner-publish-finalize-buffer): New function that finalizes Planner
276       buffers after publishing.
277       (planner-section-tagnames): Fix ordering error.
279     modified files:
280      planner-calendar.el planner-el.texi planner-publish.el
283 2006-04-26 03:22:20 GMT Michael Olson <mwolson@gnu.org> patch-35
285     Summary:
286       Use h2, h3, ... for headings.
287     Revision:
288       planner--main--1.0--patch-35
290     * planner-publish.el (planner-publish-markup-tags) [title]: Accept
291       attributes.
292       (planner-html-markup-strings) [planner-begin-title, planner-end-title]:
293       Use normal style headings, i.e. h2.
294       (planner-html-style-sheet): Remove nested title hacks.
295       (planner-publish-markup-note): Use title level of 3.
296       (planner-publish-title-tag): Accept attributes.  Call muse-markup-text
297       with a level argument.
298       (planner-publish-section): Store level as heading level + 1, since the
299       topmost level heading should be h2.
301     modified files:
302      planner-publish.el
305 2006-04-25 22:03:34 GMT Michael Olson <mwolson@gnu.org> patch-34
307     Summary:
308       Fix a paragraph publishing problem near end of file.
309     Revision:
310       planner--main--1.0--patch-34
312     * planner-publish.el (planner-html-markup-strings)
313       [planner-end-note-categories]: Remove newline.
314       (planner-publish-prepare-buffer): Rework to use the Muse markup engine.
315       (planner-publish-markup-note): Docfix.
316       (planner-publish-nested-section-tag): Docfix.
317       (planner-publish-notes-section-tag): Insert newline.
318       (planner-publish-note-tag): Insert newline.
319       (planner-sectionalize-delimiter, planner-sectionalize-page) 
320       (sectionalize-markup-tagname, sectionalize-markup-tagname) 
321       (sectionalize): Remove.
322       (planner-publish-section-close): New function that finds where the
323       closing tag of DEPTH should go, and inserts TEXT.
324       (planner-section-tagnames): Mapping of sections to their tag name.
325       (planner-publish-section-tagname): New function that finds the tag name
326       for the given section.
327       (planner-publish-section): New function that publishing the current
328       heading as a section.  This should fix a problem with sections at the
329       end of a file, given only one newline at end.
331     modified files:
332      planner-publish.el
335 2006-04-09 19:29:19 GMT Michael Olson <mwolson@gnu.org> patch-33
337     Summary:
338       manual: Fix errors introduced in last patch.
339     Revision:
340       planner--main--1.0--patch-33
342     * planner-el.texi: Fix a couple of errors.
344     modified files:
345      planner-el.texi
348 2006-04-09 19:27:03 GMT Michael Olson <mwolson@gnu.org> patch-32
350     Summary:
351       manual: Remove use of old Planner variables.
352     Revision:
353       planner--main--1.0--patch-32
355     * planner-el.texi: Remove use of old Planner variables.  Thanks to
356       Sebastian Luque for the report.
357       (Creating Your Planner): Clarify comment.
358       (Basic Configuration): Remove node, since its content is presented
359       elsewhere.
360       (Annotations, Publishing): Don't use old Planner variables in
361       explanation.
362       (iCal Task Publication): Give a more up-to-date example.
364     modified files:
365      planner-el.texi
368 2006-04-08 02:57:43 GMT Michael Olson <mwolson@gnu.org> patch-31
370     Summary:
371       Prepare new Debian package for Arch snapshot.
372     Revision:
373       planner--main--1.0--patch-31
375     * ChangeLog.2006: Update.
376     
377     * debian/changelog: Prepare new Debian package for Arch snapshot.
379     modified files:
380      ChangeLog.2006 Makefile.defs debian/changelog
383 2006-04-08 01:34:44 GMT Michael Olson <mwolson@gnu.org> patch-30
385     Summary:
386       planner-registry: Minor code cleanup.
387     Revision:
388       planner--main--1.0--patch-30
390     * planner-registry.el (planner-registry-show): Remove boundp check.
392     modified files:
393      planner-registry.el
396 2006-04-08 01:32:20 GMT Michael Olson <mwolson@gnu.org> patch-29
398     Summary:
399       Include planner-registry.el.
400     Revision:
401       planner--main--1.0--patch-29
403     * planner-registry.el: New file that implements a registry of URLs and
404       Planner annotations.  This used to be called muse-registry.el, but it
405       has been renamed to planner-registry.el since it fits better with
406       Planner.
408     new files:
409      .arch-ids/planner-registry.el.id planner-registry.el
411     modified files:
412      AUTHORS
415 2006-04-02 18:20:31 GMT Michael Olson <mwolson@gnu.org> patch-28
417     Summary:
418       Correct several regexps.
419     Revision:
420       planner--main--1.0--patch-28
422     If a regexp has a character set negation, make sure it includes the
423     newline, so that newlines aren't matched.
425     modified files:
426      planner-appt.el planner-bibtex.el planner-deadline.el
427      planner-erc.el planner-id.el planner-mhe.el planner-rdf.el
428      planner-tasks-overview.el planner-timeclock.el planner-vm.el
429      planner.el
432 2006-03-29 20:23:27 GMT Andrew J. Korty <ajk@iu.edu>    patch-25
434     Summary:
435       Merge some authz fixes.
436     Revision:
437       planner--main--1.0--patch-27
439     * planner-authz.el (planner-authz-fix-list-item): new function to move
440       the <li> tags to the inside to avoid a blank bullet when a list item is
441       totally access controlled
442       (planner-authz-markup-regexps): use it
443       (planner-authz-index-as-string): use <authz> tags to mark up the index
444       and rely on the new regexp entry to clean up the results
445       (planner-authz-multi-union): declare `sublist'
447     modified files:
448      planner-authz.el
451 2006-03-27 23:52:31 GMT Michael Olson <mwolson@gnu.org> patch-25
453     Summary:
454       planner-erc: Improve greatly.
455     Revision:
456       planner--main--1.0--patch-25
458     * planner-erc.el: Update the syntax for IRC URLs.  Add warning for users
459       of old versions of ERC.
460       (planner-erc-url-regexp): New variable that specifies the syntax of IRC
461       URLs.
462       (planner-erc-annotation-from-erc): Use `erc-server-announced-name'.
463       (planner-erc-browse-url): Figure out the desired chat buffer.  If no
464       chat buffer exists for the given URL, connect to the server.
466     modified files:
467      planner-erc.el
470 2006-03-25 04:46:53 GMT Michael Olson <mwolson@gnu.org> patch-24
472     Summary:
473       planner-zoom.el: New file used for navigating Planner pages.
474     Revision:
475       planner--main--1.0--patch-24
477     * AUTHORS: Bookkeeping.
478     
479     * planner.el (planner-remove-if-not): New function that implements a
480       simplified version of `remove-if-not'.
481     
482     * planner-zoom.el: New file by Gregory Novak that implements easy
483       navigation of Planner pages.
485     new files:
486      .arch-ids/planner-zoom.el.id planner-zoom.el
488     modified files:
489      AUTHORS planner.el
492 2006-03-23 14:14:17 GMT Michael Olson <mwolson@gnu.org> patch-23
494     Summary:
495       planner-psvn.el: Install update from author.
496     Revision:
497       planner--main--1.0--patch-23
499     * planner-psvn.el: Apply modified patch from Stefan Reichör that improves
500       compatibility with newer versions of psvn.el and pops to the diff
501       buffer.
503     modified files:
504      planner-psvn.el
507 2006-03-15 12:38:11 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-19
509     Summary:
510       Merged from jeho@jeho.org--2005 (patch 56-57), mwolson@gnu.org--2006-planner-el (patch 16-19)
511     Revision:
512       planner--main--1.0--patch-21
514     * planner-appt.el (planner-appt-forthcoming-show-day-names-flag): New
515       option that indicates whether to show day names in forthcoming
516       appointments.
517       (planner-appt-forthcoming-format): Add day name insertion.
518     
519     * planner-el.texi: Add documentation about new feature [and also for
520       planner-appt-forthcoming-repeat-date-string].
522     modified files:
523      planner-appt.el planner-el.texi
526 2006-03-14 21:13:28 GMT Michael Olson <mwolson@gnu.org> patch-20
528     Summary:
529       planner-appt: Mention that documentation is available in Planner manual.
530     Revision:
531       planner--main--1.0--patch-20
533     * planner-appt.el: Mention that further details are available in the
534       Planner manual.
536     modified files:
537      planner-appt.el
540 2006-03-14 20:03:31 GMT Michael Olson <mwolson@gnu.org> patch-19
542     Summary:
543       planner-calendar: Fix publishing bug.
544     Revision:
545       planner--main--1.0--patch-19
547     * planner-calendar.el (planner-calendar-html-tag-marker): Use the correct
548       value so that the calendar is published properly.  Thanks to Christian
549       Clercin and René.
551     modified files:
552      planner-calendar.el
555 2006-03-11 15:29:42 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-15
557     Summary:
558       Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006-planner-el (patch 14-15)
559     Revision:
560       planner--main--1.0--patch-18
562     * planner-appt.el (planner-fit-window-to-buffer): Use
563       shrink-window-if-large-than-buffer if fit-window-to-buffer is not
564       available.
565       (planner-appt-forthcoming-regexp): Remove the shyness from the groups:
566       this makes it match ok in XEmacs [don't know why it didn't before
567       though].
569     modified files:
570      planner-appt.el
573 2006-03-13 03:43:23 GMT Michael Olson <mwolson@gnu.org> patch-17
575     Summary:
576       Add COPYING file; do bookkeeping.
577     Revision:
578       planner--main--1.0--patch-17
580     * COPYING: New file containing the GNU General Public License.
581     
582     * AUTHORS: Bookkeeping.
583     
584     * README: Add License section.
585     
586     * planner*.el: Update headers.
588     new files:
589      .arch-ids/COPYING.id COPYING
591     modified files:
592      AUTHORS README planner-accomplishments.el planner-appt.el
593      planner-authz.el planner-bbdb.el planner-bibtex.el
594      planner-bookmark.el planner-calendar.el planner-cyclic.el
595      planner-deadline.el planner-diary.el planner-el.texi
596      planner-erc.el planner-experimental.el planner-export-diary.el
597      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
598      planner-ledger.el planner-lisp.el planner-log-edit.el
599      planner-mhe.el planner-multi.el planner-notes-index.el
600      planner-psvn.el planner-publish.el planner-rank.el
601      planner-rdf.el planner-report.el planner-rmail.el
602      planner-rss.el planner-schedule.el planner-tasks-overview.el
603      planner-timeclock-summary-proj.el planner-timeclock-summary.el
604      planner-timeclock.el planner-trunk.el planner-unix-mail.el
605      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
606      planner.el
609 2006-03-06 15:49:19 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-13
611     Summary:
612       Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)
613     Revision:
614       planner--main--1.0--patch-16
616     * planner-appt.el: Revert to the old method of tracking appts added to
617       the schedule.  The text property method was simpler, but failed when
618       re-visiting today's plan page [since text properties don't get saved].
619       (planner-appt-update-appt-section): fix wrong side of bound error
620       (--planner-appt-lines-added-to-section): global variable tracking appts
621       added to the schedule
622       (planner-appt-task-schedule-item-p): use
623       --planner-appt-lines-added-to-section
624       (planner-appt-update-appt-section): revert to the old method
625       (planner-appt-forthcoming-get-appts): fix small bug where an appt
626       schedule item would fall through the conditional  and try to be parsed
627       as a task item.
629     modified files:
630      planner-appt.el
633 2006-02-28 16:49:28 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-12
635     Summary:
636       Merged from mwolson@gnu.org--2006-planner-el (patch 12)
637     Revision:
638       planner--main--1.0--patch-15
640     * planner-appt.el (planner-appt-forthcoming-get-appts): Use
641       `insert-file-contents' instead of `insert-file-contents-literally'.
643     modified files:
644      planner-appt.el
647 2006-02-27 19:38:45 GMT Andrew J. Korty <ajk@iu.edu>    patch-10
649     Summary:
650       sort status report entries by plan page name
651     Revision:
652       planner-el--devel--0--patch-10
654     * planner-report.el (planner-report-generate): sort pages by name using
655       string<
656     
658     modified files:
659      planner-report.el
662 2006-02-27 11:38:48 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-9
664     Summary:
665       small fix to README file
666     Revision:
667       planner-el--devel--0--patch-9
669     * README: remove (setq load-path ...) from the load-path example
671     modified files:
672      README
675 2006-02-27 10:34:20 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-8
677     Summary:
678       planner-appt: fix highlighting in plan pages
679     Revision:
680       planner-el--devel--0--patch-8
682     * planner-appt.el (planner-appt-task-highlight): check that a task has
683       today's date
685     modified files:
686      planner-appt.el
689 2006-02-27 04:46:50 GMT Michael Olson <mwolson@gnu.org> patch-13
691     Summary:
692       Prepare new Debian package.
693     Revision:
694       planner--main--1.0--patch-13
697     modified files:
698      Makefile.defs debian/changelog debian/control
699      debian/emacsen-install debian/rules
702 2006-02-27 04:04:17 GMT Michael Olson <mwolson@gnu.org> patch-12
704     Summary:
705       Update NEWS and ChangeLog
706     Revision:
707       planner--main--1.0--patch-12
710     modified files:
711      ChangeLog.2006 NEWS
714 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu>    patch-7
716     Summary:
717       only publish dependencies if they haven't already been published
718     Revision:
719       planner-el--devel--0--patch-7
721     * planner-authz.el (planner-authz-publishing-alist): alist to track
722       published pages and their dependencies
723       (planner-authz-after-markup): if planner-authz-publishing-alist
724       indicates this page has already been published, and here we are
725       publishing it again, the alist must be stale, so we replace it with
726       a single element for this page; otherwise, add an element for this page
727       to the list
728       (planner-authz-after-project-publish): use
729       planner-authz-publishing-alist to determine which dependencies need
730       publishing
731       (planner-authz-republish-dependencies-maybe): add linked pages to
732       planner-authz-publishing-alist as dependencies if they're not already
733       there
735     modified files:
736      planner-authz.el
739 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu>    patch-6
741     Summary:
742       consider all of a note's links when building an access list
743     Revision:
744       planner-el--devel--0--patch-6
746     * planner-authz.el (planner-authz-note-tag): use "categories" attribute
748     modified files:
749      planner-authz.el
752 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu>    patch-5
754     Summary:
755       enable multiple links with "categories" attribute
756     Revision:
757       planner-el--devel--0--patch-5
759     * planner-publish.el (planner-publish-note-tag): enable "categories"
760       attribute, which stores all of a note's links
762     modified files:
763      planner-publish.el
766 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu>    patch-4
768     Summary:
769       add planner-multi support to planner-authz
770     Revision:
771       planner-el--devel--0--patch-4
773      - when multiple pages are linked to a task or note, merge the access
774        lists to the linked pages using a user-specified function
775     
776      - provide intersection and union functions for merging access lists
777     
778      - disable republishing *during* republishing to avoid indefinite
779        recursion
781     modified files:
782      planner-authz.el
785 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu>    patch-3
787     Summary:
788       update to work with latest planner-publish.el
789     Revision:
790       planner-el--devel--0--patch-3
792      - catch up with function name change in planner-publish.el
794     modified files:
795      planner-authz.el
798 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
800     Summary:
801       Use debian/compat to determine debhelper compat level.
802     Revision:
803       planner--main--1.0--patch-9
805     * debian/compat: New file that sets the debhelper compatibility level to
806       4.
807     
808     * debian/rules: Remove DH_COMPAT line.
810     new files:
811      debian/.arch-ids/compat.id debian/compat
813     modified files:
814      debian/rules
817 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
819     Summary:
820       Fix Bug #5234: planner-gnus pseudo-article error.
821     Revision:
822       planner--main--1.0--patch-8
824     * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
825       should fix Bug #5234: planner-gnus pseudo-article error.
827     modified files:
828      planner-gnus.el
831 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-45
833     Summary:
834       further fix for XEmacs initialization
835     Revision:
836       planner--jeho--1.1--patch-45
838     * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
839       file if one doesn't already exist
840     
842     modified files:
843      planner-appt.el
846 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-44
848     Summary:
849       fix initialization for XEmacs
850     Revision:
851       planner--jeho--1.1--patch-44
853     * planner-appt.el (planner-appt-insinuate): try to fix initialization for
854       XEmacs: add (display-time).
855     
857     modified files:
858      planner-appt.el
861 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
863     Summary:
864       planner-gnus: Fix buggy browsing behavior.
865     Revision:
866       planner--main--1.0--patch-6
868     * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
869       `gnus-find-matching-articles' function if it exists.  Thanks to John
870       Sullivan for the report.
872     modified files:
873      planner-gnus.el
876 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
878     Summary:
879       Don't insert too many spaces around task number.
880     Revision:
881       planner--main--1.0--patch-5
883     * planner.el (planner-task-format, planner-format-task): Apply patch from
884       Stefan Reichör that keeps extra spaces from being inserted when
885       planner-use-task-numbers is nil.
887     modified files:
888      planner.el
891 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
893     Summary:
894       planner-calendar: Make a <calendar> tag.
895     Revision:
896       planner--main--1.0--patch-4
898     * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
899       <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
900       <lisp> to publish read-only.
901       (planner-calendar-move-calendar-to-top-of-page-maybe): Use
902       planner-insert-markup rather than `insert'.  Make sure we can snarf the
903       region safely, even if it is read-only.
904       (planner-publish-calendar-tag): New function that publishes a
905       <calendar> tag.
906     
907     * planner-publish.el (planner-publish-markup-tags): Docfix.
909     modified files:
910      planner-calendar.el planner-publish.el
913 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
915     Summary:
916       Make planner-visit-link more robust.
917     Revision:
918       planner--main--1.0--patch-3
920     * planner.el (planner-visit-link): Make this more robust by merging in
921       some changes from Muse.  Thanks to Seth Falcon for the sample fix.
922       Among other things, this correctly adds the file extension when
923       visiting a new Muse file.
925     modified files:
926      planner.el
929 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
931     Summary:
932       Debian package refinements.
933     Revision:
934       planner--main--1.0--patch-2
936     * Makefile (debrevision): New rule that causes a Debian package with a
937       revision to be built.  The main difference between this and
938       `debrelease' is that the .orig.tar.gz file is left alone.
939       (debbuild): New rule factored from debrelease.
940       (debclean): Removed, since we use slightly differing variations of this
941       in debrelease and debrevision.
942     
943     * debian/README.Debian: Add comments and my debian repo.
944     
945     * debian/emacsen-install: Make sure we symlink planner-autoloads.el.  Thanks to
946       Romain Francoise for noticing.
947     
948     * debian/rules: DTRT with NEWS and README.Debian.
950     modified files:
951      Makefile Makefile.defs debian/README.Debian debian/changelog
952      debian/emacsen-install debian/rules
954     renamed files:
955      debian/.arch-ids/NEWS.Debian.id
956        ==> debian/.arch-ids/NEWS.id
957      debian/NEWS.Debian
958        ==> debian/NEWS
961 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
963     Summary:
964       Debian fixups.
965     Revision:
966       planner--main--1.0--patch-1
968     * debian/emacsen-startup: Remove unnecessary path addition.
969     
970     * debian/rules: Explicitly install README.Debian and NEWS.Debian.
972     modified files:
973      debian/emacsen-startup debian/rules
976 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
978     Summary:
979       Release Planner 3.40.
980     Revision:
981       planner-muse--mwolson--1.0--patch-184
983     * planner-el.texi (Installing from a Source Archive) 
984       (Installing from Arch, Installing from Debian): Update.
986     modified files:
987      planner-el.texi planner.el
990 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
992     Summary:
993       Update Debian package instructions.  Install autoloads.
994     Revision:
995       planner-muse--mwolson--1.0--patch-183
997     * Makefile (install): Make sure autoloads are installed.
998     
999     * debian/README.Debian: Update.
1000     
1001     * debian/copyright: Update the Upstream Authors and Copyright sections.
1002     
1003     * debian/rules: Build autoloads.  Install extra files.
1004     
1005     * debian/emacsen-install (FILES): Filter out autoloads file.
1006     
1007     * debian/emacsen-startup: Add shared planner-el directory to path.  Load
1008       autoloads file.
1009     
1010     * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
1011       syntax error.
1012       (Acknowledgements): Add a missing @end itemize.
1014     new files:
1015      .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
1016      debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
1017      debian/planner-el.info
1019     modified files:
1020      AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
1021      README debian/README.Debian debian/changelog debian/copyright
1022      debian/emacsen-install debian/emacsen-startup
1023      debian/planner-el.docs debian/rules planner-el.texi
1024      planner-publish.el planner.el
1025      {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
1028 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
1030     Summary:
1031       Update FSF postal address.  Add README.
1032     Revision:
1033       planner-muse--mwolson--1.0--patch-182
1035     * Update FSF postal address in headers of all Planner source files.
1036     
1037     * planner-el.texi: Update version information.  Use "XEmacs" rather than
1038       "Xemacs".
1039       (Getting Help): Document the official website and the bug-tracker.
1040       (Acknowledgements): Remove list of contributors, since this is
1041       contained in AUTHORS.
1043     new files:
1044      .arch-ids/README.id README
1046     modified files:
1047      planner-accomplishments.el planner-appt.el planner-authz.el
1048      planner-bbdb.el planner-bibtex.el planner-bookmark.el
1049      planner-calendar.el planner-cyclic.el planner-deadline.el
1050      planner-diary.el planner-el.texi planner-erc.el
1051      planner-experimental.el planner-export-diary.el
1052      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
1053      planner-ledger.el planner-lisp.el planner-log-edit.el
1054      planner-mhe.el planner-multi.el planner-notes-index.el
1055      planner-psvn.el planner-publish.el planner-rank.el
1056      planner-rdf.el planner-report.el planner-rmail.el
1057      planner-rss.el planner-schedule.el planner-tasks-overview.el
1058      planner-timeclock-summary-proj.el planner-timeclock-summary.el
1059      planner-timeclock.el planner-trunk.el planner-unix-mail.el
1060      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
1061      planner.el
1064 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
1066     Summary:
1067       planner-appt: Handle initialization of the appt system.
1068     Revision:
1069       planner-muse--mwolson--1.0--patch-181
1071     * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
1072       that initializes the appt system.
1073     
1074     * planner-el.texi (Appointments): Remove old kludge.
1076     modified files:
1077      planner-appt.el planner-el.texi
1080 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
1082     Summary:
1083       planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
1084     Revision:
1085       planner-muse--mwolson--1.0--patch-180
1087     * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
1088       Smith that might make this work with Emacs21.
1090     modified files:
1091      AUTHORS planner-gnus.el
1094 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
1096     Summary:
1097       Finish copyright notices and AUTHORS file.
1098     Revision:
1099       planner-muse--mwolson--1.0--patch-179
1102     modified files:
1103      AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
1104      planner-bbdb.el planner-bibtex.el planner-calendar.el
1105      planner-deadline.el planner-diary.el planner-export-diary.el
1106      planner-id.el planner-ledger.el planner-log-edit.el
1107      planner-mhe.el planner-multi.el planner-notes-index.el
1108      planner-psvn.el planner-publish.el planner-report.el
1109      planner-tasks-overview.el planner-unix-mail.el planner.el
1112 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
1114     Summary:
1115       Progress: planner.el (2005)
1116     Revision:
1117       planner-muse--mwolson--1.0--patch-178
1120     modified files:
1121      AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
1122      planner-tasks-overview.el planner-timeclock-summary-proj.el
1123      planner-timeclock-summary.el planner-timeclock.el
1124      planner-trunk.el planner-unix-mail.el planner-vm.el
1125      planner-w3m.el planner-wl.el planner-xtla.el planner.el
1126      planner2diary.py
1129 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
1131     Summary:
1132       Progress: planner-rmail.el
1133     Revision:
1134       planner-muse--mwolson--1.0--patch-177
1137     modified files:
1138      AUTHORS planner-el.texi planner-multi.el
1139      planner-notes-index.el planner-psvn.el planner-publish.el
1140      planner-rank.el planner-rdf.el planner-report.el
1143 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-40
1145     Summary:
1146       planner.el: excessive highlighting
1147     Revision:
1148       planner--jeho--1.1--patch-40
1150     * planner.el (with-planner-update-setup): remove highlight inhibition to
1151       see whether the problem is really with planner-mode
1152       (planner-mode): don't explicitly call muse-colors-buffer
1153     
1155     modified files:
1156      planner.el
1159 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
1161     Summary:
1162       Progress: planner-multi.el
1163     Revision:
1164       planner-muse--mwolson--1.0--patch-174
1167     modified files:
1168      AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
1169      planner-lisp.el planner-log-edit.el planner-mhe.el
1170      planner-multi.el
1173 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com>       patch-17
1175     Summary:
1176       (planner-publish.el) properly derives "xml" to form "planner-xml" style!
1177     Revision:
1178       planner-muse--peter--1.0--patch-17
1180     * planner-publish.el (muse-xml): add require for 'muse-xml
1181     (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
1182     (planner-publish-markup-tags): changed to nested-section and
1183     tasks-section to match notes-section precedent.
1184     (planner-xml-markup-strings): revamped to behave similar to
1185     `planner-html-markup-strings'
1186     (planner-xml-header): mimics `muse-xml-header', but the root
1187     element is PLANNER not MUSE.
1188     (planner-html-markup-strings): resort to using the TITLE tag to
1189     generate static html code, instead of using H2, H3, etc. like
1190     before.
1191     (planner-html-style-sheet): added some defaults for nested
1192     .section .title style differentiation.
1193     (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
1194     (planner-publish-nested-section-tag): naming changes
1195     (planner-publish-title-tag): simplify title tag generation.  use a
1196     static markup string, instead of drawing from 'section,
1197     'subsection variables.  The reason for this change, although I
1198     _did_ like the former behavior of using H2, H3, etc. for HTML
1199     markup is that the 'section, 'subsection variables of muse-xml do
1200     NOT behave the same way as muse-html does (where muse-html acts
1201     more like just a title).
1202     (sectionalize): generate title tag w/o LEVEL attribute.
1203     (muse-derive-style): the REAL reason for all the changes above!
1204     Now planner-publish takes in the new muse-xml style and derives a
1205     new planner specific style, "planner-xml" style.
1207     modified files:
1208      planner-publish.el
1211 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-38
1213     Summary:
1214       with-planner-update-setup: fix typo
1215     Revision:
1216       planner--jeho--1.1--patch-38
1219     modified files:
1220      planner.el
1223 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
1225     Summary:
1226       More copyright twiddling.  Progress: planner-ical.el
1227     Revision:
1228       planner-muse--mwolson--1.0--patch-173
1231     modified files:
1232      AUTHORS ChangeLog.2004 planner-accomplishments.el
1233      planner-appt.el planner-bbdb.el planner-bibtex.el
1234      planner-calendar.el planner-cyclic.el planner-deadline.el
1235      planner-diary.el planner-erc.el planner-experimental.el
1236      planner-export-diary.el planner-gnats.el planner-gnus.el
1239 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
1241     Summary:
1242       Fix some more copyright headers.
1243     Revision:
1244       planner-muse--mwolson--1.0--patch-172
1247     modified files:
1248      AUTHORS planner-el.texi planner-erc.el planner-xtla.el
1251 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
1253     Summary:
1254       Edit more copyright notices.  Add AUTHORS.
1255     Revision:
1256       planner-muse--mwolson--1.0--patch-171
1258     * AUTHORS: New file containing a thorough listing of contributors and
1259       authors of Planner, its documentation, and its modules.  I'm about
1260       half-way done verifying its contents.
1262     new files:
1263      .arch-ids/AUTHORS.id AUTHORS
1265     modified files:
1266      ChangeLog.2005 planner-authz.el planner-bbdb.el
1267      planner-bibtex.el planner-bookmark.el planner-calendar.el
1268      planner-cyclic.el planner-deadline.el planner-diary.el
1269      planner-el.texi planner-multi.el planner-xtla.el planner.el
1272 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
1274     Summary:
1275       Fix delegated task errors.  Work on updating copyright statements.
1276     Revision:
1277       planner-muse--mwolson--1.0--patch-170
1279     * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
1280       for delegated mark.  Thanks to Seth Falcon for the report.
1281     
1282     * planner-rank.el (planner-sort-tasks-by-rank)
1283       (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
1284       Ditto.
1285     
1286     * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
1287     
1288     * planner.el (planner-marks-regexp, planner-live-task-regexp):
1289       (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
1290     
1291     * planner.el (planner-version): Set to 3.39.
1293     modified files:
1294      ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
1295      planner-appt.el planner-authz.el planner-calendar.el
1296      planner-deadline.el planner-experimental.el planner-publish.el
1297      planner-rank.el planner-rdf.el planner.el
1299     renamed files:
1300      .arch-ids/PLANNER-README.id
1301        ==> .arch-ids/COMMENTARY.id
1302      PLANNER-README
1303        ==> COMMENTARY
1306 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
1308     Summary:
1309       Complete writing of ChangeLogs.
1310     Revision:
1311       planner-muse--mwolson--1.0--patch-169
1313     * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
1314       other logs and removal of "merged this" logs.
1316     modified files:
1317      ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
1320 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
1322     Summary:
1323       Add ChangeLogs from contributors.
1324     Revision:
1325       planner-muse--mwolson--1.0--patch-168
1327     Remove a few emacs-wiki-only changelogs.
1328     
1329     * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
1330       This is not complete yet.
1332     modified files:
1333      ChangeLog.2004 ChangeLog.2005
1336 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
1338     Summary:
1339       Update Makefile, split ChangeLog.
1340     Revision:
1341       planner-muse--mwolson--1.0--patch-167
1343     * Makefile (release): Create GPG keys here instead of at upload time.
1344     
1345     * ChangeLog: Refactor into ChangeLog.2004-2006.  We'll just manually
1346       merge in entries at release time, I guess.  It might be good to get the
1347       full logs from merged sources, too.
1349     new files:
1350      .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
1351      .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
1352      ChangeLog.2006
1354     removed files:
1355      .arch-ids/ChangeLog.id ChangeLog
1357     modified files:
1358      Makefile Makefile.defs
1361 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
1363     Summary:
1364       XEmacs fixes.
1365     Revision:
1366       planner-muse--mwolson--1.0--patch-166
1368     * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
1369       obsolete variable.
1370     
1371     * planner-authz.el (planner-authz-mason-markup-table): 
1372       (planner-authz-diary-tag): Use planner-line-beginning-position.
1373     
1374     * planner-el.texi (Appointments): Add code snippet for activating
1375       appt.el.
1376     
1377     * planner-mhe.el: Require mh-index.
1378     
1379     * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
1380       function that provides an implementation of
1381       rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
1382       (planner-rmail-annotation-from-mail): Use
1383       planner-rmail-narrow-to-non-pruned-header.
1384     
1385     * planner.el: Wrap conditional `require' in `eval-when-compile'.
1387     modified files:
1388      ChangeLog planner-appt.el planner-authz.el planner-el.texi
1389      planner-mhe.el planner-rmail.el planner.el
1392 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
1394     Summary:
1395       planner-appt: XEmacs fix.
1396     Revision:
1397       planner-muse--mwolson--1.0--patch-165
1399     * Makefile.defs: Fix typo.
1400     
1401     * planner-appt.el: Add usage instructions which mention how to activate
1402       appt.
1403       (planner-appt-update-appt-section): Don't use `propertize', since
1404       XEmacs doesn't have it.
1406     modified files:
1407      ChangeLog Makefile.defs planner-appt.el
1410 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
1412     Summary:
1413       Massively clean whitespace and fix compiler warnings.
1414     Revision:
1415       planner-muse--mwolson--1.0--patch-164
1418     modified files:
1419      ChangeLog planner-appt.el planner-bibtex.el
1420      planner-calendar.el planner-diary.el planner-export-diary.el
1421      planner-gnus.el planner-ical.el planner-rank.el
1422      planner-report.el planner-rss.el planner-tasks-overview.el
1423      planner.el scripts/planner-build.el
1426 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
1428     Summary:
1429       planner-el.texi: Fix a few URL examples.
1430     Revision:
1431       planner-muse--mwolson--1.0--patch-163
1433     * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
1434       the examples.
1435       (BibTeX): Remove the initial forward-slashes from the sample bibtex
1436       URL.  Thanks to Stefan van der Walt for the report.
1438     modified files:
1439      ChangeLog planner-el.texi
1442 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
1444     Summary:
1445       planner-accomplishments: Use simpler method of determining hook to use.
1446     Revision:
1447       planner-muse--mwolson--1.0--patch-162
1449     * planner-accomplishments.el (planner-accomplishments-insinuate):
1450       Simplify.  This should fix an issue reported by Stefan van der Walt.
1452     modified files:
1453      ChangeLog planner-accomplishments.el
1456 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
1458     Summary:
1459       Fix an extra-tasks problem in planner-tasks-overview.
1460     Revision:
1461       planner-muse--mwolson--1.0--patch-161
1463     * planner.el (planner-list-daily-files): Prevent temp buffers from being
1464       added when an existing buffer with the same name exists.  Thanks to
1465       Stefan van der Walt for the report.  This should prevent task lists
1466       from being doubled in planner-tasks-overview.
1468     modified files:
1469      ChangeLog planner.el
1472 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
1474     Summary:
1475       Fix documentation example that I wrote earlier.
1476     Revision:
1477       planner-muse--mwolson--1.0--patch-160
1479     * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
1480       Replace "planner-muse" with "planner".
1481     
1482     * debian/changelog: Condense old planner-muse-el entries into a new
1483       planner-el entry.
1484     
1485     * debian/control, debian/emacsen-install, debian/emacsen-remove,
1486       emacsen-startup: s/planner-muse-el/planner-muse/.
1487     
1488     * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
1489       advice from my sponsor.
1490     
1491     * planner-el.texi (Viewing Tasks): Adjust whitespace.
1492       (Publishing): Use an example that has a better chance of working.
1493       Thanks to Stefan van der Walt for the report.
1495     modified files:
1496      ChangeLog Makefile.defs debian/changelog debian/control
1497      debian/emacsen-install debian/emacsen-remove
1498      debian/emacsen-startup debian/rules planner-el.texi
1501 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
1503     Summary:
1504       Fix emacs-wiki Bug #14907.
1505     Revision:
1506       planner-muse--mwolson--1.0--patch-159
1508     * planner.el (planner-extract-tasks): Fix backtrace.  This also fixes
1509       #14907 on the emacs-wiki bug-tracker.
1511     modified files:
1512      ChangeLog planner.el
1515 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
1517     Summary:
1518       planner-el.texi: Task numbers are not displayed by default.
1519     Revision:
1520       planner-muse--mwolson--1.0--patch-158
1522     * planner-el.texi (Viewing Tasks): Note that by default, task numbers
1523       will not be displayed.  Explain how to get them.  Thanks to Stefan van
1524       der Walt for the report.
1526     modified files:
1527      ChangeLog planner-el.texi
1530 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net>     patch-5
1532     Summary:
1533       Added example and instructions for setting up a new Planner project.
1534     Revision:
1535       planner-muse--johnsu01--1.0--patch-5
1538     modified files:
1539      planner-el.texi
1542 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net>     patch-4
1544     Summary:
1545       Fixed name of Debian package and instructions for installing the package.
1546     Revision:
1547       planner-muse--johnsu01--1.0--patch-4
1550     modified files:
1551      planner-el.texi
1554 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
1556     Summary:
1557       Yet Another paragraph detection try.
1558     Revision:
1559       planner-muse--mwolson--1.0--patch-155
1561     * planner-publish.el (planner-publish-markup-note): Put the newlines in a
1562       different spot.
1563       (planner-publish-content-tag): Be a bit more delicate about where we
1564       insert the markup.
1566     modified files:
1567      ChangeLog planner-publish.el
1570 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
1572     Summary:
1573       Makefile: Fix argument for install-info.
1574     Revision:
1575       planner-muse--mwolson--1.0--patch-154
1577     * Makefile (install): Give install-info the correct path.  Thanks to Dale
1578       Smith for reporting this.
1580     modified files:
1581      ChangeLog Makefile
1584 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
1586     Summary:
1587       Use "D" to indicate delegated tasks, instead of ">".
1588     Revision:
1589       planner-muse--mwolson--1.0--patch-153
1591     * planner-accomplishments.el (planner-accomplishments-status-display):
1592       Use "D" to indicate delegated tasks, instead of ">".
1593     
1594     * planner-el.texi (Modifying Tasks): Ditto.
1595     
1596     * planner-publish.el (planner-publish-task-status-expand): 
1597       (planner-publish-task-status-collapse): Ditto.
1598     
1599     * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
1600       Ditto.
1601     
1602     * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks): 
1603       (planner-task-delegated): Ditto.
1605     modified files:
1606      ChangeLog planner-accomplishments.el planner-el.texi
1607      planner-publish.el planner-tasks-overview.el planner.el
1610 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
1612     Summary:
1613       Fix double-escaping issue.
1614     Revision:
1615       planner-muse--mwolson--1.0--patch-152
1617     * Makefile (install): Install the manual as "planner", not
1618       "planner-muse".
1619     
1620     * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
1621       rather than site-lisp/planner-muse.
1622     
1623     * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
1624       Smith that fixes a double-escaping of specials with muse--main.
1625       (planner-publish-section-tag): Revert a previous whitespace patch.
1626       (planner-publish-content-tag): Insert an additional newline.  Hopefully
1627       this finally fixes the paragraph detection problem.
1629     modified files:
1630      ChangeLog Makefile Makefile.defs planner-publish.el
1633 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu>    patch-14
1635     Summary:
1636       don't insert task number padding if planner-use-task-numbers is nil
1637     Revision:
1638       planner-muse--main--1.0--patch-14
1641     modified files:
1642      planner.el
1645 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net>     patch-3
1647     Summary:
1648         Updated maintainer information. Removed distinction between stable
1649         and development versions. Distributed the Updating Your Version
1650         node information and removed it. Made new nodes for each
1651         installation method under a new Getting the Files section.
1653     Revision:
1654       planner-muse--johnsu01--1.0--patch-3
1657     modified files:
1658      planner-el.texi
1661 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
1663     Summary:
1664       muse-publish: Try again to fix paragraph detection.
1665     Revision:
1666       planner-muse--mwolson--1.0--patch-150
1668     * planner-publish.el (planner-publish-content-tag): Insert an extra
1669       newline.
1671     modified files:
1672      ChangeLog planner-publish.el
1675 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
1677     Summary:
1678       planner-publish: Try to fix paragraph error.
1679     Revision:
1680       planner-muse--mwolson--1.0--patch-149
1682     * planner-publish.el (planner-publish-section-tag): Attempt to fix a
1683       paragraph markup error.
1685     modified files:
1686      ChangeLog planner-publish.el
1689 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
1691     Summary:
1692       planner-publish: Remove extra </span> tag.
1693     Revision:
1694       planner-muse--mwolson--1.0--patch-148
1696     * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
1697       Smith that removes a stray </span> tag.
1699     modified files:
1700      ChangeLog planner-publish.el
1703 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
1705     Summary:
1706       planner-publish: Yet Another Patch.  Remove stale functions.
1707     Revision:
1708       planner-muse--mwolson--1.0--patch-147
1710     * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
1711       (planner-appt-format-description): Use planner-remove-links rather than
1712       planner-appt-de-wiki.
1713     
1714     * planner-publish.el: Apply patch from Dale Smith.
1715       (planner-publish-markup-tags): Use the correct attributes.
1716       (planner-publish-notes-section-tag): Don't call
1717       muse-publish-markup-region explicitly.
1718     
1719     * planner-publish.el (planner-publish-notes-tag): Use
1720       planner-remove-links.
1721     
1722     * planner.el (planner-encode-url, planner-link-escape)
1723       (planner-link-unescape): Remove.
1724       (planner-remove-links): Renamed from planner-appt-de-wiki.  Keep track
1725       of start position for sanity.
1727     modified files:
1728      ChangeLog planner-appt.el planner-publish.el planner.el
1731 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1733     Summary:
1734       planner-publish: Work further on <notes> and <past-notes> tags.
1735     Revision:
1736       planner-muse--mwolson--1.0--patch-146
1738     * planner-publish.el (planner-html-markup-strings): Split
1739       planner-note-details into manageable chunks.
1740       (planner-publish-markup-note, planner-publish-notes-section-tag):
1741       s/notes/notes-section/.  Thanks to Dale Smith for the patch.
1742       (planner-publish-past-notes-tag): Fix the name of this function, thanks
1743       to Dale Smith.  Make it use planner-insert-markup in some parts so that
1744       raw HTML doesn't get escaped.
1745       (planner-publish-note-tag): Split up the 'planner-note-details string
1746       so that we can be selective about the parts that are marked up as
1747       read-only.
1749     modified files:
1750      ChangeLog planner-publish.el
1753 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1755     Summary:
1756       planner-publish: Make "* Notes" section publish correctly again.
1757     Revision:
1758       planner-muse--mwolson--1.0--patch-145
1760     * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1761       rename to planner-publish-notes-section.  emacs-wiki had the <notes>
1762       tag insert an index of notes, so we'll use that as the behavior of
1763       <notes>.  We still need the other function, though, to publish the 
1764       "* Notes" section.  Thanks to Dale Smith for the advice.
1765       (planner-publish-markup-tags): Add notes-section tag
1766       (planner-publish-notes-section-tag): Renamed from the old
1767       planner-publish-notes-tag function.
1768       (sectionalize-markup-tagname): Mark up "* Notes" section as
1769       "notes-section" instead of "notes".
1771     modified files:
1772      ChangeLog planner-publish.el
1775 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1777     Summary:
1778       Apply several bugfixes from Sacha.
1779     Revision:
1780       planner-muse--mwolson--1.0--patch-144
1782     * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1783       Thanks to Sacha Chua for the fix.
1784     
1785     * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1786       page if narrowing succeeds.  The previous behavior was to delete entire
1787       linked page if linked note wasn't found.  Thanks to Lee Bigelow and
1788       Sacha Chua for the fix.
1790     modified files:
1791      ChangeLog planner-rss.el planner.el
1793 See ChangeLog.2005 for earlier changes.
1795 ;; Local Variables:
1796 ;; coding: utf-8
1797 ;; End: