aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 5b35b7ed..37d3b4db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -97,11 +97,14 @@
persistent buffer (for later use), use Coq/Store response or
Coq/Store goal.
-*** bug fixes
+*** bug fixes, bugs
- Three panes mode: "window would be too small" error fixed.
- Indentation: several error fixed. If you want to indent tactics
inside "Instance" or "Add Parametric Relation" etc, please put
- "Proof." before the tactics.
+ "Proof." before the tactics, there is no way for emacs to guess
+ wether these commands initiate new goals or not.
+ - coq prog args permanent settings is working again
+ - when a proof is completed, the goals buffer is cleared again.
** Notable internal changes