aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2014-12-15 17:43:14 +0100
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2014-12-15 17:43:35 +0100
commit4fec6bdf0ad0f49c98a82538c5caf4511ba5e95c (patch)
tree4a713cdd2e77f1332c24dcc017de38933645b65d /CHANGES
parent5e206cc563471ec61e320ba0e7066604d5671f10 (diff)
About now accepts hypothesis names and goal selector.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 5c1a27fa6..1eca0a518 100644
--- a/CHANGES
+++ b/CHANGES
@@ -52,11 +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.
+- "Search" "About" "SearchHead" "SearchRewrite" and "SearchPattern"
+ now search for hypothesis (of the current goal by default) 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.