@@ -98,6 +98,7 @@ Bugs
|
|||||||
+ #1476 Unicode indicators increase column width (thanks to Paul Kishimoto).
|
+ #1476 Unicode indicators increase column width (thanks to Paul Kishimoto).
|
||||||
+ #1477 Pre-compiled static library (*.a) in source tarball (thanks to Jakub
|
+ #1477 Pre-compiled static library (*.a) in source tarball (thanks to Jakub
|
||||||
Wilk);
|
Wilk);
|
||||||
|
+ #1478 pri_sort.t failure (thanks to Jakub Wilk).
|
||||||
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
||||||
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
||||||
(thanks to greenskeleton).
|
(thanks to greenskeleton).
|
||||||
|
|||||||
@@ -37,7 +37,8 @@ delete $ENV{'TASKRC'};
|
|||||||
# Create the rc file.
|
# Create the rc file.
|
||||||
if (open my $fh, '>', 'pri.rc')
|
if (open my $fh, '>', 'pri.rc')
|
||||||
{
|
{
|
||||||
print $fh "data.location=.\n";
|
print $fh "data.location=.\n",
|
||||||
|
"verbose=off\n";
|
||||||
close $fh;
|
close $fh;
|
||||||
ok (-r 'pri.rc', 'Created pri.rc');
|
ok (-r 'pri.rc', 'Created pri.rc');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user