aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
Commit message (Collapse)AuthorAge
* Changed binding for C-c RETGravatar David Aspinall1998-10-08
|
* Added more documentation.Gravatar David Aspinall1998-10-07
| | | | | | | | | | | | | | | | | | | | | | | Made new proof-config customization group for variables supposed to be configured by prover specific settings (as opposed to user options, which are set by users). This adds type information and useful facility for testing new instances of PG. Similarly added proof-shell customization group. Removed (what I assume to be) defunct variables proof-post-shell-exit-hook, proof-shell-echo-input. Made deflocal do 'setq-default', not 'setq'. (I consider this a bugfix, but no calls to deflocal use other than nil value anyway, so this bug had no effect.) Added code for displaying splash screen. Attempted fix for proof-issue-new-command when process inactive. Improved functions proof-script-new-command-advance, proof-script-next-command-advance, called from proof-assert-next-command.
* Added detection of less than 16 bit colour depth to display 8bitGravatar David Aspinall1998-10-07
| | | | | icons. Disabled toolbar for console working.
* Munged name of customization variables so that menus display nicely.Gravatar David Aspinall1998-10-07
| | | | | | | Added cust group for proof general internals. Added automatic setting of proof-assistant and customize group, via mode function stubs which load the real elisp files. (This also avoids polluting the load-path too much).
* da> BTW, the menus have disappeared!Gravatar Thomas Kleymann1998-10-05
| | | | They are back courtesy of reintroducing an easy-menu-add call.
* Moved menu definition back into proof-config-done.Gravatar David Aspinall1998-10-02
|
* Added $ to coq automode regexpGravatar David Aspinall1998-10-02
|
* added LEGO support for proof-goal-command and proof-save-commandGravatar Thomas Kleymann1998-10-02
|
* Updated maintainer tags to remove lego email address.Gravatar David Aspinall1998-10-01
|
* Added documentation for user-level functions.Gravatar David Aspinall1998-10-01
|
* Added doc stringsGravatar David Aspinall1998-10-01
|
* Added qed button. Fixed enabler predicates.Gravatar David Aspinall1998-10-01
|
* Added docstrings and comments.Gravatar David Aspinall1998-10-01
| | | | | | | Removed last of "not authorized for this documentation" nonsense. Replaced constant string "COMMENT" by proof-no-command. Begun work on new functions: proof-{next,previous}-matching-command. Work on proof-issue-goal, proof-issue-save (rough edges left as FIXMEs).
* Changed customization group nameGravatar David Aspinall1998-09-23
|
* Changed customization group and removed nagging not-busy error messageGravatar David Aspinall1998-09-23
|
* Removed "myass" test entry.Gravatar David Aspinall1998-09-23
|
* Made configuration more sophisticated:Gravatar David Aspinall1998-09-23
| | | | | . proof-general-supported-assistants is master table of names & autoloads. . proof-home is calculated automatically from load-file-name
* Cleaned up and improved some code, added docstrings, FIXMEs.Gravatar David Aspinall1998-09-22
| | | | | | Added proof-issue-goal and proof-goal-command. Rearranged to get ready for splitting into proof-script and proof-shell. Added proof-one-command-per-line user option.
* Added new buttons, changed icons.Gravatar David Aspinall1998-09-22
|
* Fix in proof-shell-handle-outputGravatar David Aspinall1998-09-17
|
* fixed a bug in proof-shell-filter and proof-shell-handle-ouputGravatar Thomas Kleymann1998-09-17
|
* Bug in regexp for isa auto-mode-alist.Gravatar David Aspinall1998-09-16
|
* Moved proof-info-dir into proof-site and defcustom'd it.Gravatar David Aspinall1998-09-16
| | | | | | Set the Info directory list there rather than after proof.el has loaded. Add the proof-info-dir onto the end of Info-default-directory-list, not the start.
* fixed implementation fo proof-find-next-terminator;Gravatar Thomas Kleymann1998-09-16
| | | | it can now be used even when there is no corresponding proof process
* Isabelle Proof General loads for .thy as well as .ML files.Gravatar David Aspinall1998-09-16
|
* Improved doc. Removed proof-mode-version-string.\nMade ↵Gravatar David Aspinall1998-09-16
| | | | proof-prog-name-ask-p defcustom
* Reimplemented proof-shell-popup-eager-annotationGravatar Thomas Kleymann1998-09-15
| | | | These are no longer displayed in the *GOALS* buffer.
* Added docs and proof-restart-script-same-process (may need work)Gravatar David Aspinall1998-09-14
|
* Changed proof-assistant into proof-assistants to support autoloads for more ↵Gravatar David Aspinall1998-09-14
| | | | than one prover
* Set version tag for release.Gravatar David Aspinall1998-09-10
|
* Set version tag for release.Gravatar David Aspinall1998-09-10
|
* Added proof-general-versionGravatar David Aspinall1998-09-10
|
* -Added documentationGravatar Thomas Kleymann1998-09-10
| | | | | | | | -Simplified code for setting faces -Reimplimented `proof-shell-handle-error' -Improved `proof-shell-filter'; it no longer removes the prompt annotation -The Shell no longer automatically scrolls to the end (or so I hope)
* fixed implementation of `proof-have-color'Gravatar Thomas Kleymann1998-09-10
|
* Renamed recycle icon to restartGravatar David Aspinall1998-09-09
|
* Added query to restart script button in case of accidents.Gravatar David Aspinall1998-09-09
|
* Made proof-assert-next-command move forward by default.Gravatar David Aspinall1998-09-09
|
* Added Id to headers.Gravatar David Aspinall1998-09-09
|
* Fixup branch numberGravatar David Aspinall1998-09-09
|
* Added todos for toolbar.Gravatar David Aspinall1998-09-08
|
* Added FIXMEs.Gravatar David Aspinall1998-09-08
| | | | | | | | | | | Added documentation. proof-segment-up-to: Removed explicit ML-style comment syntax, added END-OF-COMMAND argument. proof-undo-last-successful-command: Added optional argument to not delete. (The difference between this and proof-retract-until-point is that it infers the last command). proof-assert-next-command: Experimental alternative to proof-assert-until-point to match undo-last-successful-command.
* Added Id and commentsGravatar David Aspinall1998-09-08
|
* Added IdGravatar David Aspinall1998-09-08
|
* First version of generic proof toolbar.Gravatar David Aspinall1998-09-08
|
* Made customize variables user-visibleGravatar David Aspinall1998-09-08
|
* Added image directory for toolbar iconsGravatar David Aspinall1998-09-08
|
* Layout.Gravatar David Aspinall1998-09-08
|
* removed dependency on tl-listGravatar Thomas Kleymann1998-09-08
|
* Requires proof-site.Gravatar David Aspinall1998-09-03
|
* Site-wide configuration for proof mode.Gravatar David Aspinall1998-09-03
|