- Fixed bug #996, so that verbosity code and documentation are in agreement,
  and that the 'verbose=off' works as intended (thanks to Peter De Poorter,
  Louis-Claude Canon).
This commit is contained in:
Paul Beckingham 2012-04-30 07:53:09 -04:00
parent 0ae66f457a
commit 7b58d9c18c
3 changed files with 22 additions and 8 deletions

View file

@ -470,13 +470,9 @@ bool Context::verbose (const std::string& token)
// This list emulates rc.verbose=off in version 1.9.4.
verbosity.push_back ("blank");
verbosity.push_back ("footnote");
verbosity.push_back ("label");
verbosity.push_back ("new-id");
verbosity.push_back ("affected");
verbosity.push_back ("edit");
verbosity.push_back ("special");
verbosity.push_back ("project");
}
}