Document planner-registry.el.
[planner-el.git] / ChangeLog
blob88a0fd4179f30eae40aca4f4759aede20a1928eb
1 2006-06-18 03:20:47 GMT John Sullivan <john@wjsullivan.net>     patch-46
3     Summary:
4       Document planner-zoom.
5     Revision:
6       planner--main--1.0--patch-59
8     modified files:
9      planner-el.texi
12 2006-06-16 03:59:59 GMT Michael Olson <mwolson@gnu.org> patch-58
14     Summary:
15       Spot check documentation through planner-gnus.el.
16     Revision:
17       planner--main--1.0--patch-58
19     * planner-el.texi (Planner-Diary Advanced Features): Add a few index
20       entries.  Document planner-export-diary.el.
21       (Emacs Relay Chat): Update the syntax.
23     modified files:
24      planner-el.texi
27 2006-06-08 21:57:22 GMT Michael Olson <mwolson@gnu.org> patch-57
29     Summary:
30       planner-el.texi: Use shared Arch archive in instructions.
31     Revision:
32       planner--main--1.0--patch-57
34     * planner-el.texi (Installing from Arch): Use shared archive instead of
35       my personal archive.
37     modified files:
38      planner-el.texi
41 2006-06-08 21:36:15 GMT Michael Olson <mwolson@gnu.org> patch-56
43     Summary:
44       Document new mailing lists in the manual.
45     Revision:
46       planner--main--1.0--patch-56
48     * planner-el.texi (Getting Help): Document new mailing
49       lists.
50       (Overview, Review, Sample Configuration Files): Point to Getting Help
51       section for mailing list information.
53     modified files:
54      planner-el.texi
57 2006-06-08 20:54:08 GMT Michael Olson <mwolson@gnu.org> patch-55
59     Summary:
60       Update NEWS.
61     Revision:
62       planner--main--1.0--patch-55
64     * NEWS: Update.
66     modified files:
67      NEWS
70 2006-06-08 20:26:57 GMT Michael Olson <mwolson@gnu.org> patch-54
72     Summary:
73       Move Debian stuff to its own branch.
74     Revision:
75       planner--main--1.0--patch-54
78     removed files:
79      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
80      debian/.arch-ids/README.Debian.id
81      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
82      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
83      debian/.arch-ids/emacsen-install.id
84      debian/.arch-ids/emacsen-remove.id
85      debian/.arch-ids/emacsen-startup.id
86      debian/.arch-ids/planner-el.docs.id
87      debian/.arch-ids/planner-el.info.id debian/.arch-ids/rules.id
88      debian/NEWS debian/README.Debian debian/changelog
89      debian/compat debian/control debian/copyright
90      debian/emacsen-install debian/emacsen-remove
91      debian/emacsen-startup debian/planner-el.docs
92      debian/planner-el.info debian/rules
94     removed directories:
95      debian debian/.arch-ids
98 2006-06-05 15:52:57 GMT Michael Olson <mwolson@gnu.org> patch-53
100     Summary:
101       Make Planner's keymap inherit from Muse's keymap.
102     Revision:
103       planner--main--1.0--patch-53
105     * planner.el (planner-mode-map): Apply patch from Adrian Aichner that
106       inherits the keymap from Muse, rather than copying it.  We fall back to
107       copying it if the proper functionality does not exist in the user's
108       version of Emacs.
110     modified files:
111      AUTHORS planner.el
114 2006-06-01 13:54:24 GMT Michael Olson <mwolson@gnu.org> patch-52
116     Summary:
117       Add explanation for timeclock.el error.
118     Revision:
119       planner--main--1.0--patch-52
121     * contrib/timeclock.el: Add an explanation of why we error out if the
122       person is not using XEmacs.
123     
124     * debian/emacsen-startup: Put Planner's contrib directory at the end of
125       the load-path.
127     modified files:
128      ChangeLog ChangeLog.2005 Makefile.defs contrib/timeclock.el
129      debian/changelog debian/emacsen-startup
132 2006-05-30 21:14:09 GMT Michael Olson <mwolson@gnu.org> patch-51
134     Summary:
135       Avoid a backtrace when using planner-calendar and not publishing.
136     Revision:
137       planner--main--1.0--patch-51
139     * planner.el (planner-published-file): Avoid error when not publishing.
140       (planner-yesterday): Docfix.
141       (planner-tomorrow): New function that returns the date for tomorrow.
143     modified files:
144      planner.el
147 2006-05-29 14:22:16 GMT Michael Olson <mwolson@gnu.org> patch-50
149     Summary:
150       Make ChangeLog conform to conventions better.
151     Revision:
152       planner--main--1.0--patch-50
154     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
155       conventions better.  Specify the buffer encoding.  Add helpful notices
156       at the bottom of this and ChangeLog.2005.
158     modified files:
159      ChangeLog ChangeLog.2004 ChangeLog.2005 NEWS debian/rules
161     renamed files:
162      .arch-ids/ChangeLog.2006.id
163        ==> .arch-ids/ChangeLog.id
164      ChangeLog.2006
165        ==> ChangeLog
168 2006-05-26 14:44:08 GMT Michael Olson <mwolson@gnu.org> patch-49
170     Summary:
171       Display a helpful message if muse-project-alist undefined.
172     Revision:
173       planner--main--1.0--patch-49
175     * planner.el (planner-display-warning): New function that displays a
176       warning window.  This is useful for longer explanations of errors.
177       (plan): Display a helpful message if `muse-project-alist' is not
178       defined.
180     modified files:
181      planner.el
184 2006-05-25 01:20:42 GMT Michael Olson <mwolson@gnu.org> patch-48
186     Summary:
187       Fix lock up with old delegated task mark.
188     Revision:
189       planner--main--1.0--patch-48
191     * planner.el (planner-marks-regexp): Docfix.
192       (planner-task-regexp): Don't include marks; be more lenient, since
193       planner-id uses this as a metric for finding a task, and we don't want
194       tasks with strange marks to cause it not to find a task.
195       (plan): Indentation.
197     modified files:
198      planner.el
201 2006-05-23 22:14:14 GMT Michael Olson <mwolson@gnu.org> patch-46
203     Summary:
204       Remove duplicate note links when publishing.
205     Revision:
206       planner--main--1.0--patch-46
208     * planner-publish.el (planner-publish-note-tag): Ensure that a page
209       cannot appear in both link and categories.
211     modified files:
212      planner-publish.el
215 2006-05-23 16:19:01 GMT Michael Olson <mwolson@gnu.org> patch-45
217     Summary:
218       Remove task IDs when publishing.
219     Revision:
220       planner--main--1.0--patch-45
222     * planner-id.el ("planner-publish"): Remove Task IDs and anything else
223       that uses the ID syntax when publishing.
225     modified files:
226      planner-id.el
229 2006-05-18 20:05:12 GMT Michael Olson <mwolson@gnu.org> patch-44
231     Summary:
232       Publish diary sections in a meaningful way.
233     Revision:
234       planner--main--1.0--patch-44
236     * planner-publish.el (planner-publish-markup-tags): Add entry for
237       diary-section.
238       (planner-xml-markup-strings, planner-html-markup-strings): Add strings
239       for diary section.
240       (planner-html-style-sheet): Add CSS elements for Diary section.
241       (planner-publish-diary-section-tag): New function that publishes the
242       diary in a way that preserves line breaks, using the verse tag
243       function.
244       (planner-section-tagnames): Transform Diary sections to diary-section
245       tags.
247     modified files:
248      planner-publish.el
251 2006-05-18 16:40:36 GMT Michael Olson <mwolson@gnu.org> patch-43
253     Summary:
254       Make notes publish with nicer default CSS elements.
255     Revision:
256       planner--main--1.0--patch-43
258     * planner-publish.el (planner-html-style-sheet): Add style elements for
259       Notes section.  This causes the note anchors to be placed on the same
260       line as note headings, which is the way it used to be.
262     modified files:
263      planner-publish.el
266 2006-05-17 21:43:59 GMT Michael Olson <mwolson@gnu.org> patch-42
268     Summary:
269       Work on calendar, manual, and index generation.
270     Revision:
271       planner--main--1.0--patch-42
273     * planner-calendar.el: Fix example in header.  Remove the word "wiki"
274       from everything, since "page" works better.
275       (planner-calendar-coerce-day-page): New function that determines which
276       day page to base the calendar on.
277       (planner-calendar-from-page): Use `planner-calendar-coerce-day-page'.
278       Check for null page name.
279       (planner-calendar-create-today-link): Make sure that the page we are
280       linking to actually exists.  This function should now be safe to add
281       globally to muse-after-publish-hook.
282       (planner-publish-calendar-tag): If no calendar is returned, don't
283       insert anything.
284       ("planner-publish-finalize-regexps"): Use a better regexp to match the
285       calendar tag, so that it is processed correctly.
286     
287     * planner-el.texi: Add subheadings for Keys, Options, and Functions, if
288       applicable.
289       (Publishing Calendars): Mention "page" and "arrows" options.  Mention
290       workaround for problem where the text in the arrows doesn't get
291       published correctly.  Give working example for
292       planner-calendar-create-today-link.
293     
294     * planner.el (planner-published-file): Try to figure out where the file
295       exists, if the output directory is not specified.  This could be more
296       elaborate to handle multiple source directories, but I haven't gotten
297       around to that yet.
298       (planner-index-as-string): Add exclude-daypages option for those who do
299       not want day pages to show up in the index.
301     modified files:
302      planner-calendar.el planner-el.texi planner.el
305 2006-05-09 00:30:01 GMT Michael Olson <mwolson@gnu.org> patch-41
307     Summary:
308       planner-el.texi: Update location of schedule.el.
309     Revision:
310       planner--main--1.0--patch-41
312     * planner-el.texi (Timeclock): Note that timeclock.el comes with GNU
313       Emacs, and direct XEmacs users to use the version that comes with
314       Planner in the contrib directory.
315       (schedule.el): Use correct URL and note that this comes with Planner.
316       Thanks to Adrian Aichner for the report.
318     modified files:
319      ChangeLog.2006 Makefile.defs debian/changelog planner-el.texi
322 2006-04-26 19:59:37 GMT Michael Olson <mwolson@gnu.org> patch-40
324     Summary:
325       planner-calendar: Default to today if not publishing a day page.
326     Revision:
327       planner--main--1.0--patch-40
329     * planner-calendar.el (planner-calendar-from-wiki): Default to current
330       day if we're not publishing a day page.
332     modified files:
333      planner-calendar.el
336 2006-04-26 19:55:13 GMT Michael Olson <mwolson@gnu.org> patch-39
338     Summary:
339       Add default CSS elements for calendar stuff.
340     Revision:
341       planner--main--1.0--patch-39
343     * planner-publish.el (planner-html-style-sheet): Add some default CSS
344       elements for calendar stuff.
346     modified files:
347      planner-publish.el
350 2006-04-26 19:35:10 GMT Michael Olson <mwolson@gnu.org> patch-38
352     Summary:
353       planner-calendar: Surround generated calendar with <div> tag.
354     Revision:
355       planner--main--1.0--patch-38
357     * planner-calendar.el: Fix example.
358       (planner-publish-calendar-tag): Surround in a <div> section for ease of
359       use.
360     
361     * planner-el.texi (Publishing Calendars): Make the example simpler.
362     
363     * planner-publish.el (planner-insert-markup): If we're using Muse 3.02.6,
364       manually make the region read-only.
366     modified files:
367      Makefile.defs debian/changelog planner-calendar.el
368      planner-el.texi planner-publish.el
371 2006-04-26 18:09:14 GMT Michael Olson <mwolson@gnu.org> patch-37
373     Summary:
374       Minor docfix.
375     Revision:
376       planner--main--1.0--patch-37
378     * planner-publish.el (planner-publish-prepare-buffer) 
379       (planner-publish-finalize-buffer): Docfix.
381     modified files:
382      planner-publish.el
385 2006-04-26 18:01:36 GMT Michael Olson <mwolson@gnu.org> patch-36
387     Summary:
388       Make publishing of calendars work better using a new method.
389     Revision:
390       planner--main--1.0--patch-36
392     * planner-calendar.el: Docfix.  Recognize <calendar> tags even in the
393       header and footer.
394       (planner-calendar-insert-calendar-maybe) 
395       (planner-calendar-move-calendar-to-top-of-page-maybe): Remove, since
396       they are not needed by the new method.
397     
398     * planner-el.texi (Publishing Calendars): Update.
399     
400     * planner-publish.el (planner-publish-prepare-regexps): New option that
401       specifies the publishing regexps to apply before doing other
402       publishing.
403       (planner-publish-finalize-regexps): New option that specifies the
404       publishing regexps to apply after doing other publishing.
405       (planner-publish-prepare-buffer): Use planner-publish-prepare-regexps.
406       (planner-publish-finalize-buffer): New function that finalizes Planner
407       buffers after publishing.
408       (planner-section-tagnames): Fix ordering error.
410     modified files:
411      planner-calendar.el planner-el.texi planner-publish.el
414 2006-04-26 03:22:20 GMT Michael Olson <mwolson@gnu.org> patch-35
416     Summary:
417       Use h2, h3, ... for headings.
418     Revision:
419       planner--main--1.0--patch-35
421     * planner-publish.el (planner-publish-markup-tags) [title]: Accept
422       attributes.
423       (planner-html-markup-strings) [planner-begin-title, planner-end-title]:
424       Use normal style headings, i.e. h2.
425       (planner-html-style-sheet): Remove nested title hacks.
426       (planner-publish-markup-note): Use title level of 3.
427       (planner-publish-title-tag): Accept attributes.  Call muse-markup-text
428       with a level argument.
429       (planner-publish-section): Store level as heading level + 1, since the
430       topmost level heading should be h2.
432     modified files:
433      planner-publish.el
436 2006-04-25 22:03:34 GMT Michael Olson <mwolson@gnu.org> patch-34
438     Summary:
439       Fix a paragraph publishing problem near end of file.
440     Revision:
441       planner--main--1.0--patch-34
443     * planner-publish.el (planner-html-markup-strings)
444       [planner-end-note-categories]: Remove newline.
445       (planner-publish-prepare-buffer): Rework to use the Muse markup engine.
446       (planner-publish-markup-note): Docfix.
447       (planner-publish-nested-section-tag): Docfix.
448       (planner-publish-notes-section-tag): Insert newline.
449       (planner-publish-note-tag): Insert newline.
450       (planner-sectionalize-delimiter, planner-sectionalize-page) 
451       (sectionalize-markup-tagname, sectionalize-markup-tagname) 
452       (sectionalize): Remove.
453       (planner-publish-section-close): New function that finds where the
454       closing tag of DEPTH should go, and inserts TEXT.
455       (planner-section-tagnames): Mapping of sections to their tag name.
456       (planner-publish-section-tagname): New function that finds the tag name
457       for the given section.
458       (planner-publish-section): New function that publishing the current
459       heading as a section.  This should fix a problem with sections at the
460       end of a file, given only one newline at end.
462     modified files:
463      planner-publish.el
466 2006-04-09 19:29:19 GMT Michael Olson <mwolson@gnu.org> patch-33
468     Summary:
469       manual: Fix errors introduced in last patch.
470     Revision:
471       planner--main--1.0--patch-33
473     * planner-el.texi: Fix a couple of errors.
475     modified files:
476      planner-el.texi
479 2006-04-09 19:27:03 GMT Michael Olson <mwolson@gnu.org> patch-32
481     Summary:
482       manual: Remove use of old Planner variables.
483     Revision:
484       planner--main--1.0--patch-32
486     * planner-el.texi: Remove use of old Planner variables.  Thanks to
487       Sebastian Luque for the report.
488       (Creating Your Planner): Clarify comment.
489       (Basic Configuration): Remove node, since its content is presented
490       elsewhere.
491       (Annotations, Publishing): Don't use old Planner variables in
492       explanation.
493       (iCal Task Publication): Give a more up-to-date example.
495     modified files:
496      planner-el.texi
499 2006-04-08 02:57:43 GMT Michael Olson <mwolson@gnu.org> patch-31
501     Summary:
502       Prepare new Debian package for Arch snapshot.
503     Revision:
504       planner--main--1.0--patch-31
506     * ChangeLog.2006: Update.
507     
508     * debian/changelog: Prepare new Debian package for Arch snapshot.
510     modified files:
511      ChangeLog.2006 Makefile.defs debian/changelog
514 2006-04-08 01:34:44 GMT Michael Olson <mwolson@gnu.org> patch-30
516     Summary:
517       planner-registry: Minor code cleanup.
518     Revision:
519       planner--main--1.0--patch-30
521     * planner-registry.el (planner-registry-show): Remove boundp check.
523     modified files:
524      planner-registry.el
527 2006-04-08 01:32:20 GMT Michael Olson <mwolson@gnu.org> patch-29
529     Summary:
530       Include planner-registry.el.
531     Revision:
532       planner--main--1.0--patch-29
534     * planner-registry.el: New file that implements a registry of URLs and
535       Planner annotations.  This used to be called muse-registry.el, but it
536       has been renamed to planner-registry.el since it fits better with
537       Planner.
539     new files:
540      .arch-ids/planner-registry.el.id planner-registry.el
542     modified files:
543      AUTHORS
546 2006-04-02 18:20:31 GMT Michael Olson <mwolson@gnu.org> patch-28
548     Summary:
549       Correct several regexps.
550     Revision:
551       planner--main--1.0--patch-28
553     If a regexp has a character set negation, make sure it includes the
554     newline, so that newlines aren't matched.
556     modified files:
557      planner-appt.el planner-bibtex.el planner-deadline.el
558      planner-erc.el planner-id.el planner-mhe.el planner-rdf.el
559      planner-tasks-overview.el planner-timeclock.el planner-vm.el
560      planner.el
563 2006-03-29 20:23:27 GMT Andrew J. Korty <ajk@iu.edu>    patch-25
565     Summary:
566       Merge some authz fixes.
567     Revision:
568       planner--main--1.0--patch-27
570     * planner-authz.el (planner-authz-fix-list-item): new function to move
571       the <li> tags to the inside to avoid a blank bullet when a list item is
572       totally access controlled
573       (planner-authz-markup-regexps): use it
574       (planner-authz-index-as-string): use <authz> tags to mark up the index
575       and rely on the new regexp entry to clean up the results
576       (planner-authz-multi-union): declare `sublist'
578     modified files:
579      planner-authz.el
582 2006-03-27 23:52:31 GMT Michael Olson <mwolson@gnu.org> patch-25
584     Summary:
585       planner-erc: Improve greatly.
586     Revision:
587       planner--main--1.0--patch-25
589     * planner-erc.el: Update the syntax for IRC URLs.  Add warning for users
590       of old versions of ERC.
591       (planner-erc-url-regexp): New variable that specifies the syntax of IRC
592       URLs.
593       (planner-erc-annotation-from-erc): Use `erc-server-announced-name'.
594       (planner-erc-browse-url): Figure out the desired chat buffer.  If no
595       chat buffer exists for the given URL, connect to the server.
597     modified files:
598      planner-erc.el
601 2006-03-25 04:46:53 GMT Michael Olson <mwolson@gnu.org> patch-24
603     Summary:
604       planner-zoom.el: New file used for navigating Planner pages.
605     Revision:
606       planner--main--1.0--patch-24
608     * AUTHORS: Bookkeeping.
609     
610     * planner.el (planner-remove-if-not): New function that implements a
611       simplified version of `remove-if-not'.
612     
613     * planner-zoom.el: New file by Gregory Novak that implements easy
614       navigation of Planner pages.
616     new files:
617      .arch-ids/planner-zoom.el.id planner-zoom.el
619     modified files:
620      AUTHORS planner.el
623 2006-03-23 14:14:17 GMT Michael Olson <mwolson@gnu.org> patch-23
625     Summary:
626       planner-psvn.el: Install update from author.
627     Revision:
628       planner--main--1.0--patch-23
630     * planner-psvn.el: Apply modified patch from Stefan Reichör that improves
631       compatibility with newer versions of psvn.el and pops to the diff
632       buffer.
634     modified files:
635      planner-psvn.el
638 2006-03-15 12:38:11 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-19
640     Summary:
641       Merged from jeho@jeho.org--2005 (patch 56-57), mwolson@gnu.org--2006-planner-el (patch 16-19)
642     Revision:
643       planner--main--1.0--patch-21
645     * planner-appt.el (planner-appt-forthcoming-show-day-names-flag): New
646       option that indicates whether to show day names in forthcoming
647       appointments.
648       (planner-appt-forthcoming-format): Add day name insertion.
649     
650     * planner-el.texi: Add documentation about new feature [and also for
651       planner-appt-forthcoming-repeat-date-string].
653     modified files:
654      planner-appt.el planner-el.texi
657 2006-03-14 21:13:28 GMT Michael Olson <mwolson@gnu.org> patch-20
659     Summary:
660       planner-appt: Mention that documentation is available in Planner manual.
661     Revision:
662       planner--main--1.0--patch-20
664     * planner-appt.el: Mention that further details are available in the
665       Planner manual.
667     modified files:
668      planner-appt.el
671 2006-03-14 20:03:31 GMT Michael Olson <mwolson@gnu.org> patch-19
673     Summary:
674       planner-calendar: Fix publishing bug.
675     Revision:
676       planner--main--1.0--patch-19
678     * planner-calendar.el (planner-calendar-html-tag-marker): Use the correct
679       value so that the calendar is published properly.  Thanks to Christian
680       Clercin and René.
682     modified files:
683      planner-calendar.el
686 2006-03-11 15:29:42 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-15
688     Summary:
689       Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006-planner-el (patch 14-15)
690     Revision:
691       planner--main--1.0--patch-18
693     * planner-appt.el (planner-fit-window-to-buffer): Use
694       shrink-window-if-large-than-buffer if fit-window-to-buffer is not
695       available.
696       (planner-appt-forthcoming-regexp): Remove the shyness from the groups:
697       this makes it match ok in XEmacs [don't know why it didn't before
698       though].
700     modified files:
701      planner-appt.el
704 2006-03-13 03:43:23 GMT Michael Olson <mwolson@gnu.org> patch-17
706     Summary:
707       Add COPYING file; do bookkeeping.
708     Revision:
709       planner--main--1.0--patch-17
711     * COPYING: New file containing the GNU General Public License.
712     
713     * AUTHORS: Bookkeeping.
714     
715     * README: Add License section.
716     
717     * planner*.el: Update headers.
719     new files:
720      .arch-ids/COPYING.id COPYING
722     modified files:
723      AUTHORS README planner-accomplishments.el planner-appt.el
724      planner-authz.el planner-bbdb.el planner-bibtex.el
725      planner-bookmark.el planner-calendar.el planner-cyclic.el
726      planner-deadline.el planner-diary.el planner-el.texi
727      planner-erc.el planner-experimental.el planner-export-diary.el
728      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
729      planner-ledger.el planner-lisp.el planner-log-edit.el
730      planner-mhe.el planner-multi.el planner-notes-index.el
731      planner-psvn.el planner-publish.el planner-rank.el
732      planner-rdf.el planner-report.el planner-rmail.el
733      planner-rss.el planner-schedule.el planner-tasks-overview.el
734      planner-timeclock-summary-proj.el planner-timeclock-summary.el
735      planner-timeclock.el planner-trunk.el planner-unix-mail.el
736      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
737      planner.el
740 2006-03-06 15:49:19 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-13
742     Summary:
743       Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)
744     Revision:
745       planner--main--1.0--patch-16
747     * planner-appt.el: Revert to the old method of tracking appts added to
748       the schedule.  The text property method was simpler, but failed when
749       re-visiting today's plan page [since text properties don't get saved].
750       (planner-appt-update-appt-section): fix wrong side of bound error
751       (--planner-appt-lines-added-to-section): global variable tracking appts
752       added to the schedule
753       (planner-appt-task-schedule-item-p): use
754       --planner-appt-lines-added-to-section
755       (planner-appt-update-appt-section): revert to the old method
756       (planner-appt-forthcoming-get-appts): fix small bug where an appt
757       schedule item would fall through the conditional  and try to be parsed
758       as a task item.
760     modified files:
761      planner-appt.el
764 2006-02-28 16:49:28 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-12
766     Summary:
767       Merged from mwolson@gnu.org--2006-planner-el (patch 12)
768     Revision:
769       planner--main--1.0--patch-15
771     * planner-appt.el (planner-appt-forthcoming-get-appts): Use
772       `insert-file-contents' instead of `insert-file-contents-literally'.
774     modified files:
775      planner-appt.el
778 2006-02-27 19:38:45 GMT Andrew J. Korty <ajk@iu.edu>    patch-10
780     Summary:
781       sort status report entries by plan page name
782     Revision:
783       planner-el--devel--0--patch-10
785     * planner-report.el (planner-report-generate): sort pages by name using
786       string<
787     
789     modified files:
790      planner-report.el
793 2006-02-27 11:38:48 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-9
795     Summary:
796       small fix to README file
797     Revision:
798       planner-el--devel--0--patch-9
800     * README: remove (setq load-path ...) from the load-path example
802     modified files:
803      README
806 2006-02-27 10:34:20 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-8
808     Summary:
809       planner-appt: fix highlighting in plan pages
810     Revision:
811       planner-el--devel--0--patch-8
813     * planner-appt.el (planner-appt-task-highlight): check that a task has
814       today's date
816     modified files:
817      planner-appt.el
820 2006-02-27 04:46:50 GMT Michael Olson <mwolson@gnu.org> patch-13
822     Summary:
823       Prepare new Debian package.
824     Revision:
825       planner--main--1.0--patch-13
828     modified files:
829      Makefile.defs debian/changelog debian/control
830      debian/emacsen-install debian/rules
833 2006-02-27 04:04:17 GMT Michael Olson <mwolson@gnu.org> patch-12
835     Summary:
836       Update NEWS and ChangeLog
837     Revision:
838       planner--main--1.0--patch-12
841     modified files:
842      ChangeLog.2006 NEWS
845 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu>    patch-7
847     Summary:
848       only publish dependencies if they haven't already been published
849     Revision:
850       planner-el--devel--0--patch-7
852     * planner-authz.el (planner-authz-publishing-alist): alist to track
853       published pages and their dependencies
854       (planner-authz-after-markup): if planner-authz-publishing-alist
855       indicates this page has already been published, and here we are
856       publishing it again, the alist must be stale, so we replace it with
857       a single element for this page; otherwise, add an element for this page
858       to the list
859       (planner-authz-after-project-publish): use
860       planner-authz-publishing-alist to determine which dependencies need
861       publishing
862       (planner-authz-republish-dependencies-maybe): add linked pages to
863       planner-authz-publishing-alist as dependencies if they're not already
864       there
866     modified files:
867      planner-authz.el
870 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu>    patch-6
872     Summary:
873       consider all of a note's links when building an access list
874     Revision:
875       planner-el--devel--0--patch-6
877     * planner-authz.el (planner-authz-note-tag): use "categories" attribute
879     modified files:
880      planner-authz.el
883 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu>    patch-5
885     Summary:
886       enable multiple links with "categories" attribute
887     Revision:
888       planner-el--devel--0--patch-5
890     * planner-publish.el (planner-publish-note-tag): enable "categories"
891       attribute, which stores all of a note's links
893     modified files:
894      planner-publish.el
897 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu>    patch-4
899     Summary:
900       add planner-multi support to planner-authz
901     Revision:
902       planner-el--devel--0--patch-4
904      - when multiple pages are linked to a task or note, merge the access
905        lists to the linked pages using a user-specified function
906     
907      - provide intersection and union functions for merging access lists
908     
909      - disable republishing *during* republishing to avoid indefinite
910        recursion
912     modified files:
913      planner-authz.el
916 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu>    patch-3
918     Summary:
919       update to work with latest planner-publish.el
920     Revision:
921       planner-el--devel--0--patch-3
923      - catch up with function name change in planner-publish.el
925     modified files:
926      planner-authz.el
929 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
931     Summary:
932       Use debian/compat to determine debhelper compat level.
933     Revision:
934       planner--main--1.0--patch-9
936     * debian/compat: New file that sets the debhelper compatibility level to
937       4.
938     
939     * debian/rules: Remove DH_COMPAT line.
941     new files:
942      debian/.arch-ids/compat.id debian/compat
944     modified files:
945      debian/rules
948 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
950     Summary:
951       Fix Bug #5234: planner-gnus pseudo-article error.
952     Revision:
953       planner--main--1.0--patch-8
955     * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
956       should fix Bug #5234: planner-gnus pseudo-article error.
958     modified files:
959      planner-gnus.el
962 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-45
964     Summary:
965       further fix for XEmacs initialization
966     Revision:
967       planner--jeho--1.1--patch-45
969     * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
970       file if one doesn't already exist
971     
973     modified files:
974      planner-appt.el
977 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-44
979     Summary:
980       fix initialization for XEmacs
981     Revision:
982       planner--jeho--1.1--patch-44
984     * planner-appt.el (planner-appt-insinuate): try to fix initialization for
985       XEmacs: add (display-time).
986     
988     modified files:
989      planner-appt.el
992 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
994     Summary:
995       planner-gnus: Fix buggy browsing behavior.
996     Revision:
997       planner--main--1.0--patch-6
999     * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
1000       `gnus-find-matching-articles' function if it exists.  Thanks to John
1001       Sullivan for the report.
1003     modified files:
1004      planner-gnus.el
1007 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
1009     Summary:
1010       Don't insert too many spaces around task number.
1011     Revision:
1012       planner--main--1.0--patch-5
1014     * planner.el (planner-task-format, planner-format-task): Apply patch from
1015       Stefan Reichör that keeps extra spaces from being inserted when
1016       planner-use-task-numbers is nil.
1018     modified files:
1019      planner.el
1022 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
1024     Summary:
1025       planner-calendar: Make a <calendar> tag.
1026     Revision:
1027       planner--main--1.0--patch-4
1029     * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
1030       <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
1031       <lisp> to publish read-only.
1032       (planner-calendar-move-calendar-to-top-of-page-maybe): Use
1033       planner-insert-markup rather than `insert'.  Make sure we can snarf the
1034       region safely, even if it is read-only.
1035       (planner-publish-calendar-tag): New function that publishes a
1036       <calendar> tag.
1037     
1038     * planner-publish.el (planner-publish-markup-tags): Docfix.
1040     modified files:
1041      planner-calendar.el planner-publish.el
1044 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
1046     Summary:
1047       Make planner-visit-link more robust.
1048     Revision:
1049       planner--main--1.0--patch-3
1051     * planner.el (planner-visit-link): Make this more robust by merging in
1052       some changes from Muse.  Thanks to Seth Falcon for the sample fix.
1053       Among other things, this correctly adds the file extension when
1054       visiting a new Muse file.
1056     modified files:
1057      planner.el
1060 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
1062     Summary:
1063       Debian package refinements.
1064     Revision:
1065       planner--main--1.0--patch-2
1067     * Makefile (debrevision): New rule that causes a Debian package with a
1068       revision to be built.  The main difference between this and
1069       `debrelease' is that the .orig.tar.gz file is left alone.
1070       (debbuild): New rule factored from debrelease.
1071       (debclean): Removed, since we use slightly differing variations of this
1072       in debrelease and debrevision.
1073     
1074     * debian/README.Debian: Add comments and my debian repo.
1075     
1076     * debian/emacsen-install: Make sure we symlink planner-autoloads.el.  Thanks to
1077       Romain Francoise for noticing.
1078     
1079     * debian/rules: DTRT with NEWS and README.Debian.
1081     modified files:
1082      Makefile Makefile.defs debian/README.Debian debian/changelog
1083      debian/emacsen-install debian/rules
1085     renamed files:
1086      debian/.arch-ids/NEWS.Debian.id
1087        ==> debian/.arch-ids/NEWS.id
1088      debian/NEWS.Debian
1089        ==> debian/NEWS
1092 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
1094     Summary:
1095       Debian fixups.
1096     Revision:
1097       planner--main--1.0--patch-1
1099     * debian/emacsen-startup: Remove unnecessary path addition.
1100     
1101     * debian/rules: Explicitly install README.Debian and NEWS.Debian.
1103     modified files:
1104      debian/emacsen-startup debian/rules
1107 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
1109     Summary:
1110       Release Planner 3.40.
1111     Revision:
1112       planner-muse--mwolson--1.0--patch-184
1114     * planner-el.texi (Installing from a Source Archive) 
1115       (Installing from Arch, Installing from Debian): Update.
1117     modified files:
1118      planner-el.texi planner.el
1121 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
1123     Summary:
1124       Update Debian package instructions.  Install autoloads.
1125     Revision:
1126       planner-muse--mwolson--1.0--patch-183
1128     * Makefile (install): Make sure autoloads are installed.
1129     
1130     * debian/README.Debian: Update.
1131     
1132     * debian/copyright: Update the Upstream Authors and Copyright sections.
1133     
1134     * debian/rules: Build autoloads.  Install extra files.
1135     
1136     * debian/emacsen-install (FILES): Filter out autoloads file.
1137     
1138     * debian/emacsen-startup: Add shared planner-el directory to path.  Load
1139       autoloads file.
1140     
1141     * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
1142       syntax error.
1143       (Acknowledgements): Add a missing @end itemize.
1145     new files:
1146      .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
1147      debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
1148      debian/planner-el.info
1150     modified files:
1151      AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
1152      README debian/README.Debian debian/changelog debian/copyright
1153      debian/emacsen-install debian/emacsen-startup
1154      debian/planner-el.docs debian/rules planner-el.texi
1155      planner-publish.el planner.el
1156      {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
1159 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
1161     Summary:
1162       Update FSF postal address.  Add README.
1163     Revision:
1164       planner-muse--mwolson--1.0--patch-182
1166     * Update FSF postal address in headers of all Planner source files.
1167     
1168     * planner-el.texi: Update version information.  Use "XEmacs" rather than
1169       "Xemacs".
1170       (Getting Help): Document the official website and the bug-tracker.
1171       (Acknowledgements): Remove list of contributors, since this is
1172       contained in AUTHORS.
1174     new files:
1175      .arch-ids/README.id README
1177     modified files:
1178      planner-accomplishments.el planner-appt.el planner-authz.el
1179      planner-bbdb.el planner-bibtex.el planner-bookmark.el
1180      planner-calendar.el planner-cyclic.el planner-deadline.el
1181      planner-diary.el planner-el.texi planner-erc.el
1182      planner-experimental.el planner-export-diary.el
1183      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
1184      planner-ledger.el planner-lisp.el planner-log-edit.el
1185      planner-mhe.el planner-multi.el planner-notes-index.el
1186      planner-psvn.el planner-publish.el planner-rank.el
1187      planner-rdf.el planner-report.el planner-rmail.el
1188      planner-rss.el planner-schedule.el planner-tasks-overview.el
1189      planner-timeclock-summary-proj.el planner-timeclock-summary.el
1190      planner-timeclock.el planner-trunk.el planner-unix-mail.el
1191      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
1192      planner.el
1195 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
1197     Summary:
1198       planner-appt: Handle initialization of the appt system.
1199     Revision:
1200       planner-muse--mwolson--1.0--patch-181
1202     * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
1203       that initializes the appt system.
1204     
1205     * planner-el.texi (Appointments): Remove old kludge.
1207     modified files:
1208      planner-appt.el planner-el.texi
1211 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
1213     Summary:
1214       planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
1215     Revision:
1216       planner-muse--mwolson--1.0--patch-180
1218     * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
1219       Smith that might make this work with Emacs21.
1221     modified files:
1222      AUTHORS planner-gnus.el
1225 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
1227     Summary:
1228       Finish copyright notices and AUTHORS file.
1229     Revision:
1230       planner-muse--mwolson--1.0--patch-179
1233     modified files:
1234      AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
1235      planner-bbdb.el planner-bibtex.el planner-calendar.el
1236      planner-deadline.el planner-diary.el planner-export-diary.el
1237      planner-id.el planner-ledger.el planner-log-edit.el
1238      planner-mhe.el planner-multi.el planner-notes-index.el
1239      planner-psvn.el planner-publish.el planner-report.el
1240      planner-tasks-overview.el planner-unix-mail.el planner.el
1243 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
1245     Summary:
1246       Progress: planner.el (2005)
1247     Revision:
1248       planner-muse--mwolson--1.0--patch-178
1251     modified files:
1252      AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
1253      planner-tasks-overview.el planner-timeclock-summary-proj.el
1254      planner-timeclock-summary.el planner-timeclock.el
1255      planner-trunk.el planner-unix-mail.el planner-vm.el
1256      planner-w3m.el planner-wl.el planner-xtla.el planner.el
1257      planner2diary.py
1260 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
1262     Summary:
1263       Progress: planner-rmail.el
1264     Revision:
1265       planner-muse--mwolson--1.0--patch-177
1268     modified files:
1269      AUTHORS planner-el.texi planner-multi.el
1270      planner-notes-index.el planner-psvn.el planner-publish.el
1271      planner-rank.el planner-rdf.el planner-report.el
1274 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-40
1276     Summary:
1277       planner.el: excessive highlighting
1278     Revision:
1279       planner--jeho--1.1--patch-40
1281     * planner.el (with-planner-update-setup): remove highlight inhibition to
1282       see whether the problem is really with planner-mode
1283       (planner-mode): don't explicitly call muse-colors-buffer
1284     
1286     modified files:
1287      planner.el
1290 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
1292     Summary:
1293       Progress: planner-multi.el
1294     Revision:
1295       planner-muse--mwolson--1.0--patch-174
1298     modified files:
1299      AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
1300      planner-lisp.el planner-log-edit.el planner-mhe.el
1301      planner-multi.el
1304 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com>       patch-17
1306     Summary:
1307       (planner-publish.el) properly derives "xml" to form "planner-xml" style!
1308     Revision:
1309       planner-muse--peter--1.0--patch-17
1311     * planner-publish.el (muse-xml): add require for 'muse-xml
1312     (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
1313     (planner-publish-markup-tags): changed to nested-section and
1314     tasks-section to match notes-section precedent.
1315     (planner-xml-markup-strings): revamped to behave similar to
1316     `planner-html-markup-strings'
1317     (planner-xml-header): mimics `muse-xml-header', but the root
1318     element is PLANNER not MUSE.
1319     (planner-html-markup-strings): resort to using the TITLE tag to
1320     generate static html code, instead of using H2, H3, etc. like
1321     before.
1322     (planner-html-style-sheet): added some defaults for nested
1323     .section .title style differentiation.
1324     (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
1325     (planner-publish-nested-section-tag): naming changes
1326     (planner-publish-title-tag): simplify title tag generation.  use a
1327     static markup string, instead of drawing from 'section,
1328     'subsection variables.  The reason for this change, although I
1329     _did_ like the former behavior of using H2, H3, etc. for HTML
1330     markup is that the 'section, 'subsection variables of muse-xml do
1331     NOT behave the same way as muse-html does (where muse-html acts
1332     more like just a title).
1333     (sectionalize): generate title tag w/o LEVEL attribute.
1334     (muse-derive-style): the REAL reason for all the changes above!
1335     Now planner-publish takes in the new muse-xml style and derives a
1336     new planner specific style, "planner-xml" style.
1338     modified files:
1339      planner-publish.el
1342 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-38
1344     Summary:
1345       with-planner-update-setup: fix typo
1346     Revision:
1347       planner--jeho--1.1--patch-38
1350     modified files:
1351      planner.el
1354 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
1356     Summary:
1357       More copyright twiddling.  Progress: planner-ical.el
1358     Revision:
1359       planner-muse--mwolson--1.0--patch-173
1362     modified files:
1363      AUTHORS ChangeLog.2004 planner-accomplishments.el
1364      planner-appt.el planner-bbdb.el planner-bibtex.el
1365      planner-calendar.el planner-cyclic.el planner-deadline.el
1366      planner-diary.el planner-erc.el planner-experimental.el
1367      planner-export-diary.el planner-gnats.el planner-gnus.el
1370 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
1372     Summary:
1373       Fix some more copyright headers.
1374     Revision:
1375       planner-muse--mwolson--1.0--patch-172
1378     modified files:
1379      AUTHORS planner-el.texi planner-erc.el planner-xtla.el
1382 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
1384     Summary:
1385       Edit more copyright notices.  Add AUTHORS.
1386     Revision:
1387       planner-muse--mwolson--1.0--patch-171
1389     * AUTHORS: New file containing a thorough listing of contributors and
1390       authors of Planner, its documentation, and its modules.  I'm about
1391       half-way done verifying its contents.
1393     new files:
1394      .arch-ids/AUTHORS.id AUTHORS
1396     modified files:
1397      ChangeLog.2005 planner-authz.el planner-bbdb.el
1398      planner-bibtex.el planner-bookmark.el planner-calendar.el
1399      planner-cyclic.el planner-deadline.el planner-diary.el
1400      planner-el.texi planner-multi.el planner-xtla.el planner.el
1403 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
1405     Summary:
1406       Fix delegated task errors.  Work on updating copyright statements.
1407     Revision:
1408       planner-muse--mwolson--1.0--patch-170
1410     * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
1411       for delegated mark.  Thanks to Seth Falcon for the report.
1412     
1413     * planner-rank.el (planner-sort-tasks-by-rank)
1414       (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
1415       Ditto.
1416     
1417     * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
1418     
1419     * planner.el (planner-marks-regexp, planner-live-task-regexp):
1420       (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
1421     
1422     * planner.el (planner-version): Set to 3.39.
1424     modified files:
1425      ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
1426      planner-appt.el planner-authz.el planner-calendar.el
1427      planner-deadline.el planner-experimental.el planner-publish.el
1428      planner-rank.el planner-rdf.el planner.el
1430     renamed files:
1431      .arch-ids/PLANNER-README.id
1432        ==> .arch-ids/COMMENTARY.id
1433      PLANNER-README
1434        ==> COMMENTARY
1437 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
1439     Summary:
1440       Complete writing of ChangeLogs.
1441     Revision:
1442       planner-muse--mwolson--1.0--patch-169
1444     * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
1445       other logs and removal of "merged this" logs.
1447     modified files:
1448      ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
1451 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
1453     Summary:
1454       Add ChangeLogs from contributors.
1455     Revision:
1456       planner-muse--mwolson--1.0--patch-168
1458     Remove a few emacs-wiki-only changelogs.
1459     
1460     * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
1461       This is not complete yet.
1463     modified files:
1464      ChangeLog.2004 ChangeLog.2005
1467 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
1469     Summary:
1470       Update Makefile, split ChangeLog.
1471     Revision:
1472       planner-muse--mwolson--1.0--patch-167
1474     * Makefile (release): Create GPG keys here instead of at upload time.
1475     
1476     * ChangeLog: Refactor into ChangeLog.2004-2006.  We'll just manually
1477       merge in entries at release time, I guess.  It might be good to get the
1478       full logs from merged sources, too.
1480     new files:
1481      .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
1482      .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
1483      ChangeLog.2006
1485     removed files:
1486      .arch-ids/ChangeLog.id ChangeLog
1488     modified files:
1489      Makefile Makefile.defs
1492 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
1494     Summary:
1495       XEmacs fixes.
1496     Revision:
1497       planner-muse--mwolson--1.0--patch-166
1499     * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
1500       obsolete variable.
1501     
1502     * planner-authz.el (planner-authz-mason-markup-table): 
1503       (planner-authz-diary-tag): Use planner-line-beginning-position.
1504     
1505     * planner-el.texi (Appointments): Add code snippet for activating
1506       appt.el.
1507     
1508     * planner-mhe.el: Require mh-index.
1509     
1510     * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
1511       function that provides an implementation of
1512       rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
1513       (planner-rmail-annotation-from-mail): Use
1514       planner-rmail-narrow-to-non-pruned-header.
1515     
1516     * planner.el: Wrap conditional `require' in `eval-when-compile'.
1518     modified files:
1519      ChangeLog planner-appt.el planner-authz.el planner-el.texi
1520      planner-mhe.el planner-rmail.el planner.el
1523 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
1525     Summary:
1526       planner-appt: XEmacs fix.
1527     Revision:
1528       planner-muse--mwolson--1.0--patch-165
1530     * Makefile.defs: Fix typo.
1531     
1532     * planner-appt.el: Add usage instructions which mention how to activate
1533       appt.
1534       (planner-appt-update-appt-section): Don't use `propertize', since
1535       XEmacs doesn't have it.
1537     modified files:
1538      ChangeLog Makefile.defs planner-appt.el
1541 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
1543     Summary:
1544       Massively clean whitespace and fix compiler warnings.
1545     Revision:
1546       planner-muse--mwolson--1.0--patch-164
1549     modified files:
1550      ChangeLog planner-appt.el planner-bibtex.el
1551      planner-calendar.el planner-diary.el planner-export-diary.el
1552      planner-gnus.el planner-ical.el planner-rank.el
1553      planner-report.el planner-rss.el planner-tasks-overview.el
1554      planner.el scripts/planner-build.el
1557 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
1559     Summary:
1560       planner-el.texi: Fix a few URL examples.
1561     Revision:
1562       planner-muse--mwolson--1.0--patch-163
1564     * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
1565       the examples.
1566       (BibTeX): Remove the initial forward-slashes from the sample bibtex
1567       URL.  Thanks to Stefan van der Walt for the report.
1569     modified files:
1570      ChangeLog planner-el.texi
1573 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
1575     Summary:
1576       planner-accomplishments: Use simpler method of determining hook to use.
1577     Revision:
1578       planner-muse--mwolson--1.0--patch-162
1580     * planner-accomplishments.el (planner-accomplishments-insinuate):
1581       Simplify.  This should fix an issue reported by Stefan van der Walt.
1583     modified files:
1584      ChangeLog planner-accomplishments.el
1587 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
1589     Summary:
1590       Fix an extra-tasks problem in planner-tasks-overview.
1591     Revision:
1592       planner-muse--mwolson--1.0--patch-161
1594     * planner.el (planner-list-daily-files): Prevent temp buffers from being
1595       added when an existing buffer with the same name exists.  Thanks to
1596       Stefan van der Walt for the report.  This should prevent task lists
1597       from being doubled in planner-tasks-overview.
1599     modified files:
1600      ChangeLog planner.el
1603 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
1605     Summary:
1606       Fix documentation example that I wrote earlier.
1607     Revision:
1608       planner-muse--mwolson--1.0--patch-160
1610     * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
1611       Replace "planner-muse" with "planner".
1612     
1613     * debian/changelog: Condense old planner-muse-el entries into a new
1614       planner-el entry.
1615     
1616     * debian/control, debian/emacsen-install, debian/emacsen-remove,
1617       emacsen-startup: s/planner-muse-el/planner-muse/.
1618     
1619     * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
1620       advice from my sponsor.
1621     
1622     * planner-el.texi (Viewing Tasks): Adjust whitespace.
1623       (Publishing): Use an example that has a better chance of working.
1624       Thanks to Stefan van der Walt for the report.
1626     modified files:
1627      ChangeLog Makefile.defs debian/changelog debian/control
1628      debian/emacsen-install debian/emacsen-remove
1629      debian/emacsen-startup debian/rules planner-el.texi
1632 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
1634     Summary:
1635       Fix emacs-wiki Bug #14907.
1636     Revision:
1637       planner-muse--mwolson--1.0--patch-159
1639     * planner.el (planner-extract-tasks): Fix backtrace.  This also fixes
1640       #14907 on the emacs-wiki bug-tracker.
1642     modified files:
1643      ChangeLog planner.el
1646 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
1648     Summary:
1649       planner-el.texi: Task numbers are not displayed by default.
1650     Revision:
1651       planner-muse--mwolson--1.0--patch-158
1653     * planner-el.texi (Viewing Tasks): Note that by default, task numbers
1654       will not be displayed.  Explain how to get them.  Thanks to Stefan van
1655       der Walt for the report.
1657     modified files:
1658      ChangeLog planner-el.texi
1661 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net>     patch-5
1663     Summary:
1664       Added example and instructions for setting up a new Planner project.
1665     Revision:
1666       planner-muse--johnsu01--1.0--patch-5
1669     modified files:
1670      planner-el.texi
1673 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net>     patch-4
1675     Summary:
1676       Fixed name of Debian package and instructions for installing the package.
1677     Revision:
1678       planner-muse--johnsu01--1.0--patch-4
1681     modified files:
1682      planner-el.texi
1685 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
1687     Summary:
1688       Yet Another paragraph detection try.
1689     Revision:
1690       planner-muse--mwolson--1.0--patch-155
1692     * planner-publish.el (planner-publish-markup-note): Put the newlines in a
1693       different spot.
1694       (planner-publish-content-tag): Be a bit more delicate about where we
1695       insert the markup.
1697     modified files:
1698      ChangeLog planner-publish.el
1701 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
1703     Summary:
1704       Makefile: Fix argument for install-info.
1705     Revision:
1706       planner-muse--mwolson--1.0--patch-154
1708     * Makefile (install): Give install-info the correct path.  Thanks to Dale
1709       Smith for reporting this.
1711     modified files:
1712      ChangeLog Makefile
1715 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
1717     Summary:
1718       Use "D" to indicate delegated tasks, instead of ">".
1719     Revision:
1720       planner-muse--mwolson--1.0--patch-153
1722     * planner-accomplishments.el (planner-accomplishments-status-display):
1723       Use "D" to indicate delegated tasks, instead of ">".
1724     
1725     * planner-el.texi (Modifying Tasks): Ditto.
1726     
1727     * planner-publish.el (planner-publish-task-status-expand): 
1728       (planner-publish-task-status-collapse): Ditto.
1729     
1730     * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
1731       Ditto.
1732     
1733     * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks): 
1734       (planner-task-delegated): Ditto.
1736     modified files:
1737      ChangeLog planner-accomplishments.el planner-el.texi
1738      planner-publish.el planner-tasks-overview.el planner.el
1741 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
1743     Summary:
1744       Fix double-escaping issue.
1745     Revision:
1746       planner-muse--mwolson--1.0--patch-152
1748     * Makefile (install): Install the manual as "planner", not
1749       "planner-muse".
1750     
1751     * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
1752       rather than site-lisp/planner-muse.
1753     
1754     * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
1755       Smith that fixes a double-escaping of specials with muse--main.
1756       (planner-publish-section-tag): Revert a previous whitespace patch.
1757       (planner-publish-content-tag): Insert an additional newline.  Hopefully
1758       this finally fixes the paragraph detection problem.
1760     modified files:
1761      ChangeLog Makefile Makefile.defs planner-publish.el
1764 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu>    patch-14
1766     Summary:
1767       don't insert task number padding if planner-use-task-numbers is nil
1768     Revision:
1769       planner-muse--main--1.0--patch-14
1772     modified files:
1773      planner.el
1776 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net>     patch-3
1778     Summary:
1779         Updated maintainer information. Removed distinction between stable
1780         and development versions. Distributed the Updating Your Version
1781         node information and removed it. Made new nodes for each
1782         installation method under a new Getting the Files section.
1784     Revision:
1785       planner-muse--johnsu01--1.0--patch-3
1788     modified files:
1789      planner-el.texi
1792 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
1794     Summary:
1795       muse-publish: Try again to fix paragraph detection.
1796     Revision:
1797       planner-muse--mwolson--1.0--patch-150
1799     * planner-publish.el (planner-publish-content-tag): Insert an extra
1800       newline.
1802     modified files:
1803      ChangeLog planner-publish.el
1806 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
1808     Summary:
1809       planner-publish: Try to fix paragraph error.
1810     Revision:
1811       planner-muse--mwolson--1.0--patch-149
1813     * planner-publish.el (planner-publish-section-tag): Attempt to fix a
1814       paragraph markup error.
1816     modified files:
1817      ChangeLog planner-publish.el
1820 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
1822     Summary:
1823       planner-publish: Remove extra </span> tag.
1824     Revision:
1825       planner-muse--mwolson--1.0--patch-148
1827     * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
1828       Smith that removes a stray </span> tag.
1830     modified files:
1831      ChangeLog planner-publish.el
1834 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
1836     Summary:
1837       planner-publish: Yet Another Patch.  Remove stale functions.
1838     Revision:
1839       planner-muse--mwolson--1.0--patch-147
1841     * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
1842       (planner-appt-format-description): Use planner-remove-links rather than
1843       planner-appt-de-wiki.
1844     
1845     * planner-publish.el: Apply patch from Dale Smith.
1846       (planner-publish-markup-tags): Use the correct attributes.
1847       (planner-publish-notes-section-tag): Don't call
1848       muse-publish-markup-region explicitly.
1849     
1850     * planner-publish.el (planner-publish-notes-tag): Use
1851       planner-remove-links.
1852     
1853     * planner.el (planner-encode-url, planner-link-escape)
1854       (planner-link-unescape): Remove.
1855       (planner-remove-links): Renamed from planner-appt-de-wiki.  Keep track
1856       of start position for sanity.
1858     modified files:
1859      ChangeLog planner-appt.el planner-publish.el planner.el
1862 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1864     Summary:
1865       planner-publish: Work further on <notes> and <past-notes> tags.
1866     Revision:
1867       planner-muse--mwolson--1.0--patch-146
1869     * planner-publish.el (planner-html-markup-strings): Split
1870       planner-note-details into manageable chunks.
1871       (planner-publish-markup-note, planner-publish-notes-section-tag):
1872       s/notes/notes-section/.  Thanks to Dale Smith for the patch.
1873       (planner-publish-past-notes-tag): Fix the name of this function, thanks
1874       to Dale Smith.  Make it use planner-insert-markup in some parts so that
1875       raw HTML doesn't get escaped.
1876       (planner-publish-note-tag): Split up the 'planner-note-details string
1877       so that we can be selective about the parts that are marked up as
1878       read-only.
1880     modified files:
1881      ChangeLog planner-publish.el
1884 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1886     Summary:
1887       planner-publish: Make "* Notes" section publish correctly again.
1888     Revision:
1889       planner-muse--mwolson--1.0--patch-145
1891     * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1892       rename to planner-publish-notes-section.  emacs-wiki had the <notes>
1893       tag insert an index of notes, so we'll use that as the behavior of
1894       <notes>.  We still need the other function, though, to publish the 
1895       "* Notes" section.  Thanks to Dale Smith for the advice.
1896       (planner-publish-markup-tags): Add notes-section tag
1897       (planner-publish-notes-section-tag): Renamed from the old
1898       planner-publish-notes-tag function.
1899       (sectionalize-markup-tagname): Mark up "* Notes" section as
1900       "notes-section" instead of "notes".
1902     modified files:
1903      ChangeLog planner-publish.el
1906 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1908     Summary:
1909       Apply several bugfixes from Sacha.
1910     Revision:
1911       planner-muse--mwolson--1.0--patch-144
1913     * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1914       Thanks to Sacha Chua for the fix.
1915     
1916     * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1917       page if narrowing succeeds.  The previous behavior was to delete entire
1918       linked page if linked note wasn't found.  Thanks to Lee Bigelow and
1919       Sacha Chua for the fix.
1921     modified files:
1922      ChangeLog planner-rss.el planner.el
1924 See ChangeLog.2005 for earlier changes.
1926 ;; Local Variables:
1927 ;; coding: utf-8
1928 ;; End: