Planner NEWS --- History of user-visible changes -*- outline -*- * Changes in Planner 3.40 ** Migration to Muse backend from emacs-wiki is complete. 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. ** New files *** AUTHORS: List of contributors to Planner and authors of Planner files. *** ChangeLog.2004, ChangeLog.2005, ChangeLog.2006: A fairly complete history of changes to Planner since January 2004. *** COMMENTARY: John Wiegley's original Planner commentary, moved from PLANNER-README. *** NEWS: This file, which lists user-visible changes since Planner 3.28. *** Makefile, Makefile.defs, scripts/planner-build.el: A simple build system for Planner. *** README: Instructions for building and installing Planner. ** Compatibility *** Browsing Gnus URLs should work with Emacs21. *** Several XEmacs fixes were committed. ** Misc *** Change of Delegated mark from ">" to "D". Make sure that you use "D" instead of ">" to indicate delegated tasks, or these tasks will not display or publish properly. *** planner-accomplishments: Line up accomplishments neatly. *** planner-appt: Forthcoming appointments are now dealt with. *** planner-authz: Several TODO items were completed. *** planner-deadline: New `add' and `remove' functions. *** planner-multi: New option `planner-multi-date-links-last-p' indicates whether to put date links after links to other pages. *** planner-rss: Some options might not be backwards-compatible. *** planner-timeclock-summary-proj: Several enhancements were made. *** planner.el **** Don't insert task padding if `planner-use-task-numbers' is nil. **** Shortened dates like "2005.1.6" work. **** When no day pages are desired, more things work than before. **** planner-initial-page: New option that determines which page to visit by default when not using day pages. **** Permit links to buffer names.