aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-28Add more commentary and new control examplesDavid Aspinall
2009-08-28Updated.David Aspinall
2009-08-28Doc fixDavid Aspinall
2009-08-28Disable "Set fontsets" sub menu for new EmacsenDavid Aspinall
2009-08-28Attempt to duplicate Dixon bugDavid Aspinall
2009-08-28Set version tag for new release.David Aspinall
2009-08-28Change font-lock-keywords to use our own hacked ↵David Aspinall
`unicode-tokens-prepend-text-property' instead of `font-lock-prepend-text-property' which gave ill formed property values for 'face. Still not clear if that function is faulty or usage was not as intended. Anyway, this repairs outstanding merge properties problem so that <bold><italic>foo</italic></bold> works as expected. Also: fix key binding for unicode-tokens-show-controls so is usable.
2009-08-28Temporary note of property merging problemsDavid Aspinall
2009-08-28Property merging now works with tweaks in unicode-tokensDavid Aspinall
2009-08-28Clarify mode functions. Fix cross references to Elisp ref (not XEmacs Lispref)David Aspinall
2009-08-28Clean up and rearrange variable declaration filesDavid Aspinall
2009-08-28CommentsDavid Aspinall
2009-08-28Enhanced font setting mechanism: allow a separate font for symbols,David Aspinall
and add user-level functions to set the configured fonts. unicode-tokens-delete-token-near-point: add this user-level function
2009-08-25Add recommendation for DejaVu fonts. Update magic.David Aspinall
2009-08-25Add menu entry for setting proof assistant commandDavid Aspinall
2009-08-22less ambitious array operations -- for improved compatibility with older ↵Makarius Wenzel
versions of bash;
2009-08-20Doc tweaks via checkdoc.David Aspinall
2009-08-20Doc tweaks via checkdoc.David Aspinall
2009-08-20proof-one-command-per-line: change default, use in proof-insert-pbp-command.David Aspinall
2009-08-20Remove spurious junk.David Aspinall
2009-08-20Documentation improvements.David Aspinall
Experiment with `process-adaptive-read-buffering' Do not run `proof-shell-insert-hook' if input string is empty or single CR.
2009-08-20proof-resp-font-lock-keywords -> correct name proof-response-font-lock-keywordsDavid Aspinall
2009-08-20Remove obsolete file mentionDavid Aspinall
2009-08-20Don't make link to index.htmlDavid Aspinall
2009-08-19proof-shell-insert: add scriptspan argument, to pass source positions to ↵David Aspinall
proof-shell-insert-hook
2009-08-19DocstringsDavid Aspinall
2009-08-19proof-splice-separator: ignore nil entries for convenienceDavid Aspinall
2009-08-19Enhance command markup to pass position information. Extend defaults for ↵David Aspinall
response/goals font-lock keywords.
2009-08-19*** empty log message ***David Aspinall
2009-08-19Bump yearDavid Aspinall
2009-08-18Hints about setting position in commandDavid Aspinall
2009-08-18NoteDavid Aspinall
2009-08-18First attempt at command wrapping (see ↵David Aspinall
http://proofgeneral.inf.ed.ac.uk/trac/ticket/199)
2009-08-17Set version tag for new release.David Aspinall
2009-08-17Move proof-interrupt-process to proof-shell. Add pending interrupt ↵David Aspinall
behaviour. See http://proofgeneral.inf.ed.ac.uk/trac/ticket/179
2009-08-17TidyDavid Aspinall
2009-08-17Update some examplesDavid Aspinall
2009-08-17TidyDavid Aspinall
2009-08-17Fix proof-next-error key bindingDavid Aspinall
2009-08-17isar-syntactic-context: tweak (still not perfect, loses between "--" and ↵David Aspinall
string start)
2009-08-17isar-syntactic-context: fix calls to re-search-backwardDavid Aspinall
2009-08-17Update docDavid Aspinall
2009-08-17Updated.David Aspinall
2009-08-17proof-looking-at-syntactic-context: add doc. Update doc/names of proof ↵David Aspinall
shell filter functions.
2009-08-17proof-looking-at-syntactic-context: allow proof assistantDavid Aspinall
version to override default.
2009-08-17isar-syntactic-context: modify proof-looking-at-syntactic-context to allowDavid Aspinall
recognition of terminating comment strings.
2009-08-17Only move proof-overlay-arrow once it's got a position.David Aspinall
2009-08-17New files.David Aspinall
2009-08-17Renamed fileDavid Aspinall
2009-08-17Move the overlay arrow backwards in case of edits above it whichDavid Aspinall
affect the next position to be processed.