From 874b163f78b443594bf18cb83036bbacd99220e0 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Fri, 15 Dec 2017 08:41:07 +0100 Subject: [PATCH] Text beautification --- ChangeLog | 14 +++++++------- test/simpletap/__init__.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69fc859b..f9feb1d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 1.1.0 () - - TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME - (Thanks to Jörg Krause, Ben Boeckel). + (thanks to Jörg Krause, Ben Boeckel). - TW-1845 Cygwin build fails, missing get_current_dir_name (thanks to hosaka). - TW-1936 Tweak tests to have fuller TAP compliance @@ -51,20 +51,20 @@ (thanks to Thomas Lauf). - TI-70 Timew starts a new interval even if a current interval contains the same set of tags - (Thanks to Thomas Babej). + (thanks to Thomas Babej). - TI-73 timew move with a specific time broken on 1.1.0 - (Thanks to A M). + (thanks to A M). - TI-75 The :fill hint not properly detecting the last interval - (Thanks to Thomas Babej). + (thanks to Thomas Babej). - TI-77 timew track seems to think today is tomorrow - (Thanks to A M). + (thanks to A M). - TI-78 Tag parsing broken for tags starting with "or_" - (Thanks to Lukas Barth). + (thanks to Lukas Barth). - TI-85 :adjust creates overlapping interval (thanks to Tim Ruffing) - TI-90 Let 'continue' accept a date or a date range - TI-91 Timewarrior does not compile on DragonFly - (Thanks to Michael Neumann). + (thanks to Michael Neumann). - Fixed Python 3 support of the holiday/refresh script (thanks to Jelle van der Waa). - Added missing man page link diff --git a/test/simpletap/__init__.py b/test/simpletap/__init__.py index 6ab4c7fa..261593a2 100644 --- a/test/simpletap/__init__.py +++ b/test/simpletap/__init__.py @@ -1,5 +1,5 @@ ############################################################################### -# taskwarrior - a command line task list manager. +# timewarrior - a command line time tracker. # # Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. #