planner-el.git
18 years agoAdd nested tag support in way that doesn't break with Muse 3.02
Michael Olson [Mon, 16 Oct 2006 22:14:40 +0000 (16 22:14 +0000)]
Add nested tag support in way that doesn't break with Muse 3.02

2006-10-16  Michael Olson  <mwolson@gnu.org>

* planner-authz.el (planner-authz-markup-tags): Adapt for nested
tag support.

* planner-notes-index.el: Use add-hook instead of add-to-list, in
case muse-publish has not been loaded yet.  Use
muse-publish-markup-tags instead of planner-markup-tags.

* planner-publish.el (planner-publish-markup-tags): Adapt for
nested tag support.  Make the <nested-section> tag nestable.

* planner-timeclock.el: Use add-hook instead of add-to-list, in
case muse-publish has not been loaded yet.  Use
muse-publish-markup-tags and muse-colors-markup-tags instead of
planner-markup-tags.
(planner-colors-timeclock-report-tag)
(planner-publish-timeclock-report-tag): New functions created from
planner-timeclock-report-tag.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-88

18 years agoFix bug that was noticed in recent Emacs 22 builds
Michael Olson [Tue, 26 Sep 2006 06:50:52 +0000 (26 06:50 +0000)]
Fix bug that was noticed in recent Emacs 22 builds

2006-09-26  Michael Olson  <mwolson@gnu.org>

* planner.el (planner-setup-highlighting): Don't quote
beginning-of-line.  This should fix a bug that was noticed in
recent Emacs 22 builds.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-87

18 years agoFix arch revision number.
John Sullivan [Sat, 23 Sep 2006 06:29:21 +0000 (23 06:29 +0000)]
Fix arch revision number.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-86

18 years agoplanner-zoom: Fix error with file extensions.
Michael Olson [Sun, 10 Sep 2006 15:28:11 +0000 (10 15:28 +0000)]
planner-zoom: Fix error with file extensions.

2006-09-10  Michael Olson  <mwolson@gnu.org>

* planner-zoom.el (planner-zoom-iup, planner-zoom-idown)
(planner-zoom-inext, planner-zoom-iprev): Use planner-page-name
instead of buffer-name.  This fixes a match-string error, and
makes things work when you have muse-file-extension set to
something.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-85

18 years agogit-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-84
John Sullivan [Mon, 4 Sep 2006 23:20:52 +0000 (4 23:20 +0000)]
git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-84

18 years agoFix last patch to go around Texinfo bug.
John Sullivan [Sun, 27 Aug 2006 02:41:38 +0000 (27 02:41 +0000)]
Fix last patch to go around Texinfo bug.

The Texinfo @uref command is not working when @uref is at the beginning of a line. It also doesn't linkify https urls in the info output.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-83

18 years agoUpdate and clarify info about remember-planner.
John Sullivan [Sun, 27 Aug 2006 02:25:00 +0000 (27 02:25 +0000)]
Update and clarify info about remember-planner.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-82

18 years agoUpdate ChangeLog.
John Sullivan [Sun, 27 Aug 2006 00:20:21 +0000 (27 00:20 +0000)]
Update ChangeLog.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-81

18 years ago2006-08-26 John Sullivan <john@wjsullivan.net>
John Sullivan [Sun, 27 Aug 2006 00:17:39 +0000 (27 00:17 +0000)]
2006-08-26  John Sullivan  <john@wjsullivan.net>

* planner-el.texi (Publishing Planner pages): Clarify the
requirements and remove redundancies.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-80

18 years agoplanner-gnus: Install patch from Magnus Henoch.
Michael Olson [Wed, 23 Aug 2006 02:12:02 +0000 (23 02:12 +0000)]
planner-gnus: Install patch from Magnus Henoch.

2006-08-22  Magnus Henoch  <mange@freemail.hu>

* planner-gnus.el (planner-gnus-browse-url): Fix marking unread
messages as read problem.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-79

18 years agoUpdate ChangeLog.
John Sullivan [Mon, 21 Aug 2006 03:06:51 +0000 (21 03:06 +0000)]
Update ChangeLog.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-78

