aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-07-24 09:27:16 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-07-24 09:27:16 +0000
commit5ade280786a6eb85c6b533cdf82cf9aafef1c8c5 (patch)
tree8bf13fbd1e85da446afa3c9d61907815821c4dfb /CHANGES
parent4a3d6ad3794fa22df1568838d72f252f8b50957f (diff)
Fixing compilation. Still need to verify some smie stuff on different versions of emacs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES35
1 files changed, 26 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index d9b7dce8..b842ccf3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,10 +29,32 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
*** Support proof-tree visualization
-*** Indentation improvements using SMIE
- Still experimental.
+*** New commands for Print/Check/About/Show with "Printing All" flag
+ Avoids typing "Printing All" in the buffer. See the menu Coq >
+ Other queries. Thanks to Assia Mahboubi and Frederic Chyzak for
+ the suggestion.
+ Shortcut: add C-u before the usual shortcut
+ (example: C-u C-c C-a C-c for:
+ Set Printing All.
+ Check.
+ Unset Printing All. )
+
+*** Coq menu visible in Response and goals buffers.
+ Shortcuts available too (Check, Print etc.) in response and goals
+ buffers.
+
+*** Tooltips hidden by default
+ Flickering when hovering commands is off by default!
-**** Limitations:
+*** "Insert Requires" now uses completion based on coq-load-path
+
+*** New setting for hiding additional goals from the *goals* buffer
+ Coq > Settings > Hide additional subgoals
+
+*** Indentation improvements using SMIE. Supporting bullets and { }.
+ Still experimental. Please submit bugs.
+
+**** Limitations of indentation:
***** hard-wired precedence between bullets: - < + < *
example:
@@ -51,12 +73,7 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
always introduce a proof with "Proof." (or "Next Obligation").
*** Minor parsing fixes
-
-*** New setting for hiding additional goals from the *goals* buffer
-
-*** New commands for Print/Check/Show with Printing All flag
-
-*** "Insert Requires" now uses completion based on coq-load-path
+*** Windows resizing fixed
** HOL Light [WORK IN PROGRESS]