emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Planner 3.31: planner-gnats, planner-ical, and tons


From: Sacha Chua
Subject: [emacs-wiki-discuss] Planner 3.31: planner-gnats, planner-ical, and tons of bugfixes!
Date: Sat, 20 Aug 2005 18:17:28 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Hello, everyone!

I'm really, really grateful to the awesome Planner community for bug
reports, patches, and feature requests! After a couple of relatively
quiet weeks on the bugfixing front (no major complaints and a few
"Yup, I want that patch in stable" messages), I feel confident enough
about the current development version to release it as stable.

The new release includes more than 70 patches from the development
tree and lots more from merged trees. Major highlights: Jeremy
Cowgar's planner-gnats for interfacing with a bugtracking system, and
Chris Parson's planner-ical for exporting tasks in the popular iCal
format. We also ironed out a lot of the bugs thanks to your feedback
and patches!

New stable versions are available at
http://sacha.free.net.ph/notebook/emacs/sacha-stable.tar.gz or
http://sacha.free.net.ph/notebook/emacs/sacha-stable.zip . Debian
users who have http://sacha.free.net.ph/notebook/emacs/planner/ in
their sources.list can update or install from there, too, and it will
probably be uploaded to the main repository soon. Have fun!

As usual, backup your current version and your data juuuust in case,
and check the NOTEWORTHY stuff for things that might need
configuration changes.

Thank you so much, everyone! You totally rock!

Sacha

----------------------------------------------------------------
    Summary:
      Catch up with dev/475
    Revision:
      planner--stable--1.0--patch-118

    NEW OR NOTEWORTHY
    
    * dev/402: New: Provide planner-log-edit like functionality for xtla
    * dev/403: New: planner-delete-section[-text], add CREATE to 
planner-narrow-to-section
    * dev/411: New: planner-mark-task-hook
    * dev/417,418: New: planner-multi-copy-tasks-to-page
    * dev/420: planner-annotation-as-kill: New interactive prefix
    * dev/421: New: planner-annotation-from-file-with-position
    * dev/430: planner-update-task: Remove need for advice,
      planner-multi-replan-task: Accept list as argument
    * dev/431: NOTE: planner-create-note: Default to current page
    * dev/432: New: planner-gnats.el adds support for the GNU bugtracking system
    * dev/446: NOTE: planner-gnus-insinuate: Change keybinding to C-c C-t
    * dev/448: Add p-create-task and p-create-task-from-buffer to planner-auto
    * dev/456: New: planner-ical.el exports tasks as iCal
    * dev/466: NOTE: planner-create-section-function, planner-create-at-top,
      planner-create-at-bottom: RENAMED FROM planner-seek-
    
    BUGFIX
    
    * dev/404: planner-delete-note actually works now, and planner-rss 
recognizes categories
    * dev/405: Allow arbitrary extensions by using emacs-wiki-page-name
    * dev/406,407: planner-appt-add-appts-from-schedule and empty schedules
    * dev/408: planner-tasks-overview-get-summary: Work with files in 
subdirectories
    * dev/409: Use write-file-hooks
    * dev/412: planner-current-note-info should work with notes with parens
    * dev/414: planner-narrow-to-note should recognize more notes properly now
    * dev/415: Override planner-task-plan for planner-multi
    * dev/416: Do everything inside with-planner-update-setup
    * dev/422: planner-annotation-from-file-with-position: Check if buffer has 
a file
    * dev/423: planner-browse-position-url: Do not clobber match data
    * dev/424: planner-gnus-browse-url and long grou pnames
    * dev/425: with-planner-update-setup, planner-browse-position-url, 
planner-multi-tasks-equal-p
    * dev/426: with-planner-update-setup: Don't block planner-id
    * dev/428: planner-annotation-as-kill: Make sure link is set
    * dev/429: planner-appt: Merge bugfix for duplicate appt bug
    * dev/432: planner-edit-task-description, planner-deadline: keep point
    * dev/433: Remove parens around planner-calendar-html-tag-marker
    * dev/434: planner-sort-tasks: Be paranoid about task sorting
    * dev/436: planner-multi-tasks-equal-p: Deal with tasks without link text
    * dev/437: planner-derived-mode-p should pass the modes to derived-mode-p
    * dev/438: planner-update-wiki-project: planner-name-regexp fix, 
planner-save-buffers SKIP-BUFFERS
    * dev/439: planner-lower-task: typo
    * dev/440: Fixes planner-timeclock + planner-multi, also 
planner-multi-update-task
    * dev/441: planner-save-buffers should suppress planner-id
    * dev/442: planner-save-buffers: Do not kill non-planner-mode buffers
    * dev/444: planner-multi-replan-task: Deal with tasks without dates
    * dev/445: planner-multi-link-delete: Preserve order
    * dev/447: planner-calendar-create-today-link: Quote shell arguments
    * dev/449: planner-calendar-create-today-link: Use make-symbolic-link
    * dev/450: planner-current-note-info: Be stricter with note links
    * dev/451: planner-timeclock-summary-make-text-table-day: Format projects 
as links
    * dev/452: Add autoload cookies to a bunch of files, remove 
planner-appt-filename-to-date
    * dev/454: Merge patch to make note heading face less greedy
    * dev/455: planner-rss-add-note: Remove tags from title
    * dev/459: planner-calendar: Do not over-pad months that end with Sunday
    * dev/460: planner-calendar-published-file-href: Stop refreshing the file 
list all the time
    * dev/461: planner-visit-link: Add missing alias
    * dev/462: Add missing planner-link-target. New option: 
planner-calendar-nop-buttons-flag
    * dev/463: planner-current-note-info: Recognize multi properly again
    * dev/464: Bugfixes: Byte-compile properly (missing planner-link-name, bug 
in planner-annotation-from-file)
    * dev/465: planner-notes-index: Fix to work with files in subdirectories
    * dev/467: planner-timeclock should always work within Planner
      context to properly deal with some tasks
    * dev/468: planner-notes-index should be in Planner project
    * dev/469: planner-deadline bugfix: Avoid infinite loops by calculating 
deadlines as we insert them
    * dev/470: planner-save-buffers: Check if buffer is associated with a file
    * dev/471: with-planner: Defer evaluation of planner-derived-mode-p
    * dev/472: with-planner-update-setup: Save current window point as well
    * dev/474: planner-appt-mark-calendar shouldn't call 
planner-appt-filename-to-date
    
    DOCFIXES
    
    * dev/412: Reorganize Tasks section (johnsu01/13)
    * dev/419: Note that Lisp tags work only for GNU Emacs
    * dev/457: Fix iCal example quotes
    
    Synchronized with:
    
    * address@hidden/planner--dev--1.0--patch-42
    * address@hidden/planner--jeho--1.0--patch-75
    * address@hidden/planner--johnsu01--0--patch-19
    * address@hidden/planner--mwolson--1.0--patch-9
    * address@hidden/planner-muse--mwolson--1.0--patch-37


-- 
Sacha Chua <address@hidden> - open source geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, juggling
sachac on irc.freenode.net#emacs . YM: sachachua83




reply via email to

[Prev in Thread] Current Thread [Next in Thread]