18 years agoDocumentation index fixes.
John Sullivan [Mon, 21 Aug 2006 02:50:21 +0000 (21 02:50 +0000)]
Documentation index fixes.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-77

18 years agoplanner-timeclock-summary-proj: Install bugfix from Marko Schütz.
Michael Olson [Fri, 18 Aug 2006 13:58:13 +0000 (18 13:58 +0000)]
planner-timeclock-summary-proj: Install bugfix from Marko Schütz.

2006-08-18  Marko Schütz  <schutz_m@usp.ac.fj>

* planner-timeclock-summary-proj.el
(planner-timeclock-proj-entries): Fix bug that occurred when a
timeclock entry had no project name.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-76

18 years agotimeclock.el: Check in changes from Aidrian Aichner.
Michael Olson [Sat, 12 Aug 2006 19:47:56 +0000 (12 19:47 +0000)]
timeclock.el: Check in changes from Aidrian Aichner.

* Makefile (.PHONY): Split long line.

* AUTHORS: Bookkeeping.

* contrib/schedule.el: Update header.

* contrib/timeclock.el: Install Adrian's changes from 2006-08-01.  Note
  that this version of the file is not distributed with GNU Emacs, but
  with Planner instead.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-75

18 years agoplanner-calendar: Fix bug.
Michael Olson [Fri, 11 Aug 2006 18:15:53 +0000 (11 18:15 +0000)]
planner-calendar: Fix bug.

* planner-calendar.el (planner-calendar-published-file-href): Fix
  potential error when the calendar for next month is empty.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-74

18 years agoCommit ChangeLog file.
Michael Olson [Fri, 11 Aug 2006 18:08:33 +0000 (11 18:08 +0000)]
Commit ChangeLog file.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-73

18 years agoRename ChangeLogs as per Emacs standards and provide non-Arch ChangeLog
Michael Olson [Tue, 8 Aug 2006 05:10:36 +0000 (8 05:10 +0000)]
Rename ChangeLogs as per Emacs standards and provide non-Arch ChangeLog

* ChangeLog.1: Rename from ChangeLog.2004 to comply with standards in the
  Emacs source tree.

* ChangeLog.2: Rename from ChangeLog.2005 to comply with standards in the
  Emacs source tree.

* ChangeLog.3: New file created from the old ChangeLog.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-72

18 years agoMinor Makefile tweaks.
Michael Olson [Sun, 6 Aug 2006 02:32:41 +0000 (6 02:32 +0000)]
Minor Makefile tweaks.

* Makefile: Abstract some mentions of Planner so that this can be more
  easily re-used by other projects.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-71

18 years agoManual: Fix syntax error introduced in last patch.
Michael Olson [Sat, 29 Jul 2006 04:21:50 +0000 (29 04:21 +0000)]
Manual: Fix syntax error introduced in last patch.

* planner-el.texi (Installing from Arch): Fix syntax error introduced in
  last patch.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-70

18 years agoUpdate maintainer info.
Michael Olson [Sat, 29 Jul 2006 04:16:59 +0000 (29 04:16 +0000)]
Update maintainer info.

* AUTHORS: Mention that John Sullivan is the new maintainer.

* planner-el.texi (Preface), Getting Help, Acknowledgements): Ditto.
  (Installing from Arch): Update the ArchZoom link for the new
  repository.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-69

18 years agoManual: Heading fixes.
Michael Olson [Sun, 9 Jul 2006 22:03:24 +0000 (9 22:03 +0000)]
Manual: Heading fixes.

* planner-el.texi (Installing from a Source Archive)
  (Installing from Arch, Installing from Debian): Change a few
  @subsubsections to @subheadings.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-68

18 years agoFix the gnus Summary mode keybinding.
John Sullivan [Sun, 9 Jul 2006 21:04:18 +0000 (9 21:04 +0000)]
Fix the gnus Summary mode keybinding.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-67

18 years agoBring ChangeLog in sync.
Michael Olson [Sat, 8 Jul 2006 19:25:03 +0000 (8 19:25 +0000)]
Bring ChangeLog in sync.

