From 25ac584466d082f895bcea2ec659deb5eb4b27fd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 23 Aug 2014 12:11:03 -0400 Subject: [PATCH] TW101 - Renamed bug.101.t to tw-101.t, which is basically namespace resolution. - Typo in NEWS. --- ChangeLog | 2 +- NEWS | 2 +- test/{bug.101.t => tw-101.t} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{bug.101.t => tw-101.t} (100%) diff --git a/ChangeLog b/ChangeLog index 6c9638e1a..66c880428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,7 +27,7 @@ - TW-44 Space handling in dateformat (thanks to Louis-Claude Canon). - TW-72 extend info report with urgency column - TW-101 New description column format: Truncated WITH annotation count (thanks - to atomicules) + to atomicules). - TW-115 allow "0day" durations for UDAs. - TW-128 new helper command; _envs. - TW-168 modification of due date relative to current due date (thanks to Dirk diff --git a/NEWS b/NEWS index 18111fc34..7fe95a2cb 100644 --- a/NEWS +++ b/NEWS @@ -32,7 +32,7 @@ New configuration options in taskwarrior 2.4.0 - New themes: dark-default-16.theme, dark-gray-blue-256.theme - The 'allow.empty.filter' setting can be set to 'no' to disallow the potentially dangerous combination of write commands and empty filters. - - New truncated+count column style for the description field which as the + - New truncated_count column style for the description field which as the name says is a combination of the existing truncated and count styles. Newly deprecated features in taskwarrior 2.4.0 diff --git a/test/bug.101.t b/test/tw-101.t similarity index 100% rename from test/bug.101.t rename to test/tw-101.t