aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-01This commit was generated by cvs2git to track changes on a CVS vendorDavid Aspinall
branch.
1998-04-27removed explicit reference to a binary in ctm's home directoryThomas Kleymann
1998-04-17X-Symbol version 4.45 betaDavid Aspinall
1998-04-17This commit was generated by cvs2git to track changes on a CVS vendorDavid Aspinall
branch.
1998-04-17Version 4.5 (beta?) sent by CW, as a package distrib.David Aspinall
1998-04-17This commit was generated by cvs2git to track changes on a CVS vendorDavid Aspinall
branch.
1998-03-25added support for etags at generic proof levelThomas Kleymann
1998-03-24*** empty log message ***Thomas Kleymann
1998-02-11prioritisedThomas Kleymann
1998-02-10*** empty log message ***Thomas Kleymann
1998-02-10added Dnf to lego-undoable-commands-regexpThomas Kleymann
1998-01-26X-Symbol version 4.45 betaDavid Aspinall
1998-01-26This commit was generated by cvs2git to track changes on a CVS vendorDavid Aspinall
branch.
1998-01-16Commented the code of proof.el and lego.el a bit. Made a minor changeDilip Sequiera
to the way errors are handled, so that any delayed output is inserted in the buffer before the error message is printed.
1998-01-15Added coq-shell-cdHealfdene Goguen
Some new fontlocks
1998-01-15Updated method of defining proof-shell-cd to be consistent with otherHealfdene Goguen
proof-assistant-dependent variables. Added ctrl-button1 to copy selected region to end of locked region
1998-01-15One needed change for coq includedHealfdene Goguen
1998-01-12o added support for remote proof processesThomas Kleymann
o bound C-c C-z to 'proof-frob-locked-end
1998-01-05improved fume supportThomas Kleymann
1998-01-05fixed a bug in the indenting functionsThomas Kleymann
1997-12-18*** empty log message ***Thomas Kleymann
1997-12-18o introduced proof-shell-handle-error-hook and bount it by default toThomas Kleymann
proof-goto-end-of-locked-if-pos-not-visible-in-window (also new) o proof-find-next-terminator now also works inside a locked region o implemented proof-process-buffer which is by default bount to C-c C-b
1997-11-26Noted bug in popup-eager-annotationDilip Sequiera
1997-11-26Added C-c C-s to run "Search" in Coq.Healfdene Goguen
Moved coq-goal-with-hole-regexp etc to coq-fontlock. Removed various superfluous definitions for COQPATH etc.
1997-11-26A few new suggestionsHealfdene Goguen
1997-11-26Incorporated tms's suggestion for simplifying coq-font-lock-keywords-1Healfdene Goguen
1997-11-26o The response buffer focusses on the first goalThomas Kleymann
o If proof-retract-until-point is is invoked outside a locked region, the last successfully processed command is undone. o Added support for func-menu
1997-11-26o simplified code:Thomas Kleymann
lego-goal-with-hole-regexp and lego-save-with-hole-regexp is now used for lego-font-lock-keywords-1 as well o improved lego-find-and-forget
1997-11-26simplified code:Thomas Kleymann
lego-goal-with-hole-regexp and lego-save-with-hole-regexp is now used for lego-font-lock-keywords-1 as well
1997-11-24Added proof-execute-minibuffer-cmd and scripting minor mode.Dilip Sequiera
1997-11-20Added proof-global-p to test whether a 'vanilla should be lifted aboveHealfdene Goguen
active lemmas. Separated proof-lift-global as separate command to lift global declarations above active lemmas. Fixed usual problem that 'cmd is nil for comments in this code. Made lifting globals start from beginning of file rather than go backwards. Fixed bug in pbp code proof-shell-analyse-structure, where stack wasn't cleared for new goal-hyp's.
1997-11-20Fixed outstanding things to be updated in Coq.Healfdene Goguen
1997-11-20Added lego-global-p as always false, but for consistency with Coq mode.Healfdene Goguen
Changed [meta (control i)] to [meta tab] in key definition.
1997-11-20Added coq-global-p for global declarations and definitions. These nowHealfdene Goguen
get lifted in the same way as lemmas. Changed [meta (control i)] to [meta tab] in key definition. Changed menu, and made help in menu refer to info mode.
1997-11-18Added indentation for lego-mode.Dilip Sequiera
1997-11-17Added some magic commands: proof-frob-locked-end, proof-try-command,Dilip Sequiera
proof-interrupt-process. Added moving nested lemmas above goal for coq. Changed the key mapping for assert-until-point to C-c RET.
1997-11-13Includes commented code for Coq version of extent protocolHealfdene Goguen
1997-11-12Changed pbp-change-goal so that it only "Show"s the goal pointed at.Healfdene Goguen
1997-11-10Started modifications for emacs19 port.Dilip Sequiera
1997-11-10Put in a workaround for a strange bug in comint which was finding a bunchDilip Sequiera
of ^G's from comint-get-old-input for some inexplicable reason.
1997-11-06Parameterize by proof-goal-hyp-fn in pbp-make-top-extent, to handleHealfdene Goguen
Coq goals which start with text rather than simply ?n Updated 'let (ap 0)' in proof-shell-analyse structure, to be slightly more compatible with Coq pbp code
1997-11-06Assign new variable proof-goal-hyp-fn to lego-goal-hyp, which isHealfdene Goguen
simply old code for picking up goal or hypothesis for pbp
1997-11-06Assign new variable proof-goal-hyp-fn to coq-goal-hyp, which advancesHealfdene Goguen
over coq-goal-regexp to pick up goal for pbp
1997-11-06Updates to Coq fontlock tablesHealfdene Goguen
1997-10-31o implented proof-find-next-terminator available via C-c C-eThomas Kleymann
o fixed a bug in proof-done-retracting
1997-10-30Updates for coq, including:Healfdene Goguen
* pbp-goal-command and pbp-hyp-command use proof-terminal-string * updates to keywords * fix for goal regexp
1997-10-24Updated comment about extent typesHealfdene Goguen
1997-10-24New indentation for lego-count-undos (smile)Healfdene Goguen
1997-10-24Fixed coq-count-undos for commentsHealfdene Goguen
1997-10-24Changed order of "Inversion_clear" and "Inversion" so that former isHealfdene Goguen
fontified first. Added "Print" to list of commands.