* ChangeLog: Sync.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-66

18 years agoplanner-appt: fix match-string bug
Jim Ottaway [Thu, 6 Jul 2006 09:31:30 +0000 (6 09:31 +0000)]
planner-appt: fix match-string bug

* planner-appt.el (planner-appt-add-appts-from-schedule): wrap
  planner-appt-format-description in save-match-data.  Fixes a bug where
  the match data was lost [only seems to happen for Emacs <= 21.3.1].

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-65

18 years agoRemove redundant parts about remember, and add missing index entries.
John Sullivan [Fri, 30 Jun 2006 06:47:42 +0000 (30 06:47 +0000)]
Remove redundant parts about remember, and add missing index entries.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-64

18 years agoReally fix double-escaping issue and protect task/note content.
Michael Olson [Fri, 30 Jun 2006 03:31:22 +0000 (30 03:31 +0000)]
Really fix double-escaping issue and protect task/note content.

* planner-publish.el (planner-publish-markup-task): Remove bad patch.
  Protect the task description from closing tags.
  (planner-publish-markup-note): Protect the note content from closing
  tags.
  (planner-publish-task-tag): Remove bad patch.  Remove read-only
  properties from task description so that it gets interpreted by Muse.
  (planner-publish-note-tag): Remove read-only properties.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-63

18 years agoplanner-authz: Update documentation.
Michael Olson [Thu, 29 Jun 2006 05:36:17 +0000 (29 05:36 +0000)]
planner-authz: Update documentation.

