Patch to correct the wrong calculation of recurrent items' dates after a

turn of year (submitted by Lukas Fleischer, thanks!).
This commit is contained in:
Frederic Culot
2010-03-08 08:44:28 +00:00
parent 2ec8ab17ac
commit b2321a7567
5 changed files with 99 additions and 19 deletions

View File

@@ -1,3 +1,14 @@
2010-03-08 Frederic Culot <frederic@culot.org>
* src/recur.c (diff_days, diff_weeks, diff_months, diff_years):
new functions provided by Lukas Fleischer
* src/recur.c (recur_item_inday): patch provided by Lukas
Fleischer to correct the wrong calculation of recurrent dates
after a turn of years
* src/calendar.h: defines related to dates moved from calendar.c
and vars.h
2010-03-01 Frederic Culot <frederic@culot.org>
* src/calendar.c (calendar_date_thread): avoid compilation