aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Set version tag for new release.Gravatar David Aspinall2012-10-19
|
* Updates for PG 4.3Gravatar David Aspinall2012-10-19
|
* Set version tag for new release.Gravatar David Aspinall2012-10-19
|
* "as" insertion on a region.Gravatar Pierre Courtieu2012-10-03
|
* Fixed auto-insert-as stuff + fix compiling problems.Gravatar Pierre Courtieu2012-10-03
|
* Made 'as' automatic insertion a togglable feature (not finished) (2).Gravatar Pierre Courtieu2012-10-02
|
* Made 'as' automatic insertion a togglable feature. Not finished.Gravatar Pierre Courtieu2012-10-02
|
* Fixed 'as' close automatic insertion.Gravatar Pierre Courtieu2012-10-02
|
* Fixed the coq-insert-as feature. Will only work on coq svn trunk forGravatar Pierre Courtieu2012-10-01
| | | | now. coq-8.4 not compatible.
* Fixed #419: coq synchronized variables are not anymore in the settingsGravatar Pierre Courtieu2012-09-25
| | | | | menu, they are in option menu that only issues commands to the prover and do not try to keep track of the values of the variables.
* Fixed a bug in three windows mode.Gravatar Pierre Courtieu2012-09-25
|
* Added a menu to set the 3 windows layout.Gravatar Pierre Courtieu2012-09-25
|
* Fixed indentation in presence of "dot friends" like :?. etc.Gravatar Pierre Courtieu2012-09-25
|
* Fixed docstring of proof-layout-windows for two columns mode.Was notGravatar Pierre Courtieu2012-09-24
| | | | up-to-date.
* Fixing a docstring.Gravatar Pierre Courtieu2012-09-24
|
* Completing the possible layouts of proof-layout-windows (added the 3Gravatar Pierre Courtieu2012-09-24
| | | | columns mode).
* Fixing a bad interaction between one unicode token and electricGravatar Pierre Courtieu2012-09-21
| | | | terminator.
* Small fix in holes code.Gravatar Pierre Courtieu2012-09-19
|
* Set version tag for new release.Gravatar David Aspinall2012-09-14
|
* proof-shell-process-connection-type: try using pipes by default in Emacs 24,Gravatar David Aspinall2012-09-14
| | | | to avoid Trac #453: http://proofgeneral.inf.ed.ac.uk/trac/ticket/453
* Updated.Gravatar David Aspinall2012-09-14
|
* coq-remove-trailing-dot: Fix accidental dynamic binding so it compilesGravatar David Aspinall2012-09-14
|
* no braces and bullets for prooftreeGravatar Hendrik Tews2012-09-14
|
* adjust proof-tree regexp for focused subgoalsGravatar Hendrik Tews2012-09-14
|
* treat #450 by requiring that proofs are started with ProofGravatar Hendrik Tews2012-09-12
|
* Fix of the last commit.Gravatar Pierre Courtieu2012-09-07
|
* Added one point + details to CHANGES.Gravatar Pierre Courtieu2012-09-07
|
* Fix a bug that was letting "." in a wrong syntax category.Gravatar Pierre Courtieu2012-09-07
|
* Cleaning code and comments.Gravatar Pierre Courtieu2012-09-07
|
* Fixed a bug with coq symbol detection at point. Now dot notation.are supported.Gravatar Pierre Courtieu2012-09-07
|
* Fixed a bug with function name "eval" (end of).Gravatar Pierre Courtieu2012-09-06
|
* Fixed a bug with function name "eval".Gravatar Pierre Courtieu2012-09-06
|
* Fixed double hit terminator. Now it is disabled by default, andGravatar Pierre Courtieu2012-09-05
| | | | | | | | enabling it disables electric-terminator and vice-versa. In case both are non nil at the same time, then electric teminator has priority. If people like it we may propose this to other modes than coq. + fixed window layout policy.
* Set version tag for new release.Gravatar David Aspinall2012-09-04
|
* Fix compile for Emacs 24Gravatar David Aspinall2012-09-04
|
* Disable HOL Light support for release versionGravatar David Aspinall2012-09-04
|
* Remove functions defined for Emacs 22 compatibilityGravatar David Aspinall2012-09-02
|
* Repair operation with compiled code. Fails with interpreter, see Trac #445Gravatar David Aspinall2012-09-02
|
* Remove ref to file parsingcheck-412.v missing from CVS, so "make ↵Gravatar David Aspinall2012-09-02
| | | | coq.autotest" runs again
* Fix headerGravatar David Aspinall2012-09-02
|
* Set version tag for new release.Gravatar David Aspinall2012-09-02
|
* Three windows mode is back as the default mode.Gravatar Pierre Courtieu2012-08-31
|
* Changed the behaviour of proof-layout-windows. Now it follows theGravatar Pierre Courtieu2012-08-31
| | | | 'horizontal 'vertical 'smart policy.
* Fixing a bug happening in coq when three win mode on and scriptingGravatar Pierre Courtieu2012-08-31
| | | | | | | | starts on a buffer. The response buffer was hiding the scripting buffer. NOTE: this is not a bug correction. The bug is still there but proof-layout-windows is called to work it around.
* Setting nil by default the option to create resp and goals bufferGravatar Pierre Courtieu2012-08-31
| | | | immediately when opening a file.
* Resize response window when showing an ancient goal.Gravatar Pierre Courtieu2012-08-31
|
* Fixing previous commit on double hit.Gravatar Pierre Courtieu2012-08-31
|
* Impementing a "double hit" electric terminator. Idea: do electricGravatar Pierre Courtieu2012-08-30
| | | | terminator when hitting "." twice quickly.
* Summary: Don't quote lambda expressionsGravatar Stefan Monnier2012-08-30
| | | | | | | | | | | | | | | | * coq/coq-indent.el (coq-indent-inner-regexp): Remove old X-Symbol element. (coq-save-count, coq-proof-count): * obsolete/plastic/plastic.el (plastic-shell-handle-output): * lib/texi-docstring-magic.el (texi-docstring-magic-insert-magic): * lib/pg-dev.el (emacs-lisp-mode-hook): * lib/maths-menu.el (maths-menu-filter-predicate) (maths-menu-tokenise-insert): * lib/holes.el (holes-next): * lego/lego.el (lego-shell-handle-output): * isar/isabelle-system.el (isabelle-docs-menu): * coq/coq.el (coq-compile-command, coq-compile-auto-save) (coq-compile-ignored-directories, coq-load-path-safep) (proof-shell-handle-delayed-output-hook): Don't quote lambda.
* Added some new behavior to the usual 'show goal' shortcut: if point isGravatar Pierre Courtieu2012-08-30
| | | | | on a locked span, it now displays the corresponding (ancient) goal instead of the current one.