* planner-authz.el: Update directions in header.
  (planner-authz-markup-tags): Use "diary-section" instead of "diary".
  (planner-authz-diary-section-tag): Rename from
  `planner-authz-diary-tag'.

* planner-el.texi (Authz Access Restriction): Add Getting started and
  Diary markup sections.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-62

18 years agoplanner-publish: Fix double-escaping of task descriptions.
Michael Olson [Thu, 29 Jun 2006 03:30:57 +0000 (29 03:30 +0000)]
planner-publish: Fix double-escaping of task descriptions.

* planner-publish.el (planner-publish-task-tag): Fix double-escaping bug.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-61

18 years agoQuick grammar fix in README.
Michael Olson [Thu, 29 Jun 2006 03:03:58 +0000 (29 03:03 +0000)]
Quick grammar fix in README.

* README: Grammar fix.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-60

18 years agoAdd load-path example for Remember.
Michael Olson [Wed, 28 Jun 2006 21:03:18 +0000 (28 21:03 +0000)]
Add load-path example for Remember.

* scripts/planner-build.el: Add a load-path example for Remember.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-59

18 years agoExplain a prerequisite for compilation.
Michael Olson [Wed, 28 Jun 2006 20:49:58 +0000 (28 20:49 +0000)]
Explain a prerequisite for compilation.

* scripts/planner-build.el: Use a more standard default path for each of
  the extensions.

* planner-el.texi (Advanced Installation): Mention
  scripts/planner-build.el.

* README: Ditto.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-58

18 years agoMention Emacs Muse in README.
Michael Olson [Wed, 28 Jun 2006 01:48:09 +0000 (28 01:48 +0000)]
Mention Emacs Muse in README.

* README: Mention that Emacs Muse must be installed before compiling.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-57

18 years agoInclude autoloads file in the distribution.v3.41
Michael Olson [Tue, 27 Jun 2006 04:26:04 +0000 (27 04:26 +0000)]
Include autoloads file in the distribution.

* Makefile (distclean, dist): Include autoloads file in the distribution.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-56

18 years agoUpdate ChangeLog.
Michael Olson [Tue, 27 Jun 2006 03:58:14 +0000 (27 03:58 +0000)]
Update ChangeLog.

* ChangeLog: Update.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-55

18 years agoFix mailing list instructions in README.
Michael Olson [Tue, 27 Jun 2006 03:56:26 +0000 (27 03:56 +0000)]
Fix mailing list instructions in README.

* README: Fix URL for mailing list instructions.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-54

18 years agoRelease Planner 3.41.
Michael Olson [Tue, 27 Jun 2006 03:45:34 +0000 (27 03:45 +0000)]
Release Planner 3.41.

* Makefile.defs (VERSION): Set to 3.41.

* NEWS: Update.

* planner-el.texi: Set version to 3.41.
  (Why Use Planner, Tasks, Example Page): Use new mailing list address.

* planner.el (planner-version): Release Planner 3.41.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-53

18 years agoDocument planner2diary.py.
Michael Olson [Mon, 26 Jun 2006 23:26:25 +0000 (26 23:26 +0000)]
Document planner2diary.py.

* planner-el.texi (Diary): Document planner2diary.py.  This completes the
  documentation part of the release plans.

* planner2diary.py: Require /usr/bin/python instead of
  /usr/bin/python2.2.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-52

18 years agoDocument planner-report.el.
Michael Olson [Mon, 26 Jun 2006 23:18:05 +0000 (26 23:18 +0000)]
Document planner-report.el.

* planner-el.texi: Mention filenames in menus as much as possible.
  (Status Reports): Document planner-report.el.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-51

18 years agoFix bug in last patch.
Michael Olson [Fri, 23 Jun 2006 13:54:58 +0000 (23 13:54 +0000)]
Fix bug in last patch.

* planner.el (allout-mode-leaders): Make this use `add-hook' rather than
  `add-to-list' to avoid load errors.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-50

18 years agoMake allout and Planner work better together by default.
Michael Olson [Fri, 23 Jun 2006 04:08:22 +0000 (23 04:08 +0000)]
Make allout and Planner work better together by default.

* planner.el: Make allout mode recognize our special note syntax.  Thanks
  to Bill White and Steven Lumos for the code snippet and research.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-49

18 years agoDocument planner-registry.el.
Michael Olson [Thu, 22 Jun 2006 03:29:38 +0000 (22 03:29 +0000)]
Document planner-registry.el.

* planner-el.texi (planner-registry): Document the planner-registry.el
  file.

* planner-registry.el: Clarify directions in header.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-48

18 years agoDocument through planner-publish.el.
Michael Olson [Tue, 20 Jun 2006 18:10:46 +0000 (20 18:10 +0000)]
Document through planner-publish.el.

* ChangeLog: Update.

* planner-el.texi (Publishing Planner pages): New section that documents
  planner-publish.el.
  (PSVN): New section that documents planner-psvn.el.

* planner-publish.el (planner-html-inner-header):
  (planner-html-inner-footer): Docfix.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-47

18 years agoDocument planner-zoom.
John Sullivan [Sun, 18 Jun 2006 02:26:57 +0000 (18 02:26 +0000)]
Document planner-zoom.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-46

18 years agoMerged from mwolson@gnu.org--2006 (patch 58)
Michael Olson [Fri, 16 Jun 2006 04:01:54 +0000 (16 04:01 +0000)]
Merged from mwolson@gnu.org--2006 (patch 58)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-58
   Spot check documentation through planner-gnus.el.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-45

18 years agoMerged from mwolson@gnu.org--2006 (patch 54-57)
Michael Olson [Thu, 8 Jun 2006 23:26:41 +0000 (8 23:26 +0000)]
Merged from mwolson@gnu.org--2006 (patch 54-57)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-54
   Move Debian stuff to its own branch.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-55
   Update NEWS.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-56
   Document new mailing lists in the manual.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-57
   planner-el.texi: Use shared Arch archive in instructions.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-44

18 years agoMerged from mwolson@gnu.org--2006 (patch 53)
Michael Olson [Mon, 5 Jun 2006 15:58:21 +0000 (5 15:58 +0000)]
Merged from mwolson@gnu.org--2006 (patch 53)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-53
   Make Planner's keymap inherit from Muse's keymap.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-43

18 years agoMerged from mwolson@gnu.org--2006 (patch 51-52)
Michael Olson [Thu, 1 Jun 2006 13:55:40 +0000 (1 13:55 +0000)]
Merged from mwolson@gnu.org--2006 (patch 51-52)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-51
   Avoid a backtrace when using planner-calendar and not publishing.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-52
   Add explanation for timeclock.el error.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-42

18 years agoMerged from mwolson@gnu.org--2006 (patch 50)
Michael Olson [Mon, 29 May 2006 14:23:22 +0000 (29 14:23 +0000)]
Merged from mwolson@gnu.org--2006 (patch 50)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-50
   Make ChangeLog conform to conventions better.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-41

18 years agoMerged from mwolson@gnu.org--2006 (patch 49)
Michael Olson [Fri, 26 May 2006 14:48:23 +0000 (26 14:48 +0000)]
Merged from mwolson@gnu.org--2006 (patch 49)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-49
   Display a helpful message if muse-project-alist undefined.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-40

18 years agoMerged from mwolson@gnu.org--2006 (patch 48)
Michael Olson [Thu, 25 May 2006 01:21:58 +0000 (25 01:21 +0000)]
Merged from mwolson@gnu.org--2006 (patch 48)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-48
   Fix lock up with old delegated task mark.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-39

18 years agoMerged from mwolson@gnu.org--2006 (patch 43-47)
Michael Olson [Thu, 25 May 2006 00:53:49 +0000 (25 00:53 +0000)]
Merged from mwolson@gnu.org--2006 (patch 43-47)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-43
   Make notes publish with nicer default CSS elements.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-44
   Publish diary sections in a meaningful way.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-45
   Remove task IDs when publishing.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-46
   Remove duplicate note links when publishing.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-47
   Miscellaneous Debian updates.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-38

18 years agoMerged from mwolson@gnu.org--2006 (patch 42)
Michael Olson [Thu, 18 May 2006 03:00:00 +0000 (18 03:00 +0000)]
Merged from mwolson@gnu.org--2006 (patch 42)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-42
   Work on calendar, manual, and index generation.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-37

18 years agoMerged from mwolson@gnu.org--2006 (patch 41)
Michael Olson [Tue, 9 May 2006 00:31:08 +0000 (9 00:31 +0000)]
Merged from mwolson@gnu.org--2006 (patch 41)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-41
   planner-el.texi: Update location of schedule.el.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-36

18 years agoMerged from mwolson@gnu.org--2006 (patch 40)
Michael Olson [Wed, 26 Apr 2006 20:00:29 +0000 (26 20:00 +0000)]
Merged from mwolson@gnu.org--2006 (patch 40)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-40
   planner-calendar: Default to today if not publishing a day page.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-35

18 years agoMerged from mwolson@gnu.org--2006 (patch 39)
Michael Olson [Wed, 26 Apr 2006 19:56:02 +0000 (26 19:56 +0000)]
Merged from mwolson@gnu.org--2006 (patch 39)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-39
   Add default CSS elements for calendar stuff.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-34

18 years agoMerged from mwolson@gnu.org--2006 (patch 38)
Michael Olson [Wed, 26 Apr 2006 19:36:18 +0000 (26 19:36 +0000)]
Merged from mwolson@gnu.org--2006 (patch 38)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-38
   planner-calendar: Surround generated calendar with <div> tag.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-33

18 years agoMerged from mwolson@gnu.org--2006 (patch 36-37)
Michael Olson [Wed, 26 Apr 2006 18:10:07 +0000 (26 18:10 +0000)]
Merged from mwolson@gnu.org--2006 (patch 36-37)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-36
   Make publishing of calendars work better using a new method.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-37
   Minor docfix.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-32

18 years agoMerged from mwolson@gnu.org--2006 (patch 35)
Michael Olson [Wed, 26 Apr 2006 03:23:08 +0000 (26 03:23 +0000)]
Merged from mwolson@gnu.org--2006 (patch 35)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-35
   Use h2, h3, ... for headings.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-31

18 years agoMerged from mwolson@gnu.org--2006 (patch 34)
Michael Olson [Tue, 25 Apr 2006 22:29:14 +0000 (25 22:29 +0000)]
Merged from mwolson@gnu.org--2006 (patch 34)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-34
   Fix a paragraph publishing problem near end of file.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-30

18 years agoMerged from mwolson@gnu.org--2006 (patch 32-33)
Michael Olson [Sun, 9 Apr 2006 19:31:05 +0000 (9 19:31 +0000)]
Merged from mwolson@gnu.org--2006 (patch 32-33)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-32
   manual: Remove use of old Planner variables.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-33
   manual: Fix errors introduced in last patch.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-29

18 years agoMerged from mwolson@gnu.org--2006 (patch 31)
Michael Olson [Sat, 8 Apr 2006 03:00:29 +0000 (8 03:00 +0000)]
Merged from mwolson@gnu.org--2006 (patch 31)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-31
   Prepare new Debian package for Arch snapshot.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-28

18 years agoMerged from mwolson@gnu.org--2006 (patch 29-30)
Michael Olson [Sat, 8 Apr 2006 01:35:28 +0000 (8 01:35 +0000)]
Merged from mwolson@gnu.org--2006 (patch 29-30)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-29
   Include planner-registry.el.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-30
   planner-registry: Minor code cleanup.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-27

18 years agoMerged from mwolson@gnu.org--2006 (patch 27-28)
Michael Olson [Sun, 2 Apr 2006 18:21:42 +0000 (2 18:21 +0000)]
Merged from mwolson@gnu.org--2006 (patch 27-28)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-28
   Correct several regexps.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-26

18 years agofix free variable warning
Andrew J. Korty [Wed, 29 Mar 2006 20:23:27 +0000 (29 20:23 +0000)]
fix free variable warning

* planner-authz.el (planner-authz-multi-union): declare `sublist'

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-25

