| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-21 | Introduce more colourings for active scripting indicator. | David Aspinall | |
| 2010-09-08 | Script mouse face highlighting: new faces/colours for commands and regions, ↵ | David Aspinall | |
| reinstate comment highlighting. | |||
| 2010-08-27 | Replace proof-terminal-char with proof-terminal-string. | David Aspinall | |
| 2010-08-26 | Move erase-buffer from associate buffer mode functions, allowing ↵ | David Aspinall | |
| clone-buffer to work, at least superficially. | |||
| 2010-08-26 | proof-shell-display-output-as-response: fix to check for no-response-display, | David Aspinall | |
| so that proof-shell-invisible-command-invisible-result does what it says on the tin. | |||
| 2010-08-26 | proof-interrupt-process: make sure works from non-proof shell buffers. | David Aspinall | |
| 2010-08-25 | proof-shell-handle-error-or-interrupt: prevent an error in | David Aspinall | |
| an obscure case, attempting to handle delayed output when there is none. | |||
| 2010-08-24 | Tidy shell start and quit functions | David Aspinall | |
| 2010-08-24 | proof-shell-config-done: send proof-assistant-settings-cmds | David Aspinall | |
| individually rather than en-massse, avoiding input buffer size problems (bug?) on Emacs 24 with lengthy Isabelle PGIP commands. | |||
| 2010-08-20 | Remove dead code | David Aspinall | |
| 2010-08-19 | Comments | David Aspinall | |
| 2010-08-18 | Remove redisplay from wait loop, only redisplay on exit. Big speed-up | David Aspinall | |
| but doesn't reflect changes as they happen. | |||
| 2010-08-18 | proof-shell-start: tidy up | David Aspinall | |
| 2010-08-18 | Correct comment; try setting process-adaptive-read-buffering to nil. | David Aspinall | |
| 2010-08-17 | Re Trac #324: | David Aspinall | |
| proof-shell-wait: drastically reduce timeout, as some implementations perhaps wait for full time even if process output is received. Set process-adaptive-read-buffering to nil regardless of platform | |||
| 2010-08-17 | Autosend: don't autosend after undoing; add proof-shell-last-queuemode to ↵ | David Aspinall | |
| support this. | |||
| 2010-08-17 | proof-shell-action-list-item: fix type for flags as an element, not a cdr | David Aspinall | |
| 2010-08-17 | Critical sync fix: in pending interrupts case be sure to | David Aspinall | |
| invoke callbacks before detaching queue. Fix to passing of display flags. | |||
| 2010-08-17 | Comments | David Aspinall | |
| 2010-08-17 | Clean up handling of pending interrupts, remove experimental ↵ | David Aspinall | |
| proof-shell-interrupts-after-commit. | |||
| 2010-08-17 | Make the modeline indicator change colour. Old XEmacs behaviour restored. ↵ | David Aspinall | |
| Questionable UI benefit. | |||
| 2010-08-16 | Fix compile errors, update tags | David Aspinall | |
| 2010-08-15 | proof-shell-interrupts-after-commit: support commit-before-interrupt mode ↵ | David Aspinall | |
| [experimental/temporary]. | |||
| 2010-08-08 | Checkdoc cleanups | David Aspinall | |
| 2010-08-03 | proof-shell-wait, proof-shell-kill-function: avoid use of sit-for. | David Aspinall | |
| 2010-06-27 | `proof-shell-process-urgent-messages': fix to avoid duplicated messages ↵ | David Aspinall | |
| (Trac#314) `proof-shell-exit': fix pareno, avoid duplicated user question in Emacs 23. Consistent capitalisation of errors. | |||
| 2009-12-01 | proof-splice-separator -> mapconcat builtin | David Aspinall | |
| 2009-11-30 | Replace proof-locked-end -> proof-unprocessed-begin | David Aspinall | |
| 2009-09-16 | Fix compile warnings | David Aspinall | |
| 2009-09-16 | Fix logic handling delayed callbacks and silent stop/start | David Aspinall | |
| 2009-09-15 | Fix doc | David Aspinall | |
| 2009-09-14 | Propertize Scripting modeline indicator. Support error spans. | David Aspinall | |
| 2009-09-10 | Disable process-adaptive-read-buffering: massive slow down for short | David Aspinall | |
| commands (certainly when the value is persisted). | |||
| 2009-09-10 | Experimental changes to queue several commands at once and to allow ↵ | David Aspinall | |
| pre-processing of commands when they're queued from script | |||
| 2009-09-10 | Clean compile | David Aspinall | |
| 2009-09-09 | Prevent font-lock in shell by altering font-lock-global-modes locally | David Aspinall | |
| 2009-09-09 | Clear shell buffer contents on restart. | David Aspinall | |
| proof-shell-classify-output-system-specific -> proof-shell-handle... and simplify system specific hook. Repair error handling for Isabelle (search forward for matches) Add proof-shell-font-lock-keywords. | |||
| 2009-09-09 | Simplify output processing; delay some goals/response classification | David Aspinall | |
| until postponed goals/response output drawn. Remove some internal variables. Slightly generalise message model to include Coq 8.1's MESSAGE GOALS output form. Improve documentation of proof-shell-filter and friends to explain this. | |||
| 2009-09-08 | proof-shell-handle-error-output: renamed, and simplified | David Aspinall | |
| to use suggestion to take message from `proof-shell-last-output', now that is no longer munged to remove markup. | |||
| 2009-09-07 | Whitespace | David Aspinall | |
| 2009-09-06 | Make sure proof-shell-last-output, proof-shell-last-prompt and | David Aspinall | |
| proof-shell-delayed-ouput remain non-nil. | |||
| 2009-09-06 | Reorganisation to avoid generating many intermediate strings from | David Aspinall | |
| the shell buffer, and match shell regexp directly inside it. This changes the types of several configuration settings. Also some improvements to scomint configuration and changes to proof-shell-exec-loop to send the next command to the prover before starting to process the output from the last. This reorganisation is still in testing and will take time to bed down. | |||
| 2009-09-05 | Clean whitespace | David Aspinall | |
| 2009-09-04 | replace-in-string -> replace-regexp-in-string | David Aspinall | |
| 2009-09-04 | Define a cleanup function to run intermittently or by hand, avoiding ↵ | David Aspinall | |
| pg-remove-specials. | |||
| 2009-09-04 | Remove proof-shell-prompt-pattern, no longer used. | David Aspinall | |
| 2009-09-04 | Require on scomint in right place | David Aspinall | |
| 2009-09-04 | Possible bug in interrupt signaling discovered | David Aspinall | |
| 2009-09-04 | Use scomint instead of comint | David Aspinall | |
| 2009-09-03 | Shorten startup message | David Aspinall | |
