diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 1d74410d9..5c0e5d6d4 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -17,6 +17,11 @@ This project adheres to http://semver.org/[Semantic Versioning]. v0.11.0 (unreleased) -------------------- +Added +~~~~~ + +- New `:clear-messages` command to clear shown messages. + Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index ae034589f..eae5a07c8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -205,6 +205,7 @@ Contributors, sorted by the number of commits in descending order: * David Vogt * Claire Cavanaugh * rikn00 +* pkill9 * kanikaa1234 * haitaka * Nick Ginther @@ -234,7 +235,6 @@ Contributors, sorted by the number of commits in descending order: * Ismail * Edgar Hipp * Daryl Finlay -* pkill9 * arza * adam * Samir Benmendil diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 3f4eb4404..f87c431ff 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -995,6 +995,7 @@ How many steps to zoom out. |============== |Command|Description |<>|Clear the currently entered key chain. +|<>|Clear all message notifications. |<>|Click the element matching the given filter. |<>|Execute the command currently in the commandline. |<>|Go forward in the commandline history. @@ -1059,6 +1060,10 @@ How many steps to zoom out. === clear-keychain Clear the currently entered key chain. +[[clear-messages]] +=== clear-messages +Clear all message notifications. + [[click-element]] === click-element Syntax: +:click-element [*--target* 'target'] [*--force-event*] 'filter' 'value'+