--- planner-el-3.43~20140112.orig/debian/NEWS +++ planner-el-3.43~20140112/debian/NEWS @@ -0,0 +1,38 @@ +planner-el (3.40-1) unstable; urgency=low + + * Planner is now based on Emacs Muse, rather than emacs-wiki. This will + require a few changes to your Planner configuration. See the `Creating Your + Planner' section of the Planner manual for an example Planner and Muse + configuration. + + Other considerations follow. + + - WikiNames are not colorized by default. + + If you want WikiName support, add a "(require 'muse-wiki)" line to + your Planner configuration. + + - List items that that begin with "- " should begin with " - ". + + - The use of `planner-option-customized' is deprecated. + + Please change any use of `planner-option-customized' to `setq' in + your configuration. Most of the options that required this no + longer exist. + + - Planner files must have a .muse extension. + + Make sure that you rename your Planner files to have a ".muse" + extension, or they will not be recognized. + + - Publishing may be done by means of the planner-publish.el file. + + Add "(require 'planner-publish)" to your Planner configuration to + use it. This will make available several publishing styles that + you can use with `muse-project-alist'. + + The difference between planner-specific publishing styles and the + normal Muse publishing styles is that the former can mark up tasks + and notes specially. + + -- Michael W. Olson (GNU address) Mon, 16 Jan 2006 15:12:09 -0500 --- planner-el-3.43~20140112.orig/debian/README.Debian +++ planner-el-3.43~20140112/debian/README.Debian @@ -0,0 +1,22 @@ +Welcome to planner-el! You can find more information about this personal +information manager in the info documentation: + + info planner-el or + http://www.wjsullivan.net/static/doc/planner + +The mailing list is at planner-el-discuss@gna.org +(http://mail.gna.org/mailman/listinfo/planner-el-discuss). If you prefer to use +Gmane (a mailing list->NNTP/blog gateway), check out +http://blog.gmane.org/gmane.emacs.planner.discuss . + +Some planner packages requires other packages to be compiled. + +Examples: crm.el (multiple completing read for planner-multi.el), + log-edit.el, pcvs-util.el (for planner-log-edit) + +The compilation log +/usr/share//site-lisp/planner-el/CompilationLog.gz +indicates which packages have been compiled successfully. + + -- John Sullivan Thu, 11 Dec 2008 21:07:48 -0500 + --- planner-el-3.43~20140112.orig/debian/changelog +++ planner-el-3.43~20140112/debian/changelog @@ -0,0 +1,1195 @@ +planner-el (3.43~20140112-2) unstable; urgency=low + + * Reapply NMU patch. + + -- John Sullivan Mon, 13 Jan 2014 01:27:39 -0500 + +planner-el (3.43~20140112-1) unstable; urgency=low + + * Remove dependency on texi2html since it is being deprecated. + * Use the occasion of texi2html deprecation to stop creating + HTML documentation. + * Remove suggest for remember-el since it is part of Emacs now. + * Update to upstream git version. + * Update rules to Standards-Version 3.9.5. + * Includes numerous upstream fixes to texinfo file (Closes: #682723). + + -- John Sullivan Mon, 13 Jan 2014 00:04:54 -0500 + +planner-el (3.42-5.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/emacsen-install: no longer create /root/.gnupg during installation + of the package. This is achieved by binding GNUPGHOME to a temporary + directory during bytecode compilation. (Closes: #694893) + + -- S�bastien Villemot Sun, 02 Dec 2012 18:43:34 +0100 + +planner-el (3.42-5) unstable; urgency=low + + * Change section to match override. + * Add ${misc:Depends} for debhelper. + * Update Standards-Version; no changes necessary. + * Update debhelper compat version to 7. + * Update maintainer info. + * Add install-info dependency as recommended by 12.2 and lintian. + + -- John Sullivan Thu, 06 Jan 2011 21:03:56 -0800 + +planner-el (3.42-4) unstable; urgency=low + + * Tweak Build-Depends-Indep again, to work better with sbuild (See: + #596401). + + -- John Sullivan Thu, 16 Sep 2010 12:56:04 -0700 + +planner-el (3.42-3) unstable; urgency=low + + * Depend on just the virtual emacsen package, since all providers + are compatible (Closes: #595832). + + -- John Sullivan Mon, 06 Sep 2010 20:25:54 -0700 + +planner-el (3.42-2) unstable; urgency=low + + * Add watch file. + + -- John Sullivan Thu, 19 Mar 2009 00:24:30 -0400 + +planner-el (3.42-1) unstable; urgency=low + + * New upstream release. Closes: 484042 + * New Debian maintainer: John Sullivan + * debian/copyright: + - Fix upstream URL. + - Fix maintainer info. + - Update copyright years. + - License is now GPLv3. + * debian/README.Debian: + - plannerlove.com is gone (but the love isn't). + - Update online info doc URL. + - Update mailing list and gmane address. + - Unofficial packages are no longer available. + * debian/control: + - Upgrade to Standards-Version 3.8.0. + * debian/NEWS: + - Fix lintian formatting errors. + + -- John Sullivan Thu, 11 Dec 2008 20:45:01 -0500 + +planner-el (3.41.arch.123-1) unstable; urgency=low + + * New Arch snapshot. This version is compatible with both muse-el 3.03 + and muse-el 3.02. + * debian/control: + - Add emacsen-common >= 1.4.14, since we are using + debian-pkg-add-load-path-item. + - Add emacs22 in several places to promote its use over emacs21. + * debian/emacsen-install: + - Reinstate setting of SITEFLAG. + * debian/emacsen-startup: + - Drop fboundp test. + - Do the right thing if the package has been removed but not purged. + * debian/rules: + - (clean): Fix lintian warning. + - (install): Make permissions uniform in length. + + -- Michael W. Olson (GNU address) Tue, 03 Jul 2007 20:27:53 -0400 + +planner-el (3.41-3) unstable; urgency=low + + * debian/rules (clean): Call "make distclean" instead of "make + realclean" so that we avoid a warning about the autoloads file being + removed. + * Bug fix: "planner-el: Can not activate planner-mode on Emacs 22 + (emacs-snapshot)", thanks to Kaloian Doganov (Closes: #391186). + * debian/control: Remove debhelper dependency from Build-Depends-Indep, + since it only needs to exist in Build-Depends. + + -- Michael W. Olson (GNU address) Tue, 10 Oct 2006 22:07:43 -0400 + +planner-el (3.41-2) unstable; urgency=low + + * debian/emacsen-install: Fix byte-compilation error. + * Fix double-escaping issue in tasks. + * Fix potential issue when using tags in notes. + * planner-appt.el: Fix bug that occurs with Emacs 21.3. + * planner-authz.el: Make diary publishing work as expected. + * planner-el.texi: Minor updates. + + -- Michael W. Olson (GNU address) Sat, 8 Jul 2006 15:10:52 -0400 + +planner-el (3.41-1) unstable; urgency=low + + * New upstream release. + + -- Michael W. Olson (GNU address) Tue, 27 Jun 2006 03:20:23 -0400 + +planner-el (3.40.arch.50-1) unstable; urgency=low + + * New Arch snapshot. + + -- Michael W. Olson (GNU address) Mon, 29 May 2006 18:34:02 -0400 + +planner-el (3.40.arch.41-1) unstable; urgency=low + + * New Arch snapshot. + * control (Build-Depends): New field which contains debhelper + dependency. + (Standards-Version): Bump to 3.7.2. + + -- Michael W. Olson (GNU address) Wed, 17 May 2006 01:30:45 -0400 + +planner-el (3.40.arch.31-1) unstable; urgency=low + + * New Arch snapshot. + * Bug fix: "planner-el: 'C-c C-p' chokes", thanks to LI Daobing (Closes: + #350515). + * Bug fix: "planner-el: remember integration failing?", thanks to Daniel + Martins (Closes: #328681). + + -- Michael W. Olson (GNU address) Fri, 7 Apr 2006 22:53:01 -0400 + +planner-el (3.40-3) unstable; urgency=low + + * Acknowledge NMU: "planner-el: FTBFS: Missing Build-Depends on 'emacs21'", + thanks to Andreas Jochens and Matej Vela (Closes: #351876). + * Use debian/compat to determine debhelper compat level. + * Bug fix: "planner-el: pseudo-article error on + planner-gnus-browse-url", thanks to Boris Daix (Closes: #353729). + * Bug fix: "planner-el: makeinfo under LANG=C", thanks to LI Daobing + (Closes: #322404). + * Other bugfixes and features: + - planner.el: Don't insert too many spaces around task number. + - planner.el: Make link-visiting more robust. + - planner-appt.el: Several XEmacs fixes. + - planner-authz.el: Several publishing fixes. + - planner-calendar: Make a tag. + - planner-publish: Enable multiple links with "categories" attribute. + + -- Michael W. Olson (GNU address) Sun, 26 Feb 2006 23:07:54 -0500 + +planner-el (3.40-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add a build dependency on `emacs21-nox | emacsen' for generating + planner-autoloads.el. Closes: #351876. + + -- Matej Vela Thu, 23 Feb 2006 10:11:09 +0100 + +planner-el (3.40-2) unstable; urgency=low + + * debian/emacsen-install: Make sure that symlink for planner-autoloads + is made. + + -- Michael W. Olson (GNU address) Fri, 20 Jan 2006 15:57:48 -0500 + +planner-el (3.40-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Update the Upstream Authors and Copyright sections. + * debian/conffile: Removed, since it causes a "duplicate conffile" error. + * debian/control: Update for Muse requirement, dropping emacs-wiki. + * debian/emacsen-install (FILES): Filter out autoloads file. + * debian/emacsen-startup: Add shared planner-el directory to path. Load + autoloads file. + * debian/rules: + + Set DH_COMPAT to 4. + + (clean): Call $(MAKE) realclean instead of $(MAKE) clean. + + Build autoloads. + + Install extra files. + * NEWS: Note that Planner is now based on Muse rather than emacs-wiki. + * README.Debian: Update. + + -- Michael W. Olson (GNU address) Thu, 19 Jan 2006 11:12:25 -0500 + +planner-el (3.30-1) unstable; urgency=low + + * sponsored by OHASHI Akira + * New upstream release planner--stable--3.30 (stable/116, dev/401). + * dev/387: Bugfix: planner-gnus-browse-url: Load group even if registry is not used. + (Closes: #311595) + + -- Sandra Jean Chua (Sacha) Thu, 2 Jun 2005 18:40:36 +0800 + +planner-el (3.29-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-116 synchronizes with dev/380. + * debian/rules: Add planner-psvn.el. + + -- Sandra Jean Chua (Sacha) Wed, 20 Apr 2005 15:41:30 +0800 + +planner-el (3.28-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-115 synchronizes with dev/364. + * New: planner-appt creates appointment reminders from task descriptions and other text. + * New: planner-trunk helps organize tasks on day and plan pages. + Thanks to camalot, dryice, keith. + * New: Sane completing read for XEmacs planner-multi. + * New option: planner-publish-dates-first-p controls index. + * Bugfix: Escape planner-multi spaces in annotation names by using emacs-wiki. + * Bugfix: timeclock-summary publishing problem. + * Bugfix: planner-mhe bugfix for using mh-path and utility functions. + * Bugfix: Better Emacs 21 and XEmacs compatibility + * Bugfix: planner-multi and planner-id bugfixes for compatibility with each other. + * Bugfix: planner-replan-task: Preserve initial task location as much as possible. + * Docfix: Document planner-rank. + * Docfix: planner-el.texi reorganization along concepts + + -- Sandra Jean Chua (Sacha) Mon, 4 Apr 2005 01:46:49 +0800 + +planner-el (3.27-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-112 contains numerous + bugfixes and `planner-rank.el' by Dryice Liu.. + * You can now specify dates like +3tue to mean the third Tuesday from now. + See `planner-expand-name' for more details. + * Documentation relicensed from GFDL to GNU General Public License. + * Calendar popups are now optional. See `planner-use-calendar-flag'. + * Jim Ottaway contributed many fixes to planner-id and planner-multi. + + -- Sandra Jean Chua (Sacha) Fri, 18 Feb 2005 01:06:13 +0900 + +planner-el (3.26-3) unstable; urgency=low + + * Add more detail to README.Debian. Thanks to sf for the suggestion + and sample text. + + -- Sandra Jean Chua (Sacha) Wed, 2 Feb 2005 17:23:16 +0900 + +planner-el (3.26-2) unstable; urgency=low + + * Remove remember autoloads from emacsen-startup because remember is no + longer packaged here. You can get it from the unofficial repository at + deb http://sacha.free.net.ph/notebook/emacs/planner/ ./ + + -- Sandra Jean Chua (Sacha) Fri, 28 Jan 2005 15:24:50 +0900 + +planner-el (3.26-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-111. + * NEW: planner-multi.el: support for multiple plan pages for tasks and notes. + * NEW: planner-xtla.el: support for Tom Lord's Arch version control system + * NEW: planner-replan-note command + * NEW: planner-bookmark-add-note-title-flag user option + * NEW: planner-use-plan-pages user option + * NEW: planner-create-task-from-buffer-hook + * NOTE: PlannerMode.info renamed to planner-el.info + * Bugfix: planner-timeclock-summary-day-range-entry and nil plan pages. + * Bugfix: planner-bibtex-browse-url and labels with :. + * Bugfix: planner-markup-note and obsolete emacs-wiki-bare-anchor-prefix + * planner-deadline-change now adds deadlines to tasks. + * planner-mhe now uses message IDs. + + -- Sandra Jean Chua (Sacha) Fri, 28 Jan 2005 14:03:45 +0900 + +planner-el (3.25-1) unstable; urgency=low + + * New upstream release: important bugfix. Restore planner-make-link. + + -- Sandra Jean Chua (Sacha) Fri, 7 Jan 2005 22:40:03 +0900 + +planner-el (3.24-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-109. + * dev/223: New planner-sort-tasks-key-function variable allows you to customize sort order of tasks. + * dev/224: Preliminary deadline support. + * dev/226: planner-report update. + * dev/232: Fix CVS-ism. + * dev/234: New: planner-timeclock-summary-show-range-filter + * dev/237: New default task priority: B + * dev/238: New: planner-bookmark + * dev/239: List date pages in their own section in the index. + * dev/248: New: planner-timeclock-summary-proj + * dev/254: New option: planner-dates-relative-to-today-flag + * dev/260: Set planner-use-task-numbers to nil by default. + + -- Sandra Jean Chua (Sacha) Fri, 7 Jan 2005 13:02:34 +0900 + +planner-el (3.23-1) unstable; urgency=low + + * Remove dependency on emacsen-common. (Closes: #282949) + * New upstream release planner--stable--1.0--patch-108. + * New: planner-report.el + * New: planner-rdf.el + * New: planner-timeclock-summary.el + * New: planner-log-edit.el + * New: planner-auto.el + * New: planner-bibtex.el + * New: planner-create-note-from-task + * New: planner-tasks-overview-show-summary + * New: planner-annotation-as-kill + * New: planner-task-open + * New: planner-diary-create-section-flag variable + * New: tag. + * Bugfix: emacs-wiki-unhighlight-region should remove overlays. + * Bugfix: planner-extract-tasks should use planner project. + * Bugfix: planner-raise-task should work on the last task. + * Bugfix: planner-gnus should pick up the right annotations from newsgroups. + * Improvement: planner-gnus: use process marks. + + -- Sandra Jean Chua (Sacha) Sat, 4 Dec 2004 15:37:01 +0900 + +planner-el (3.22-2) unstable; urgency=low + + * Add texi2html to build dependencies. Thanks to Ohashi Akira for + pointing out the bug. + + -- Sandra Jean Chua (Sacha) Mon, 8 Nov 2004 21:47:37 +0900 + +planner-el (3.22-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-100. + * mwolson/7: Temporary fix for recursive problem when saving. + * mwolson/11: Add copyright notices and note contributions. + * mwolson/13: Attempt to fix problem where mode is not changed properly. + + -- Sandra Jean Chua (Sacha) Wed, 27 Oct 2004 00:02:10 +0900 + +planner-el (3.21-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-99. + (dev/183): plan: Honor planner-tasks-file-behavior. + (dev/184): planner-id-update-automatically now defaults to t. + (Closes: #275456) + + -- Sandra Jean Chua (Sacha) Sat, 9 Oct 2004 15:24:51 +0900 + +planner-el (3.20-2) unstable; urgency=low + + * Install planner-cyclic.el and schedule.el . Thanks to + Dale Smith for pointing this out. (Closes: #275331) + + -- Sandra Jean Chua (Sacha) Fri, 8 Oct 2004 00:18:54 +0900 + +planner-el (3.20-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-97. + * (stable/97): NOTE: New option planner-tasks-file-behavior + * (stable/96): planner-diary: font-locking code works again + * (mwolson/2): Make project name customizable, fix spurious newlines in + notes. + * (mwolson/3): Replace . with \\. in some regexps to be more correct. + * (mwolson/4): Fix scenario where the old project name still existed in + project list after being changed. + * (dev/163): Merge patch for planner-create-note whitespacing. + * (dev/168): Docfix: Mention _emacs for Microsoft Windows + * (dev/170): XEmacs bugfix: Use planner-derived-mode-p. + * (dev/171): Fix tasks that are not true wiki names. + * (dev/172): planner-gnus-browse-url: Revert to old, safe way. + + -- Sandra Jean Chua (Sacha) Sat, 2 Oct 2004 21:45:41 +0900 + +planner-el (3.19-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-94. + * Latest planner-diary.el. + * New: planner-mhe.el. + * New: planner-unix-mail.el. + * New: planner-use-task-numbers. + * New: planner-sort-undated-tasks-equivalent. + * New: Task sorting is separate from renumbering. + * planner-raise-task automatically reorders linked priorities. + * New: planner-raise/lower-task-category. + + -- Sandra Jean Chua (Sacha) Mon, 30 Aug 2004 01:02:04 +0900 + +planner-el (3.18-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-93. + * patch-93: Bugfix: planner-read-date: Remove use of kbd. + + -- Sandra Jean Chua (Sacha) Fri, 23 Jul 2004 09:58:28 +0800 + +planner-el (3.17-2) unstable; urgency=low + + * Update emacs-wiki dependency to 2.56 + + -- Sandra Jean Chua (Sacha) Wed, 14 Jul 2004 09:41:24 +0800 + +planner-el (3.17-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-92. + * patch-92: Add planner-ledger.el. + * patch-91: Docfix: remember-planner-append-hook. + * patch-90: Menu tweaks: planner notes submenu, new keybindings. + * patch-89: Document different ways to plan (bare-bones). + * patch-88: Bugfix: Change defvars to defcustoms. + * patch-87: Make note/task renumbering optional. + * patch-86: planner-gnus: Add check for from, copy article buffer. + * patch-85: Bugfix: Make sure user-mail-address is not the blank string. + * patch-84: New option: planner-use-day-pages allows you to turn off dates + for tasks and notes. + * patch-83: New: planner-note-headline-face. + * patch-82: planner-gnus: Use gnus-article-buffer if available. + * patch-81: planner.el task creation bugfixes: annotations, plan pages. + * patch-80: Make planner-mode-hook customizable. + * patch-79: Gnus bugfixes. + * patch-78: Update planner-authz.el to ajk's 1.20. + * patch-77: Move planner-accomplishments and planner-tasks-overview + documentation to "Using PlannerMode". + * patch-76: Merge tweaked patch from ajk changing use of planner-name-regexp + to planner-date-regexp in planner-authz.el. + * patch-75: Add planner-rss size/item limits. + * patch-74: planner.texi update from johnsu01. + * patch-73: NEW: planner-authz.el. + * patch-72: planner-read-date: take optional arg `prompt'. + * patch-71: Update planner.texi from johnsu01. + * patch-70: Remove duplicate defcustom for planner-template-fuzz-factor. + * patch-69: Docfix: Change mention of rmail to vm in planner-vm.el. + * patch-68: Tweak: Move planner-rss options to planner-rss group. + * patch-67: NOTE: Prefix argument now means associate task with current + plan/date page, if any. + * patch-66: NOTE: planner-create-task prompts for plan page unless prefix + argument is supplied. + * patch-65: Important bugfix: Add condition-case just in case calendar is + not displayed. + * patch-64: NOTE: planner-create-task-from-buffer in a calendar buffer will + use the currently-selected date for the task. + * patch-63: planner-id.el: Promote planner-id-update-automatically to a + user-customizable variable. + * patch-62: Bugfix: planner-tasks-overview.el keymap. + * patch-61: New feature: planner-tasks-overview. + * patch-60: planner-calendar.el updates from Gary, and inclusion in doc. + * patch-59: planner.texi: Document planner-accomplishments.el. + * patch-58: planner-accomplishments.el: Display per-status totals. + * patch-57: Feature: planner-accomplishments.el. + * patch-56: Docfix: planner task keybindings. + * patch-55: Bugfix: typo, boolean should be a symbol. + * patch-54: Bugfix: Do not insert file contents literally, as this screws + up encoding. + * patch-53: planner-export-diary: Simplify code, do not use + insert-contents-literally. + * patch-52: Rearrange user customizations, promote some defvars to defcustoms. + * patch-51: planner-export-diary: Bugfix: Use planner-export-diary-file. + * patch-50: Bugfix: Strip spaces for better recognition of planner-cyclic tasks. + * patch-49: NOTE: planner-id-add-task-id-flag. + * patch-48: Alias planner-encode-url to emacs-wiki-escape-url. + * patch-47: planner-highlight-tasks: Better XEmacs compatibility. + * patch-46: NOTE: Changed behavior of planner-carry-tasks-forward, now default + for FORCE-DAYS (with minor tweaks). + * patch-45: planner-id: Make automatic updating optional (default: off). + * patch-44: Merge Gary Vaughan's calendar code (planner-calendar.el). + * patch-43: Bugfix: Sort diary entries. + * patch-42: planner-bbdb: Add mailto: URLs to e-mail addresses. + * patch-41: New: planner-annotation-from-file-relative, + planner-annotation-strip-directory. + + -- Sandra Jean Chua (Sacha) Wed, 14 Jul 2004 09:26:10 +0800 + +planner-el (3.16-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-40. + * patch-40: Use new emacs-wiki-url-protocols-code from + emacs-wiki--stable--1.0--patch-13. (emacs-wiki-2.49-1) + + -- Sandra Jean Chua (Sacha) Tue, 15 Jun 2004 11:35:14 +0800 + +planner-el (3.15-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-39. + * patch-39: Bugfix: planner-diary should use fancy-diary-display, pass + correct arguments in planner-diary-entries-here. + + -- Sandra Jean Chua (Sacha) Sun, 6 Jun 2004 23:20:57 +0800 + +planner-el (3.14-2) unstable; urgency=low + + * Follow debian-emacs-policy re: debian-pkg-add-load-path-item. + + -- Sandra Jean Chua (Sacha) Sat, 5 Jun 2004 02:50:49 +0800 + +planner-el (3.14-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-38. + * patch-38: Bugfix: Make control-shift bindings work under XEmacs. + * patch-37: Docfix: planner-lisp-browse-url (change BBDB to LISP). + * patch-36: NOTE: planner-rss: Accept functions for conditions. + Phase out planner-rss-filename. Bugfix: Set reasonable defaults. + + -- Sandra Jean Chua (Sacha) Thu, 3 Jun 2004 22:50:20 +0800 + +planner-el (3.13-3) unstable; urgency=low + + * Remove remember.el note from package description. (Closes: #250759) + + -- Sandra Jean Chua (Sacha) Tue, 25 May 2004 13:53:13 +0800 + +planner-el (3.13-2) unstable; urgency=low + + * Add texinfo to the build-depends. (Closes: #249121) + + -- Sandra Jean Chua (Sacha) Sat, 15 May 2004 21:26:00 +0800 + +planner-el (3.13-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-35. Many bugfixes. + * Add documentation (info PlannerMode) + * Remove remember modules. You can get the remember files from + http://sacha.free.net.ph/notebook/emacs/stable/remember/ . + * patch-35: Bugfix: Allow multiple digits in +days or -days + specification + * patch-34: Bugfix: Misplaced paren in planner-create-task-from-info + * patch-33: NOTE: Allow nil for date or plan page name, + planner-create-{high,medium,low}-priority-task for convenience. + * patch-32: Assorted bugfixes + * patch-31: Bugfix: planner-bbdb slashes optional, planner.el publishing + (move tags first), NOTE: planner-copy-or-move-task accepts nil + * patch-30: Minor: Rewrite planner-tasks-equal-p for clarity + * patch-29: Bugfix: Allow any status in planner-find-task + * patch-28: Bugfix: Properly update task + * patch-27: NOTE: Change pending task status to 'P' + * patch-26: Bugfix: restriction in planner-copy-or-move-task, duplicated + functions. NOTE: planner-jump-to-linked-note + * patch-25: NOTE: planner-add-task-at-end-flag + * patch-24: planner-task-cancelled + * patch-23: Bugfix: Switch indices into correct mode + * patch-22: Create planner-directory if necessary. + * patch-21: Force refontification after planner-id-add-task-id-to-all + * patch-20: NOTE: Context-sensitive keybindings for planner-move-up, + planner-move-down, planner-jump-to-link. Bugfix: save-excursion. + * patch-19: NOTE: planner-timeclock: Use planner-task-in-progress to + clock in and planner-task-done to clock out. Bugfix: Deal with + multiple open projects. + * patch-18: New: Add prefix arg FORCE to planner-id-update-tasks-on-page + * patch-17: Bugfix: planner-replan-task and tasks without plan pages + * patch-16: Add planner.texi from johnsu01 + * patch-15: planner-save-buffers automatically saves buffers after M-x + plan + * patch-14: NOTE: Rmail feature: arbitrary mailboxes, bugfix: missing + messages + * patch-13: Bugfix: planner-gnus and cached articles, planner-list-daily + files. NOTE: limit for planner-search-notes, new + planner-search-notes-with-body + * patch-12: Bugfix: Set list-diary-entries-hook for + planner-cyclic-get-cyclic-tasks + * patch-11: Add error-checking to planner-cyclic + * patch-10: Add note about where to get timeclock.el + + -- Sandra Jean Chua (Sacha) Mon, 10 May 2004 15:35:48 +0800 + +planner-el (3.12-1) unstable; urgency=low + + * New upstream release planner--stable--1.0--patch-9. + * Version control repository changed structure: planner now packaged + from -stable branch. + * patch-9: Bugfix: Save position and restriction for + planner-update-note. Confirmed by Volker Dormeyer. + * patch-8: NOTE: Date is now optional for tasks. If you enter a non-date + value when creating a task, no date will be associated with the task. + Confirmed by Alan Schussman. + * patch-7: Bugfix: Do not use string>. + * patch-6: NOTE: Remove planner-notes.el from distribution. + * patch-5: Bugfix: Change invalid regular expression in planner-id.el. + * patch-4: Bugfix: planner-history-list, docfix for planner-create-task-from-buffer. + NOTE: By default, planner-create-task-from-buffer now prompts for a plan page. + If you want a task without a plan page, use the prefix argument. + * patch-3: NOTE: Split schedule export functions into planner-export-diary.el. + * patch-2: NOTE: Updated planner-diary.el from Thomas Gehrlein. + * patch-1: NOTE: Remove unrelated files like remember. + + -- Sandra Jean Chua (Sacha) Sun, 11 Apr 2004 13:50:47 +0800 + +planner-el (3.11-3) unstable; urgency=low + + * Correct autoloads for remember functions. Thanks to delysid for + pointing this out. (Closes: #239632) + + -- Sandra Jean Chua Wed, 24 Mar 2004 18:12:09 +0800 + +planner-el (3.11-2) unstable; urgency=low + + * Depend on emacs-wiki >= 2.45. + * Documentation fix in remember-planner.el. + + -- Sandra Jean Chua Wed, 24 Mar 2004 11:56:34 +0800 + +planner-el (3.11-1) unstable; urgency=low + + * New upstream release patch-136. + * patch-101: Replace `replace-regexp-in-string' with `emacs-wiki-replace-regexp-in-string' in emacs-wiki. + * patch-102: Bugfix. + * patch-104: Add planner-lisp.el for interactive Emacs Lisp functions. + * patch-105: Better XHTML 1.0 Strict compliance for anchors that are only numbers. Requires republish.. + * patch-106: Replace a link with intangible text only if it contains escaped characters. + * patch-107: Split off fancy table handling. + * patch-108: Add doc note about setq, not just defvaralias. + * patch-109: planner-annotation-from-info. + * patch-110: Remove shortcut for inserting header, footer. Require 'warnings.. + * patch-111: emacs20, xemacs compatibility: warnings are optional, replace-regexp-in-string changed. + * patch-112: Bugfix: Use replace-regexp-in-string for GNU Emacs.. + * patch-113: Make INVALID LISP CODE a comment. + * patch-114: Fix planner-cyclic bug by not anchoring regex at start of string in planner-task-info-from-string. + * patch-115: Make non-reactive tasks easier to schedule; swap sense of C-u on planner-create-task-from-buffer. + * patch-116: Better test. + * patch-117: Emacs21 non-CVS bugfix wrt task highlighting, fixed by moving tasks, notes highlighting to before emacs-wiki. + * patch-118: Restore planner-annotation-from-planner-note. + * patch-119: Documentation fix for planner-notes-index: Attribute is limit, not recent.. + * patch-120: Emacs-wiki layer. + * patch-121: Work with absolute paths in links. + * patch-122: Bugfix: nop will no longer match tags that are not 5 characters long. + * patch-123: Make work again. + * patch-124: Remove duplicate tasks from day pages when M-x planner-remove-duplicates is invoked on a plan page. + * patch-125: planner-read-name. + * patch-126: Documentation note about escaping with . + * patch-127: Remove mailto: from visible name. + * patch-128: Add PLANNER-README. + * patch-129: Add FORCE-DAYS optional argument to plan.. + * patch-130: Save restriction for planner-update-note. + * patch-131: planner-raise-task works over blocks of tasks. + * patch-132: Create cyclic tasks only for present/future; add "C" as status marker for cancelled tasks. + * patch-133: Do not move cancelled tasks. + * patch-134: Recognize links preceded by an underscore. + * patch-135: Correct documentation note for planner-gnus.el. + * patch-136: Bugfix: publishing. + + -- Sandra Jean Chua (Sacha) Wed, 24 Mar 2004 10:05:06 +0800 + +planner-el (3.10-1) unstable; urgency=low + + * New upstream release patch-100. + * patch-100: Fix infinite loop in planner-bbdb.el + * patch-98: Docfix in planner.el - remove mention of planner-calendar.el. + * patch-97: Improve annotation matching. + * patch-94: planner-cyclic: Cyclic task support. + * patch-93: Return remember.el to old behavior re remember-region, remember-buffer. + * patch-91: Do not change windows when navigating day pages with yesterday/tomorrow. + * patch-90: Major user change in remember-planner: M-x remember instead. + * patch-88: Understand dates of the form +1 or -1. + * patch-87: Work with parens in the task description. + * patch-86: Minor bugfix. Do not error if tasks are at end of buffer. + * patch-85: Further planner-renumber-tasks optimization. + * patch-84: Optimize sort, assuming sort is stable. + * patch-81: Emacs20 compatibility. + * patch-80: Deal with lines that do not have nicks, like the ERC prompt. + * patch-79: planner-erc provides annotation functions for ERC buffers. + * patch-78: Remove 'cl dependency of emacs-wiki.el. Add planner-search-notes-next/previous-match. + * patch-77: New function: emacs-wiki-edit-link-at-point, bound to C-c C-e by default. Minor bugfixes. + * patch-76: Renamed p-i-c to planner-calendar-insinuate to be more consistent. + * patch-75: Removed timeclock.el + * patch-74: Better XEmacs compatibility, replaced loop with replace-in-string/replace-regexp-in-string. + + -- Sandra Jean Chua (Sacha) Sat, 13 Mar 2004 14:29:25 +0800 + +planner-el (3.9-1) unstable; urgency=low + + * New upstream release patch-73. + * patch-73: Add planner-notes-index.el, fix emacs-wiki escape/unescape. + * patch-72: Bugfix in planner task creation, thanks to Nafai for pointing this out + * patch-71: Do not fold case when checking links. + * patch-70: Add planner-wl.el + * patch-69: With a prefix, planner-create-task-from-buffer prompts for a + plan page. Also, planner-rss has category note. + + -- Sandra Jean Chua (Sacha) Tue, 9 Mar 2004 00:02:03 +0800 + +planner-el (3.8-2) unstable; urgency=low + + * Depend on newly-packaged emacs-wiki version 2.41 for emacs-wiki-make-link. + + -- Sandra Jean Chua (Sacha) Mon, 8 Mar 2004 01:17:38 +0800 + +planner-el (3.8-1) unstable; urgency=low + + * New upstream release patch-68 adds major-mode check for rmail. + + -- Sandra Jean Chua (Sacha) Sun, 7 Mar 2004 23:49:30 +0800 + +planner-el (3.7-1) unstable; urgency=low + + * New upstream release patch-67. + * patch-67: Use emacs-wiki-make-link instead of planner-make-link. + * patch-66: Include #title in wiki index, dependent on emacs-wiki-index-title-threshold. + * patch-65: Preliminary support for planner pages for BBDB records + + -- Sandra Jean Chua (Sacha) Sun, 7 Mar 2004 23:42:36 +0800 + +planner-el (3.6-1) unstable; urgency=low + + * New upstream release patch-64: correctly make links even when page does + not match emacs-wiki-name-regexp. + + -- Sandra Jean Chua (Sacha) Sun, 7 Mar 2004 00:17:23 +0800 + +planner-el (3.5-1) unstable; urgency=low + + * New upstream release patch-63 makes emacs-wiki.el compile again. (very + strange typo...) + + -- Sandra Jean Chua (Sacha) Sat, 6 Mar 2004 19:35:45 +0800 + +planner-el (3.4-1) unstable; urgency=low + + * New upstream release patch-62. + * patch-62: Add planner-vm. + * patch-61: Fix emacs-wiki-previous/next-reference and example tags. + * patch-60: Promote planner-default-task-priority to a customizable variable. + * patch-59: Make planner-renumber-tasks renumber chunks of tasks. + * patch-58: Put files in same directory as current file, even if default-directory + is different. Thanks to Jorgen Schafer. + * patch-57: Add planner-rmail. + * patch-56: Fix embarrassing typo in compatibility function + planner-link-unescape. (Yes, there was another one.) + + -- Sandra Jean Chua (Sacha) Sat, 6 Mar 2004 17:00:17 +0800 + +planner-el (3.3-1) unstable; urgency=low + + * New upstream release patch-55 fixes embarrassing typo in compatibility + function planner-link-unescape. + + -- Sandra Jean Chua (Sacha) Tue, 2 Mar 2004 12:17:15 +0800 + +planner-el (3.2-1) unstable; urgency=low + + * New upstream release patch-54 loads the correct library for grep-command. + + -- Sandra Jean Chua (Sacha) Mon, 1 Mar 2004 13:04:23 +0800 + +planner-el (3.1-1) unstable; urgency=low + + * New upstream release patch-53 + * patch-53: Misc. documentation fixes. + * patch-52: Added compatibility functions for older versions of + emacs-wiki.el. (Closes: #235357) + * Included upstream source files properly. + + -- Sandra Jean Chua (Sacha) Sun, 29 Feb 2004 23:02:32 +0800 + +planner-el (3.0-1) unstable; urgency=low + + * New upstream release patch-51. + * patch-51,50: Better XEmacs compatibility. + * patch-49: Rearranged customization options, removed Gnus links. + * patch-48,46: Highlighting functions correctly named. + * patch-47: planner-bbdb-resolve-url. + * patch-45: planner-url is now a list of regular expressions. + * patch-44: MAJOR CHANGE: planner.el and remember.el are now lots of small modules. + * patch-43: emacs-wiki.el bugfix. + + -- Sandra Jean Chua (Sacha) Fri, 27 Feb 2004 14:14:10 +0800 + +planner-el (2.22-2) unstable; urgency=low + + * Added emacsen to debian/control. + + -- Sandra Jean Chua (Sacha) Thu, 19 Feb 2004 20:00:12 +0800 + +planner-el (2.22-1) unstable; urgency=low + + * New upstream release patch-42. + * patch-42: Categorized feeds. + * patch-41: Fixed embarrassing typo in planner.el. + * patch-40: Minor elisp style improvement in emacs-wiki-id.el + * patch-39: Corrected regular expression for link matching. + * patch-38: Added info URLs. + * patch-37: emacs-wiki-id.el almost ready for release (not included in Debian package). + * patch-36: Fixed planner-name-regexp matching. + + -- Sandra Jean Chua (Sacha) Thu, 19 Feb 2004 19:01:46 +0800 + +planner-el (2.21-1) unstable; urgency=low + + * New upstream release patch-35. + * Removed emacs20 from dependency entries. Thanks to Martin Michlmayr + for pointing this out. (Closes: #232780) + * patch-35,34,33: planner-rss.el is a new module that allows you to export + planner entries in RSS, an XML format for syndication. + * patch-32: Removed redundant code from planner-experimental.el + * patch-31: Merged remember-to-planner-plan-page-dwim and + remember-to-planner functions. + * patch-30: Fixed invalid regular expression syntax in planner.el + * patch-29: Minor documentation fix for local planner task references. + * patch-28: Bugfix: planner-seek-to-first inserts correct number of spaces. + + -- Sandra Jean Chua (Sacha) Sun, 15 Feb 2004 21:59:09 +0800 + +planner-el (2.20-1) unstable; urgency=low + + * New upstream release patch-27. + * patch-27: Bugfixes in planner-seek-to-function that affected all + those with planner-seek-create-at-bottom. + * patch-26: Doc tweaks (allout exposure). + * patch-25: remember-annotation-functions should default to buffer-file-name. + * patch-24: Added major-mode check to emacs-wiki. + * patch-23: Minor bugfixes with replace-regexp-in-string and the message-id regexp. + * patch-22: Minor bugfixes with spacing. + * patch-21: Added URL escaping to emacs-wiki. You will need emacs-wiki.el from + http://sacha.free.net.ph/notebook/emacs/emacs-wiki/ for this one. + * patch-20: planner-default-task-priority. + * patch-19: Font-locking more correct. + * patch-18: Improved font-locking highlights tasks. + + -- Sandra Jean Chua (Sacha) Wed, 11 Feb 2004 17:58:32 +0800 + +planner-el (2.19-1) unstable; urgency=low + + * New upstream release patch-17 adds fboundp check for remove-overlays, + which is not in older Emacs versions. (Strange.) + + -- Sandra Jean Chua (Sacha) Tue, 27 Jan 2004 09:17:44 +0800 + +planner-el (2.18-1) unstable; urgency=low + + * New upstream release - sacha@free.net.ph/emacs-wiki--sacha--1.0--patch-15 . + + * Added , an emacs-wiki tag that is replaced by a task summary. + + * Added planner-list-tasks-with-status, a more general form of + planner-list-unfinished-tasks. + + * Colored tasks according to category. Thanks to Ephrem for the suggestion. + + * Merged David Smith's patch to fix broken links during rescheduling + with planner-copy-or-move-task. (Closes: #229382) + + * Merged David Smith's patch to use specified mark in planner-mark-task. + (Closes: #229387) + + * Merged David Smith's patch to save window and cursor settings during + planner-read-date. (Closes: #229378) + + * Merged Ephrem Christopher Walborn's patch to make planner.el output + more XHTML-compliant. + + -- Sandra Jean Chua (Sacha) Sun, 25 Jan 2004 13:33:51 +0800 + +planner-el (2.17-2) unstable; urgency=low + + * Removed old changelog and added a note to README.Debian instead. + + -- Sandra Jean Chua (Sacha) Wed, 21 Jan 2004 09:55:10 +0800 + +planner-el (2.17-1) unstable; urgency=low + + * New upstream release includes most of the files in the + emacs-wiki modules directory. (Closes: #228617) + * Merged in David Smith's patch for read-date. (Closes: #228762) + * Moved to the arch revision control system. + + -- Sandra Jean Chua (Sacha) Wed, 21 Jan 2004 09:27:50 +0800 + +planner-el (2.16-3) unstable; urgency=low + + * Added some autoloads. + + -- Sandra Jean Chua (Sacha) Tue, 20 Jan 2004 16:38:53 +0800 + +planner-el (2.16-2) unstable; urgency=low + + * Fixed rules file to actually install remember.el + + -- Sandra Jean Chua (Sacha) Tue, 20 Jan 2004 12:53:28 +0800 + +planner-el (2.16-1) unstable; urgency=low + + * New upstream release improves annotations and task handling. + * Debian package now includes remember.el + + -- Sandra Jean Chua (Sacha) Mon, 22 Dec 2003 13:50:55 +0800 + +planner-el (1.204-1) unstable; urgency=low + + * New upstream release fixes minor bug in planner-get-diary-entries + + -- Sandra Jean Chua (Sacha) Sun, 23 Nov 2003 00:27:02 +0800 + +planner-el (1.203-1) unstable; urgency=low + + * New upstream release fixes a bug that causes thrashing of planner pages + + -- Sandra Jean Chua (Sacha) Sat, 22 Nov 2003 22:32:03 +0800 + +planner-el (1.202-1) unstable; urgency=low + + * New upstream release removes ability to create tasks from notes, but + improves note handling. + + -- Sandra Jean Chua (Sacha) Sat, 22 Nov 2003 17:52:33 +0800 + +planner-el (1.199-1) unstable; urgency=low + + * New upstream release fixes bug with planner-create-task and t annotations. + + -- Sandra Jean Chua (Sacha) Sat, 22 Nov 2003 02:33:26 +0800 + +planner-el (1.198-1) unstable; urgency=low + + * New upstream release supports new release of remember.el, adds + duplicate suppression for tasks, and allows reverse-chronological note + addition. + + -- Sandra Jean Chua (Sacha) Sat, 22 Nov 2003 00:50:37 +0800 + +planner-el (1.195-1) unstable; urgency=low + + * New upstream release fixes bug with planner-task-dates-favor-future + not taking planner-expand-names-favor-future-p into account. + planner-task-dates-favor-future renamed to ...-p. + + -- Sandra Jean Chua (Sacha) Thu, 20 Nov 2003 09:25:55 +0800 + +planner-el (1.194-1) unstable; urgency=low + + * New upstream release makes reading task dates smarter if you + turn on planner-task-dates-favor-future. Also, adds hooks + and functions needed for planner-id.el (see planner.el for the link). + + -- Sandra Jean Chua (Sacha) Wed, 19 Nov 2003 21:34:22 +0800 + +planner-el (1.180-1) unstable; urgency=low + + * New upstream release restores Emacs20 compatibility and improves + sorting. Please see upstream changelog for more details. + * Updated to follow Debian Policy 3.6.1; no changes except for version. + + -- Sandra Jean Chua (Sacha) Thu, 23 Oct 2003 21:23:27 +0800 + +planner-el (1.161-1) unstable; urgency=medium + + * New upstream release fixes embarrassing BBDB URL bug + + -- Sandra Jean Chua (Sacha) Sat, 13 Sep 2003 15:11:59 +0800 + +planner-el (1.159-2) unstable; urgency=low + + * Made extended description longer. (Closes: #209850) + + -- Sandra Jean Chua (Sacha) Wed, 10 Sep 2003 07:19:46 +0800 + +planner-el (1.159-1) unstable; urgency=low + + * New upstream release improves planner-create-task-from-buffer + + -- Sandra Jean Chua (Sacha) Fri, 5 Sep 2003 15:13:41 +0800 + +planner-el (1.156-1) unstable; urgency=low + + * New upstream release fixes BBDB URL bug + + -- Sandra Jean Chua (Sacha) Tue, 2 Sep 2003 10:50:40 +0800 + +planner-el (1.153-1) unstable; urgency=low + + * New upstream release changes the face of the notes + + -- Sandra Jean Chua (Sacha) Wed, 20 Aug 2003 09:40:26 +0800 + +planner-el (1.152-1) unstable; urgency=low + + * New upstream release improves task finding + + -- Sandra Jean Chua (Sacha) Wed, 20 Aug 2003 09:18:58 +0800 + +planner-el (1.151-1) unstable; urgency=low + + * New upstream release fixes some bugs in planner-copy-or-move-task + + -- Sandra Jean Chua (Sacha) Tue, 19 Aug 2003 16:02:26 +0800 + +planner-el (1.149-2) unstable; urgency=low + + * Passes lintian check; marked startup script as conffile. + + -- Sandra Jean Chua (Sacha) Mon, 18 Aug 2003 10:26:56 +0800 + +planner-el (1.149-1) unstable; urgency=low + + * New upstream release fixes GNU Emacsism. Closes: #205020 #205154 + + -- Sandra Jean Chua (Sacha) Thu, 14 Aug 2003 00:00:03 +0800 + +planner-el (1.147-1) unstable; urgency=low + + * New upstream release fixes GNU Emacsism. + + -- Sandra Jean Chua (Sacha) Tue, 12 Aug 2003 17:26:40 +0800 + +planner-el (1.146-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Thu, 31 Jul 2003 15:51:52 +0800 + +planner-el (1.141-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Mon, 28 Jul 2003 22:10:17 +0800 + +planner-el (1.135-1) unstable; urgency=low + + * New upstream release fixes bug in plan + + -- Sandra Jean Chua (Sacha) Sun, 27 Jul 2003 18:28:46 +0800 + +planner-el (1.132-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Mon, 21 Jul 2003 15:24:57 +0800 + +planner-el (1.128-1) unstable; urgency=low + + * New upstream release works with XEmacs again + + -- Sandra Jean Chua (Sacha) Fri, 18 Jul 2003 09:41:45 +0800 + +planner-el (1.127-1) unstable; urgency=low + + * New upstream release fixes planner annotation bug + + -- Sandra Jean Chua (Sacha) Thu, 17 Jul 2003 15:00:05 +0800 + +planner-el (1.122-1) unstable; urgency=low + + * New upstream release fixes regexp bug with emacs-wiki.el + + -- Sandra Jean Chua (Sacha) Mon, 14 Jul 2003 10:29:46 +0800 + +planner-el (1.120-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Fri, 11 Jul 2003 07:23:18 +0800 + +planner-el (1.119-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Wed, 9 Jul 2003 07:18:37 +0800 + +planner-el (1.118-1) unstable; urgency=low + + * New upstream release adds keybindings + + -- Sandra Jean Chua (Sacha) Tue, 8 Jul 2003 19:54:48 +0800 + +planner-el (1.114-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Tue, 17 Jun 2003 07:12:56 +0800 + +planner-el (1.112-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Mon, 16 Jun 2003 06:20:13 +0800 + +planner-el (1.111-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Mon, 16 Jun 2003 05:57:04 +0800 + +planner-el (1.108-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Fri, 16 May 2003 20:36:37 +0800 + +planner-el (1.107-2) unstable; urgency=low + + * Removed 51planner.el from conffiles + + -- Sandra Jean Chua (Sacha) Fri, 16 May 2003 13:52:16 +0800 + +planner-el (1.107-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Fri, 16 May 2003 13:33:51 +0800 + +planner-el (1.106-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Sun, 11 May 2003 10:55:08 +0800 + +planner-el (1.105-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Sun, 11 May 2003 10:46:58 +0800 + +planner-el (1.104-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Thu, 8 May 2003 17:26:58 +0800 + +planner-el (1.102-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Wed, 7 May 2003 12:47:11 +0800 + +planner-el (1.101-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Wed, 7 May 2003 12:46:37 +0800 + +planner-el (1.100-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Wed, 7 May 2003 12:44:28 +0800 + +planner-el (1.98-1) unstable; urgency=low + + * New upstream release + + -- Sandra Jean Chua (Sacha) Wed, 7 May 2003 12:42:50 +0800 + +planner-el (1.96-1) unstable; urgency=low + + * Upstream change in prefix variables. + + -- Sandra Jean Chua (Sacha) Wed, 7 May 2003 12:41:00 +0800 + +planner-el (1.95-1) unstable; urgency=low + + * Fixed bug caused by planner-renumber-tasks not returning nil. + + -- Sandra Jean Chua (Sacha) Wed, 7 May 2003 12:39:20 +0800 + +planner-el (1.94-1) unstable; urgency=low + + * Upstream changes. Functions print messages only when called interactively. + planner-renumber-tasks does not move point. planner-raise-task and + planner-lower-task behavior changed. + + -- Sandra Jean Chua (Sacha) Wed, 16 Apr 2003 13:17:54 +0800 + +planner-el (1.91-1) unstable; urgency=low + + * New upstream release removed diary integration and linked to + planner-diary.el. + + -- Sandra Jean Chua (Sacha) Wed, 16 Apr 2003 13:17:54 +0800 + +planner-el (1.90-1) unstable; urgency=low + + * New upstream maintainer Sandra Jean Chua (Sacha). Closes: #189227 + * Many upstream changes. Closes: #142936 + * New Debian maintainer Sandra Jean Chua (Sacha). + + -- Sandra Jean Chua (Sacha) Wed, 16 Apr 2003 13:17:54 +0800 + +planner-el (1.18-2) unstable; urgency=low + + * emacsen-install: Redirect the compilation log to + `CompilationLog.gz'. + + -- OHASHI Akira Wed, 16 Jan 2002 00:47:15 +0900 + +planner-el (1.18-1) unstable; urgency=low + + * Initial Release. (closes: #122529) + + -- OHASHI Akira Wed, 5 Dec 2001 20:33:04 +0900 + + + --- planner-el-3.43~20140112.orig/debian/compat +++ planner-el-3.43~20140112/debian/compat @@ -0,0 +1 @@ +7 --- planner-el-3.43~20140112.orig/debian/control +++ planner-el-3.43~20140112/debian/control @@ -0,0 +1,17 @@ +Source: planner-el +Section: lisp +Priority: optional +Maintainer: John Sullivan +Build-Depends: debhelper (>> 4.0.0) +Build-Depends-Indep: texinfo, emacs23 | emacsen +Standards-Version: 3.9.5 + +Package: planner-el +Architecture: all +Depends: emacs23 | emacsen, muse-el, emacsen-common (>= 1.4.14), ${misc:Depends}, dpkg (>= 1.15.4) | install-info +Description: personal information manager for Emacs + This package extends Emacs Muse to act as a day planner. + It allows you to keep track of completed and pending tasks, + daily schedule, notes, and other information in a collection of + semi-structured plain text files. You can automatically publish + your planner pages as HTML. --- planner-el-3.43~20140112.orig/debian/copyright +++ planner-el-3.43~20140112/debian/copyright @@ -0,0 +1,116 @@ +This package was first debianized by OHASHI Akira on +Wed, 5 Dec 2001 20:33:04 +0900. It is now being maintained by John +Sullivan . + +It was downloaded from +http://download.gna.org/planner-el/planner-3.42.tar.gz + +Upstream Authors: John Wiegley + Keith Amidon + Dirk Bernhardt + Trent Buck + Fran Burstall + Sacha Chua + James Clarke + Mario Domgörgen + Jürgen Doser + drkm + Seth Falcon + Gerd Flaig + Frederik Fouvry + Romain Francoise + Christophe Garion + Thomas Gehrlein + Marco Gidde + Will Glozer + Henrik S. Hansen + Travis B. Hartwell + Magnus Henoch + Yann Hodique + Xin Wei Hu + JM Ibanez + Maciej Kalisak + Sven Kloppenburg + Jody Klymak + Andrew J. Korty + Peter K. Lee + Angus Lees + Wei-Hao Lin + Dryice Dong Liu + Chris McMahan + Daniel Neri + Greg Novak + Michael Olson + Jim Ottaway + Chris Parsons + Mario Peter + Pascal Quesseveur + Stefan Reichör + Dale P. Smith + David D. Smith + John Sullivan + Yvonne Thomson + Hoan Ton-That + Win Treese + Mark Triggs + Gary V. Vaughan + Sergey Vlasov + Rainer Volz + Simon Winwood + +Upstream Maintainer: John Sullivan + +Copyright: + +Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2003, 2004 Thomas Gehrlein +Copyright (C) 2003, 2004 Gary V. Vaughan +Copyright (C) 2004 Dirk Bernhardt +Copyright (C) 2004 James Clarke +Copyright (C) 2004 Xin Wei Hu +Copyright (C) 2004 Mario Domgörgen +Copyright (C) 2004 Frederik Fouvry +Copyright (C) 2004, 2005 Christophe Garion +Copyright (C) 2004 Will Glozer +Copyright (C) 2004 Maciej Kalisak +Copyright (C) 2004 Jody Klymak +Copyright (C) 2004, 2005, 2006 Andrew J. Korty +Copyright (C) 2004, 2005 Angus Lees +Copyright (C) 2004, 2005 Dryice Dong Liu +Copyright (C) 2004 Daniel Neri +Copyright (C) 2004, 2005 Chris Parsons +Copyright (C) 2004, 2005 Dale P. Smith +Copyright (C) 2004, 2005 David D. Smith +Copyright (C) 2004 Yvonne Thomson +Copyright (C) 2004 Pascal Quesseveur +Copyright (C) 2004 Rainer Volz +Copyright (C) 2004 Simon Winwood +Copyright (C) 2005 Keith Amidon +Copyright (C) 2005 Trent Buck +Copyright (C) 2005 Jeremy Cowgar +Copyright (C) 2005 Seth Falcon +Copyright (C) 2005 Marco Gidde +Copyright (C) 2005 Henrik S. Hansen +Copyright (C) 2005 Yann Hodique +Copyright (C) 2005 Peter K. Lee +Copyright (C) 2005 Chris McMahan +Copyright (C) 2005, 2006 Jim Ottaway +Copyright (C) 2005 Sergey Vlasov + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. --- planner-el-3.43~20140112.orig/debian/emacsen-install +++ planner-el-3.43~20140112/debian/emacsen-install @@ -0,0 +1,57 @@ +#! /bin/sh -e +# /usr/lib/emacsen-common/packages/install/planner-el + +# Written by Jim Van Zandt , borrowing heavily +# from the install scripts for gettext by Santiago Vila +# and octave by Dirk Eddelbuettel . + +FLAVOR=$1 +PACKAGE=planner-el + +if [ ${FLAVOR} = emacs ]; then exit 0; fi + +echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + +FLAVORTEST=`echo $FLAVOR | cut -c-6` +if [ ${FLAVORTEST} = xemacs ] ; then + SITEFLAG="-no-site-file" +else + SITEFLAG="--no-site-file" +fi +FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" + +ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} +ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} + +# Install-info-altdir does not actually exist. +# Maybe somebody will write it. +if test -x /usr/sbin/install-info-altdir; then + echo install/${PACKAGE}: install Info links for ${FLAVOR} + install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz +fi + +install -m 755 -d ${ELCDIR} +cd ${ELDIR} +FILES=`ls -1 *.el | grep -v autoloads` + +( cd ${ELDIR} + for f in *.el; do + ln -sf ${ELDIR}/${f} ${ELCDIR}/${f} + done +) + +# Prevent epg from manipulating /root/.gnupg (#694893) +TMPGNUPGHOME=`mktemp -d --tmpdir gnupg.XXXXXXXXXX` +export GNUPGHOME=${TMPGNUPGHOME} + +cd ${ELCDIR} +cat << EOF > path.el +(setq load-path (cons "." load-path)) +(add-to-list 'load-path "${ELDIR}/contrib" t) +EOF +${FLAVOR} ${FLAGS} ${FILES} 2>&1 | gzip -9qf > CompilationLog.gz +rm -f path.el + +rm -rf ${TMPGNUPGHOME} + +exit 0 --- planner-el-3.43~20140112.orig/debian/emacsen-remove +++ planner-el-3.43~20140112/debian/emacsen-remove @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/planner-el + +FLAVOR=$1 +PACKAGE=planner-el + +if [ ${FLAVOR} != emacs ]; then + # if test -x /usr/sbin/install-info-altdir; then + # echo remove/${PACKAGE}: removing Info links for ${FLAVOR} + # install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/planner-el.info.gz + # fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi --- planner-el-3.43~20140112.orig/debian/emacsen-startup +++ planner-el-3.43~20140112/debian/emacsen-startup @@ -0,0 +1,22 @@ +;; -*-emacs-lisp-*- +;; +;; Emacs startup file for the Debian GNU/Linux planner-el package +;; +;; Originally contributed by Nils Naumann +;; Modified by Dirk Eddelbuettel +;; Adapted for dh-make by Jim Van Zandt + +;; The planner-el package follows the Debian/GNU Linux 'emacsen' +;; policy and byte-compiles its elisp files for each 'emacs flavor' +;; (emacs19, xemacs19, emacs20, xemacs20...). The compiled code is +;; then installed in a subdirectory of the respective site-lisp +;; directory. We have to add this to the load-path: + +(if (not (file-exists-p "/usr/share/emacs/site-lisp/planner-el")) + (message "Package planner-el removed but not purged. Skipping setup.") + (let ((base (concat "/usr/share/" (symbol-name flavor) + "/site-lisp/planner-el"))) + (debian-pkg-add-load-path-item base) + (add-to-list 'load-path (concat base "/contrib") t)) + + (load "planner-autoloads.el")) --- planner-el-3.43~20140112.orig/debian/planner-el.info +++ planner-el-3.43~20140112/debian/planner-el.info @@ -0,0 +1 @@ +planner-el.info --- planner-el-3.43~20140112.orig/debian/rules +++ planner-el-3.43~20140112/debian/rules @@ -0,0 +1,97 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE = planner-el +PKGDIR = debian/${PACKAGE} +DOCDIR = /usr/share/doc/${PACKAGE} +LISPDIR = /usr/share/emacs/site-lisp/${PACKAGE} + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + # $(MAKE) + $(MAKE) autoloads + LANG=en_US makeinfo planner-el.texi + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/tmp. + install -d $(PKGDIR)$(LISPDIR) $(PKGDIR)$(LISPDIR)/contrib + install -d ${PKGDIR}${DOCDIR} + install -m 0644 *.el $(PKGDIR)$(LISPDIR) + install -m 0644 contrib/*.el $(PKGDIR)$(LISPDIR)/contrib + install -m 0644 AUTHORS ${PKGDIR}${DOCDIR}/AUTHORS + install -m 0644 COMMENTARY ${PKGDIR}${DOCDIR}/COMMENTARY + install -m 0644 NEWS ${PKGDIR}${DOCDIR}/NEWS + install -m 0644 README ${PKGDIR}${DOCDIR}/README + install -m 0644 ChangeLog ${PKGDIR}${DOCDIR}/changelog + cat ChangeLog.3 >> ${PKGDIR}${DOCDIR}/changelog + cat ChangeLog.2 >> ${PKGDIR}${DOCDIR}/changelog + cat ChangeLog.1 >> ${PKGDIR}${DOCDIR}/changelog + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs +# dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate + dh_installemacsen --priority=51 +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron + dh_installdocs + dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- planner-el-3.43~20140112.orig/debian/watch +++ planner-el-3.43~20140112/debian/watch @@ -0,0 +1,9 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://download.gna.org/planner-el/planner-(.*)\.tar\.gz --- planner-el-3.43~20140112.orig/lisp +++ planner-el-3.43~20140112/lisp @@ -0,0 +1,1184 @@ +;;; planner-autoloads.el --- autoloads for Planner +;; +;;; Code: + +;;;### (autoloads (planner-calendar-show planner-calendar-goto planner-search-notes +;;;;;; planner-search-notes-with-body planner-create-task-from-buffer +;;;;;; planner-create-low-priority-task-from-buffer planner-create-medium-priority-task-from-buffer +;;;;;; planner-create-high-priority-task-from-buffer planner-goto-next-daily-page +;;;;;; planner-goto-previous-daily-page planner-goto-tomorrow planner-goto-yesterday +;;;;;; planner-goto-most-recent planner-goto-today planner-show +;;;;;; planner-goto-plan-page planner-goto plan planner-create-note +;;;;;; planner-resolve-position-url planner-browse-position-url +;;;;;; planner-annotation-from-file-with-position planner-annotation-as-kill +;;;;;; planner-mode) "planner" "planner.el" (18480 28530)) +;;; Generated autoloads from planner.el + +(autoload (quote planner-mode) "planner" "\ +A personal information manager for Emacs. +\\{planner-mode-map} + +\(fn)" t nil) + +(autoload (quote planner-annotation-as-kill) "planner" "\ +Copy the current annotation into the kill ring. +When called with a prefix argument, prompt for the link display name. + +\(fn ARG)" t nil) + +(autoload (quote planner-annotation-from-file-with-position) "planner" "\ +Return the filename and cursor position of the current buffer. +If `planner-annotation-use-relative-file' is t or a function that +returns non-nil, a relative link is used instead. If +`planner-annotation-strip-directory' is non-nil, the directory is +stripped from the link description. + +\(fn)" nil nil) + +(autoload (quote planner-browse-position-url) "planner" "\ +If this is a position URL, jump to it. + +\(fn URL)" nil nil) + +(autoload (quote planner-resolve-position-url) "planner" "\ +Replace ID with the blog, web or e-mail address of the BBDB record. + +\(fn ID)" nil nil) + +(autoload (quote planner-create-note) "planner" "\ +Create a note to be remembered in PAGE (today if PAGE is nil). +If `planner-reverse-chronological-notes' is non-nil, create the +note at the beginning of the notes section; otherwise, add it to +the end. Position point after the anchor. + +\(fn &optional PAGE)" t nil) + +(autoload (quote plan) "planner" "\ +Start your planning for the day, carrying unfinished tasks forward. + +If FORCE-DAYS is a positive integer, search that many days in the past +for unfinished tasks. +If FORCE-DAYS is 0 or t, scan all days. +If FORCE-DAYS is nil, use the value of `planner-carry-tasks-forward' +instead, except t means scan only yesterday. + +\(fn &optional FORCE-DAYS)" t nil) + +(autoload (quote planner-goto) "planner" "\ +Jump to the planning page for DATE. +If no page for DATE exists and JUST-SHOW is non-nil, don't create +a new page - simply return nil. + +\(fn DATE &optional JUST-SHOW)" t nil) + +(autoload (quote planner-goto-plan-page) "planner" "\ +Opens PAGE in the the `planner-project' wiki. +Use `planner-goto' if you want fancy calendar completion. + +\(fn PAGE)" t nil) + +(autoload (quote planner-show) "planner" "\ +Show the plan page for DATE in another window, but don't select it. +If no page for DATE exists, return nil. + +\(fn DATE)" t nil) + +(autoload (quote planner-goto-today) "planner" "\ +Jump to the planning page for today. + +\(fn)" t nil) + +(autoload (quote planner-goto-most-recent) "planner" "\ +Go to the most recent day with planning info. + +\(fn)" t nil) + +(autoload (quote planner-goto-yesterday) "planner" "\ +Goto the planner page DAYS before the currently displayed date. +If DAYS is nil, goes to the day immediately before the currently +displayed date. If the current buffer is not a daily planner +page, calculates date based on today. + +\(fn &optional DAYS)" t nil) + +(autoload (quote planner-goto-tomorrow) "planner" "\ +Goto the planner page DAYS after the currently displayed date. +If DAYS is nil, goes to the day immediately after the currently +displayed date. If the current buffer is not a daily planner +page, calculates date based on today. + +\(fn &optional DAYS)" t nil) + +(autoload (quote planner-goto-previous-daily-page) "planner" "\ +Goto the last plan page before the current date. +The current date is taken from the day page in the current +buffer, or today if the current buffer is not a planner page. +Does not create pages if they do not yet exist. + +\(fn)" t nil) + +(autoload (quote planner-goto-next-daily-page) "planner" "\ +Goto the first plan page after the current date. +The current date is taken from the day page in the current +buffer, or today if the current buffer is not a planner page. +Does not create pages if they do not yet exist. + +\(fn)" t nil) + +(autoload (quote planner-create-high-priority-task-from-buffer) "planner" "\ +Create a high-priority task based on this buffer. +Do not use this in LISP programs. Instead, set the value of +`planner-default-task-priority' and call `planner-create-task' or +`planner-create-task-from-buffer'. + +\(fn)" t nil) + +(autoload (quote planner-create-medium-priority-task-from-buffer) "planner" "\ +Create a high-priority task based on this buffer. +Do not use this in LISP programs. Instead, set the value of +`planner-default-task-priority' and call `planner-create-task' or +`planner-create-task-from-buffer'. + +\(fn)" t nil) + +(autoload (quote planner-create-low-priority-task-from-buffer) "planner" "\ +Create a high-priority task based on this buffer. +Do not use this in LISP programs. Instead, set the value of +`planner-default-task-priority' and call `planner-create-task' or +`planner-create-task-from-buffer'. + +\(fn)" t nil) + +(autoload (quote planner-create-task-from-buffer) "planner" "\ +Create a new task named TITLE on DATE based on the current buffer. +With a prefix, do not prompt for PLAN-PAGE. The task is +associated with PLAN-PAGE if non-nil. If STATUS is non-nil, use +that as the status for the task. Otherwise, use +`planner-default-task-status'. See `planner-create-task' for more +information. + +\(fn TITLE DATE &optional PLAN-PAGE STATUS)" t nil) + +(autoload (quote planner-search-notes-with-body) "planner" "\ +Return a buffer with all the notes returned by the query for REGEXP. +If called with a prefix argument, prompt for LIMIT and search days on +or after LIMIT. Display the body of the notes as well. + +\(fn REGEXP LIMIT)" t nil) + +(autoload (quote planner-search-notes) "planner" "\ +Return a buffer with all the notes returned by the query for REGEXP. +If called with a prefix argument, prompt for LIMIT and search days on +or after LIMIT. If INCLUDE-BODY is non-nil, return the body as well. + +\(fn REGEXP LIMIT &optional INCLUDE-BODY)" t nil) + +(autoload (quote planner-calendar-goto) "planner" "\ +Goto the plan page corresponding to the calendar date. + +\(fn)" t nil) + +(autoload (quote planner-calendar-show) "planner" "\ +Show the plan page for the calendar date under point in another window. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-appt-use-tasks-and-schedule planner-appt-use-schedule +;;;;;; planner-appt-use-tasks planner-appt-insinuate planner-appt-insinuate-if-today +;;;;;; planner-appt-update) "planner-appt" "planner-appt.el" (18480 +;;;;;; 27397)) +;;; Generated autoloads from planner-appt.el + +(autoload (quote planner-appt-update) "planner-appt" "\ +Update the appointments on the current page. + +\(fn)" t nil) + +(autoload (quote planner-appt-insinuate-if-today) "planner-appt" "\ +Not documented + +\(fn)" nil nil) + +(autoload (quote planner-appt-insinuate) "planner-appt" "\ +Insinuate appointment alerting into planner mode. +Appointment methods should be set up first using one of: + `planner-appt-use-tasks' + `planner-appt-use-schedule' + `planner-appt-use-tasks-and-schedule'. + +\(fn)" nil nil) + +(autoload (quote planner-appt-use-tasks) "planner-appt" "\ +Use tasks to derive appointment alerts. + +\(fn)" nil nil) + +(autoload (quote planner-appt-use-schedule) "planner-appt" "\ +Use the schedule to derive appointment alerts. + +\(fn)" nil nil) + +(autoload (quote planner-appt-use-tasks-and-schedule) "planner-appt" "\ +Use both tasks and the schedule to derive appointment alerts. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-bbdb-resolve-url planner-bbdb-browse-url +;;;;;; planner-bbdb-annotation-from-bbdb) "planner-bbdb" "planner-bbdb.el" +;;;;;; (18480 27713)) +;;; Generated autoloads from planner-bbdb.el + +(autoload (quote planner-bbdb-annotation-from-bbdb) "planner-bbdb" "\ +If called from a bbdb buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-bbdb-browse-url) "planner-bbdb" "\ +If this is a BBDB URL, jump to it. + +\(fn URL)" nil nil) + +(autoload (quote planner-bbdb-resolve-url) "planner-bbdb" "\ +Replace ID with the blog, web or e-mail address of the BBDB record. + +\(fn ID)" nil nil) + +;;;*** + +;;;### (autoloads (planner-bibtex-browse-url planner-bibtex-annotation-old +;;;;;; planner-bibtex-annotation-new) "planner-bibtex" "planner-bibtex.el" +;;;;;; (18480 27728)) +;;; Generated autoloads from planner-bibtex.el + +(autoload (quote planner-bibtex-annotation-new) "planner-bibtex" "\ +Return an annotation for the current bibtex entry. + +\(fn)" nil nil) + +(autoload (quote planner-bibtex-annotation-old) "planner-bibtex" "\ +Return the filename on the current line in dired. + +\(fn)" nil nil) + +(autoload (quote planner-bibtex-browse-url) "planner-bibtex" "\ +If this is a Bibtex URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-bookmark-browse-url planner-bookmark-annotation-from-bookmark) +;;;;;; "planner-bookmark" "planner-bookmark.el" (18480 27786)) +;;; Generated autoloads from planner-bookmark.el + +(autoload (quote planner-bookmark-annotation-from-bookmark) "planner-bookmark" "\ +If called from a bookmark buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-bookmark-browse-url) "planner-bookmark" "\ +If this is a bookmark URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-cyclic-create-tasks-maybe) "planner-cyclic" +;;;;;; "planner-cyclic.el" (18480 27809)) +;;; Generated autoloads from planner-cyclic.el + +(autoload (quote planner-cyclic-create-tasks-maybe) "planner-cyclic" "\ +Maybe create cyclic tasks. +This will only create tasks for future dates or today. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-deadline-remove planner-deadline-change +;;;;;; planner-deadline-update) "planner-deadline" "planner-deadline.el" +;;;;;; (18480 27818)) +;;; Generated autoloads from planner-deadline.el + +(autoload (quote planner-deadline-update) "planner-deadline" "\ +Replace the text for all tasks with deadlines. +By default, deadlines are of the form {{Deadline: yyyy.mm.dd}}. +See `planner-deadline-regexp' for details. + +\(fn)" t nil) + +(autoload (quote planner-deadline-change) "planner-deadline" "\ +Change the deadline of current task to DATE. +If DATE is nil, prompt for it. + +\(fn DATE)" t nil) + +(defalias (quote planner-deadline-add) (quote planner-deadline-change)) + +(autoload (quote planner-deadline-remove) "planner-deadline" "\ +Remove the deadline of the current task. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-diary-add-entry planner-diary-insinuate +;;;;;; planner-diary-show-day-plan-or-diary planner-diary-insert-all-diaries-maybe +;;;;;; planner-diary-insert-all-diaries planner-diary-update-section) +;;;;;; "planner-diary" "planner-diary.el" (18480 27828)) +;;; Generated autoloads from planner-diary.el + +(autoload (quote planner-diary-update-section) "planner-diary" "\ +Update FILE's existing section TITLE by replacing existing text with TEXT. +If optional arg FORCE is non-nil, update the section even if it doesn't exist, +i.e. insert TITLE followed by TEXT at the top of the buffer. + +\(fn FILE TITLE TEXT &optional FORCE)" nil nil) + +(autoload (quote planner-diary-insert-all-diaries) "planner-diary" "\ +Update all diary sections in a day plan file. +If FORCE is non-nil, insert a diary section even if there is no section header. +Inserts only diaries if the corresponding `planner-diary-use-*' variable is t. + +\(fn &optional FORCE)" t nil) + +(autoload (quote planner-diary-insert-all-diaries-maybe) "planner-diary" "\ +Update all diary sections in a day plan file. +If the current day is in the past and FORCE is nil, don't do anything. +If FORCE is non-nil, insert a diary section even if there is no section header. +Inserts only diaries if the corresponding `planner-diary-use-*' variable is t. + +\(fn &optional FORCE)" t nil) + +(autoload (quote planner-diary-show-day-plan-or-diary) "planner-diary" "\ +Show the day plan or diary entries for the date under point in calendar. +Add this to `calendar-move-hook' if you want to use it. In that case you +should also `remove-hook' `planner-calendar-show' from `calendar-move-hook'. + +\(fn)" t nil) + +(autoload (quote planner-diary-insinuate) "planner-diary" "\ +Hook Diary into Planner. +Automatically insert and update a Diary section in day plan files. +This adds a new key binding to `planner-mode-map': +C-cC-e updates the diary sections. + +\(fn)" nil nil) + +(defalias (quote planner-insinuate-diary) (quote planner-diary-insinuate)) + +(autoload (quote planner-diary-add-entry) "planner-diary" "\ +Prompt for a diary entry to add to `diary-file' on DATE. +Uses `planner-annotation-functions' to make hyperlinks. +TIME and TEXT are used in the description. + +\(fn DATE TIME TEXT)" t nil) + +;;;*** + +;;;### (autoloads (planner-erc-browse-url planner-erc-annotation-from-erc) +;;;;;; "planner-erc" "planner-erc.el" (18480 27928)) +;;; Generated autoloads from planner-erc.el + +(autoload (quote planner-erc-annotation-from-erc) "planner-erc" "\ +Return an annotation for the current line. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-erc-browse-url) "planner-erc" "\ +If this is an IRC URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-export-diary planner-export-diary-setup +;;;;;; planner-export-diary-future) "planner-export-diary" "planner-export-diary.el" +;;;;;; (18480 27941)) +;;; Generated autoloads from planner-export-diary.el + +(autoload (quote planner-export-diary-future) "planner-export-diary" "\ +Exports only `planner-export-number-of-days' days of entries. +This function can be put into your `after-save-hook'. + +\(fn)" t nil) + +(autoload (quote planner-export-diary-setup) "planner-export-diary" "\ +Add `planner-export-diary-future' to `after-save-hook' in planner buffers. +You can add this function to `planner-mode-hook'. + +\(fn)" nil nil) + +(autoload (quote planner-export-diary) "planner-export-diary" "\ +Exports all the schedules or the ones from FROM to TO (inclusive). + +\(fn &optional FROM TO)" t nil) + +;;;*** + +;;;### (autoloads (planner-gnats-browse-url planner-gnats-annotation-from-gnats) +;;;;;; "planner-gnats" "planner-gnats.el" (18480 27949)) +;;; Generated autoloads from planner-gnats.el + +(autoload (quote planner-gnats-annotation-from-gnats) "planner-gnats" "\ +If called from gnats-edit or gnats-view buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-gnats-browse-url) "planner-gnats" "\ +If this is a Gnats URL, view the pr (view-pr). + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-gnus-browse-url planner-gnus-annotation +;;;;;; planner-gnus-insinuate) "planner-gnus" "planner-gnus.el" +;;;;;; (18480 27957)) +;;; Generated autoloads from planner-gnus.el + +(autoload (quote planner-gnus-insinuate) "planner-gnus" "\ +Hook Planner into Gnus. + +Adds special planner keybindings to the variable +`gnus-summary-article-map'. From a summary or article buffer, you +can type C-c C-t to call planner-create-task-from-buffer. + +\(fn)" nil nil) + +(autoload (quote planner-gnus-annotation) "planner-gnus" "\ +Return an annotation from a Gnus summary or message buffer. +Suitable for use in `planner-annotation-functions'. If you +include this, you can omit `planner-gnus-annotation-from-summary' +and `planner-gnus-annotation-from-message'. + +\(fn)" nil nil) + +(autoload (quote planner-gnus-browse-url) "planner-gnus" "\ +If this is a Gnus URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-id-setup planner-id-update-tasks-maybe +;;;;;; planner-id-markup planner-id-add-task-id-maybe planner-id-jump-to-linked-task +;;;;;; planner-id-find-task) "planner-id" "planner-id.el" (18480 +;;;;;; 27972)) +;;; Generated autoloads from planner-id.el + +(autoload (quote planner-id-find-task) "planner-id" "\ +Find task described by TASK-INFO. If POINT is non-nil, start from there. +If task is found, move point to line beginning and return non-nil. +If task is not found, leave point at POINT or the start of the buffer +and return nil. + +\(fn TASK-INFO &optional POINT)" nil nil) + +(autoload (quote planner-id-jump-to-linked-task) "planner-id" "\ +Display the linked task page. +If INFO is specified, follow that task instead. + +\(fn &optional INFO)" t nil) + +(autoload (quote planner-id-add-task-id-maybe) "planner-id" "\ +Add task ID if `planner-id-add-task-id-flag' is non-nil. + +\(fn)" nil nil) + +(autoload (quote planner-id-markup) "planner-id" "\ +Highlight IDs as unobtrusive, clickable text from BEG to END. +VERBOSE is ignored. + +\(fn BEG END &optional VERBOSE)" nil nil) + +(autoload (quote planner-id-update-tasks-maybe) "planner-id" "\ +Update tasks depending on the value of `planner-id-update-automatically'. + +\(fn)" nil nil) + +(autoload (quote planner-id-setup) "planner-id" "\ +Hook into `planner-mode'. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-ledger-insert-maybe) "planner-ledger" +;;;;;; "planner-ledger.el" (18480 27984)) +;;; Generated autoloads from planner-ledger.el + +(autoload (quote planner-ledger-insert-maybe) "planner-ledger" "\ +Maybe insert ledger sections into a Planner page. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-lisp-browse-url) "planner-lisp" "planner-lisp.el" +;;;;;; (18480 27989)) +;;; Generated autoloads from planner-lisp.el + +(autoload (quote planner-lisp-browse-url) "planner-lisp" "\ +If this is a LISP URL, evaluate it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-log-edit-add-note) "planner-log-edit" +;;;;;; "planner-log-edit.el" (18480 28000)) +;;; Generated autoloads from planner-log-edit.el + +(autoload (quote planner-log-edit-add-note) "planner-log-edit" "\ +Add a note describing the commit to the current planner page. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-mhe-browse-url planner-mhe-annotation) +;;;;;; "planner-mhe" "planner-mhe.el" (18480 28012)) +;;; Generated autoloads from planner-mhe.el + +(autoload (quote planner-mhe-annotation) "planner-mhe" "\ +If called from a MH-E folder or message buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-mhe-browse-url) "planner-mhe" "\ +If this is a MH-E URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-multi-remove-task-from-pool) "planner-multi" +;;;;;; "planner-multi.el" (18480 28033)) +;;; Generated autoloads from planner-multi.el + +(autoload (quote planner-multi-remove-task-from-pool) "planner-multi" "\ +Remove completed tasks from `planner-multi-copy-tasks-to-page' if that still leaves them linked. + +\(fn OLD-STATUS NEW-STATUS)" nil nil) + +;;;*** + +;;;### (autoloads (planner-notes-index-years planner-notes-index-months +;;;;;; planner-notes-index-weeks planner-notes-index-days planner-notes-index +;;;;;; planner-notes-index-month-table-tag planner-notes-index-tag) +;;;;;; "planner-notes-index" "planner-notes-index.el" (18480 28043)) +;;; Generated autoloads from planner-notes-index.el + +(autoload (quote planner-notes-index-tag) "planner-notes-index" "\ +Mark up planner-notes-index tags. + +Tags can be of the form: + + + + + +\(fn TAG-BEG TAG-END ATTRS)" nil nil) + +(autoload (quote planner-notes-index-month-table-tag) "planner-notes-index" "\ +Mark up a month note index. Tag is from BEG to END. +ATTRS is a list of attributes. \"Month\" is a yyyy.mm + string (default: current month). \"Limit\" is the maximum number + of items per day (default: all). + +Examples: + + + +\(fn BEG END ATTRS)" nil nil) + +(autoload (quote planner-notes-index) "planner-notes-index" "\ +Display a clickable notes index. +If called from a Lisp program, display only dates between FROM +and TO. With a prefix arg LIMIT, display only that number of +entries. + +\(fn &optional FROM TO LIMIT)" t nil) + +(autoload (quote planner-notes-index-days) "planner-notes-index" "\ +Display an index of notes posted over the past few DAYS. +The list ends with the day of the current buffer or `planner-today'. + +\(fn DAYS)" t nil) + +(autoload (quote planner-notes-index-weeks) "planner-notes-index" "\ +Display an index of notes posted over the past few WEEKS. +The list ends with the week of the current buffer or `planner-today'. +Weeks start from Sunday. + +\(fn WEEKS)" t nil) + +(autoload (quote planner-notes-index-months) "planner-notes-index" "\ +Display an index of notes posted over the past few MONTHS. +The list ends with the month of the current buffer or `planner-today'. + +\(fn MONTHS)" t nil) + +(autoload (quote planner-notes-index-years) "planner-notes-index" "\ +Display an index of notes posted over the past few YEARS. +The current year is included. + +\(fn YEARS)" t nil) + +;;;*** + +;;;### (autoloads (planner-psvn-log-edit-add-note planner-psvn-browse-url +;;;;;; planner-annotation-from-psvn) "planner-psvn" "planner-psvn.el" +;;;;;; (18480 28100)) +;;; Generated autoloads from planner-psvn.el + +(autoload (quote planner-annotation-from-psvn) "planner-psvn" "\ +If called from a psvn *svn-log-view* buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-psvn-browse-url) "planner-psvn" "\ +If this is a psvn url, handle it. + +\(fn URL)" nil nil) + +(autoload (quote planner-psvn-log-edit-add-note) "planner-psvn" "\ +Add a note describing the commit via psvn to the current planner page. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-rank-update-all planner-rank-update-current-task +;;;;;; planner-rank-change planner-sort-tasks-by-urgency planner-sort-tasks-by-importance +;;;;;; planner-sort-tasks-by-rank) "planner-rank" "planner-rank.el" +;;;;;; (18480 28120)) +;;; Generated autoloads from planner-rank.el + +(autoload (quote planner-sort-tasks-by-rank) "planner-rank" "\ +Sort tasks by status (_PDXC), priority (ABC), and rank. +Suitable for `planner-sort-tasks-key-function' + +\(fn)" nil nil) + +(autoload (quote planner-sort-tasks-by-importance) "planner-rank" "\ +Sort tasks by status (_PDXC), priority (ABC), and importance. +Suitable for `planner-sort-tasks-key-function' + +\(fn)" nil nil) + +(autoload (quote planner-sort-tasks-by-urgency) "planner-rank" "\ +Sort tasks by status (_PDXC), priority (ABC), and urgency. +Suitable for `planner-sort-tasks-key-function' + +\(fn)" nil nil) + +(autoload (quote planner-rank-change) "planner-rank" "\ +Change the IMPORTANCE and URGENCY of the current task. +If there's deadline available, calculate urgency instead of asking +the user. + +\(fn &optional IMPORTANCE URGENCY)" t nil) + +(autoload (quote planner-rank-update-current-task) "planner-rank" "\ +Re-calculate rank for the current task. + +\(fn)" t nil) + +(autoload (quote planner-rank-update-all) "planner-rank" "\ +Re-calculate rank for all tasks in the current page. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-rdf-publish-index planner-rdf-publish-file) +;;;;;; "planner-rdf" "planner-rdf.el" (18480 28126)) +;;; Generated autoloads from planner-rdf.el + +(autoload (quote planner-rdf-publish-file) "planner-rdf" "\ +Publish the file in RDF format, if called by PlannerMode. +Designed to be called via `muse-after-publish-hook'. +Non-Planner files, matching `muse-image-regexp' will be treated +differently. Currently they are simply ignored. + +\(fn FILE)" t nil) + +(autoload (quote planner-rdf-publish-index) "planner-rdf" "\ +Create an index for the .rdf files. +Will be called via `muse-after-publish-hook'. +Creates index.rdf, a rdf:bag, with all existing .rdf files as +items. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-registry-initialize) "planner-registry" +;;;;;; "planner-registry.el" (18480 28134)) +;;; Generated autoloads from planner-registry.el + +(autoload (quote planner-registry-initialize) "planner-registry" "\ +Set `planner-registry-alist' from `planner-registry-file'. +If `planner-registry-file' doesn't exist, create it. +If FROM-SCRATCH is non-nil, make the registry from scratch. + +\(fn &optional FROM-SCRATCH)" t nil) + +;;;*** + +;;;### (autoloads (planner-report-generate) "planner-report" "planner-report.el" +;;;;;; (18480 28143)) +;;; Generated autoloads from planner-report.el + +(autoload (quote planner-report-generate) "planner-report" "\ +Generate a status report spanning a period from BEGIN to END. +BEGIN and END are in the format YYYY.MM.DD. + +\(fn BEGIN END)" t nil) + +;;;*** + +;;;### (autoloads (planner-rmail-browse-url planner-rmail-annotation-from-mail) +;;;;;; "planner-rmail" "planner-rmail.el" (18480 28150)) +;;; Generated autoloads from planner-rmail.el + +(autoload (quote planner-rmail-annotation-from-mail) "planner-rmail" "\ +Return an annotation for the current message. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-rmail-browse-url) "planner-rmail" "\ +If this is an RMAIL URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-rss-add-note) "planner-rss" "planner-rss.el" +;;;;;; (18480 28156)) +;;; Generated autoloads from planner-rss.el + +(autoload (quote planner-rss-add-note) "planner-rss" "\ +Export the current note using `planner-rss-add-item'. +If FEED is non-nil, add the note to the specified feed only. +Call with the interactive prefix in order to be prompted for FEED. + +\(fn &optional FEED)" t nil) + +;;;*** + +;;;### (autoloads (planner-schedule-show-end-project) "planner-schedule" +;;;;;; "planner-schedule.el" (18480 28161)) +;;; Generated autoloads from planner-schedule.el + +(autoload (quote planner-schedule-show-end-project) "planner-schedule" "\ +Display the estimated project completion time. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-tasks-overview-show-summary planner-tasks-overview-jump +;;;;;; planner-tasks-overview-jump-other-window planner-tasks-overview) +;;;;;; "planner-tasks-overview" "planner-tasks-overview.el" (18480 +;;;;;; 28166)) +;;; Generated autoloads from planner-tasks-overview.el + +(autoload (quote planner-tasks-overview) "planner-tasks-overview" "\ +Display a task overview from START to END. + +\(fn START END)" t nil) + +(autoload (quote planner-tasks-overview-jump-other-window) "planner-tasks-overview" "\ +Display the task under point in a different window. + +\(fn)" t nil) + +(autoload (quote planner-tasks-overview-jump) "planner-tasks-overview" "\ +Display the task under point. + +\(fn &optional OTHER-WINDOW)" t nil) + +(autoload (quote planner-tasks-overview-show-summary) "planner-tasks-overview" "\ +Count unscheduled, scheduled, and completed tasks for FILE-LIST. +If called with an interactive prefix, prompt for the page(s) to +display. planner-multi is required for multiple pages. + +\(fn &optional FILE-LIST)" t nil) + +;;;*** + +;;;### (autoloads (planner-colors-timeclock-report-tag) "planner-timeclock" +;;;;;; "planner-timeclock.el" (18480 28173)) +;;; Generated autoloads from planner-timeclock.el + +(autoload (quote planner-colors-timeclock-report-tag) "planner-timeclock" "\ +Replace the region BEG to END with a timeclock report, colorizing +the result. + +\(fn BEG END)" nil nil) + +;;;*** + +;;;### (autoloads (planner-timeclock-summary-show-2 planner-timeclock-summary-show-range-filter +;;;;;; planner-timeclock-summary-show-filter planner-timeclock-summary-show +;;;;;; planner-timeclock-summary-update planner-timeclock-summary-insinuate) +;;;;;; "planner-timeclock-summary" "planner-timeclock-summary.el" +;;;;;; (18480 28184)) +;;; Generated autoloads from planner-timeclock-summary.el + +(autoload (quote planner-timeclock-summary-insinuate) "planner-timeclock-summary" "\ +Automatically call `planner-timeclock-summary-update'. +This function is called when the day page is saved. + +\(fn)" nil nil) + +(autoload (quote planner-timeclock-summary-update) "planner-timeclock-summary" "\ +Update `planner-timeclock-summary-section'. in the current day page. +The section is updated only if it exists. + +\(fn)" t nil) + +(autoload (quote planner-timeclock-summary-show) "planner-timeclock-summary" "\ +Display a buffer with the timeclock summary for DATE. +Date is a string in the form YYYY.MM.DD. + +\(fn &optional DATE)" t nil) + +(autoload (quote planner-timeclock-summary-show-filter) "planner-timeclock-summary" "\ +Show a timeclock report filtered by FILTER for DATE. + +If FILTER is a regexp, only plan pages matching that regexp will +be included. If FILTER is a function, it will be called with the +current timeclock item, and the line considered if the function +returned non-nil. + +If called interactively, prompt for FILTER (a regexp) and DATE. +DATE is a string in the form YYYY.MM.DD and can be nil. + +\(fn FILTER DATE)" t nil) + +(autoload (quote planner-timeclock-summary-show-range-filter) "planner-timeclock-summary" "\ +Show a timeclock report filtered by FILTER for START-DATE to END-DATE. + +If FILTER is a regexp, only plan pages matching that regexp will +be included. If FILTER is a function, it will be called with the +current timeclock item, and the line considered if the function +returned non-nil. + +If called interactively, prompt for FILTER (a regexp), START-DATE and END-DATE. +Dates are strings in the form YYYY.MM.DD and can be nil. + +\(fn FILTER START-DATE END-DATE)" t nil) + +(autoload (quote planner-timeclock-summary-show-2) "planner-timeclock-summary" "\ +Display a buffer with the timeclock summary for DATE. + +Date is a string in the form YYYY.MM.DD. It will be asked if not +given. + +\(fn &optional DATE)" t nil) + +;;;*** + +;;;### (autoloads (planner-timeclock-summary-proj-report planner-timeclock-summary-proj-current +;;;;;; planner-timeclock-summary-proj-all) "planner-timeclock-summary-proj" +;;;;;; "planner-timeclock-summary-proj.el" (18480 28197)) +;;; Generated autoloads from planner-timeclock-summary-proj.el + +(autoload (quote planner-timeclock-summary-proj-all) "planner-timeclock-summary-proj" "\ +Insert time report for all projects in the current buffer. + +\(fn)" t nil) + +(autoload (quote planner-timeclock-summary-proj-current) "planner-timeclock-summary-proj" "\ +Insert time report for the current project in the current buffer. + +\(fn)" t nil) + +(autoload (quote planner-timeclock-summary-proj-report) "planner-timeclock-summary-proj" "\ +Insert time report for PROJECT in the current buffer. + +\(fn PROJECT)" t nil) + +;;;*** + +;;;### (autoloads (planner-trunk-tasks) "planner-trunk" "planner-trunk.el" +;;;;;; (18480 28208)) +;;; Generated autoloads from planner-trunk.el + +(autoload (quote planner-trunk-tasks) "planner-trunk" "\ +Trunk(group) tasks in the current page. +Please refer the docstring of `planner-trunk-rule-list' for how +it works. You may want to call this function before you sort tasks +and/or after you create new tasks. If a prefix is given or FORCE is not +nil, trunk completed tasks together with non-completed tasks not +matter what the `planner-trunk-rule-list' said. + +\(fn &optional FORCE)" t nil) + +;;;*** + +;;;### (autoloads (planner-unix-mail-browse-url planner-unix-mail-annotation-from-mail) +;;;;;; "planner-unix-mail" "planner-unix-mail.el" (18480 28242)) +;;; Generated autoloads from planner-unix-mail.el + +(autoload (quote planner-unix-mail-annotation-from-mail) "planner-unix-mail" "\ +Return an annotation for the current message. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-unix-mail-browse-url) "planner-unix-mail" "\ +If this is an UNIX-MAIL URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-vm-browse-url planner-vm-annotation-from-mail) +;;;;;; "planner-vm" "planner-vm.el" (18480 28249)) +;;; Generated autoloads from planner-vm.el + +(autoload (quote planner-vm-annotation-from-mail) "planner-vm" "\ +Return an annotation for the current message. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-vm-browse-url) "planner-vm" "\ +If this is an VM URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-w3m-annotation-from-w3m) "planner-w3m" +;;;;;; "planner-w3m.el" (18480 28253)) +;;; Generated autoloads from planner-w3m.el + +(autoload (quote planner-w3m-annotation-from-w3m) "planner-w3m" "\ +If called from a w3m page, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-wl-browse-url planner-wl-annotation-from-wl +;;;;;; planner-wl-insinuate) "planner-wl" "planner-wl.el" (18480 +;;;;;; 28262)) +;;; Generated autoloads from planner-wl.el + +(autoload (quote planner-wl-insinuate) "planner-wl" "\ +Hook Planner into Wanderlust. +Add special planner keybindings to`wl-summary-mode-map'. +From the Wanderlust Summary view, you can type C-c C-t to create a task. + +\(fn)" nil nil) + +(autoload (quote planner-wl-annotation-from-wl) "planner-wl" "\ +If called from wl, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-wl-browse-url) "planner-wl" "\ +If this is a Wanderlust URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-xtla-log-edit-add-note planner-xtla-browse-url +;;;;;; planner-annotation-from-xtla) "planner-xtla" "planner-xtla.el" +;;;;;; (18480 28268)) +;;; Generated autoloads from planner-xtla.el + +(autoload (quote planner-annotation-from-xtla) "planner-xtla" "\ +If called from a xtla buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload (quote planner-xtla-browse-url) "planner-xtla" "\ +If this is a xtla url, handle it. + +\(fn URL)" nil nil) + +(autoload (quote planner-xtla-log-edit-add-note) "planner-xtla" "\ +Provide `planner-log-edit'-like functionality for xtla. +This function is automatically called by `tla-commit-hook'. +See also `planner-xtla-log-edit-notice-commit-function'. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (schedule-completion-time) "schedule" "contrib/schedule.el" +;;;;;; (18480 28372)) +;;; Generated autoloads from contrib/schedule.el + +(autoload (quote schedule-completion-time) "schedule" "\ +Advance THEN by COUNT seconds, skipping the weekends and holidays. +THEN must not already be in a holiday or non-worktime. Make sure that +`schedule-align-now' is called at least once before this function ever +gets called. + +\(fn THEN COUNT)" nil nil) + +;;;*** + +;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string +;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out +;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in +;;;;;; timeclock-modeline-display) "timeclock" "contrib/timeclock.el" +;;;;;; (18480 28381)) +;;; Generated autoloads from contrib/timeclock.el + +(autoload (quote timeclock-modeline-display) "timeclock" "\ +Toggle display of the amount of time left today in the modeline. +If `timeclock-use-display-time' is non-nil (the default), then +the function `display-time-mode' must be active, and the modeline +will be updated whenever the time display is updated. Otherwise, +the timeclock will use its own sixty second timer to do its +updating. With prefix ARG, turn modeline display on if and only +if ARG is positive. Returns the new status of timeclock modeline +display (non-nil means on). + +\(fn &optional ARG)" t nil) + +(autoload (quote timeclock-in) "timeclock" "\ +Clock in, recording the current time moment in the timelog. +With a numeric prefix ARG, record the fact that today has only that +many hours in it to be worked. If arg is a non-numeric prefix arg +\(non-nil, but not a number), 0 is assumed (working on a holiday or +weekend). *If not called interactively, ARG should be the number of +_seconds_ worked today*. This feature only has effect the first time +this function is called within a day. + +PROJECT is the project being clocked into. If PROJECT is nil, and +FIND-PROJECT is non-nil -- or the user calls `timeclock-in' +interactively -- call the function `timeclock-get-project-function' to +discover the name of the project. + +\(fn &optional ARG PROJECT FIND-PROJECT)" t nil) + +(autoload (quote timeclock-out) "timeclock" "\ +Clock out, recording the current time moment in the timelog. +If a prefix ARG is given, the user has completed the project that was +begun during the last time segment. + +REASON is the user's reason for clocking out. If REASON is nil, and +FIND-REASON is non-nil -- or the user calls `timeclock-out' +interactively -- call the function `timeclock-get-reason-function' to +discover the reason. + +\(fn &optional ARG REASON FIND-REASON)" t nil) + +(autoload (quote timeclock-status-string) "timeclock" "\ +Report the overall timeclock status at the present moment. +If SHOW-SECONDS is non-nil, display second resolution. +If TODAY-ONLY is non-nil, the display will be relative only to time +worked today, ignoring the time worked on previous days. + +\(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) + +(autoload (quote timeclock-change) "timeclock" "\ +Change to working on a different project. +This clocks out of the current project, then clocks in on a new one. +With a prefix ARG, consider the previous project as finished at the +time of changeover. PROJECT is the name of the last project you were +working on. + +\(fn &optional ARG PROJECT)" t nil) + +(autoload (quote timeclock-query-out) "timeclock" "\ +Ask the user whether to clock out. +This is a useful function for adding to `kill-emacs-query-functions'. + +\(fn)" nil nil) + +(autoload (quote timeclock-reread-log) "timeclock" "\ +Re-read the timeclock, to account for external changes. +Returns the new value of `timeclock-discrepancy'. + +\(fn)" t nil) + +(autoload (quote timeclock-workday-remaining-string) "timeclock" "\ +Return a string representing the amount of time left today. +Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY +is non-nil, the display will be relative only to time worked today. +See `timeclock-relative' for more information about the meaning of +\"relative to today\". + +\(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) + +(autoload (quote timeclock-workday-elapsed-string) "timeclock" "\ +Return a string representing the amount of time worked today. +Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is +non-nil, the amount returned will be relative to past time worked. + +\(fn &optional SHOW-SECONDS)" t nil) + +(autoload (quote timeclock-when-to-leave-string) "timeclock" "\ +Return a string representing the end of today's workday. +This string is relative to the value of `timeclock-workday'. If +SHOW-SECONDS is non-nil, the value printed/returned will include +seconds. If TODAY-ONLY is non-nil, the value returned will be +relative only to the time worked today, and not to past time. + +\(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) + +;;;*** + +;;;### (autoloads nil nil ("planner-authz.el" "planner-calendar.el" +;;;;;; "planner-experimental.el" "planner-ical.el" "planner-publish.el" +;;;;;; "planner-zoom.el") (18480 29013 997557)) + +;;;*** + +;;;### (autoloads (planner-accomplishments-show planner-accomplishments-update +;;;;;; planner-accomplishments-insinuate) "planner-accomplishments" +;;;;;; "planner-accomplishments.el" (18480 27378)) +;;; Generated autoloads from planner-accomplishments.el + +(autoload (quote planner-accomplishments-insinuate) "planner-accomplishments" "\ +Automatically call `planner-accomplishments-update'. + +\(fn)" nil nil) + +(autoload (quote planner-accomplishments-update) "planner-accomplishments" "\ +Update `planner-accomplishments-section'. + +\(fn)" t nil) + +(autoload (quote planner-accomplishments-show) "planner-accomplishments" "\ +Display a buffer with the current page's accomplishment report. + +\(fn)" t nil) + +;;;*** + +(provide 'planner-autoloads) +;;; planner-autoloads.el ends here +;; +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: + --- planner-el-3.43~20140112.orig/planner-autoloads.el +++ planner-el-3.43~20140112/planner-autoloads.el @@ -0,0 +1,1184 @@ +;;; planner-autoloads.el --- autoloads for Planner +;; +;;; Code: + +;;;### (autoloads (planner-calendar-show planner-calendar-goto planner-search-notes +;;;;;; planner-search-notes-with-body planner-create-task-from-buffer +;;;;;; planner-create-low-priority-task-from-buffer planner-create-medium-priority-task-from-buffer +;;;;;; planner-create-high-priority-task-from-buffer planner-goto-next-daily-page +;;;;;; planner-goto-previous-daily-page planner-goto-tomorrow planner-goto-yesterday +;;;;;; planner-goto-most-recent planner-goto-today planner-show +;;;;;; planner-goto-plan-page planner-goto plan planner-create-note +;;;;;; planner-resolve-position-url planner-browse-position-url +;;;;;; planner-annotation-from-file-with-position planner-annotation-as-kill +;;;;;; planner-mode) "planner" "planner.el" (18480 29228)) +;;; Generated autoloads from planner.el + +(autoload 'planner-mode "planner" "\ +A personal information manager for Emacs. +\\{planner-mode-map} + +\(fn)" t nil) + +(autoload 'planner-annotation-as-kill "planner" "\ +Copy the current annotation into the kill ring. +When called with a prefix argument, prompt for the link display name. + +\(fn ARG)" t nil) + +(autoload 'planner-annotation-from-file-with-position "planner" "\ +Return the filename and cursor position of the current buffer. +If `planner-annotation-use-relative-file' is t or a function that +returns non-nil, a relative link is used instead. If +`planner-annotation-strip-directory' is non-nil, the directory is +stripped from the link description. + +\(fn)" nil nil) + +(autoload 'planner-browse-position-url "planner" "\ +If this is a position URL, jump to it. + +\(fn URL)" nil nil) + +(autoload 'planner-resolve-position-url "planner" "\ +Replace ID with the blog, web or e-mail address of the BBDB record. + +\(fn ID)" nil nil) + +(autoload 'planner-create-note "planner" "\ +Create a note to be remembered in PAGE (today if PAGE is nil). +If `planner-reverse-chronological-notes' is non-nil, create the +note at the beginning of the notes section; otherwise, add it to +the end. Position point after the anchor. + +\(fn &optional PAGE)" t nil) + +(autoload 'plan "planner" "\ +Start your planning for the day, carrying unfinished tasks forward. + +If FORCE-DAYS is a positive integer, search that many days in the past +for unfinished tasks. +If FORCE-DAYS is 0 or t, scan all days. +If FORCE-DAYS is nil, use the value of `planner-carry-tasks-forward' +instead, except t means scan only yesterday. + +\(fn &optional FORCE-DAYS)" t nil) + +(autoload 'planner-goto "planner" "\ +Jump to the planning page for DATE. +If no page for DATE exists and JUST-SHOW is non-nil, don't create +a new page - simply return nil. + +\(fn DATE &optional JUST-SHOW)" t nil) + +(autoload 'planner-goto-plan-page "planner" "\ +Opens PAGE in the the `planner-project' wiki. +Use `planner-goto' if you want fancy calendar completion. + +\(fn PAGE)" t nil) + +(autoload 'planner-show "planner" "\ +Show the plan page for DATE in another window, but don't select it. +If no page for DATE exists, return nil. + +\(fn DATE)" t nil) + +(autoload 'planner-goto-today "planner" "\ +Jump to the planning page for today. + +\(fn)" t nil) + +(autoload 'planner-goto-most-recent "planner" "\ +Go to the most recent day with planning info. + +\(fn)" t nil) + +(autoload 'planner-goto-yesterday "planner" "\ +Goto the planner page DAYS before the currently displayed date. +If DAYS is nil, goes to the day immediately before the currently +displayed date. If the current buffer is not a daily planner +page, calculates date based on today. + +\(fn &optional DAYS)" t nil) + +(autoload 'planner-goto-tomorrow "planner" "\ +Goto the planner page DAYS after the currently displayed date. +If DAYS is nil, goes to the day immediately after the currently +displayed date. If the current buffer is not a daily planner +page, calculates date based on today. + +\(fn &optional DAYS)" t nil) + +(autoload 'planner-goto-previous-daily-page "planner" "\ +Goto the last plan page before the current date. +The current date is taken from the day page in the current +buffer, or today if the current buffer is not a planner page. +Does not create pages if they do not yet exist. + +\(fn)" t nil) + +(autoload 'planner-goto-next-daily-page "planner" "\ +Goto the first plan page after the current date. +The current date is taken from the day page in the current +buffer, or today if the current buffer is not a planner page. +Does not create pages if they do not yet exist. + +\(fn)" t nil) + +(autoload 'planner-create-high-priority-task-from-buffer "planner" "\ +Create a high-priority task based on this buffer. +Do not use this in LISP programs. Instead, set the value of +`planner-default-task-priority' and call `planner-create-task' or +`planner-create-task-from-buffer'. + +\(fn)" t nil) + +(autoload 'planner-create-medium-priority-task-from-buffer "planner" "\ +Create a high-priority task based on this buffer. +Do not use this in LISP programs. Instead, set the value of +`planner-default-task-priority' and call `planner-create-task' or +`planner-create-task-from-buffer'. + +\(fn)" t nil) + +(autoload 'planner-create-low-priority-task-from-buffer "planner" "\ +Create a high-priority task based on this buffer. +Do not use this in LISP programs. Instead, set the value of +`planner-default-task-priority' and call `planner-create-task' or +`planner-create-task-from-buffer'. + +\(fn)" t nil) + +(autoload 'planner-create-task-from-buffer "planner" "\ +Create a new task named TITLE on DATE based on the current buffer. +With a prefix, do not prompt for PLAN-PAGE. The task is +associated with PLAN-PAGE if non-nil. If STATUS is non-nil, use +that as the status for the task. Otherwise, use +`planner-default-task-status'. See `planner-create-task' for more +information. + +\(fn TITLE DATE &optional PLAN-PAGE STATUS)" t nil) + +(autoload 'planner-search-notes-with-body "planner" "\ +Return a buffer with all the notes returned by the query for REGEXP. +If called with a prefix argument, prompt for LIMIT and search days on +or after LIMIT. Display the body of the notes as well. + +\(fn REGEXP LIMIT)" t nil) + +(autoload 'planner-search-notes "planner" "\ +Return a buffer with all the notes returned by the query for REGEXP. +If called with a prefix argument, prompt for LIMIT and search days on +or after LIMIT. If INCLUDE-BODY is non-nil, return the body as well. + +\(fn REGEXP LIMIT &optional INCLUDE-BODY)" t nil) + +(autoload 'planner-calendar-goto "planner" "\ +Goto the plan page corresponding to the calendar date. + +\(fn)" t nil) + +(autoload 'planner-calendar-show "planner" "\ +Show the plan page for the calendar date under point in another window. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-appt-use-tasks-and-schedule planner-appt-use-schedule +;;;;;; planner-appt-use-tasks planner-appt-insinuate planner-appt-insinuate-if-today +;;;;;; planner-appt-update) "planner-appt" "planner-appt.el" (18480 +;;;;;; 29228)) +;;; Generated autoloads from planner-appt.el + +(autoload 'planner-appt-update "planner-appt" "\ +Update the appointments on the current page. + +\(fn)" t nil) + +(autoload 'planner-appt-insinuate-if-today "planner-appt" "\ +Not documented + +\(fn)" nil nil) + +(autoload 'planner-appt-insinuate "planner-appt" "\ +Insinuate appointment alerting into planner mode. +Appointment methods should be set up first using one of: + `planner-appt-use-tasks' + `planner-appt-use-schedule' + `planner-appt-use-tasks-and-schedule'. + +\(fn)" nil nil) + +(autoload 'planner-appt-use-tasks "planner-appt" "\ +Use tasks to derive appointment alerts. + +\(fn)" nil nil) + +(autoload 'planner-appt-use-schedule "planner-appt" "\ +Use the schedule to derive appointment alerts. + +\(fn)" nil nil) + +(autoload 'planner-appt-use-tasks-and-schedule "planner-appt" "\ +Use both tasks and the schedule to derive appointment alerts. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-bbdb-resolve-url planner-bbdb-browse-url +;;;;;; planner-bbdb-annotation-from-bbdb) "planner-bbdb" "planner-bbdb.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-bbdb.el + +(autoload 'planner-bbdb-annotation-from-bbdb "planner-bbdb" "\ +If called from a bbdb buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-bbdb-browse-url "planner-bbdb" "\ +If this is a BBDB URL, jump to it. + +\(fn URL)" nil nil) + +(autoload 'planner-bbdb-resolve-url "planner-bbdb" "\ +Replace ID with the blog, web or e-mail address of the BBDB record. + +\(fn ID)" nil nil) + +;;;*** + +;;;### (autoloads (planner-bibtex-browse-url planner-bibtex-annotation-old +;;;;;; planner-bibtex-annotation-new) "planner-bibtex" "planner-bibtex.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-bibtex.el + +(autoload 'planner-bibtex-annotation-new "planner-bibtex" "\ +Return an annotation for the current bibtex entry. + +\(fn)" nil nil) + +(autoload 'planner-bibtex-annotation-old "planner-bibtex" "\ +Return the filename on the current line in dired. + +\(fn)" nil nil) + +(autoload 'planner-bibtex-browse-url "planner-bibtex" "\ +If this is a Bibtex URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-bookmark-browse-url planner-bookmark-annotation-from-bookmark) +;;;;;; "planner-bookmark" "planner-bookmark.el" (18480 29228)) +;;; Generated autoloads from planner-bookmark.el + +(autoload 'planner-bookmark-annotation-from-bookmark "planner-bookmark" "\ +If called from a bookmark buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-bookmark-browse-url "planner-bookmark" "\ +If this is a bookmark URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-cyclic-create-tasks-maybe) "planner-cyclic" +;;;;;; "planner-cyclic.el" (18480 29228)) +;;; Generated autoloads from planner-cyclic.el + +(autoload 'planner-cyclic-create-tasks-maybe "planner-cyclic" "\ +Maybe create cyclic tasks. +This will only create tasks for future dates or today. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-deadline-remove planner-deadline-change +;;;;;; planner-deadline-update) "planner-deadline" "planner-deadline.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-deadline.el + +(autoload 'planner-deadline-update "planner-deadline" "\ +Replace the text for all tasks with deadlines. +By default, deadlines are of the form {{Deadline: yyyy.mm.dd}}. +See `planner-deadline-regexp' for details. + +\(fn)" t nil) + +(autoload 'planner-deadline-change "planner-deadline" "\ +Change the deadline of current task to DATE. +If DATE is nil, prompt for it. + +\(fn DATE)" t nil) + +(defalias 'planner-deadline-add 'planner-deadline-change) + +(autoload 'planner-deadline-remove "planner-deadline" "\ +Remove the deadline of the current task. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-diary-add-entry planner-diary-insinuate +;;;;;; planner-diary-show-day-plan-or-diary planner-diary-insert-all-diaries-maybe +;;;;;; planner-diary-insert-all-diaries planner-diary-update-section) +;;;;;; "planner-diary" "planner-diary.el" (18480 29228)) +;;; Generated autoloads from planner-diary.el + +(autoload 'planner-diary-update-section "planner-diary" "\ +Update FILE's existing section TITLE by replacing existing text with TEXT. +If optional arg FORCE is non-nil, update the section even if it doesn't exist, +i.e. insert TITLE followed by TEXT at the top of the buffer. + +\(fn FILE TITLE TEXT &optional FORCE)" nil nil) + +(autoload 'planner-diary-insert-all-diaries "planner-diary" "\ +Update all diary sections in a day plan file. +If FORCE is non-nil, insert a diary section even if there is no section header. +Inserts only diaries if the corresponding `planner-diary-use-*' variable is t. + +\(fn &optional FORCE)" t nil) + +(autoload 'planner-diary-insert-all-diaries-maybe "planner-diary" "\ +Update all diary sections in a day plan file. +If the current day is in the past and FORCE is nil, don't do anything. +If FORCE is non-nil, insert a diary section even if there is no section header. +Inserts only diaries if the corresponding `planner-diary-use-*' variable is t. + +\(fn &optional FORCE)" t nil) + +(autoload 'planner-diary-show-day-plan-or-diary "planner-diary" "\ +Show the day plan or diary entries for the date under point in calendar. +Add this to `calendar-move-hook' if you want to use it. In that case you +should also `remove-hook' `planner-calendar-show' from `calendar-move-hook'. + +\(fn)" t nil) + +(autoload 'planner-diary-insinuate "planner-diary" "\ +Hook Diary into Planner. +Automatically insert and update a Diary section in day plan files. +This adds a new key binding to `planner-mode-map': +C-cC-e updates the diary sections. + +\(fn)" nil nil) + +(defalias 'planner-insinuate-diary 'planner-diary-insinuate) + +(autoload 'planner-diary-add-entry "planner-diary" "\ +Prompt for a diary entry to add to `diary-file' on DATE. +Uses `planner-annotation-functions' to make hyperlinks. +TIME and TEXT are used in the description. + +\(fn DATE TIME TEXT)" t nil) + +;;;*** + +;;;### (autoloads (planner-erc-browse-url planner-erc-annotation-from-erc) +;;;;;; "planner-erc" "planner-erc.el" (18480 29228)) +;;; Generated autoloads from planner-erc.el + +(autoload 'planner-erc-annotation-from-erc "planner-erc" "\ +Return an annotation for the current line. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-erc-browse-url "planner-erc" "\ +If this is an IRC URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-export-diary planner-export-diary-setup +;;;;;; planner-export-diary-future) "planner-export-diary" "planner-export-diary.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-export-diary.el + +(autoload 'planner-export-diary-future "planner-export-diary" "\ +Exports only `planner-export-number-of-days' days of entries. +This function can be put into your `after-save-hook'. + +\(fn)" t nil) + +(autoload 'planner-export-diary-setup "planner-export-diary" "\ +Add `planner-export-diary-future' to `after-save-hook' in planner buffers. +You can add this function to `planner-mode-hook'. + +\(fn)" nil nil) + +(autoload 'planner-export-diary "planner-export-diary" "\ +Exports all the schedules or the ones from FROM to TO (inclusive). + +\(fn &optional FROM TO)" t nil) + +;;;*** + +;;;### (autoloads (planner-gnats-browse-url planner-gnats-annotation-from-gnats) +;;;;;; "planner-gnats" "planner-gnats.el" (18480 29228)) +;;; Generated autoloads from planner-gnats.el + +(autoload 'planner-gnats-annotation-from-gnats "planner-gnats" "\ +If called from gnats-edit or gnats-view buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-gnats-browse-url "planner-gnats" "\ +If this is a Gnats URL, view the pr (view-pr). + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-gnus-browse-url planner-gnus-annotation +;;;;;; planner-gnus-insinuate) "planner-gnus" "planner-gnus.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-gnus.el + +(autoload 'planner-gnus-insinuate "planner-gnus" "\ +Hook Planner into Gnus. + +Adds special planner keybindings to the variable +`gnus-summary-article-map'. From a summary or article buffer, you +can type C-c C-t to call planner-create-task-from-buffer. + +\(fn)" nil nil) + +(autoload 'planner-gnus-annotation "planner-gnus" "\ +Return an annotation from a Gnus summary or message buffer. +Suitable for use in `planner-annotation-functions'. If you +include this, you can omit `planner-gnus-annotation-from-summary' +and `planner-gnus-annotation-from-message'. + +\(fn)" nil nil) + +(autoload 'planner-gnus-browse-url "planner-gnus" "\ +If this is a Gnus URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-id-setup planner-id-update-tasks-maybe +;;;;;; planner-id-markup planner-id-add-task-id-maybe planner-id-jump-to-linked-task +;;;;;; planner-id-find-task) "planner-id" "planner-id.el" (18480 +;;;;;; 29228)) +;;; Generated autoloads from planner-id.el + +(autoload 'planner-id-find-task "planner-id" "\ +Find task described by TASK-INFO. If POINT is non-nil, start from there. +If task is found, move point to line beginning and return non-nil. +If task is not found, leave point at POINT or the start of the buffer +and return nil. + +\(fn TASK-INFO &optional POINT)" nil nil) + +(autoload 'planner-id-jump-to-linked-task "planner-id" "\ +Display the linked task page. +If INFO is specified, follow that task instead. + +\(fn &optional INFO)" t nil) + +(autoload 'planner-id-add-task-id-maybe "planner-id" "\ +Add task ID if `planner-id-add-task-id-flag' is non-nil. + +\(fn)" nil nil) + +(autoload 'planner-id-markup "planner-id" "\ +Highlight IDs as unobtrusive, clickable text from BEG to END. +VERBOSE is ignored. + +\(fn BEG END &optional VERBOSE)" nil nil) + +(autoload 'planner-id-update-tasks-maybe "planner-id" "\ +Update tasks depending on the value of `planner-id-update-automatically'. + +\(fn)" nil nil) + +(autoload 'planner-id-setup "planner-id" "\ +Hook into `planner-mode'. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-ledger-insert-maybe) "planner-ledger" +;;;;;; "planner-ledger.el" (18480 29228)) +;;; Generated autoloads from planner-ledger.el + +(autoload 'planner-ledger-insert-maybe "planner-ledger" "\ +Maybe insert ledger sections into a Planner page. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-lisp-browse-url) "planner-lisp" "planner-lisp.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-lisp.el + +(autoload 'planner-lisp-browse-url "planner-lisp" "\ +If this is a LISP URL, evaluate it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-log-edit-add-note) "planner-log-edit" +;;;;;; "planner-log-edit.el" (18480 29228)) +;;; Generated autoloads from planner-log-edit.el + +(autoload 'planner-log-edit-add-note "planner-log-edit" "\ +Add a note describing the commit to the current planner page. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-mhe-browse-url planner-mhe-annotation) +;;;;;; "planner-mhe" "planner-mhe.el" (18480 29228)) +;;; Generated autoloads from planner-mhe.el + +(autoload 'planner-mhe-annotation "planner-mhe" "\ +If called from a MH-E folder or message buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-mhe-browse-url "planner-mhe" "\ +If this is a MH-E URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-multi-remove-task-from-pool) "planner-multi" +;;;;;; "planner-multi.el" (18480 29228)) +;;; Generated autoloads from planner-multi.el + +(autoload 'planner-multi-remove-task-from-pool "planner-multi" "\ +Remove completed tasks from `planner-multi-copy-tasks-to-page' if that still leaves them linked. + +\(fn OLD-STATUS NEW-STATUS)" nil nil) + +;;;*** + +;;;### (autoloads (planner-notes-index-years planner-notes-index-months +;;;;;; planner-notes-index-weeks planner-notes-index-days planner-notes-index +;;;;;; planner-notes-index-month-table-tag planner-notes-index-tag) +;;;;;; "planner-notes-index" "planner-notes-index.el" (18480 29228)) +;;; Generated autoloads from planner-notes-index.el + +(autoload 'planner-notes-index-tag "planner-notes-index" "\ +Mark up planner-notes-index tags. + +Tags can be of the form: + + + + + +\(fn TAG-BEG TAG-END ATTRS)" nil nil) + +(autoload 'planner-notes-index-month-table-tag "planner-notes-index" "\ +Mark up a month note index. Tag is from BEG to END. +ATTRS is a list of attributes. \"Month\" is a yyyy.mm + string (default: current month). \"Limit\" is the maximum number + of items per day (default: all). + +Examples: + + + +\(fn BEG END ATTRS)" nil nil) + +(autoload 'planner-notes-index "planner-notes-index" "\ +Display a clickable notes index. +If called from a Lisp program, display only dates between FROM +and TO. With a prefix arg LIMIT, display only that number of +entries. + +\(fn &optional FROM TO LIMIT)" t nil) + +(autoload 'planner-notes-index-days "planner-notes-index" "\ +Display an index of notes posted over the past few DAYS. +The list ends with the day of the current buffer or `planner-today'. + +\(fn DAYS)" t nil) + +(autoload 'planner-notes-index-weeks "planner-notes-index" "\ +Display an index of notes posted over the past few WEEKS. +The list ends with the week of the current buffer or `planner-today'. +Weeks start from Sunday. + +\(fn WEEKS)" t nil) + +(autoload 'planner-notes-index-months "planner-notes-index" "\ +Display an index of notes posted over the past few MONTHS. +The list ends with the month of the current buffer or `planner-today'. + +\(fn MONTHS)" t nil) + +(autoload 'planner-notes-index-years "planner-notes-index" "\ +Display an index of notes posted over the past few YEARS. +The current year is included. + +\(fn YEARS)" t nil) + +;;;*** + +;;;### (autoloads (planner-psvn-log-edit-add-note planner-psvn-browse-url +;;;;;; planner-annotation-from-psvn) "planner-psvn" "planner-psvn.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-psvn.el + +(autoload 'planner-annotation-from-psvn "planner-psvn" "\ +If called from a psvn *svn-log-view* buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-psvn-browse-url "planner-psvn" "\ +If this is a psvn url, handle it. + +\(fn URL)" nil nil) + +(autoload 'planner-psvn-log-edit-add-note "planner-psvn" "\ +Add a note describing the commit via psvn to the current planner page. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-rank-update-all planner-rank-update-current-task +;;;;;; planner-rank-change planner-sort-tasks-by-urgency planner-sort-tasks-by-importance +;;;;;; planner-sort-tasks-by-rank) "planner-rank" "planner-rank.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-rank.el + +(autoload 'planner-sort-tasks-by-rank "planner-rank" "\ +Sort tasks by status (_PDXC), priority (ABC), and rank. +Suitable for `planner-sort-tasks-key-function' + +\(fn)" nil nil) + +(autoload 'planner-sort-tasks-by-importance "planner-rank" "\ +Sort tasks by status (_PDXC), priority (ABC), and importance. +Suitable for `planner-sort-tasks-key-function' + +\(fn)" nil nil) + +(autoload 'planner-sort-tasks-by-urgency "planner-rank" "\ +Sort tasks by status (_PDXC), priority (ABC), and urgency. +Suitable for `planner-sort-tasks-key-function' + +\(fn)" nil nil) + +(autoload 'planner-rank-change "planner-rank" "\ +Change the IMPORTANCE and URGENCY of the current task. +If there's deadline available, calculate urgency instead of asking +the user. + +\(fn &optional IMPORTANCE URGENCY)" t nil) + +(autoload 'planner-rank-update-current-task "planner-rank" "\ +Re-calculate rank for the current task. + +\(fn)" t nil) + +(autoload 'planner-rank-update-all "planner-rank" "\ +Re-calculate rank for all tasks in the current page. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-rdf-publish-index planner-rdf-publish-file) +;;;;;; "planner-rdf" "planner-rdf.el" (18480 29228)) +;;; Generated autoloads from planner-rdf.el + +(autoload 'planner-rdf-publish-file "planner-rdf" "\ +Publish the file in RDF format, if called by PlannerMode. +Designed to be called via `muse-after-publish-hook'. +Non-Planner files, matching `muse-image-regexp' will be treated +differently. Currently they are simply ignored. + +\(fn FILE)" t nil) + +(autoload 'planner-rdf-publish-index "planner-rdf" "\ +Create an index for the .rdf files. +Will be called via `muse-after-publish-hook'. +Creates index.rdf, a rdf:bag, with all existing .rdf files as +items. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-registry-initialize) "planner-registry" +;;;;;; "planner-registry.el" (18480 29228)) +;;; Generated autoloads from planner-registry.el + +(autoload 'planner-registry-initialize "planner-registry" "\ +Set `planner-registry-alist' from `planner-registry-file'. +If `planner-registry-file' doesn't exist, create it. +If FROM-SCRATCH is non-nil, make the registry from scratch. + +\(fn &optional FROM-SCRATCH)" t nil) + +;;;*** + +;;;### (autoloads (planner-report-generate) "planner-report" "planner-report.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-report.el + +(autoload 'planner-report-generate "planner-report" "\ +Generate a status report spanning a period from BEGIN to END. +BEGIN and END are in the format YYYY.MM.DD. + +\(fn BEGIN END)" t nil) + +;;;*** + +;;;### (autoloads (planner-rmail-browse-url planner-rmail-annotation-from-mail) +;;;;;; "planner-rmail" "planner-rmail.el" (18480 29228)) +;;; Generated autoloads from planner-rmail.el + +(autoload 'planner-rmail-annotation-from-mail "planner-rmail" "\ +Return an annotation for the current message. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-rmail-browse-url "planner-rmail" "\ +If this is an RMAIL URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-rss-add-note) "planner-rss" "planner-rss.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-rss.el + +(autoload 'planner-rss-add-note "planner-rss" "\ +Export the current note using `planner-rss-add-item'. +If FEED is non-nil, add the note to the specified feed only. +Call with the interactive prefix in order to be prompted for FEED. + +\(fn &optional FEED)" t nil) + +;;;*** + +;;;### (autoloads (planner-schedule-show-end-project) "planner-schedule" +;;;;;; "planner-schedule.el" (18480 29228)) +;;; Generated autoloads from planner-schedule.el + +(autoload 'planner-schedule-show-end-project "planner-schedule" "\ +Display the estimated project completion time. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (planner-tasks-overview-show-summary planner-tasks-overview-jump +;;;;;; planner-tasks-overview-jump-other-window planner-tasks-overview) +;;;;;; "planner-tasks-overview" "planner-tasks-overview.el" (18480 +;;;;;; 29228)) +;;; Generated autoloads from planner-tasks-overview.el + +(autoload 'planner-tasks-overview "planner-tasks-overview" "\ +Display a task overview from START to END. + +\(fn START END)" t nil) + +(autoload 'planner-tasks-overview-jump-other-window "planner-tasks-overview" "\ +Display the task under point in a different window. + +\(fn)" t nil) + +(autoload 'planner-tasks-overview-jump "planner-tasks-overview" "\ +Display the task under point. + +\(fn &optional OTHER-WINDOW)" t nil) + +(autoload 'planner-tasks-overview-show-summary "planner-tasks-overview" "\ +Count unscheduled, scheduled, and completed tasks for FILE-LIST. +If called with an interactive prefix, prompt for the page(s) to +display. planner-multi is required for multiple pages. + +\(fn &optional FILE-LIST)" t nil) + +;;;*** + +;;;### (autoloads (planner-colors-timeclock-report-tag) "planner-timeclock" +;;;;;; "planner-timeclock.el" (18480 29228)) +;;; Generated autoloads from planner-timeclock.el + +(autoload 'planner-colors-timeclock-report-tag "planner-timeclock" "\ +Replace the region BEG to END with a timeclock report, colorizing +the result. + +\(fn BEG END)" nil nil) + +;;;*** + +;;;### (autoloads (planner-timeclock-summary-show-2 planner-timeclock-summary-show-range-filter +;;;;;; planner-timeclock-summary-show-filter planner-timeclock-summary-show +;;;;;; planner-timeclock-summary-update planner-timeclock-summary-insinuate) +;;;;;; "planner-timeclock-summary" "planner-timeclock-summary.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-timeclock-summary.el + +(autoload 'planner-timeclock-summary-insinuate "planner-timeclock-summary" "\ +Automatically call `planner-timeclock-summary-update'. +This function is called when the day page is saved. + +\(fn)" nil nil) + +(autoload 'planner-timeclock-summary-update "planner-timeclock-summary" "\ +Update `planner-timeclock-summary-section'. in the current day page. +The section is updated only if it exists. + +\(fn)" t nil) + +(autoload 'planner-timeclock-summary-show "planner-timeclock-summary" "\ +Display a buffer with the timeclock summary for DATE. +Date is a string in the form YYYY.MM.DD. + +\(fn &optional DATE)" t nil) + +(autoload 'planner-timeclock-summary-show-filter "planner-timeclock-summary" "\ +Show a timeclock report filtered by FILTER for DATE. + +If FILTER is a regexp, only plan pages matching that regexp will +be included. If FILTER is a function, it will be called with the +current timeclock item, and the line considered if the function +returned non-nil. + +If called interactively, prompt for FILTER (a regexp) and DATE. +DATE is a string in the form YYYY.MM.DD and can be nil. + +\(fn FILTER DATE)" t nil) + +(autoload 'planner-timeclock-summary-show-range-filter "planner-timeclock-summary" "\ +Show a timeclock report filtered by FILTER for START-DATE to END-DATE. + +If FILTER is a regexp, only plan pages matching that regexp will +be included. If FILTER is a function, it will be called with the +current timeclock item, and the line considered if the function +returned non-nil. + +If called interactively, prompt for FILTER (a regexp), START-DATE and END-DATE. +Dates are strings in the form YYYY.MM.DD and can be nil. + +\(fn FILTER START-DATE END-DATE)" t nil) + +(autoload 'planner-timeclock-summary-show-2 "planner-timeclock-summary" "\ +Display a buffer with the timeclock summary for DATE. + +Date is a string in the form YYYY.MM.DD. It will be asked if not +given. + +\(fn &optional DATE)" t nil) + +;;;*** + +;;;### (autoloads (planner-timeclock-summary-proj-report planner-timeclock-summary-proj-current +;;;;;; planner-timeclock-summary-proj-all) "planner-timeclock-summary-proj" +;;;;;; "planner-timeclock-summary-proj.el" (18480 29228)) +;;; Generated autoloads from planner-timeclock-summary-proj.el + +(autoload 'planner-timeclock-summary-proj-all "planner-timeclock-summary-proj" "\ +Insert time report for all projects in the current buffer. + +\(fn)" t nil) + +(autoload 'planner-timeclock-summary-proj-current "planner-timeclock-summary-proj" "\ +Insert time report for the current project in the current buffer. + +\(fn)" t nil) + +(autoload 'planner-timeclock-summary-proj-report "planner-timeclock-summary-proj" "\ +Insert time report for PROJECT in the current buffer. + +\(fn PROJECT)" t nil) + +;;;*** + +;;;### (autoloads (planner-trunk-tasks) "planner-trunk" "planner-trunk.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-trunk.el + +(autoload 'planner-trunk-tasks "planner-trunk" "\ +Trunk(group) tasks in the current page. +Please refer the docstring of `planner-trunk-rule-list' for how +it works. You may want to call this function before you sort tasks +and/or after you create new tasks. If a prefix is given or FORCE is not +nil, trunk completed tasks together with non-completed tasks not +matter what the `planner-trunk-rule-list' said. + +\(fn &optional FORCE)" t nil) + +;;;*** + +;;;### (autoloads (planner-unix-mail-browse-url planner-unix-mail-annotation-from-mail) +;;;;;; "planner-unix-mail" "planner-unix-mail.el" (18480 29228)) +;;; Generated autoloads from planner-unix-mail.el + +(autoload 'planner-unix-mail-annotation-from-mail "planner-unix-mail" "\ +Return an annotation for the current message. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-unix-mail-browse-url "planner-unix-mail" "\ +If this is an UNIX-MAIL URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-vm-browse-url planner-vm-annotation-from-mail) +;;;;;; "planner-vm" "planner-vm.el" (18480 29228)) +;;; Generated autoloads from planner-vm.el + +(autoload 'planner-vm-annotation-from-mail "planner-vm" "\ +Return an annotation for the current message. +This function can be added to `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-vm-browse-url "planner-vm" "\ +If this is an VM URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-w3m-annotation-from-w3m) "planner-w3m" +;;;;;; "planner-w3m.el" (18480 29228)) +;;; Generated autoloads from planner-w3m.el + +(autoload 'planner-w3m-annotation-from-w3m "planner-w3m" "\ +If called from a w3m page, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +;;;*** + +;;;### (autoloads (planner-wl-browse-url planner-wl-annotation-from-wl +;;;;;; planner-wl-insinuate) "planner-wl" "planner-wl.el" (18480 +;;;;;; 29228)) +;;; Generated autoloads from planner-wl.el + +(autoload 'planner-wl-insinuate "planner-wl" "\ +Hook Planner into Wanderlust. +Add special planner keybindings to`wl-summary-mode-map'. +From the Wanderlust Summary view, you can type C-c C-t to create a task. + +\(fn)" nil nil) + +(autoload 'planner-wl-annotation-from-wl "planner-wl" "\ +If called from wl, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-wl-browse-url "planner-wl" "\ +If this is a Wanderlust URL, jump to it. + +\(fn URL)" nil nil) + +;;;*** + +;;;### (autoloads (planner-xtla-log-edit-add-note planner-xtla-browse-url +;;;;;; planner-annotation-from-xtla) "planner-xtla" "planner-xtla.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from planner-xtla.el + +(autoload 'planner-annotation-from-xtla "planner-xtla" "\ +If called from a xtla buffer, return an annotation. +Suitable for use in `planner-annotation-functions'. + +\(fn)" nil nil) + +(autoload 'planner-xtla-browse-url "planner-xtla" "\ +If this is a xtla url, handle it. + +\(fn URL)" nil nil) + +(autoload 'planner-xtla-log-edit-add-note "planner-xtla" "\ +Provide `planner-log-edit'-like functionality for xtla. +This function is automatically called by `tla-commit-hook'. +See also `planner-xtla-log-edit-notice-commit-function'. + +\(fn)" t nil) + +;;;*** + +;;;### (autoloads (schedule-completion-time) "schedule" "contrib/schedule.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from contrib/schedule.el + +(autoload 'schedule-completion-time "schedule" "\ +Advance THEN by COUNT seconds, skipping the weekends and holidays. +THEN must not already be in a holiday or non-worktime. Make sure that +`schedule-align-now' is called at least once before this function ever +gets called. + +\(fn THEN COUNT)" nil nil) + +;;;*** + +;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string +;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out +;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in +;;;;;; timeclock-modeline-display) "timeclock" "contrib/timeclock.el" +;;;;;; (18480 29228)) +;;; Generated autoloads from contrib/timeclock.el + +(autoload 'timeclock-modeline-display "timeclock" "\ +Toggle display of the amount of time left today in the modeline. +If `timeclock-use-display-time' is non-nil (the default), then +the function `display-time-mode' must be active, and the modeline +will be updated whenever the time display is updated. Otherwise, +the timeclock will use its own sixty second timer to do its +updating. With prefix ARG, turn modeline display on if and only +if ARG is positive. Returns the new status of timeclock modeline +display (non-nil means on). + +\(fn &optional ARG)" t nil) + +(autoload 'timeclock-in "timeclock" "\ +Clock in, recording the current time moment in the timelog. +With a numeric prefix ARG, record the fact that today has only that +many hours in it to be worked. If arg is a non-numeric prefix arg +\(non-nil, but not a number), 0 is assumed (working on a holiday or +weekend). *If not called interactively, ARG should be the number of +_seconds_ worked today*. This feature only has effect the first time +this function is called within a day. + +PROJECT is the project being clocked into. If PROJECT is nil, and +FIND-PROJECT is non-nil -- or the user calls `timeclock-in' +interactively -- call the function `timeclock-get-project-function' to +discover the name of the project. + +\(fn &optional ARG PROJECT FIND-PROJECT)" t nil) + +(autoload 'timeclock-out "timeclock" "\ +Clock out, recording the current time moment in the timelog. +If a prefix ARG is given, the user has completed the project that was +begun during the last time segment. + +REASON is the user's reason for clocking out. If REASON is nil, and +FIND-REASON is non-nil -- or the user calls `timeclock-out' +interactively -- call the function `timeclock-get-reason-function' to +discover the reason. + +\(fn &optional ARG REASON FIND-REASON)" t nil) + +(autoload 'timeclock-status-string "timeclock" "\ +Report the overall timeclock status at the present moment. +If SHOW-SECONDS is non-nil, display second resolution. +If TODAY-ONLY is non-nil, the display will be relative only to time +worked today, ignoring the time worked on previous days. + +\(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) + +(autoload 'timeclock-change "timeclock" "\ +Change to working on a different project. +This clocks out of the current project, then clocks in on a new one. +With a prefix ARG, consider the previous project as finished at the +time of changeover. PROJECT is the name of the last project you were +working on. + +\(fn &optional ARG PROJECT)" t nil) + +(autoload 'timeclock-query-out "timeclock" "\ +Ask the user whether to clock out. +This is a useful function for adding to `kill-emacs-query-functions'. + +\(fn)" nil nil) + +(autoload 'timeclock-reread-log "timeclock" "\ +Re-read the timeclock, to account for external changes. +Returns the new value of `timeclock-discrepancy'. + +\(fn)" t nil) + +(autoload 'timeclock-workday-remaining-string "timeclock" "\ +Return a string representing the amount of time left today. +Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY +is non-nil, the display will be relative only to time worked today. +See `timeclock-relative' for more information about the meaning of +\"relative to today\". + +\(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) + +(autoload 'timeclock-workday-elapsed-string "timeclock" "\ +Return a string representing the amount of time worked today. +Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is +non-nil, the amount returned will be relative to past time worked. + +\(fn &optional SHOW-SECONDS)" t nil) + +(autoload 'timeclock-when-to-leave-string "timeclock" "\ +Return a string representing the end of today's workday. +This string is relative to the value of `timeclock-workday'. If +SHOW-SECONDS is non-nil, the value printed/returned will include +seconds. If TODAY-ONLY is non-nil, the value returned will be +relative only to the time worked today, and not to past time. + +\(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) + +;;;*** + +;;;### (autoloads nil nil ("planner-authz.el" "planner-calendar.el" +;;;;;; "planner-experimental.el" "planner-ical.el" "planner-publish.el" +;;;;;; "planner-zoom.el") (18757 56086 936855)) + +;;;*** + +;;;### (autoloads (planner-accomplishments-show planner-accomplishments-update +;;;;;; planner-accomplishments-insinuate) "planner-accomplishments" +;;;;;; "planner-accomplishments.el" (18480 29228)) +;;; Generated autoloads from planner-accomplishments.el + +(autoload 'planner-accomplishments-insinuate "planner-accomplishments" "\ +Automatically call `planner-accomplishments-update'. + +\(fn)" nil nil) + +(autoload 'planner-accomplishments-update "planner-accomplishments" "\ +Update `planner-accomplishments-section'. + +\(fn)" t nil) + +(autoload 'planner-accomplishments-show "planner-accomplishments" "\ +Display a buffer with the current page's accomplishment report. + +\(fn)" t nil) + +;;;*** + +(provide 'planner-autoloads) +;;; planner-autoloads.el ends here +;; +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: +