Merged from jeho@jeho.org--2005 (patch 56-57)
[planner-el.git] / ChangeLog.2006
blobda062cfdb1507b7d7590865e5b8d2e081330b9c5
1 2006-02-22 01:57:37 GMT Andrew J. Korty <ajk@iu.edu>    patch-7
3     Summary:
4       only publish dependencies if they haven't already been published
5     Revision:
6       planner-el--devel--0--patch-7
8     * planner-authz.el (planner-authz-publishing-alist): alist to track
9       published pages and their dependencies
10       (planner-authz-after-markup): if planner-authz-publishing-alist
11       indicates this page has already been published, and here we are
12       publishing it again, the alist must be stale, so we replace it with
13       a single element for this page; otherwise, add an element for this page
14       to the list
15       (planner-authz-after-project-publish): use
16       planner-authz-publishing-alist to determine which dependencies need
17       publishing
18       (planner-authz-republish-dependencies-maybe): add linked pages to
19       planner-authz-publishing-alist as dependencies if they're not already
20       there
22     modified files:
23      planner-authz.el
26 2006-02-22 01:55:02 GMT Andrew J. Korty <ajk@iu.edu>    patch-6
28     Summary:
29       consider all of a note's links when building an access list
30     Revision:
31       planner-el--devel--0--patch-6
33     * planner-authz.el (planner-authz-note-tag): use "categories" attribute
35     modified files:
36      planner-authz.el
39 2006-02-22 01:48:52 GMT Andrew J. Korty <ajk@iu.edu>    patch-5
41     Summary:
42       enable multiple links with "categories" attribute
43     Revision:
44       planner-el--devel--0--patch-5
46     * planner-publish.el (planner-publish-note-tag): enable "categories"
47       attribute, which stores all of a note's links
49     modified files:
50      planner-publish.el
53 2006-02-15 20:26:25 GMT Andrew J. Korty <ajk@iu.edu>    patch-4
55     Summary:
56       add planner-multi support to planner-authz
57     Revision:
58       planner-el--devel--0--patch-4
60      - when multiple pages are linked to a task or note, merge the access
61        lists to the linked pages using a user-specified function
62     
63      - provide intersection and union functions for merging access lists
64     
65      - disable republishing *during* republishing to avoid indefinite
66        recursion
68     modified files:
69      planner-authz.el
72 2006-02-15 20:12:41 GMT Andrew J. Korty <ajk@iu.edu>    patch-3
74     Summary:
75       update to work with latest planner-publish.el
76     Revision:
77       planner-el--devel--0--patch-3
79      - catch up with function name change in planner-publish.el
81     modified files:
82      planner-authz.el
85 2006-02-14 06:32:23 GMT Michael Olson <mwolson@gnu.org> patch-9
87     Summary:
88       Use debian/compat to determine debhelper compat level.
89     Revision:
90       planner--main--1.0--patch-9
92     * debian/compat: New file that sets the debhelper compatibility level to
93       4.
94     
95     * debian/rules: Remove DH_COMPAT line.
97     new files:
98      debian/.arch-ids/compat.id debian/compat
100     modified files:
101      debian/rules
104 2006-02-10 22:53:52 GMT Michael Olson <mwolson@gnu.org> patch-8
106     Summary:
107       Fix Bug #5234: planner-gnus pseudo-article error.
108     Revision:
109       planner--main--1.0--patch-8
111     * planner-gnus.el (planner-gnus-browse-url): Apply patch from Sacha that
112       should fix Bug #5234: planner-gnus pseudo-article error.
114     modified files:
115      planner-gnus.el
118 2006-01-30 11:55:00 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-45
120     Summary:
121       further fix for XEmacs initialization
122     Revision:
123       planner--jeho--1.1--patch-45
125     * planner-appt.el (planner-appt-insinuate): for XEmacs, create a diary
126       file if one doesn't already exist
127     
129     modified files:
130      planner-appt.el
133 2006-01-28 10:42:04 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-44
135     Summary:
136       fix initialization for XEmacs
137     Revision:
138       planner--jeho--1.1--patch-44
140     * planner-appt.el (planner-appt-insinuate): try to fix initialization for
141       XEmacs: add (display-time).
142     
144     modified files:
145      planner-appt.el
148 2006-01-26 00:38:24 GMT Michael Olson <mwolson@gnu.org> patch-6
150     Summary:
151       planner-gnus: Fix buggy browsing behavior.
152     Revision:
153       planner--main--1.0--patch-6
155     * planner-gnus.el (planner-gnus-browse-url): Prefer to use the
156       `gnus-find-matching-articles' function if it exists.  Thanks to John
157       Sullivan for the report.
159     modified files:
160      planner-gnus.el
163 2006-01-25 12:51:16 GMT Michael Olson <mwolson@gnu.org> patch-5
165     Summary:
166       Don't insert too many spaces around task number.
167     Revision:
168       planner--main--1.0--patch-5
170     * planner.el (planner-task-format, planner-format-task): Apply patch from
171       Stefan Reichör that keeps extra spaces from being inserted when
172       planner-use-task-numbers is nil.
174     modified files:
175      planner.el
178 2006-01-24 02:11:47 GMT Michael Olson <mwolson@gnu.org> patch-4
180     Summary:
181       planner-calendar: Make a <calendar> tag.
182     Revision:
183       planner--main--1.0--patch-4
185     * planner-calendar.el (planner-calendar-insert-calendar-maybe): Insert a
186       <calendar> tag, rather than using a <lisp> tag, since we can't yet tell
187       <lisp> to publish read-only.
188       (planner-calendar-move-calendar-to-top-of-page-maybe): Use
189       planner-insert-markup rather than `insert'.  Make sure we can snarf the
190       region safely, even if it is read-only.
191       (planner-publish-calendar-tag): New function that publishes a
192       <calendar> tag.
193     
194     * planner-publish.el (planner-publish-markup-tags): Docfix.
196     modified files:
197      planner-calendar.el planner-publish.el
200 2006-01-23 17:22:16 GMT Michael Olson <mwolson@gnu.org> patch-3
202     Summary:
203       Make planner-visit-link more robust.
204     Revision:
205       planner--main--1.0--patch-3
207     * planner.el (planner-visit-link): Make this more robust by merging in
208       some changes from Muse.  Thanks to Seth Falcon for the sample fix.
209       Among other things, this correctly adds the file extension when
210       visiting a new Muse file.
212     modified files:
213      planner.el
216 2006-01-21 01:55:13 GMT Michael Olson <mwolson@gnu.org> patch-2
218     Summary:
219       Debian package refinements.
220     Revision:
221       planner--main--1.0--patch-2
223     * Makefile (debrevision): New rule that causes a Debian package with a
224       revision to be built.  The main difference between this and
225       `debrelease' is that the .orig.tar.gz file is left alone.
226       (debbuild): New rule factored from debrelease.
227       (debclean): Removed, since we use slightly differing variations of this
228       in debrelease and debrevision.
229     
230     * debian/README.Debian: Add comments and my debian repo.
231     
232     * debian/emacsen-install: Make sure we symlink planner-autoloads.el.  Thanks to
233       Romain Francoise for noticing.
234     
235     * debian/rules: DTRT with NEWS and README.Debian.
237     modified files:
238      Makefile Makefile.defs debian/README.Debian debian/changelog
239      debian/emacsen-install debian/rules
241     renamed files:
242      debian/.arch-ids/NEWS.Debian.id
243        ==> debian/.arch-ids/NEWS.id
244      debian/NEWS.Debian
245        ==> debian/NEWS
248 2006-01-19 01:57:47 GMT Michael Olson <mwolson@gnu.org> patch-1
250     Summary:
251       Debian fixups.
252     Revision:
253       planner--main--1.0--patch-1
255     * debian/emacsen-startup: Remove unnecessary path addition.
256     
257     * debian/rules: Explicitly install README.Debian and NEWS.Debian.
259     modified files:
260      debian/emacsen-startup debian/rules
263 2006-01-17 01:16:25 GMT Michael Olson <mwolson@gnu.org> patch-184
265     Summary:
266       Release Planner 3.40.
267     Revision:
268       planner-muse--mwolson--1.0--patch-184
270     * planner-el.texi (Installing from a Source Archive) 
271       (Installing from Arch, Installing from Debian): Update.
273     modified files:
274      planner-el.texi planner.el
277 2006-01-17 00:56:42 GMT Michael Olson <mwolson@gnu.org> patch-183
279     Summary:
280       Update Debian package instructions.  Install autoloads.
281     Revision:
282       planner-muse--mwolson--1.0--patch-183
284     * Makefile (install): Make sure autoloads are installed.
285     
286     * debian/README.Debian: Update.
287     
288     * debian/copyright: Update the Upstream Authors and Copyright sections.
289     
290     * debian/rules: Build autoloads.  Install extra files.
291     
292     * debian/emacsen-install (FILES): Filter out autoloads file.
293     
294     * debian/emacsen-startup: Add shared planner-el directory to path.  Load
295       autoloads file.
296     
297     * planner-el.texi (Appointment Hooks): Add space after @defvr to fix a
298       syntax error.
299       (Acknowledgements): Add a missing @end itemize.
301     new files:
302      .arch-ids/NEWS.id NEWS debian/.arch-ids/NEWS.Debian.id
303      debian/.arch-ids/planner-el.info.id debian/NEWS.Debian
304      debian/planner-el.info
306     modified files:
307      AUTHORS ChangeLog.2005 ChangeLog.2006 Makefile Makefile.defs
308      README debian/README.Debian debian/changelog debian/copyright
309      debian/emacsen-install debian/emacsen-startup
310      debian/planner-el.docs debian/rules planner-el.texi
311      planner-publish.el planner.el
312      {arch}/planner-muse/planner-muse--mwolson/planner-muse--mwolson--1.0/mwolson@gnu.org--2005/patch-log/patch-35
315 2006-01-16 17:30:22 GMT Michael Olson <mwolson@gnu.org> patch-182
317     Summary:
318       Update FSF postal address.  Add README.
319     Revision:
320       planner-muse--mwolson--1.0--patch-182
322     * Update FSF postal address in headers of all Planner source files.
323     
324     * planner-el.texi: Update version information.  Use "XEmacs" rather than
325       "Xemacs".
326       (Getting Help): Document the official website and the bug-tracker.
327       (Acknowledgements): Remove list of contributors, since this is
328       contained in AUTHORS.
330     new files:
331      .arch-ids/README.id README
333     modified files:
334      planner-accomplishments.el planner-appt.el planner-authz.el
335      planner-bbdb.el planner-bibtex.el planner-bookmark.el
336      planner-calendar.el planner-cyclic.el planner-deadline.el
337      planner-diary.el planner-el.texi planner-erc.el
338      planner-experimental.el planner-export-diary.el
339      planner-gnats.el planner-gnus.el planner-ical.el planner-id.el
340      planner-ledger.el planner-lisp.el planner-log-edit.el
341      planner-mhe.el planner-multi.el planner-notes-index.el
342      planner-psvn.el planner-publish.el planner-rank.el
343      planner-rdf.el planner-report.el planner-rmail.el
344      planner-rss.el planner-schedule.el planner-tasks-overview.el
345      planner-timeclock-summary-proj.el planner-timeclock-summary.el
346      planner-timeclock.el planner-trunk.el planner-unix-mail.el
347      planner-vm.el planner-w3m.el planner-wl.el planner-xtla.el
348      planner.el
351 2006-01-15 16:51:31 GMT Michael Olson <mwolson@gnu.org> patch-181
353     Summary:
354       planner-appt: Handle initialization of the appt system.
355     Revision:
356       planner-muse--mwolson--1.0--patch-181
358     * planner-appt.el (planner-appt-insinuate): Merged patch from Jim Ottaway
359       that initializes the appt system.
360     
361     * planner-el.texi (Appointments): Remove old kludge.
363     modified files:
364      planner-appt.el planner-el.texi
367 2006-01-14 00:20:17 GMT Michael Olson <mwolson@gnu.org> patch-180
369     Summary:
370       planner-gnus: Make browsing Gnus URLs work with Emacs21, hopefully.
371     Revision:
372       planner-muse--mwolson--1.0--patch-180
374     * planner-gnus.el (planner-gnus-browse-url): Try some ideas from Dale
375       Smith that might make this work with Emacs21.
377     modified files:
378      AUTHORS planner-gnus.el
381 2006-01-14 00:06:14 GMT Michael Olson <mwolson@gnu.org> patch-179
383     Summary:
384       Finish copyright notices and AUTHORS file.
385     Revision:
386       planner-muse--mwolson--1.0--patch-179
389     modified files:
390      AUTHORS ChangeLog.2005 planner-appt.el planner-authz.el
391      planner-bbdb.el planner-bibtex.el planner-calendar.el
392      planner-deadline.el planner-diary.el planner-export-diary.el
393      planner-id.el planner-ledger.el planner-log-edit.el
394      planner-mhe.el planner-multi.el planner-notes-index.el
395      planner-psvn.el planner-publish.el planner-report.el
396      planner-tasks-overview.el planner-unix-mail.el planner.el
399 2006-01-13 17:00:44 GMT Michael Olson <mwolson@gnu.org> patch-178
401     Summary:
402       Progress: planner.el (2005)
403     Revision:
404       planner-muse--mwolson--1.0--patch-178
407     modified files:
408      AUTHORS planner-rmail.el planner-rss.el planner-schedule.el
409      planner-tasks-overview.el planner-timeclock-summary-proj.el
410      planner-timeclock-summary.el planner-timeclock.el
411      planner-trunk.el planner-unix-mail.el planner-vm.el
412      planner-w3m.el planner-wl.el planner-xtla.el planner.el
413      planner2diary.py
416 2006-01-12 16:32:51 GMT Michael Olson <mwolson@gnu.org> patch-177
418     Summary:
419       Progress: planner-rmail.el
420     Revision:
421       planner-muse--mwolson--1.0--patch-177
424     modified files:
425      AUTHORS planner-el.texi planner-multi.el
426      planner-notes-index.el planner-psvn.el planner-publish.el
427      planner-rank.el planner-rdf.el planner-report.el
430 2006-01-11 10:43:30 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-40
432     Summary:
433       planner.el: excessive highlighting
434     Revision:
435       planner--jeho--1.1--patch-40
437     * planner.el (with-planner-update-setup): remove highlight inhibition to
438       see whether the problem is really with planner-mode
439       (planner-mode): don't explicitly call muse-colors-buffer
440     
442     modified files:
443      planner.el
446 2006-01-11 01:40:40 GMT Michael Olson <mwolson@gnu.org> patch-174
448     Summary:
449       Progress: planner-multi.el
450     Revision:
451       planner-muse--mwolson--1.0--patch-174
454     modified files:
455      AUTHORS ChangeLog.2005 planner-id.el planner-ledger.el
456      planner-lisp.el planner-log-edit.el planner-mhe.el
457      planner-multi.el
460 2006-01-11 01:28:32 GMT Peter K. Lee <saint@corenova.com>       patch-17
462     Summary:
463       (planner-publish.el) properly derives "xml" to form "planner-xml" style!
464     Revision:
465       planner-muse--peter--1.0--patch-17
467     * planner-publish.el (muse-xml): add require for 'muse-xml
468     (planner-xml-extension): no longer needed since 'muse-xml-extension exists.
469     (planner-publish-markup-tags): changed to nested-section and
470     tasks-section to match notes-section precedent.
471     (planner-xml-markup-strings): revamped to behave similar to
472     `planner-html-markup-strings'
473     (planner-xml-header): mimics `muse-xml-header', but the root
474     element is PLANNER not MUSE.
475     (planner-html-markup-strings): resort to using the TITLE tag to
476     generate static html code, instead of using H2, H3, etc. like
477     before.
478     (planner-html-style-sheet): added some defaults for nested
479     .section .title style differentiation.
480     (planner-publish-markup-note): there's no LEVEL in TITLE anymore.
481     (planner-publish-nested-section-tag): naming changes
482     (planner-publish-title-tag): simplify title tag generation.  use a
483     static markup string, instead of drawing from 'section,
484     'subsection variables.  The reason for this change, although I
485     _did_ like the former behavior of using H2, H3, etc. for HTML
486     markup is that the 'section, 'subsection variables of muse-xml do
487     NOT behave the same way as muse-html does (where muse-html acts
488     more like just a title).
489     (sectionalize): generate title tag w/o LEVEL attribute.
490     (muse-derive-style): the REAL reason for all the changes above!
491     Now planner-publish takes in the new muse-xml style and derives a
492     new planner specific style, "planner-xml" style.
494     modified files:
495      planner-publish.el
498 2006-01-10 21:47:47 GMT Jim Ottaway <j.ottaway@lse.ac.uk>       patch-38
500     Summary:
501       with-planner-update-setup: fix typo
502     Revision:
503       planner--jeho--1.1--patch-38
506     modified files:
507      planner.el
510 2006-01-09 17:19:23 GMT Michael Olson <mwolson@gnu.org> patch-173
512     Summary:
513       More copyright twiddling.  Progress: planner-ical.el
514     Revision:
515       planner-muse--mwolson--1.0--patch-173
518     modified files:
519      AUTHORS ChangeLog.2004 planner-accomplishments.el
520      planner-appt.el planner-bbdb.el planner-bibtex.el
521      planner-calendar.el planner-cyclic.el planner-deadline.el
522      planner-diary.el planner-erc.el planner-experimental.el
523      planner-export-diary.el planner-gnats.el planner-gnus.el
526 2006-01-09 13:32:58 GMT Michael Olson <mwolson@gnu.org> patch-172
528     Summary:
529       Fix some more copyright headers.
530     Revision:
531       planner-muse--mwolson--1.0--patch-172
534     modified files:
535      AUTHORS planner-el.texi planner-erc.el planner-xtla.el
538 2006-01-09 02:34:36 GMT Michael Olson <mwolson@gnu.org> patch-171
540     Summary:
541       Edit more copyright notices.  Add AUTHORS.
542     Revision:
543       planner-muse--mwolson--1.0--patch-171
545     * AUTHORS: New file containing a thorough listing of contributors and
546       authors of Planner, its documentation, and its modules.  I'm about
547       half-way done verifying its contents.
549     new files:
550      .arch-ids/AUTHORS.id AUTHORS
552     modified files:
553      ChangeLog.2005 planner-authz.el planner-bbdb.el
554      planner-bibtex.el planner-bookmark.el planner-calendar.el
555      planner-cyclic.el planner-deadline.el planner-diary.el
556      planner-el.texi planner-multi.el planner-xtla.el planner.el
559 2006-01-09 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-170
561     Summary:
562       Fix delegated task errors.  Work on updating copyright statements.
563     Revision:
564       planner-muse--mwolson--1.0--patch-170
566     * planner-publish.el (planner-publish-markup-regexps): Change ">" to "D"
567       for delegated mark.  Thanks to Seth Falcon for the report.
568     
569     * planner-rank.el (planner-sort-tasks-by-rank)
570       (planner-sort-tasks-by-importance, planner-sort-tasks-by-urgency):
571       Ditto.
572     
573     * planner-rdf.el (planner-rdf-matchstr-ptask): Ditto.
574     
575     * planner.el (planner-marks-regexp, planner-live-task-regexp):
576       (planner-sort-tasks-basic, planner-seek-next-unfinished-task): Ditto.
577     
578     * planner.el (planner-version): Set to 3.39.
580     modified files:
581      ChangeLog.2004 ChangeLog.2005 planner-accomplishments.el
582      planner-appt.el planner-authz.el planner-calendar.el
583      planner-deadline.el planner-experimental.el planner-publish.el
584      planner-rank.el planner-rdf.el planner.el
586     renamed files:
587      .arch-ids/PLANNER-README.id
588        ==> .arch-ids/COMMENTARY.id
589      PLANNER-README
590        ==> COMMENTARY
593 2006-01-08 21:51:19 GMT Michael Olson <mwolson@gnu.org> patch-169
595     Summary:
596       Complete writing of ChangeLogs.
597     Revision:
598       planner-muse--mwolson--1.0--patch-169
600     * ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: Complete the merging of
601       other logs and removal of "merged this" logs.
603     modified files:
604      ChangeLog.2004 ChangeLog.2005 ChangeLog.2006
607 2006-01-08 04:54:05 GMT Michael Olson <mwolson@gnu.org> patch-168
609     Summary:
610       Add ChangeLogs from contributors.
611     Revision:
612       planner-muse--mwolson--1.0--patch-168
614     Remove a few emacs-wiki-only changelogs.
615     
616     * ChangeLog.2004, ChangeLog.2005: Add ChangeLog entries of contributors.
617       This is not complete yet.
619     modified files:
620      ChangeLog.2004 ChangeLog.2005
623 2006-01-07 06:02:30 GMT Michael Olson <mwolson@gnu.org> patch-167
625     Summary:
626       Update Makefile, split ChangeLog.
627     Revision:
628       planner-muse--mwolson--1.0--patch-167
630     * Makefile (release): Create GPG keys here instead of at upload time.
631     
632     * ChangeLog: Refactor into ChangeLog.2004-2006.  We'll just manually
633       merge in entries at release time, I guess.  It might be good to get the
634       full logs from merged sources, too.
636     new files:
637      .arch-ids/ChangeLog.2004.id .arch-ids/ChangeLog.2005.id
638      .arch-ids/ChangeLog.2006.id ChangeLog.2004 ChangeLog.2005
639      ChangeLog.2006
641     removed files:
642      .arch-ids/ChangeLog.id ChangeLog
644     modified files:
645      Makefile Makefile.defs
648 2006-01-06 20:21:25 GMT Michael Olson <mwolson@gnu.org> patch-166
650     Summary:
651       XEmacs fixes.
652     Revision:
653       planner-muse--mwolson--1.0--patch-166
655     * planner-appt.el (planner-appt-add-appts-from-tasks): Remove unused
656       obsolete variable.
657     
658     * planner-authz.el (planner-authz-mason-markup-table): 
659       (planner-authz-diary-tag): Use planner-line-beginning-position.
660     
661     * planner-el.texi (Appointments): Add code snippet for activating
662       appt.el.
663     
664     * planner-mhe.el: Require mh-index.
665     
666     * planner-rmail.el (planner-rmail-narrow-to-non-pruned-header): New
667       function that provides an implementation of
668       rmail-narrow-to-non-pruned-header, since XEmacs lacks it.
669       (planner-rmail-annotation-from-mail): Use
670       planner-rmail-narrow-to-non-pruned-header.
671     
672     * planner.el: Wrap conditional `require' in `eval-when-compile'.
674     modified files:
675      ChangeLog planner-appt.el planner-authz.el planner-el.texi
676      planner-mhe.el planner-rmail.el planner.el
679 2006-01-06 19:53:00 GMT Michael Olson <mwolson@gnu.org> patch-165
681     Summary:
682       planner-appt: XEmacs fix.
683     Revision:
684       planner-muse--mwolson--1.0--patch-165
686     * Makefile.defs: Fix typo.
687     
688     * planner-appt.el: Add usage instructions which mention how to activate
689       appt.
690       (planner-appt-update-appt-section): Don't use `propertize', since
691       XEmacs doesn't have it.
693     modified files:
694      ChangeLog Makefile.defs planner-appt.el
697 2006-01-06 02:44:17 GMT Michael Olson <mwolson@gnu.org> patch-164
699     Summary:
700       Massively clean whitespace and fix compiler warnings.
701     Revision:
702       planner-muse--mwolson--1.0--patch-164
705     modified files:
706      ChangeLog planner-appt.el planner-bibtex.el
707      planner-calendar.el planner-diary.el planner-export-diary.el
708      planner-gnus.el planner-ical.el planner-rank.el
709      planner-report.el planner-rss.el planner-tasks-overview.el
710      planner.el scripts/planner-build.el
713 2006-01-06 01:45:10 GMT Michael Olson <mwolson@gnu.org> patch-163
715     Summary:
716       planner-el.texi: Fix a few URL examples.
717     Revision:
718       planner-muse--mwolson--1.0--patch-163
720     * planner-el.texi (Emacs Relay Chat): Use "irc://" instead of "erc://" in
721       the examples.
722       (BibTeX): Remove the initial forward-slashes from the sample bibtex
723       URL.  Thanks to Stefan van der Walt for the report.
725     modified files:
726      ChangeLog planner-el.texi
729 2006-01-06 01:31:53 GMT Michael Olson <mwolson@gnu.org> patch-162
731     Summary:
732       planner-accomplishments: Use simpler method of determining hook to use.
733     Revision:
734       planner-muse--mwolson--1.0--patch-162
736     * planner-accomplishments.el (planner-accomplishments-insinuate):
737       Simplify.  This should fix an issue reported by Stefan van der Walt.
739     modified files:
740      ChangeLog planner-accomplishments.el
743 2006-01-06 01:05:08 GMT Michael Olson <mwolson@gnu.org> patch-161
745     Summary:
746       Fix an extra-tasks problem in planner-tasks-overview.
747     Revision:
748       planner-muse--mwolson--1.0--patch-161
750     * planner.el (planner-list-daily-files): Prevent temp buffers from being
751       added when an existing buffer with the same name exists.  Thanks to
752       Stefan van der Walt for the report.  This should prevent task lists
753       from being doubled in planner-tasks-overview.
755     modified files:
756      ChangeLog planner.el
759 2006-01-06 00:04:07 GMT Michael Olson <mwolson@gnu.org> patch-160
761     Summary:
762       Fix documentation example that I wrote earlier.
763     Revision:
764       planner-muse--mwolson--1.0--patch-160
766     * Makefile.defs: In this intermediate stage, we'll call it Planner 3.39.
767       Replace "planner-muse" with "planner".
768     
769     * debian/changelog: Condense old planner-muse-el entries into a new
770       planner-el entry.
771     
772     * debian/control, debian/emacsen-install, debian/emacsen-remove,
773       emacsen-startup: s/planner-muse-el/planner-muse/.
774     
775     * debian/rules: Use DH_COMPAT=4, since that was the most recent piece of
776       advice from my sponsor.
777     
778     * planner-el.texi (Viewing Tasks): Adjust whitespace.
779       (Publishing): Use an example that has a better chance of working.
780       Thanks to Stefan van der Walt for the report.
782     modified files:
783      ChangeLog Makefile.defs debian/changelog debian/control
784      debian/emacsen-install debian/emacsen-remove
785      debian/emacsen-startup debian/rules planner-el.texi
788 2006-01-05 23:13:39 GMT Michael Olson <mwolson@gnu.org> patch-159
790     Summary:
791       Fix emacs-wiki Bug #14907.
792     Revision:
793       planner-muse--mwolson--1.0--patch-159
795     * planner.el (planner-extract-tasks): Fix backtrace.  This also fixes
796       #14907 on the emacs-wiki bug-tracker.
798     modified files:
799      ChangeLog planner.el
802 2006-01-05 22:23:39 GMT Michael Olson <mwolson@gnu.org> patch-158
804     Summary:
805       planner-el.texi: Task numbers are not displayed by default.
806     Revision:
807       planner-muse--mwolson--1.0--patch-158
809     * planner-el.texi (Viewing Tasks): Note that by default, task numbers
810       will not be displayed.  Explain how to get them.  Thanks to Stefan van
811       der Walt for the report.
813     modified files:
814      ChangeLog planner-el.texi
817 2006-01-04 00:31:10 GMT John Sullivan <john@wjsullivan.net>     patch-5
819     Summary:
820       Added example and instructions for setting up a new Planner project.
821     Revision:
822       planner-muse--johnsu01--1.0--patch-5
825     modified files:
826      planner-el.texi
829 2006-01-03 23:28:18 GMT John Sullivan <john@wjsullivan.net>     patch-4
831     Summary:
832       Fixed name of Debian package and instructions for installing the package.
833     Revision:
834       planner-muse--johnsu01--1.0--patch-4
837     modified files:
838      planner-el.texi
841 2006-01-03 22:26:15 GMT Michael Olson <mwolson@gnu.org> patch-155
843     Summary:
844       Yet Another paragraph detection try.
845     Revision:
846       planner-muse--mwolson--1.0--patch-155
848     * planner-publish.el (planner-publish-markup-note): Put the newlines in a
849       different spot.
850       (planner-publish-content-tag): Be a bit more delicate about where we
851       insert the markup.
853     modified files:
854      ChangeLog planner-publish.el
857 2006-01-03 21:19:13 GMT Michael Olson <mwolson@gnu.org> patch-154
859     Summary:
860       Makefile: Fix argument for install-info.
861     Revision:
862       planner-muse--mwolson--1.0--patch-154
864     * Makefile (install): Give install-info the correct path.  Thanks to Dale
865       Smith for reporting this.
867     modified files:
868      ChangeLog Makefile
871 2006-01-03 21:14:52 GMT Michael Olson <mwolson@gnu.org> patch-153
873     Summary:
874       Use "D" to indicate delegated tasks, instead of ">".
875     Revision:
876       planner-muse--mwolson--1.0--patch-153
878     * planner-accomplishments.el (planner-accomplishments-status-display):
879       Use "D" to indicate delegated tasks, instead of ">".
880     
881     * planner-el.texi (Modifying Tasks): Ditto.
882     
883     * planner-publish.el (planner-publish-task-status-expand): 
884       (planner-publish-task-status-collapse): Ditto.
885     
886     * planner-tasks-overview.el (planner-tasks-overview-sort-by-status):
887       Ditto.
888     
889     * planner.el (planner-sort-tasks-by-link, planner-highlight-tasks): 
890       (planner-task-delegated): Ditto.
892     modified files:
893      ChangeLog planner-accomplishments.el planner-el.texi
894      planner-publish.el planner-tasks-overview.el planner.el
897 2006-01-03 19:36:56 GMT Michael Olson <mwolson@gnu.org> patch-152
899     Summary:
900       Fix double-escaping issue.
901     Revision:
902       planner-muse--mwolson--1.0--patch-152
904     * Makefile (install): Install the manual as "planner", not
905       "planner-muse".
906     
907     * Makefile.defs (ELISPDIR): Install the elisp files to site-lisp/planner
908       rather than site-lisp/planner-muse.
909     
910     * planner-publish.el (planner-publish-markup-note): Apply patch from Dale
911       Smith that fixes a double-escaping of specials with muse--main.
912       (planner-publish-section-tag): Revert a previous whitespace patch.
913       (planner-publish-content-tag): Insert an additional newline.  Hopefully
914       this finally fixes the paragraph detection problem.
916     modified files:
917      ChangeLog Makefile Makefile.defs planner-publish.el
920 2006-01-03 01:40:44 GMT Andrew J. Korty <ajk@iu.edu>    patch-14
922     Summary:
923       don't insert task number padding if planner-use-task-numbers is nil
924     Revision:
925       planner-muse--main--1.0--patch-14
928     modified files:
929      planner.el
932 2006-01-03 01:32:10 GMT John Sullivan <john@wjsullivan.net>     patch-3
934     Summary:
935         Updated maintainer information. Removed distinction between stable
936         and development versions. Distributed the Updating Your Version
937         node information and removed it. Made new nodes for each
938         installation method under a new Getting the Files section.
940     Revision:
941       planner-muse--johnsu01--1.0--patch-3
944     modified files:
945      planner-el.texi
948 2006-01-03 00:32:40 GMT Michael Olson <mwolson@gnu.org> patch-150
950     Summary:
951       muse-publish: Try again to fix paragraph detection.
952     Revision:
953       planner-muse--mwolson--1.0--patch-150
955     * planner-publish.el (planner-publish-content-tag): Insert an extra
956       newline.
958     modified files:
959      ChangeLog planner-publish.el
962 2006-01-02 23:31:02 GMT Michael Olson <mwolson@gnu.org> patch-149
964     Summary:
965       planner-publish: Try to fix paragraph error.
966     Revision:
967       planner-muse--mwolson--1.0--patch-149
969     * planner-publish.el (planner-publish-section-tag): Attempt to fix a
970       paragraph markup error.
972     modified files:
973      ChangeLog planner-publish.el
976 2006-01-02 22:54:03 GMT Michael Olson <mwolson@gnu.org> patch-148
978     Summary:
979       planner-publish: Remove extra </span> tag.
980     Revision:
981       planner-muse--mwolson--1.0--patch-148
983     * planner-publish.el (planner-html-markup-strings): Apply patch from Dale
984       Smith that removes a stray </span> tag.
986     modified files:
987      ChangeLog planner-publish.el
990 2006-01-02 22:48:38 GMT Michael Olson <mwolson@gnu.org> patch-147
992     Summary:
993       planner-publish: Yet Another Patch.  Remove stale functions.
994     Revision:
995       planner-muse--mwolson--1.0--patch-147
997     * planner-appt.el (planner-appt-de-wiki): Move to planner.el.
998       (planner-appt-format-description): Use planner-remove-links rather than
999       planner-appt-de-wiki.
1000     
1001     * planner-publish.el: Apply patch from Dale Smith.
1002       (planner-publish-markup-tags): Use the correct attributes.
1003       (planner-publish-notes-section-tag): Don't call
1004       muse-publish-markup-region explicitly.
1005     
1006     * planner-publish.el (planner-publish-notes-tag): Use
1007       planner-remove-links.
1008     
1009     * planner.el (planner-encode-url, planner-link-escape)
1010       (planner-link-unescape): Remove.
1011       (planner-remove-links): Renamed from planner-appt-de-wiki.  Keep track
1012       of start position for sanity.
1014     modified files:
1015      ChangeLog planner-appt.el planner-publish.el planner.el
1018 2006-01-02 21:15:28 GMT Michael Olson <mwolson@gnu.org> patch-146
1020     Summary:
1021       planner-publish: Work further on <notes> and <past-notes> tags.
1022     Revision:
1023       planner-muse--mwolson--1.0--patch-146
1025     * planner-publish.el (planner-html-markup-strings): Split
1026       planner-note-details into manageable chunks.
1027       (planner-publish-markup-note, planner-publish-notes-section-tag):
1028       s/notes/notes-section/.  Thanks to Dale Smith for the patch.
1029       (planner-publish-past-notes-tag): Fix the name of this function, thanks
1030       to Dale Smith.  Make it use planner-insert-markup in some parts so that
1031       raw HTML doesn't get escaped.
1032       (planner-publish-note-tag): Split up the 'planner-note-details string
1033       so that we can be selective about the parts that are marked up as
1034       read-only.
1036     modified files:
1037      ChangeLog planner-publish.el
1040 2006-01-02 19:15:06 GMT Michael Olson <mwolson@gnu.org> patch-145
1042     Summary:
1043       planner-publish: Make "* Notes" section publish correctly again.
1044     Revision:
1045       planner-muse--mwolson--1.0--patch-145
1047     * planner-publish.el: Re-add the planner-publish-notes-tag function, but
1048       rename to planner-publish-notes-section.  emacs-wiki had the <notes>
1049       tag insert an index of notes, so we'll use that as the behavior of
1050       <notes>.  We still need the other function, though, to publish the 
1051       "* Notes" section.  Thanks to Dale Smith for the advice.
1052       (planner-publish-markup-tags): Add notes-section tag
1053       (planner-publish-notes-section-tag): Renamed from the old
1054       planner-publish-notes-tag function.
1055       (sectionalize-markup-tagname): Mark up "* Notes" section as
1056       "notes-section" instead of "notes".
1058     modified files:
1059      ChangeLog planner-publish.el
1062 2006-01-01 22:58:59 GMT Michael Olson <mwolson@gnu.org> patch-144
1064     Summary:
1065       Apply several bugfixes from Sacha.
1066     Revision:
1067       planner-muse--mwolson--1.0--patch-144
1069     * planner-rss.el (planner-publish-markup-rss-functions): Fix typo.
1070       Thanks to Sacha Chua for the fix.
1071     
1072     * planner.el (planner-jump-to-linked-note): Delete only occurs on linked
1073       page if narrowing succeeds.  The previous behavior was to delete entire
1074       linked page if linked note wasn't found.  Thanks to Lee Bigelow and
1075       Sacha Chua for the fix.
1077     modified files:
1078      ChangeLog planner-rss.el planner.el