diff options
| author | letouzey | 2011-04-01 13:26:44 +0000 |
|---|---|---|
| committer | letouzey | 2011-04-01 13:26:44 +0000 |
| commit | 6b3f4d6df3366cde21d184b4ada299a66dbf311f (patch) | |
| tree | 1f89f658987330afe992ca7cbe6420c63f52562e /CHANGES | |
| parent | 86eda408ad28a80a33ae31743e9ae77ceb7967c2 (diff) | |
CHANGES: a word about recent changes in coqide, about Ctrl-C in vm
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13948 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ Changes from V8.3 to V8.4 implicit arguments aren't taken into account in partial applications. Use eta expansion. +- Coqide now runs coqtop as separated process, making it more robust: + coqtop subprocess can be interrupted (TODO check Win32), or even + killed and relaunched (cf button "Restart Coq", ex-"Go to Start"). + +- Vm_compute can now be interrupted via Ctrl-C. + Tactics - New tactics constr_eq, is_evar and has_evar. |
