Bug #996
- 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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user