aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-19Completed documentation for file variables.Pierre Courtieu
2012-06-14Fix a bug in coq indet code when at the beginning of a buffer.Pierre Courtieu
2012-06-11Trying to minimize the slowness of indentation when no "Proof." isPierre Courtieu
given. Seems to work.
2012-06-10Fixing indentation details for coq. All known bugs seems fixed.Pierre Courtieu
2012-06-10Fixing indentation details for coq.Pierre Courtieu
2012-06-10Still fixing indentation details for coq.Pierre Courtieu
2012-06-10Still fixing indentation (operator precedences) details for coq.Pierre Courtieu
2012-06-10Still fixing indentation details for coq.Pierre Courtieu
2012-06-09Made a small change in generic code about the setting ofPierre Courtieu
comment-start-skip: if it is already set then proof-script should not change it. Ultimately if David approves we should moreover fix the setting itself which is bugged. coq-mode now sets this variable by itself.
2012-06-08Summary: Handle the new t value of which-func-modes.Stefan Monnier
2012-06-08Indentation is a bit more accurate.Pierre Courtieu
2012-06-07Fix a bug of indentation in presence of comment. Probably due to a badPierre Courtieu
set of rules. Fixed by cleaning rules.
2012-06-07Fix indentation of dependent match clauses (as ... in ... return ...).Pierre Courtieu
+ bug fixes.
2012-06-06Fixing a bug with the indentation of qualified names.Pierre Courtieu
2012-06-06Trying to fix some minor indentation bugs with infox operators.Pierre Courtieu
2012-06-05Set version tag for new release.David Aspinall
2012-06-04hide cursor in non-selected *goals* and *response* buffersHendrik Tews
2012-06-04One more fix for indentation.Pierre Courtieu
2012-06-04Fixing indentation (same bug than 2 previous commits). this time it seems ok.Pierre Courtieu
2012-06-04Fixing the last fix on indentation. Still not perfect.Pierre Courtieu
2012-06-03Fix a bug of indentation.Pierre Courtieu
2012-05-31let proof-retract-buffer only move point when called interactivelyHendrik Tews
2012-05-31Fix of a bug. coq id can start with underscore.Pierre Courtieu
2012-05-29- erase invalid coq-load-path entry format '("dir")Hendrik Tews
- check if coq-load-path is well-formed - update documentation
2012-05-26another hide additional subgoals fixHendrik Tews
2012-05-24kill windows showing response and goals buffers on proof-shell-exitHendrik Tews
2012-05-24fix "Hide Additional Subgoals" for coq 8.4betaHendrik Tews
2012-05-09fix typo + add one missing cvsignoreHendrik Tews
2012-05-08Use proof-add-to-load-path to extend load-path. This way,Hendrik Tews
distributions with specific requirements (such as Debian with debian-pkg-add-load-path-item) only need to patch one function.
2012-04-30Set version tag for new release.David Aspinall
2012-04-30Change default Unicode Tokens font back to DejaVU Sans, more reliable ↵David Aspinall
without installing STIX.
2012-04-19enable compilation of generic/proof-autoloads.elHendrik Tews
2012-04-11Set version tag for new release.David Aspinall
2012-04-06Drop support for Emacs 23.1 and earlierDavid Aspinall
2012-04-06Fix compile error, Trac #437.David Aspinall
2012-03-05remove deprecated desktop keysHendrik Tews
2012-03-05support DESTDIR in make installHendrik Tews
2012-03-01fix compilation with emacs23-nox of DebianHendrik Tews
2012-02-24Remove option aspect of 'finfo' datatype, and rename datatype to 'mldata'.mark
Add wrapper function for :thm -> thm list. Promote more objects.
2012-02-23Altered graph .dot export so that nodes are displayed as their tactic.mark
2012-02-23Allocate jobs!David Aspinall
2012-02-23*** empty log message ***mark
2012-02-23Capability for exporting .dot files added.mark
2012-02-21Various small improvements to capabilitymark
Whole of examples3 now processes Facility for adding manual labels to atomic/composite tactics
2012-02-21*** empty log message ***David Aspinall
2012-02-21*** empty log message ***David Aspinall
2012-02-21*** empty log message ***David Aspinall
2012-02-16First version of HOL Light tactic recording.mark
See INSTRUCTIONS and LIMITATIONS files for more details. Currently works for flattening "packaged-up" tactic proofs into g/e commands. Won't work for most proofs because most tactics/thms haven't been promoted. Support for exporting proof graph as a series of goal pairs. Support for displaying extra information to be intercepter by PG for Prooftree.
2012-02-13fix coqdep error recognitionHendrik Tews
2012-02-10Fixed an ineficiency in comment detection.Pierre Courtieu