1 2006-03-27 23:52:31 GMT Michael Olson <mwolson@gnu.org> patch-25
4 planner-erc: Improve greatly.
6 planner--main--1.0--patch-25
8 * planner-erc.el: Update the syntax for IRC URLs. Add warning for users
9 of old versions of ERC.
10 (planner-erc-url-regexp): New variable that specifies the syntax of IRC
12 (planner-erc-annotation-from-erc): Use `erc-server-announced-name'.
13 (planner-erc-browse-url): Figure out the desired chat buffer. If no
14 chat buffer exists for the given URL, connect to the server.
20 2006-03-25 04:46:53 GMT Michael Olson <mwolson@gnu.org> patch-24
23 planner-zoom.el: New file used for navigating Planner pages.
25 planner--main--1.0--patch-24
27 * AUTHORS: Bookkeeping.
29 * planner.el (planner-remove-if-not): New function that implements a
30 simplified version of `remove-if-not'.
32 * planner-zoom.el: New file by Gregory Novak that implements easy
33 navigation of Planner pages.
36 .arch-ids/planner-zoom.el.id planner-zoom.el
42 2006-03-23 14:14:17 GMT Michael Olson <mwolson@gnu.org> patch-23
45 planner-psvn.el: Install update from author.
47 planner--main--1.0--patch-23
49 * planner-psvn.el: Apply modified patch from Stefan Reichör that improves
50 compatibility with newer versions of psvn.el and pops to the diff
57 2006-03-15 12:38:11 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-19
60 Merged from jeho@jeho.org--2005 (patch 56-57), mwolson@gnu.org--2006-planner-el (patch 16-19)
62 planner--main--1.0--patch-21
64 * planner-appt.el (planner-appt-forthcoming-show-day-names-flag): New
65 option that indicates whether to show day names in forthcoming
67 (planner-appt-forthcoming-format): Add day name insertion.
69 * planner-el.texi: Add documentation about new feature [and also for
70 planner-appt-forthcoming-repeat-date-string].
73 planner-appt.el planner-el.texi
76 2006-03-14 21:13:28 GMT Michael Olson <mwolson@gnu.org> patch-20
79 planner-appt: Mention that documentation is available in Planner manual.
81 planner--main--1.0--patch-20
83 * planner-appt.el: Mention that further details are available in the
90 2006-03-14 20:03:31 GMT Michael Olson <mwolson@gnu.org> patch-19
93 planner-calendar: Fix publishing bug.
95 planner--main--1.0--patch-19
97 * planner-calendar.el (planner-calendar-html-tag-marker): Use the correct
98 value so that the calendar is published properly. Thanks to Christian
105 2006-03-11 15:29:42 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-15
108 Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006-planner-el (patch 14-15)
110 planner--main--1.0--patch-18
112 * planner-appt.el (planner-fit-window-to-buffer): Use
113 shrink-window-if-large-than-buffer if fit-window-to-buffer is not
115 (planner-appt-forthcoming-regexp): Remove the shyness from the groups:
116 this makes it match ok in XEmacs [don't know why it didn't before
123 2006-03-13 03:43:23 GMT Michael Olson <mwolson@gnu.org> patch-17
126 Add COPYING file; do bookkeeping.
128 planner--main--1.0--patch-17
130 * COPYING: New file containing the GNU General Public License.
132 * AUTHORS: Bookkeeping.
134 * README: Add License section.
136 * planner*.el: Update headers.
139 .arch-ids/COPYING.id COPYING
142 AUTHORS README planner-accomplishments.el planner-appt.el
143 planner-authz.el planner-bbdb.el planner-bibtex.el
144 planner-bookmark.el planner-calendar.el planner-cyclic.el
145 planner-deadline.el planner-diary.el planner-el.texi
146 planner-erc.el planner-experimental.el planner-export-diary.el
147 planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
148 planner-ledger.el planner-lisp.el planner-log-edit.el
149 planner-mhe.el planner-multi.el planner-notes-index.el
150 planner-psvn.el planner-publish.el planner-rank.el
151 planner-rdf.el planner-report.el planner-rmail.el
152 planner-rss.el planner-schedule.el planner-tasks-overview.el
153 planner-timeclock-summary-proj.el planner-timeclock-summary.el
154 planner-timeclock.el planner-trunk.el planner-unix-mail.el
155 planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
159 2006-03-06 15:49:19 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-13
162 Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)
164 planner--main--1.0--patch-16
166 * planner-appt.el: Revert to the old method of tracking appts added to
167 the schedule. The text property method was simpler, but failed when
168 re-visiting today's plan page [since text properties don't get saved].
169 (planner-appt-update-appt-section): fix wrong side of bound error
170 (--planner-appt-lines-added-to-section): global variable tracking appts
171 added to the schedule
172 (planner-appt-task-schedule-item-p): use
173 --planner-appt-lines-added-to-section
174 (planner-appt-update-appt-section): revert to the old method
175 (planner-appt-forthcoming-get-appts): fix small bug where an appt
176 schedule item would fall through the conditional and try to be parsed
183 2006-02-28 16:49:28 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-12
186 Merged from mwolson@gnu.org--2006-planner-el (patch 12)
188 planner--main--1.0--patch-15
190 * planner-appt.el (planner-appt-forthcoming-get-appts): Use
191 `insert-file-contents' instead of `insert-file-contents-literally'.
197 2006-02-27 19:38:45 GMT Andrew J. Korty <ajk@iu.edu> patch-10
200 sort status report entries by plan page name
202 planner-el--devel--0--patch-10
204 * planner-report.el (planner-report-generate): sort pages by name using
212 2006-02-27 11:38:48 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-9
215 small fix to README file
217 planner-el--devel--0--patch-9
219 * README: remove (setq load-path ...) from the load-path example
225 2006-02-27 10:34:20 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-8
228 planner-appt: fix highlighting in plan pages
230 planner-el--devel--0--patch-8
232 * planner-appt.el (planner-appt-task-highlight): check that a task has
239 2006-02-27 04:46:50 GMT Michael Olson <mwolson@gnu.org> patch-13
242 Prepare new Debian package.
244 planner--main--1.0--patch-13
248 Makefile.defs debian/changelog debian/control
249 debian/emacsen-install debian/rules
252 2006-02-27 04:04:17 GMT Michael Olson <mwolson@gnu.org> patch-12
255 Update NEWS and ChangeLog
257 planner--main--1.0--patch-12
264 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu> patch-7
267 only publish dependencies if they haven't already been published
269 planner-el--devel--0--patch-7
271 * planner-authz.el (planner-authz-publishing-alist): alist to track
272 published pages and their dependencies
273 (planner-authz-after-markup): if planner-authz-publishing-alist
274 indicates this page has already been published, and here we are
275 publishing it again, the alist must be stale, so we replace it with
276 a single element for this page; otherwise, add an element for this page
278 (planner-authz-after-project-publish): use
279 planner-authz-publishing-alist to determine which dependencies need
281 (planner-authz-republish-dependencies-maybe): add linked pages to
282 planner-authz-publishing-alist as dependencies if they're not already
289 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu> patch-6
292 consider all of a note's links when building an access list
294 planner-el--devel--0--patch-6
296 * planner-authz.el (planner-authz-note-tag): use "categories" attribute
302 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu> patch-5
305 enable multiple links with "categories" attribute
307 planner-el--devel--0--patch-5
309 * planner-publish.el (planner-publish-note-tag): enable "categories"
310 attribute, which stores all of a note's links
316 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu> patch-4
319 add planner-multi support to planner-authz
321 planner-el--devel--0--patch-4
323 - when multiple pages are linked to a task or note, merge the access
324 lists to the linked pages using a user-specified function
326 - provide intersection and union functions for merging access lists
328 - disable republishing *during* republishing to avoid indefinite
335 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu> patch-3
338 update to work with latest planner-publish.el
340 planner-el--devel--0--patch-3
342 - catch up with function name change in planner-publish.el
348 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
351 Use debian/compat to determine debhelper compat level.
353 planner--main--1.0--patch-9
355 * debian/compat: New file that sets the debhelper compatibility level to
358 * debian/rules: Remove DH_COMPAT line.
361 debian/.arch-ids/compat.id debian/compat
367 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
370 Fix Bug #5234: planner-gnus pseudo-article error.
372 planner--main--1.0--patch-8
374 * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
375 should fix Bug #5234: planner-gnus pseudo-article error.
381 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-45
384 further fix for XEmacs initialization
386 planner--jeho--1.1--patch-45
388 * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
389 file if one doesn't already exist
396 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-44
399 fix initialization for XEmacs
401 planner--jeho--1.1--patch-44
403 * planner-appt.el (planner-appt-insinuate): try to fix initialization for
404 XEmacs: add (display-time).
411 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
414 planner-gnus: Fix buggy browsing behavior.
416 planner--main--1.0--patch-6
418 * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
419 `gnus-find-matching-articles' function if it exists. Thanks to John
420 Sullivan for the report.
426 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
429 Don't insert too many spaces around task number.
431 planner--main--1.0--patch-5
433 * planner.el (planner-task-format, planner-format-task): Apply patch from
434 Stefan Reichör that keeps extra spaces from being inserted when
435 planner-use-task-numbers is nil.
441 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
444 planner-calendar: Make a <calendar> tag.
446 planner--main--1.0--patch-4
448 * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
449 <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
450 <lisp> to publish read-only.
451 (planner-calendar-move-calendar-to-top-of-page-maybe): Use
452 planner-insert-markup rather than `insert'. Make sure we can snarf the
453 region safely, even if it is read-only.
454 (planner-publish-calendar-tag): New function that publishes a
457 * planner-publish.el (planner-publish-markup-tags): Docfix.
460 planner-calendar.el planner-publish.el
463 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
466 Make planner-visit-link more robust.
468 planner--main--1.0--patch-3
470 * planner.el (planner-visit-link): Make this more robust by merging in
471 some changes from Muse. Thanks to Seth Falcon for the sample fix.
472 Among other things, this correctly adds the file extension when
473 visiting a new Muse file.
479 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
482 Debian package refinements.
484 planner--main--1.0--patch-2
486 * Makefile (debrevision): New rule that causes a Debian package with a
487 revision to be built. The main difference between this and
488 `debrelease' is that the .orig.tar.gz file is left alone.
489 (debbuild): New rule factored from debrelease.
490 (debclean): Removed, since we use slightly differing variations of this
491 in debrelease and debrevision.
493 * debian/README.Debian: Add comments and my debian repo.
495 * debian/emacsen-install: Make sure we symlink planner-autoloads.el. Thanks to
496 Romain Francoise for noticing.
498 * debian/rules: DTRT with NEWS and README.Debian.
501 Makefile Makefile.defs debian/README.Debian debian/changelog
502 debian/emacsen-install debian/rules
505 debian/.arch-ids/NEWS.Debian.id
506 ==> debian/.arch-ids/NEWS.id
511 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
516 planner--main--1.0--patch-1
518 * debian/emacsen-startup: Remove unnecessary path addition.
520 * debian/rules: Explicitly install README.Debian and NEWS.Debian.
523 debian/emacsen-startup debian/rules
526 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
529 Release Planner 3.40.
531 planner-muse--mwolson--1.0--patch-184
533 * planner-el.texi (Installing from a Source Archive)
534 (Installing from Arch, Installing from Debian): Update.
537 planner-el.texi planner.el
540 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
543 Update Debian package instructions. Install autoloads.
545 planner-muse--mwolson--1.0--patch-183
547 * Makefile (install): Make sure autoloads are installed.
549 * debian/README.Debian: Update.
551 * debian/copyright: Update the Upstream Authors and Copyright sections.
553 * debian/rules: Build autoloads. Install extra files.
555 * debian/emacsen-install (FILES): Filter out autoloads file.
557 * debian/emacsen-startup: Add shared planner-el directory to path. Load
560 * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
562 (Acknowledgements): Add a missing @end itemize.
565 .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
566 debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
567 debian/planner-el.info
570 AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
571 README debian/README.Debian debian/changelog debian/copyright
572 debian/emacsen-install debian/emacsen-startup
573 debian/planner-el.docs debian/rules planner-el.texi
574 planner-publish.el planner.el
575 {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
578 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
581 Update FSF postal address. Add README.
583 planner-muse--mwolson--1.0--patch-182
585 * Update FSF postal address in headers of all Planner source files.
587 * planner-el.texi: Update version information. Use "XEmacs" rather than
589 (Getting Help): Document the official website and the bug-tracker.
590 (Acknowledgements): Remove list of contributors, since this is
591 contained in AUTHORS.
594 .arch-ids/README.id README
597 planner-accomplishments.el planner-appt.el planner-authz.el
598 planner-bbdb.el planner-bibtex.el planner-bookmark.el
599 planner-calendar.el planner-cyclic.el planner-deadline.el
600 planner-diary.el planner-el.texi planner-erc.el
601 planner-experimental.el planner-export-diary.el
602 planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
603 planner-ledger.el planner-lisp.el planner-log-edit.el
604 planner-mhe.el planner-multi.el planner-notes-index.el
605 planner-psvn.el planner-publish.el planner-rank.el
606 planner-rdf.el planner-report.el planner-rmail.el
607 planner-rss.el planner-schedule.el planner-tasks-overview.el
608 planner-timeclock-summary-proj.el planner-timeclock-summary.el
609 planner-timeclock.el planner-trunk.el planner-unix-mail.el
610 planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
614 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
617 planner-appt: Handle initialization of the appt system.
619 planner-muse--mwolson--1.0--patch-181
621 * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
622 that initializes the appt system.
624 * planner-el.texi (Appointments): Remove old kludge.
627 planner-appt.el planner-el.texi
630 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
633 planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
635 planner-muse--mwolson--1.0--patch-180
637 * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
638 Smith that might make this work with Emacs21.
641 AUTHORS planner-gnus.el
644 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
647 Finish copyright notices and AUTHORS file.
649 planner-muse--mwolson--1.0--patch-179
653 AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
654 planner-bbdb.el planner-bibtex.el planner-calendar.el
655 planner-deadline.el planner-diary.el planner-export-diary.el
656 planner-id.el planner-ledger.el planner-log-edit.el
657 planner-mhe.el planner-multi.el planner-notes-index.el
658 planner-psvn.el planner-publish.el planner-report.el
659 planner-tasks-overview.el planner-unix-mail.el planner.el
662 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
665 Progress: planner.el (2005)
667 planner-muse--mwolson--1.0--patch-178
671 AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
672 planner-tasks-overview.el planner-timeclock-summary-proj.el
673 planner-timeclock-summary.el planner-timeclock.el
674 planner-trunk.el planner-unix-mail.el planner-vm.el
675 planner-w3m.el planner-wl.el planner-xtla.el planner.el
679 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
682 Progress: planner-rmail.el
684 planner-muse--mwolson--1.0--patch-177
688 AUTHORS planner-el.texi planner-multi.el
689 planner-notes-index.el planner-psvn.el planner-publish.el
690 planner-rank.el planner-rdf.el planner-report.el
693 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-40
696 planner.el: excessive highlighting
698 planner--jeho--1.1--patch-40
700 * planner.el (with-planner-update-setup): remove highlight inhibition to
701 see whether the problem is really with planner-mode
702 (planner-mode): don't explicitly call muse-colors-buffer
709 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
712 Progress: planner-multi.el
714 planner-muse--mwolson--1.0--patch-174
718 AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
719 planner-lisp.el planner-log-edit.el planner-mhe.el
723 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com> patch-17
726 (planner-publish.el) properly derives "xml" to form "planner-xml" style!
728 planner-muse--peter--1.0--patch-17
730 * planner-publish.el (muse-xml): add require for 'muse-xml
731 (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
732 (planner-publish-markup-tags): changed to nested-section and
733 tasks-section to match notes-section precedent.
734 (planner-xml-markup-strings): revamped to behave similar to
735 `planner-html-markup-strings'
736 (planner-xml-header): mimics `muse-xml-header', but the root
737 element is PLANNER not MUSE.
738 (planner-html-markup-strings): resort to using the TITLE tag to
739 generate static html code, instead of using H2, H3, etc. like
741 (planner-html-style-sheet): added some defaults for nested
742 .section .title style differentiation.
743 (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
744 (planner-publish-nested-section-tag): naming changes
745 (planner-publish-title-tag): simplify title tag generation. use a
746 static markup string, instead of drawing from 'section,
747 'subsection variables. The reason for this change, although I
748 _did_ like the former behavior of using H2, H3, etc. for HTML
749 markup is that the 'section, 'subsection variables of muse-xml do
750 NOT behave the same way as muse-html does (where muse-html acts
751 more like just a title).
752 (sectionalize): generate title tag w/o LEVEL attribute.
753 (muse-derive-style): the REAL reason for all the changes above!
754 Now planner-publish takes in the new muse-xml style and derives a
755 new planner specific style, "planner-xml" style.
761 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk> patch-38
764 with-planner-update-setup: fix typo
766 planner--jeho--1.1--patch-38
773 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
776 More copyright twiddling. Progress: planner-ical.el
778 planner-muse--mwolson--1.0--patch-173
782 AUTHORS ChangeLog.2004 planner-accomplishments.el
783 planner-appt.el planner-bbdb.el planner-bibtex.el
784 planner-calendar.el planner-cyclic.el planner-deadline.el
785 planner-diary.el planner-erc.el planner-experimental.el
786 planner-export-diary.el planner-gnats.el planner-gnus.el
789 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
792 Fix some more copyright headers.
794 planner-muse--mwolson--1.0--patch-172
798 AUTHORS planner-el.texi planner-erc.el planner-xtla.el
801 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
804 Edit more copyright notices. Add AUTHORS.
806 planner-muse--mwolson--1.0--patch-171
808 * AUTHORS: New file containing a thorough listing of contributors and
809 authors of Planner, its documentation, and its modules. I'm about
810 half-way done verifying its contents.
813 .arch-ids/AUTHORS.id AUTHORS
816 ChangeLog.2005 planner-authz.el planner-bbdb.el
817 planner-bibtex.el planner-bookmark.el planner-calendar.el
818 planner-cyclic.el planner-deadline.el planner-diary.el
819 planner-el.texi planner-multi.el planner-xtla.el planner.el
822 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
825 Fix delegated task errors. Work on updating copyright statements.
827 planner-muse--mwolson--1.0--patch-170
829 * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
830 for delegated mark. Thanks to Seth Falcon for the report.
832 * planner-rank.el (planner-sort-tasks-by-rank)
833 (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
836 * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
838 * planner.el (planner-marks-regexp, planner-live-task-regexp):
839 (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
841 * planner.el (planner-version): Set to 3.39.
844 ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
845 planner-appt.el planner-authz.el planner-calendar.el
846 planner-deadline.el planner-experimental.el planner-publish.el
847 planner-rank.el planner-rdf.el planner.el
850 .arch-ids/PLANNER-README.id
851 ==> .arch-ids/COMMENTARY.id
856 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
859 Complete writing of ChangeLogs.
861 planner-muse--mwolson--1.0--patch-169
863 * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
864 other logs and removal of "merged this" logs.
867 ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
870 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
873 Add ChangeLogs from contributors.
875 planner-muse--mwolson--1.0--patch-168
877 Remove a few emacs-wiki-only changelogs.
879 * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
880 This is not complete yet.
883 ChangeLog.2004 ChangeLog.2005
886 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
889 Update Makefile, split ChangeLog.
891 planner-muse--mwolson--1.0--patch-167
893 * Makefile (release): Create GPG keys here instead of at upload time.
895 * ChangeLog: Refactor into ChangeLog.2004-2006. We'll just manually
896 merge in entries at release time, I guess. It might be good to get the
897 full logs from merged sources, too.
900 .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
901 .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
905 .arch-ids/ChangeLog.id ChangeLog
908 Makefile Makefile.defs
911 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
916 planner-muse--mwolson--1.0--patch-166
918 * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
921 * planner-authz.el (planner-authz-mason-markup-table):
922 (planner-authz-diary-tag): Use planner-line-beginning-position.
924 * planner-el.texi (Appointments): Add code snippet for activating
927 * planner-mhe.el: Require mh-index.
929 * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
930 function that provides an implementation of
931 rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
932 (planner-rmail-annotation-from-mail): Use
933 planner-rmail-narrow-to-non-pruned-header.
935 * planner.el: Wrap conditional `require' in `eval-when-compile'.
938 ChangeLog planner-appt.el planner-authz.el planner-el.texi
939 planner-mhe.el planner-rmail.el planner.el
942 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
945 planner-appt: XEmacs fix.
947 planner-muse--mwolson--1.0--patch-165
949 * Makefile.defs: Fix typo.
951 * planner-appt.el: Add usage instructions which mention how to activate
953 (planner-appt-update-appt-section): Don't use `propertize', since
954 XEmacs doesn't have it.
957 ChangeLog Makefile.defs planner-appt.el
960 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
963 Massively clean whitespace and fix compiler warnings.
965 planner-muse--mwolson--1.0--patch-164
969 ChangeLog planner-appt.el planner-bibtex.el
970 planner-calendar.el planner-diary.el planner-export-diary.el
971 planner-gnus.el planner-ical.el planner-rank.el
972 planner-report.el planner-rss.el planner-tasks-overview.el
973 planner.el scripts/planner-build.el
976 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
979 planner-el.texi: Fix a few URL examples.
981 planner-muse--mwolson--1.0--patch-163
983 * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
985 (BibTeX): Remove the initial forward-slashes from the sample bibtex
986 URL. Thanks to Stefan van der Walt for the report.
989 ChangeLog planner-el.texi
992 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
995 planner-accomplishments: Use simpler method of determining hook to use.
997 planner-muse--mwolson--1.0--patch-162
999 * planner-accomplishments.el (planner-accomplishments-insinuate):
1000 Simplify. This should fix an issue reported by Stefan van der Walt.
1003 ChangeLog planner-accomplishments.el
1006 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
1009 Fix an extra-tasks problem in planner-tasks-overview.
1011 planner-muse--mwolson--1.0--patch-161
1013 * planner.el (planner-list-daily-files): Prevent temp buffers from being
1014 added when an existing buffer with the same name exists. Thanks to
1015 Stefan van der Walt for the report. This should prevent task lists
1016 from being doubled in planner-tasks-overview.
1019 ChangeLog planner.el
1022 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
1025 Fix documentation example that I wrote earlier.
1027 planner-muse--mwolson--1.0--patch-160
1029 * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
1030 Replace "planner-muse" with "planner".
1032 * debian/changelog: Condense old planner-muse-el entries into a new
1035 * debian/control, debian/emacsen-install, debian/emacsen-remove,
1036 emacsen-startup: s/planner-muse-el/planner-muse/.
1038 * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
1039 advice from my sponsor.
1041 * planner-el.texi (Viewing Tasks): Adjust whitespace.
1042 (Publishing): Use an example that has a better chance of working.
1043 Thanks to Stefan van der Walt for the report.
1046 ChangeLog Makefile.defs debian/changelog debian/control
1047 debian/emacsen-install debian/emacsen-remove
1048 debian/emacsen-startup debian/rules planner-el.texi
1051 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
1054 Fix emacs-wiki Bug #14907.
1056 planner-muse--mwolson--1.0--patch-159
1058 * planner.el (planner-extract-tasks): Fix backtrace. This also fixes
1059 #14907 on the emacs-wiki bug-tracker.
1062 ChangeLog planner.el
1065 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
1068 planner-el.texi: Task numbers are not displayed by default.
1070 planner-muse--mwolson--1.0--patch-158
1072 * planner-el.texi (Viewing Tasks): Note that by default, task numbers
1073 will not be displayed. Explain how to get them. Thanks to Stefan van
1074 der Walt for the report.
1077 ChangeLog planner-el.texi
1080 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net> patch-5
1083 Added example and instructions for setting up a new Planner project.
1085 planner-muse--johnsu01--1.0--patch-5
1092 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net> patch-4
1095 Fixed name of Debian package and instructions for installing the package.
1097 planner-muse--johnsu01--1.0--patch-4
1104 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
1107 Yet Another paragraph detection try.
1109 planner-muse--mwolson--1.0--patch-155
1111 * planner-publish.el (planner-publish-markup-note): Put the newlines in a
1113 (planner-publish-content-tag): Be a bit more delicate about where we
1117 ChangeLog planner-publish.el
1120 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
1123 Makefile: Fix argument for install-info.
1125 planner-muse--mwolson--1.0--patch-154
1127 * Makefile (install): Give install-info the correct path. Thanks to Dale
1128 Smith for reporting this.
1134 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
1137 Use "D" to indicate delegated tasks, instead of ">".
1139 planner-muse--mwolson--1.0--patch-153
1141 * planner-accomplishments.el (planner-accomplishments-status-display):
1142 Use "D" to indicate delegated tasks, instead of ">".
1144 * planner-el.texi (Modifying Tasks): Ditto.
1146 * planner-publish.el (planner-publish-task-status-expand):
1147 (planner-publish-task-status-collapse): Ditto.
1149 * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
1152 * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks):
1153 (planner-task-delegated): Ditto.
1156 ChangeLog planner-accomplishments.el planner-el.texi
1157 planner-publish.el planner-tasks-overview.el planner.el
1160 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
1163 Fix double-escaping issue.
1165 planner-muse--mwolson--1.0--patch-152
1167 * Makefile (install): Install the manual as "planner", not
1170 * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
1171 rather than site-lisp/planner-muse.
1173 * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
1174 Smith that fixes a double-escaping of specials with muse--main.
1175 (planner-publish-section-tag): Revert a previous whitespace patch.
1176 (planner-publish-content-tag): Insert an additional newline. Hopefully
1177 this finally fixes the paragraph detection problem.
1180 ChangeLog Makefile Makefile.defs planner-publish.el
1183 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu> patch-14
1186 don't insert task number padding if planner-use-task-numbers is nil
1188 planner-muse--main--1.0--patch-14
1195 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net> patch-3
1198 Updated maintainer information. Removed distinction between stable
1199 and development versions. Distributed the Updating Your Version
1200 node information and removed it. Made new nodes for each
1201 installation method under a new Getting the Files section.
1204 planner-muse--johnsu01--1.0--patch-3
1211 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
1214 muse-publish: Try again to fix paragraph detection.
1216 planner-muse--mwolson--1.0--patch-150
1218 * planner-publish.el (planner-publish-content-tag): Insert an extra
1222 ChangeLog planner-publish.el
1225 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
1228 planner-publish: Try to fix paragraph error.
1230 planner-muse--mwolson--1.0--patch-149
1232 * planner-publish.el (planner-publish-section-tag): Attempt to fix a
1233 paragraph markup error.
1236 ChangeLog planner-publish.el
1239 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
1242 planner-publish: Remove extra </span> tag.
1244 planner-muse--mwolson--1.0--patch-148
1246 * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
1247 Smith that removes a stray </span> tag.
1250 ChangeLog planner-publish.el
1253 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
1256 planner-publish: Yet Another Patch. Remove stale functions.
1258 planner-muse--mwolson--1.0--patch-147
1260 * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
1261 (planner-appt-format-description): Use planner-remove-links rather than
1262 planner-appt-de-wiki.
1264 * planner-publish.el: Apply patch from Dale Smith.
1265 (planner-publish-markup-tags): Use the correct attributes.
1266 (planner-publish-notes-section-tag): Don't call
1267 muse-publish-markup-region explicitly.
1269 * planner-publish.el (planner-publish-notes-tag): Use
1270 planner-remove-links.
1272 * planner.el (planner-encode-url, planner-link-escape)
1273 (planner-link-unescape): Remove.
1274 (planner-remove-links): Renamed from planner-appt-de-wiki. Keep track
1275 of start position for sanity.
1278 ChangeLog planner-appt.el planner-publish.el planner.el
1281 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1284 planner-publish: Work further on <notes> and <past-notes> tags.
1286 planner-muse--mwolson--1.0--patch-146
1288 * planner-publish.el (planner-html-markup-strings): Split
1289 planner-note-details into manageable chunks.
1290 (planner-publish-markup-note, planner-publish-notes-section-tag):
1291 s/notes/notes-section/. Thanks to Dale Smith for the patch.
1292 (planner-publish-past-notes-tag): Fix the name of this function, thanks
1293 to Dale Smith. Make it use planner-insert-markup in some parts so that
1294 raw HTML doesn't get escaped.
1295 (planner-publish-note-tag): Split up the 'planner-note-details string
1296 so that we can be selective about the parts that are marked up as
1300 ChangeLog planner-publish.el
1303 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1306 planner-publish: Make "* Notes" section publish correctly again.
1308 planner-muse--mwolson--1.0--patch-145
1310 * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1311 rename to planner-publish-notes-section. emacs-wiki had the <notes>
1312 tag insert an index of notes, so we'll use that as the behavior of
1313 <notes>. We still need the other function, though, to publish the
1314 "* Notes" section. Thanks to Dale Smith for the advice.
1315 (planner-publish-markup-tags): Add notes-section tag
1316 (planner-publish-notes-section-tag): Renamed from the old
1317 planner-publish-notes-tag function.
1318 (sectionalize-markup-tagname): Mark up "* Notes" section as
1319 "notes-section" instead of "notes".
1322 ChangeLog planner-publish.el
1325 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1328 Apply several bugfixes from Sacha.
1330 planner-muse--mwolson--1.0--patch-144
1332 * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1333 Thanks to Sacha Chua for the fix.
1335 * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1336 page if narrowing succeeds. The previous behavior was to delete entire
1337 linked page if linked note wasn't found. Thanks to Lee Bigelow and
1338 Sacha Chua for the fix.
1341 ChangeLog planner-rss.el planner.el