aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-11Adjust license to CC-BY-SA-3David Aspinall
2012-01-10Set version tag for new release.David Aspinall
2012-01-10Tweak message and display model, in particular, make sure that when aDavid Aspinall
response appears above a goals output, the goals output is displayed second, so it is the one that remains visible to the user in the default 2-pane mode. This works with output like this in HOL Light: Warning: Free variables in goal: A, B val it : goalstack = 1 subgoal (1 total) ... and similar cases in Isabelle and Coq. The fix involves some ugly messing with the flags for clearing the response buffer (see `pg-response-maybe-erase'). This could surely be streamlined.
2012-01-10Note about make -j for parallel compilationDavid Aspinall
2012-01-10Emphasise importance of TracDavid Aspinall
2012-01-10Mention critical Emacs bug which destroys characters in certainDavid Aspinall
compiles of Emacs 23.2. See Trac#409.
2012-01-10Add documentation for proof-shell-trace-output-regexp (Trac #432) andDavid Aspinall
proof-shell-interactive-prompt-regexp (ref Trac #430)
2012-01-10Support proof-shell-interactive-prompt-regexp, ref Trac #430David Aspinall
2012-01-09Improve configuration for HOL Light. Allow goals display to be prefixed by ↵David Aspinall
ignored junk (val it : goalstack =).
2012-01-09proof-shell-start-goals-regexp: shy match to avoid introducing match groupDavid Aspinall
2012-01-09proof-shell-end-goals-regexp doc: fix inaccuracy, goals always startDavid Aspinall
at *start* of proof-shell-start-goals-regexp.
2012-01-06Make configuration settings. Tweak error regexp.David Aspinall
2012-01-05Update variable docs. Use HOL Light instead of HOL98.David Aspinall
2012-01-05Temporarily enable HOL Light globally for testingDavid Aspinall
2012-01-05Some fixes to get a working instance for HOL Light. Work in progress.David Aspinall
2012-01-04* fix case where some existential is instantiated with the last proof commandHendrik Tews
* protocol change - rename proof-complete into proof-finished and add existential info - add proof-complete message
2012-01-04Set version tag for new release.David Aspinall
2012-01-04Add link to Prooftree downloadDavid Aspinall
2012-01-03Add News for Version 4.2David Aspinall
2012-01-03Remove unused variableDavid Aspinall
2012-01-03hide the dependent evars lineHendrik Tews
2012-01-03update CHANGESHendrik Tews
2012-01-03update TAGSHendrik Tews
2012-01-03merge ProofTreeBranch into main trunk:Hendrik Tews
- add support for proof-tree displays (currently Coq only) - new file generic/proof-tree.el contains generic code - Coq specific code has been added to coq/coq.el Changes to existing Proof General functions: - proof-shell-exec-loop and proof-shell-filter-manage-output call proof-tree display functions, when the proof-tree display is on - proof-shell-exec-loop returns t if proof-action-list is empty _or_ contains only items for updating the proof-tree - proof-shell-should-be-silent returns nil when the proof-tree display is on - coq-last-prompt-info, coq-last-prompt-info-safe return as additional 4th element the name of the current proof
2011-12-27Add big IntegralDavid Aspinall
2011-12-27Extra testDavid Aspinall
2011-12-27TypoDavid Aspinall
2011-12-23Will release 4.2 next, after allDavid Aspinall
2011-12-16Fixed some regexp. One for goal closing detection and one forPierre Courtieu
understanding the new message about dependent evars (the two window mode was bugged).
2011-12-16Adapting coq syntax recognition to the future v8.4 behavior of bulletsPierre Courtieu
(stand-alone commands), which is different of the experiments made until now in coq/trunk.
2011-12-07Set version tag for new release.David Aspinall
2011-12-07- protect proof-shell-handle-delayed-output against the case whereHendrik Tews
proof-shell-end-goals-regexp is defined but does not match - add coq setting for hiding additional subgoals
2011-12-06fix a log of broken customization typesHendrik Tews
2011-12-06use the start of proof-shell-end-goals-regexp, as documentedHendrik Tews
2011-12-06ensure optim-resp-window does not change the current bufferHendrik Tews
2011-12-05Applied a patch from Tom Prince which makesPierre Courtieu
coq-update-minor-mode-alist behavior more acceptable.
2011-11-15Quick stab at support for switching to proof shell when interactive support ↵David Aspinall
expected, see Trac #430
2011-11-15Suggest PG 4.1.1 will be released nextDavid Aspinall
2011-11-14Small fixes to coq smie indentation.Pierre Courtieu
2011-11-11Fixed coq smie indentation.Pierre Courtieu
2011-11-10Fixed coq smie indentation.Pierre Courtieu
2011-11-10fixed some small bugs in coq indentation smie code.Pierre Courtieu
2011-11-09Add web style sheet to doc output (work in progress)David Aspinall
2011-11-08added utf8 quantifiers for indentation + small fix in indentation.Pierre Courtieu
2011-11-07Fixing syntax.Pierre Courtieu
2011-11-07Fixed a bit more smie coq indentation. Still unfinished but useable.Pierre Courtieu
2011-11-05Fixed several more bugs in smie indentation code. Not finished.Pierre Courtieu
2011-11-04slowly fixing the last small bugs in smie indentation.Pierre Courtieu
2011-11-04Fix previous commit (again).Pierre Courtieu
2011-11-04Fix previous commit.Pierre Courtieu