18 years agofix planner-authz-index-as-string
Andrew J. Korty [Wed, 29 Mar 2006 19:12:05 +0000 (29 19:12 +0000)]
fix planner-authz-index-as-string

* planner-authz.el (planner-authz-fix-list-item): new function to move
  the <li> tags to the inside to avoid a blank bullet when a list item is
  totally access controlled
  (planner-authz-markup-regexps): use it
  (planner-authz-index-as-string): use <authz> tags to mark up the index
  and rely on the new regexp entry to clean up the results

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-24

18 years agoMerged from mwolson@gnu.org--2006 (patch 26)
Michael Olson [Tue, 28 Mar 2006 01:11:51 +0000 (28 01:11 +0000)]
Merged from mwolson@gnu.org--2006 (patch 26)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-26
   Update ChangeLog.2006.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-23

18 years agoMerged from mwolson@gnu.org--2006 (patch 25)
Michael Olson [Tue, 28 Mar 2006 00:28:42 +0000 (28 00:28 +0000)]
Merged from mwolson@gnu.org--2006 (patch 25)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-25
   planner-erc: Improve greatly.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-22

18 years agoMerged from mwolson@gnu.org--2006 (patch 24)
Michael Olson [Sat, 25 Mar 2006 04:49:40 +0000 (25 04:49 +0000)]
Merged from mwolson@gnu.org--2006 (patch 24)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-24
   planner-zoom.el: New file used for navigating Planner pages.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-21

