Automatic computation of easter and related holidays for the calendar

This commit is contained in:
Federico Hernandez 2010-05-11 00:01:17 +02:00
parent 68ae9173ae
commit 8553811889
3 changed files with 83 additions and 5 deletions

View file

@ -2,16 +2,20 @@
------ current release ---------------------------
1.9.1 ()
+ Fixed bug #382 in which the annotate command didn't return an error
message when called without an ID.
+ Summary report bar colors can now be specified with color.summary.bar
and color.summary.background configuration variables.
+ The configure script is more portable (thanks to Emil Sköldberg).
+ Updated task-faq.5 man page.
+ The 'edit' command now conveniently fills in the current date for new
annotations.
+ Deleting a task no longer clobbers any recorded end date (thanks to
Seneca Cunningham).
+ Following holidays are now computed automatically:
Good Friday (goodfriday), Easter (easter), Easter monday (eastermonday),
Ascension (ascension), Pentecost (pentecost)
The date is configured with the given keyword.
+ The configure script is more portable (thanks to Emil Sköldberg).
+ Updated task-faq.5 man page.
+ Fixed bug #382 in which the annotate command didn't return an error
message when called without an ID.
+ Fixed bug #402 which failed compilation on Arch Linux (thanks to
Johannes Schlatow).