diff options
| author | Pierre Courtieu | 2014-12-12 15:19:10 +0100 |
|---|---|---|
| committer | Pierre Courtieu | 2014-12-12 15:21:22 +0100 |
| commit | a417d138c0a8abc028486c20d59e4f2e82f456ef (patch) | |
| tree | 1f9efdac4020f8dde23583cbccef135f0520caea /CHANGES | |
| parent | f47afacd86ff1f9fda5347decf298ace941a24bc (diff) | |
Searchxxx now search also the hypothesis and support goal selector.
Documentation also updated.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
