From fe9cd19aa5b310a5047d08142fff27e5b2010021 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Sun, 9 Sep 2007 17:59:51 +0000 Subject: [PATCH] Update and standardize compatibility goals across all files. git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-133 --- ChangeLog | 3 +++ planner-accomplishments.el | 2 +- planner-authz.el | 2 +- planner-calendar.el | 2 +- planner-cyclic.el | 2 +- planner-diary.el | 2 +- planner-erc.el | 2 +- planner-export-diary.el | 2 +- planner-report.el | 2 +- planner-rmail.el | 2 +- planner-rss.el | 2 +- planner-tasks-overview.el | 2 +- planner-vm.el | 2 +- 13 files changed, 15 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 372f404..0b99298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-09-09 John Sullivan + * planner.el: Standardize and update compatibility info across all + files. + * planner-el.texi (Using Allout Mode): Minor doc fixes. 2007-08-30 John Sullivan diff --git a/planner-accomplishments.el b/planner-accomplishments.el index 5848ed9..d032255 100644 --- a/planner-accomplishments.el +++ b/planner-accomplishments.el @@ -8,7 +8,7 @@ ;; Author: Sandra Jean Chua (Sacha) ;; Description: Produce accomplishment reports for planner.el ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-authz.el b/planner-authz.el index d82ef17..1d31044 100644 --- a/planner-authz.el +++ b/planner-authz.el @@ -10,7 +10,7 @@ ;; Maintainer: Andrew J. Korty ;; Description: Control access to portions of published planner pages ;; URL: -;; Compatibility: Emacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-calendar.el b/planner-calendar.el index 667e21d..3b95696 100644 --- a/planner-calendar.el +++ b/planner-calendar.el @@ -10,7 +10,7 @@ ;; Keywords: hypermedia ;; Author: Gary V. Vaughan (gary AT gnu DOT org) ;; Description: Create a clickable calendar in published html -;; Compatibility: Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-cyclic.el b/planner-cyclic.el index 6e33a12..0b22524 100644 --- a/planner-cyclic.el +++ b/planner-cyclic.el @@ -7,7 +7,7 @@ ;; Author: Sacha Chua ;; Description: Provide cyclic task support ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-diary.el b/planner-diary.el index 40b0c4f..d35018b 100644 --- a/planner-diary.el +++ b/planner-diary.el @@ -13,7 +13,7 @@ ;; Maintainer: Thomas Gehrlein ;; Description: Integrate the Emacs Planner with Calendar and Diary ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-erc.el b/planner-erc.el index fc9266f..0ba50b6 100644 --- a/planner-erc.el +++ b/planner-erc.el @@ -8,7 +8,7 @@ ;; Author: Sacha Chua ;; Description: Create tasks and notes based on IRC ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-export-diary.el b/planner-export-diary.el index 0913a6a..5edb5e7 100644 --- a/planner-export-diary.el +++ b/planner-export-diary.el @@ -9,7 +9,7 @@ ;; Author: John Wiegley ;; Description: Use Emacs for life planning ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-report.el b/planner-report.el index 7ead7c3..599bd79 100644 --- a/planner-report.el +++ b/planner-report.el @@ -11,7 +11,7 @@ ;; Maintainer: Andrew J. Korty ;; Description: Create a timely status report based on planner pages ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-rmail.el b/planner-rmail.el index cc4b050..825cc18 100644 --- a/planner-rmail.el +++ b/planner-rmail.el @@ -15,7 +15,7 @@ ;; Author: John Wiegley ;; Description: Use Emacs for life planning ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21, XEmacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-rss.el b/planner-rss.el index 80b9de9..258cd26 100644 --- a/planner-rss.el +++ b/planner-rss.el @@ -9,7 +9,7 @@ ;; Author: Sacha Chua ;; Description: Export planner entries as an RSS feed ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-tasks-overview.el b/planner-tasks-overview.el index eec0a6c..f6fe691 100644 --- a/planner-tasks-overview.el +++ b/planner-tasks-overview.el @@ -8,7 +8,7 @@ ;; Author: Sandra Jean Chua (Sacha) ;; Description: Task overview for planner.el files ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. diff --git a/planner-vm.el b/planner-vm.el index 82ab6d6..6c51793 100644 --- a/planner-vm.el +++ b/planner-vm.el @@ -14,7 +14,7 @@ ;; Author: John Wiegley ;; Description: Use Emacs for life planning ;; URL: http://www.wjsullivan.net/PlannerMode.html -;; Compatibility: Emacs20, Emacs21 +;; Compatibility: Emacs20, Emacs21, Emacs22, XEmacs21 ;; This file is part of Planner. It is not part of GNU Emacs. -- 2.11.4.GIT