18 years agoMerged from mwolson@gnu.org--2006 (patch 21-23)
Michael Olson [Thu, 23 Mar 2006 14:15:45 +0000 (23 14:15 +0000)]
Merged from mwolson@gnu.org--2006 (patch 21-23)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-22
   Bring ChangeLog up-to-date.

 * mwolson@gnu.org--2006/planner--main--1.0--patch-23
   planner-psvn.el: Install update from author.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-20

18 years agoMerged from jeho@jeho.org--2005 (patch 56-57)
Jim Ottaway [Wed, 15 Mar 2006 12:38:11 +0000 (15 12:38 +0000)]
Merged from jeho@jeho.org--2005 (patch 56-57)

Patches applied:

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-56
   Merged from mwolson@gnu.org--2006-planner-el (patch 14-15), mwolson@gnu.org--2006 (patch 17-20)

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-57
   planner-appt: day names in forthcoming appointments

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-19

18 years agoMerged from mwolson@gnu.org--2006 (patch 20)
Michael Olson [Tue, 14 Mar 2006 21:14:32 +0000 (14 21:14 +0000)]
Merged from mwolson@gnu.org--2006 (patch 20)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-20
   planner-appt: Mention that documentation is available in Planner manual.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-18

18 years agoMerged from mwolson@gnu.org--2006 (patch 19)
Michael Olson [Tue, 14 Mar 2006 20:05:10 +0000 (14 20:05 +0000)]
Merged from mwolson@gnu.org--2006 (patch 19)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-19
   planner-calendar: Fix publishing bug.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-17

