mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #713
- Fixed Bug #713, which fixes typos in the holidays-UK.rc file (thanks to Alexei Romanoff). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
bd0dbe3af6
commit
7f9938d4f1
3 changed files with 9 additions and 4 deletions
1
AUTHORS
1
AUTHORS
|
@ -42,6 +42,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
Andreas Poisel
|
||||
Timm Reitinger
|
||||
Dan White
|
||||
Alexei Romanoff
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -7,12 +7,16 @@
|
|||
of the actual tasks. For advanced pipeline use.
|
||||
+ Now supplements the command line with data read from standard input, which
|
||||
allows commands like: echo 'add Pay the bills' | task
|
||||
+ Added feature #700, which adds tab-completion of built-in tags.
|
||||
+ Corrected sorting to use std::stable_sort instead of std::sort, which is not
|
||||
guaranteed stable (thanks to Stefan Hacker).
|
||||
|
||||
+ Added feature #700, which adds tab-completion of built-in tags.
|
||||
+ Added feature #710, which adds an attribute modifier prefix to return the
|
||||
complement of a filtered set (thanks to Dan White).
|
||||
|
||||
+ Fixed Bug #713, which fixes typos in the holidays-UK.rc file (thanks to
|
||||
Alexei Romanoff).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.9.4 (03/03/2011) b9bae255f4fa03970eced3ac0876935271d1d7a1
|
||||
|
|
|
@ -37,11 +37,11 @@ holiday.goodfriday.date=20110422
|
|||
holiday.eastermonday.name=Easter Monday
|
||||
holiday.eastermonday.date=20110425
|
||||
holiday.may.name=Early May Bank Holiday
|
||||
holiday.may.name=20110502
|
||||
holiday.may.date=20110502
|
||||
holiday.spring.name=Spring Bank Holiday
|
||||
holiday.spring.name=20110530
|
||||
holiday.spring.date=20110530
|
||||
holiday.august.name=August Bank Holiday
|
||||
holiday.august.name=20110829
|
||||
holiday.august.date=20110829
|
||||
holiday.christmas.name=Christmas Day
|
||||
holiday.christmas.date=20111225
|
||||
holiday.boxingday.name=Boxing Day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue