aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre Courtieu2014-12-12 15:19:10 +0100
committerPierre Courtieu2014-12-12 15:21:22 +0100
commita417d138c0a8abc028486c20d59e4f2e82f456ef (patch)
tree1f9efdac4020f8dde23583cbccef135f0520caea /CHANGES
parentf47afacd86ff1f9fda5347decf298ace941a24bc (diff)
Searchxxx now search also the hypothesis and support goal selector.
Documentation also updated.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b1946188b4..5c1a27fa6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -52,6 +52,11 @@ Vernacular commands
- Command "Search" has been renamed into "SearchHead". The command
name "Search" now behaves like former "SearchAbout". The latter name
is deprecated.
+- "Search" "SearchHead" "SearchRewrite" and "SearchPattern" now search
+ for hypothesis (of the current goal) first. They now also support the
+ goal selector prefix to specify another goal to search: e.g.
+ "n:Search id". This is also true for SearchAbout although it is
+ deprecated.
- The coq/user-contrib directory and the XDG directories are no longer
recursively added to the load path, so files from installed libraries
now need to be fully qualified for the "Require" command to find them.