aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-menu.el
AgeCommit message (Collapse)Author
2017-05-24Remove mmm and ML4PG contribs and remove references to them in code and docsPaul Steckler
2017-03-08Fix incorrect uses of defvarClément Pit--Claudel
It didn't really matter that these variables were defined and set to nil during compilation, since we ran compilation in a clean Emacs in --batch mode; it does matter now, however, since package.el compiles PG in the user's currently running Emacs instance.
2017-01-19save settings not defined with defpacustom (fixes #142)Hendrik Tews
- infrastructure for saving/resetting customizations not defined with defpacustom - improve Coq -> Auto Compilation menu - polish documentation and manual
2014-12-22Fixed a compilation issue + small display glitch in coqpgPierre Courtieu
2012-08-16Add option proof-layout-windows-on-visit-file, addressing Trac #444David Aspinall
2012-01-03merge ProofTreeBranch into main trunk:Hendrik Tews
- add support for proof-tree displays (currently Coq only) - new file generic/proof-tree.el contains generic code - Coq specific code has been added to coq/coq.el Changes to existing Proof General functions: - proof-shell-exec-loop and proof-shell-filter-manage-output call proof-tree display functions, when the proof-tree display is on - proof-shell-exec-loop returns t if proof-action-list is empty _or_ contains only items for updating the proof-tree - proof-shell-should-be-silent returns nil when the proof-tree display is on - coq-last-prompt-info, coq-last-prompt-info-safe return as additional 4th element the name of the current proof
2011-10-13Patch from Tom Prince to fix Emacs 24 byte compilation (replace ↵David Aspinall
interactive-p with called-interactively-p)
2011-08-24Capitalize menu itemsDavid Aspinall
2011-08-23Remove PG prefix from toolbar button names (needed for disambiguity in older ↵David Aspinall
Emacsen, displayed in Emacs 24 UI)
2011-04-13Add proof-output-tooltips option to turn off output highlighting for people ↵David Aspinall
who read or edit by waving mouse at text
2011-01-31Only make settings commands for dynamic settings which differ from their ↵David Aspinall
defaults
2011-01-31Make proof-assistant-settings follow currently available dynamic settings, ↵David Aspinall
and keep possibly customized variables bound. Closes Trac #387.
2011-01-31Improve handling of dynamic preferences. Addresses Trac #387.David Aspinall
2011-01-12Remove commentDavid Aspinall
2011-01-11Add additional support for pgipfloat typeDavid Aspinall
2010-12-16Patch to add pgipfloat type.David Aspinall
2010-10-04Move mouse button bindings to avoid clashes (patch from Trac #365, Erik ↵David Aspinall
Martin-Dorel)
2010-09-21Adjust menu layout for Quick Options. Add Document Centred and Default ↵David Aspinall
convenience commands.
2010-08-27Implement the eagerly anticipated Beyond Script Management Feature No.2 ↵David Aspinall
(i.e., automatic preview of next command)
2010-08-24Split proof-assistant-settings-cmds and proof-assistant-settings-cmdDavid Aspinall
2010-08-22Use C-c C-H for proof-help as suggested in Trac #341, since C-c h clashes ↵David Aspinall
with holes mode (unfortunately).
2010-08-22Move binding of proof-help from C-c C-h to C-c h (see Trac #341)David Aspinall
2010-08-19Add Fast Process Buffer optionDavid Aspinall
2010-08-15Preliminary and experimental support for automatically sending commands.David Aspinall
2010-08-08Checkdoc cleanupsDavid Aspinall
2010-08-03Move key binding for proof assistant keymap (fixes compilation bug)David Aspinall
2010-08-03Add support for basic "movie" recording. See http://mws.cs.ru.nl/proviola.David Aspinall
2009-12-03Rework script span element hiding to avoid buffer-invisibility-spec. Add ↵David Aspinall
command elements.
2009-12-02Add proof-sticky-errors to quick options menu.David Aspinall
2009-12-01Remove mention of `proof-script-use-old-parser'.David Aspinall
2009-12-01proof-splice-separator -> mapconcat builtinDavid Aspinall
2009-11-24reverse settings within each group, to prevent upside-down presentation;Makarius Wenzel
2009-09-29Clean up hints about buffer displayDavid Aspinall
2009-09-28Menu entry <PA>-set-command invisible when function undefined (not inactive)David Aspinall
2009-09-27Trace buffer: do not show this trace-output-regexp not setDavid Aspinall
2009-09-27Rotate Output Buffers: do not show this if in three window modeDavid Aspinall
2009-09-27Follow Upper Case Convention for menu entriesDavid Aspinall
2009-09-27Tweak hint textDavid Aspinall
2009-09-27Put Display submenu first in Quick Options menuDavid Aspinall
2009-09-26Shorten menu nameDavid Aspinall
2009-09-21Add Hide/Show to extra modes menuDavid Aspinall
2009-09-21Rearrange options, add customize user options to top level menuDavid Aspinall
2009-09-14Adjust commentDavid Aspinall
2009-09-14Reorganisation Options with Minor Mode submenuDavid Aspinall
2009-09-11Add Read-Only sub menuDavid Aspinall
2009-09-10Experimental changes to queue several commands at once and to allow ↵David Aspinall
pre-processing of commands when they're queued from script
2009-09-10Add proof-minibuffer-messages. Move defpacustom->proof-utils andDavid Aspinall
fix requires.
2009-09-09Cleanup toolbar-toggle and bind to C-c b, fix binding C-c v.David Aspinall
Add "Beep on Errors" setting to menu
2009-09-07(C) dateDavid Aspinall
2009-09-06Avoid easy-menu-define macroDavid Aspinall