18 years agoMerged from mwolson@gnu.org--2006 (patch 17-18)
Michael Olson [Tue, 14 Mar 2006 18:58:37 +0000 (14 18:58 +0000)]
Merged from mwolson@gnu.org--2006 (patch 17-18)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-17
   Add COPYING file; do bookkeeping.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-16

18 years agoMerged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006 (patch 16)
Jim Ottaway [Sat, 11 Mar 2006 15:29:42 +0000 (11 15:29 +0000)]
Merged from jeho@jeho.org--2005 (patch 54-55), mwolson@gnu.org--2006 (patch 16)

Patches applied:

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-54
   Merged from mwolson@gnu.org--2006-planner-el (patch 13), mwolson@gnu.org--2006 (patch 16)

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-55
   planner-appt: forthcoming regexp fix for XEmacs

 * mwolson@gnu.org--2006/planner--main--1.0--patch-16
   Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006-planner-el (patch 13)

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-15

18 years agoplanner-appt: xemacs window fitting compatibility fix
Jim Ottaway [Sat, 11 Mar 2006 11:41:53 +0000 (11 11:41 +0000)]
planner-appt: xemacs window fitting compatibility fix

* planner-appt.el (planner-fit-window-to-buffer): use
  shrink-window-if-large-than-buffer if fit-window-to-buffer is not
  available

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-14

18 years agoMerged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006 (patch 15)
Jim Ottaway [Mon, 6 Mar 2006 15:49:19 +0000 (6 15:49 +0000)]
Merged from jeho@jeho.org--2005 (patch 51-53), mwolson@gnu.org--2006 (patch 15)

Patches applied:

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-51
   Merged from mwolson@gnu.org--2006-planner-el (patch 12), mwolson@gnu.org--2006 (patch 15)

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-52
   planner-appt: fix wrong side of bound error

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-53
   planner-appt: fix appts in schedule; fix bug in forthcoming appts

 * mwolson@gnu.org--2006/planner--main--1.0--patch-15
   Merged from mwolson@gnu.org--2006-planner-el (patch 12)

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-13

18 years agoMerged from jeho@jeho.org--2005 (patch 46-50), mwolson@gnu.org--2006 (patch 14)
Jim Ottaway [Tue, 28 Feb 2006 16:49:28 +0000 (28 16:49 +0000)]
Merged from jeho@jeho.org--2005 (patch 46-50), mwolson@gnu.org--2006 (patch 14)

Patches applied:

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-46
   Merged from mwolson@gnu.org--2006 (patch 7-8)

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-47
   planner-appt: fix highlighting on plan pages

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-48
   planner-appt: refinement to highlighting

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-49
   Merged from mwolson@gnu.org--2006-planner-el (patch 0-11), mwolson@gnu.org--2006 (patch 9-14)

 * jeho@jeho.org--2005/planner--jeho--1.1--patch-50
   planner-appt: fix coding issue in forthcoming appts

 * mwolson@gnu.org--2006/planner--main--1.0--patch-14
   Merged from mwolson@gnu.org--2006-planner-el (patch 8-11)

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-12

18 years agoMerged from mwolson@gnu.org--2006 (patch 10-13)
Michael Olson [Tue, 28 Feb 2006 04:48:01 +0000 (28 04:48 +0000)]
Merged from mwolson@gnu.org--2006 (patch 10-13)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-12
   Update NEWS and ChangeLog

 * mwolson@gnu.org--2006/planner--main--1.0--patch-13
   Prepare new Debian package.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-11

