From 685393c28923e04b3f771dea160eb5803bec6bf1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Mar 2017 19:23:01 +0100 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 5 +++++ README.asciidoc | 2 +- doc/help/commands.asciidoc | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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'+