| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-05-08 | Made separated indentation more elegant: | Healfdene Goguen | |
| Made proof-assistant specific code into separate procedure, proof-parse-indent. Separated consideration of {}'s so it only happens for LEGO. | |||
| 1998-05-08 | Made separated indentation more elegant. | Healfdene Goguen | |
| Separated consideration of {}'s so it only happens for LEGO. | |||
| 1998-05-08 | Made separated indentation more elegant. | Healfdene Goguen | |
| Fixed bug with Inductive. Added CoInductive. | |||
| 1998-05-08 | Merged indentation code for LEGO and Coq into proof.el. | Healfdene Goguen | |
| 1998-05-08 | Updated todo list. | Healfdene Goguen | |
| 1998-05-08 | Merged indentation code for LEGO and Coq into proof.el. | Healfdene Goguen | |
| Fixed problem with active terminator mode: [proof-terminal-char] isn't the same as (vector proof-terminal-char). | |||
| 1998-05-08 | Merged indentation code for LEGO and Coq into proof.el. | Healfdene Goguen | |
| 1998-05-06 | Fixed bug with inserting commands and proof-shell-config. | Healfdene Goguen | |
| 1998-05-06 | Removed default instantiation of undo limit to 100. | Healfdene Goguen | |
| 1998-05-06 | Added comments about info file and default values in coq.el. | Healfdene Goguen | |
| 1998-05-06 | Removed proof-dependencies-emacs19 for the moment, since not having it | Healfdene Goguen | |
| introduces error messages. Put cd before init in proof-shell-config-done (this won't work for Coq). | |||
| 1998-05-06 | Fixed problem introduced by working on emacs19 in | Healfdene Goguen | |
| proof-zap-commas-region. | |||
| 1998-05-06 | Changed lego-undoable-commands-regexp to have "andI" and "andE" | Healfdene Goguen | |
| instead of "AndI" and "AndE". | |||
| 1998-05-06 | First checked-in version. | Healfdene Goguen | |
| 1998-05-06 | Basic description of script management, in texinfo format. | Healfdene Goguen | |
| 1998-05-06 | Basic description of script management, compiled for emacs info mode. | Healfdene Goguen | |
| 1998-05-06 | Added lego-info-dir so that location of script-management.info can be | Healfdene Goguen | |
| hard-coded. | |||
| 1998-05-06 | Added coq-info-dir so that script-management.info can be hard-coded. | Healfdene Goguen | |
| 1998-05-06 | Simpler procedure for compiling emacs lisp. | Healfdene Goguen | |
| Added coq-info-dir so that script-management.info can be hard-coded. | |||
| 1998-05-05 | Coq now restarts if going back to beginning of proof. | Healfdene Goguen | |
| 1998-05-05 | Updated to include changes for emacs19. | Healfdene Goguen | |
| Also includes some changes for "Definition" problem in Coq, where Definition couldn't be used for proof scripts. Finally, modified proof-dependencies-xemacs code to fix problem that undoing to (point-min) meant you couldn't type at first character. | |||
| 1998-05-05 | Simple white-space changes. | Healfdene Goguen | |
| 1998-05-05 | Removed because its functionality is subsumed by the xemacs and | Healfdene Goguen | |
| emacs19 files. | |||
| 1998-05-05 | Dependencies of proof mode for xemacs | Healfdene Goguen | |
| There may be one or two areas that can be unified with emacs19 dependencies. | |||
| 1998-05-05 | Dependencies of proof mode for emacs19 | Healfdene Goguen | |
| Still in progress! | |||
| 1998-05-05 | Added lego-goal-command-p to fix Coq's problem with "Definition". | Healfdene Goguen | |
| Removed lego-killref from menu. | |||
| 1998-05-05 | Made updates to fix problem with Definition, which couldn't be | Healfdene Goguen | |
| used with proof scripts. Removed some useless declarations. Removed Abort from menu. Now Reset's if user undoes to beginning of proof. Added command to increase undo limit for Coq, and set default to 100. | |||
| 1998-05-05 | Added CoInductive. | Healfdene Goguen | |
| Made updates to reflect problem with "Definition", which couldn't be used with proof scripts. | |||
| 1998-05-05 | Basic instructions that come with package | Healfdene Goguen | |
| 1998-05-01 | X-Symbol version 4.45 beta | David Aspinall | |
| 1998-05-01 | This commit was generated by cvs2git to track changes on a CVS vendor | David Aspinall | |
| branch. | |||
| 1998-05-01 | Version 4.5 (beta?) sent by CW, as a package distrib. | David Aspinall | |
| 1998-05-01 | This commit was generated by cvs2git to track changes on a CVS vendor | David Aspinall | |
| branch. | |||
| 1998-04-27 | removed explicit reference to a binary in ctm's home directory | Thomas Kleymann | |
| 1998-04-17 | X-Symbol version 4.45 beta | David Aspinall | |
| 1998-04-17 | This commit was generated by cvs2git to track changes on a CVS vendor | David Aspinall | |
| branch. | |||
| 1998-04-17 | Version 4.5 (beta?) sent by CW, as a package distrib. | David Aspinall | |
| 1998-04-17 | This commit was generated by cvs2git to track changes on a CVS vendor | David Aspinall | |
| branch. | |||
| 1998-03-25 | added support for etags at generic proof level | Thomas Kleymann | |
| 1998-03-24 | *** empty log message *** | Thomas Kleymann | |
| 1998-02-11 | prioritised | Thomas Kleymann | |
| 1998-02-10 | *** empty log message *** | Thomas Kleymann | |
| 1998-02-10 | added Dnf to lego-undoable-commands-regexp | Thomas Kleymann | |
| 1998-01-26 | X-Symbol version 4.45 beta | David Aspinall | |
| 1998-01-26 | This commit was generated by cvs2git to track changes on a CVS vendor | David Aspinall | |
| branch. | |||
| 1998-01-16 | Commented the code of proof.el and lego.el a bit. Made a minor change | Dilip 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-15 | Added coq-shell-cd | Healfdene Goguen | |
| Some new fontlocks | |||
| 1998-01-15 | Updated method of defining proof-shell-cd to be consistent with other | Healfdene Goguen | |
| proof-assistant-dependent variables. Added ctrl-button1 to copy selected region to end of locked region | |||
| 1998-01-15 | One needed change for coq included | Healfdene Goguen | |
| 1998-01-12 | o added support for remote proof processes | Thomas Kleymann | |
| o bound C-c C-z to 'proof-frob-locked-end | |||