18 years agosort status report entries by plan page name
Andrew J. Korty [Mon, 27 Feb 2006 19:38:45 +0000 (27 19:38 +0000)]
sort status report entries by plan page name

* planner-report.el (planner-report-generate): sort pages by name using
  string<

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-10

18 years agosmall fix to README file
Jim Ottaway [Mon, 27 Feb 2006 11:38:48 +0000 (27 11:38 +0000)]
small fix to README file

* README: remove (setq load-path ...) from the load-path example

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-9

18 years agoplanner-appt: fix highlighting in plan pages
Jim Ottaway [Mon, 27 Feb 2006 10:34:20 +0000 (27 10:34 +0000)]
planner-appt: fix highlighting in plan pages

* planner-appt.el (planner-appt-task-highlight): check that a task has
  today's date

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-8

18 years agoonly publish dependencies if they haven't already been published
Andrew J. Korty [Wed, 22 Feb 2006 01:57:37 +0000 (22 01:57 +0000)]
only publish dependencies if they haven't already been published

* planner-authz.el (planner-authz-publishing-alist): alist to track
  published pages and their dependencies
  (planner-authz-after-markup): if planner-authz-publishing-alist
  indicates this page has already been published, and here we are
  publishing it again, the alist must be stale, so we replace it with
  a single element for this page; otherwise, add an element for this page
  to the list
  (planner-authz-after-project-publish): use
  planner-authz-publishing-alist to determine which dependencies need
  publishing
  (planner-authz-republish-dependencies-maybe): add linked pages to
  planner-authz-publishing-alist as dependencies if they're not already
  there

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-7

18 years agoconsider all of a note's links when building an access list
Andrew J. Korty [Wed, 22 Feb 2006 01:55:02 +0000 (22 01:55 +0000)]
consider all of a note's links when building an access list

* planner-authz.el (planner-authz-note-tag): use "categories" attribute

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-6

18 years agoenable multiple links with "categories" attribute
Andrew J. Korty [Wed, 22 Feb 2006 01:48:52 +0000 (22 01:48 +0000)]
enable multiple links with "categories" attribute

* planner-publish.el (planner-publish-note-tag): enable "categories"
  attribute, which stores all of a note's links

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-5

18 years agoadd planner-multi support to planner-authz
Andrew J. Korty [Wed, 15 Feb 2006 20:26:25 +0000 (15 20:26 +0000)]
add planner-multi support to planner-authz

 - when multiple pages are linked to a task or note, merge the access
   lists to the linked pages using a user-specified function

 - provide intersection and union functions for merging access lists

 - disable republishing *during* republishing to avoid indefinite
   recursion

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-4

18 years agoupdate to work with latest planner-publish.el
Andrew J. Korty [Wed, 15 Feb 2006 20:12:41 +0000 (15 20:12 +0000)]
update to work with latest planner-publish.el

 - catch up with function name change in planner-publish.el

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-3

18 years agoMerged from mwolson@gnu.org--2006 (patch 9)
Michael Olson [Tue, 14 Feb 2006 15:08:53 +0000 (14 15:08 +0000)]
Merged from mwolson@gnu.org--2006 (patch 9)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-9
   Use debian/compat to determine debhelper compat level.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-2

18 years agoMerged from mwolson@gnu.org--2006 (patch 8)
Michael Olson [Fri, 10 Feb 2006 22:54:42 +0000 (10 22:54 +0000)]
Merged from mwolson@gnu.org--2006 (patch 8)

Patches applied:

 * mwolson@gnu.org--2006/planner--main--1.0--patch-8
   Fix Bug #5234: planner-gnus pseudo-article error.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-1

18 years agotag of mwolson@gnu.org--2006/planner--main--1.0--patch-7
Michael Olson [Fri, 10 Feb 2006 01:37:07 +0000 (10 01:37 +0000)]
tag of mwolson@gnu.org--2006/planner--main--1.0--patch-7

(automatically generated log message)

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--base-0