aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
Commit message (Collapse)AuthorAge
...
* Issue parsing messagesGravatar David Aspinall2001-09-04
|
* Add commands to move spans up/down. Enable features only if experimental ↵Gravatar David Aspinall2001-09-04
| | | | flag set
* Nested proof spans are duplicableGravatar David Aspinall2001-09-04
|
* Add experimental features settingGravatar David Aspinall2001-09-04
|
* Change colour of locked region.Gravatar David Aspinall2001-09-03
|
* Fix bracket bug.Gravatar David Aspinall2001-09-03
|
* Show/hide all proofs: add redisplay for FSFGravatar David Aspinall2001-09-03
| | | | | | Use new functions pg-set-span-helphighlights and pg-span-name to set help echo, balloon help, mouse highlight, and context menu.
* Use pg-set-span-helphightlights for unhighlighting.Gravatar David Aspinall2001-09-03
|
* Generalise context menu for other spans; grey out show/hide when unavailable.Gravatar David Aspinall2001-09-03
|
* Set version tag for new release.Gravatar David Aspinall2001-09-03
|
* FormattingGravatar David Aspinall2001-09-03
|
* Add specific install instrs, rearrange.Gravatar David Aspinall2001-09-03
|
* Added handling of tracing buffers using proof-shell-spill-output-regexp.Gravatar David Aspinall2001-09-03
|
* Added proof-shell-spill-output-regexpGravatar David Aspinall2001-09-03
|
* Set version tag for new release.Gravatar David Aspinall2001-09-02
|
* (Almost) complete rewriteGravatar David Aspinall2001-08-31
|
* UpdatedGravatar David Aspinall2001-08-31
|
* Move theorem dependency code into proof-depends.el.Gravatar David Aspinall2001-08-31
| | | | | | | Added 'controlspan property to proof body spans: action will be controlled from the control span. (The 'goalsave is the parent). Replace 'highlight face with 'proof-mouse-highlight-face throughout.
* Added copy command, call to dependency menu if proof-depends is loaded.Gravatar David Aspinall2001-08-31
|
* Add new proof-mouse-highlight-face to use instead of default. Fix ↵Gravatar David Aspinall2001-08-31
| | | | dependency faces.
* Add faces for theorem dependencies.Gravatar David Aspinall2001-08-31
|
* Clean up of proof-dependsGravatar David Aspinall2001-08-31
|
* Skip settings which have no PA command in proof-assistant-settings-cmdGravatar David Aspinall2001-08-31
|
* Add proof-shell-kill-function-hooksGravatar David Aspinall2001-08-31
|
* pg-add-proof-element: removed accidential (?) dynamic scoping onGravatar Makarius Wenzel2001-08-30
| | | | | proofbodyspan; handle proof-script-integral-proofs;
* added proof-script-integral-proofs ("Whether the complete text after aGravatar Makarius Wenzel2001-08-30
| | | | goal confines the actual proof.");
* Set version tag for new release.Gravatar David Aspinall2001-08-30
|
* Add reassurance to interrupt warning to make Markus happier.Gravatar David Aspinall2001-08-30
|
* Updates for recent version of X-symbol, which has no file called ↵Gravatar David Aspinall2001-08-30
| | | | x-symbol-autoloads.
* Add :eval form for defpacustom to define PA-specific PG settings as well as ↵Gravatar David Aspinall2001-08-30
| | | | PA settings.
* Add variable proof-previous-script-bufferGravatar David Aspinall2001-08-30
|
* fixes for FSF Emacs for searching for goal span (don't call goal-command-p ↵Gravatar David Aspinall2001-08-30
| | | | on empty string). Fix bug in add-proof-element for disappearing proofs setting. Add setting of proof-previous-script-buffer when scripting deactivated
* Added implementation of remassq for FSF EmacsGravatar David Aspinall2001-08-30
|
* pg-insert-last-output-as-comment strips special annotations from last output ↵Gravatar David Aspinall2001-08-30
| | | | before inserting as comment.
* Set version tag for new release.Gravatar David Aspinall2001-08-28
|
* Change of proof span type back to goalsave fixGravatar David Aspinall2001-08-28
|
* Remove dependent setting of timeout, since bin calls different fn now.Gravatar David Aspinall2001-08-28
|
* TrivialGravatar David Aspinall2001-08-28
|
* Remove mention of toolbar variable. Make timeouts vary according to how ↵Gravatar David Aspinall2001-08-28
| | | | started.
* Timeout happens as intended now, while loading some parts of PG.Gravatar David Aspinall2001-08-28
|
* Set version tag for new release.Gravatar David Aspinall2001-08-17
|
* Trim visibility implementation:Gravatar David Aspinall2001-08-17
| | | | | - remove visibility specs and script portion records during undo - clear visibility specs on restart
* Add span-delete-action hookGravatar David Aspinall2001-08-17
|
* Fix bug in proof-display-and-keep-buffer which had resulted in switching ↵Gravatar David Aspinall2001-08-17
| | | | minibuffer windows buffer.
* Set version tag for new release.Gravatar David Aspinall2001-08-16
|
* Switch back to using goalsave spans in PBP codeGravatar David Aspinall2001-08-16
|
* Add hide/show commands instead of make proofs visibleGravatar David Aspinall2001-08-16
|
* Generate intermediate proof span for contents of proof; other becomes ↵Gravatar David Aspinall2001-08-16
| | | | 'goalsave again. Add idiom property.
* Function name fixes, use idiom property in span for popup menu name.Gravatar David Aspinall2001-08-16
|
* Use proof-looking-at-syntactic-context function from proof-syntax, as ↵Gravatar David Aspinall2001-08-10
| | | | suggested by Markus