From 2c90bca1340e0464309738ad0c0d71806a686de1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 14 Mar 2012 00:32:45 -0400 Subject: [PATCH] Bug #950 - Fixed bug #950, which warned about dependency chain problems during annotation, which makes no sense (thanks to Uli Martens). --- ChangeLog | 2 ++ src/commands/CmdAnnotate.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 97419a607..dc7df4c73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -283,6 +283,8 @@ + Fixed bug #946, which caused 'edit' command problems when 'dateformat.annotation' did not contain any date elements (thanks to Tuomas Toivola). + + Fixed bug #950, which warned about dependency chain problems during + annotation, which makes no sense (thanks to Uli Martens). + Fixed bug #951, which caused tag filtering to fail (thanks to Max Muller). + Fixed bug #952, which generated cmake warnings on Cygwin. diff --git a/src/commands/CmdAnnotate.cpp b/src/commands/CmdAnnotate.cpp index e16dcf604..9f236955a 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -84,7 +84,6 @@ int CmdAnnotate::execute (std::string& output) context.tdb2.modify (*task); ++count; feedback_affected (STRING_CMD_ANNO_TASK, *task); - dependencyChainOnComplete (*task); context.footnote (onProjectChange (*task, true)); // Annotate siblings.