paulson [Tue, 12 Jan 2010 16:55:59 +0000] rev 34883
Parsing errors during proof reconstruction now give rise to an intelligible error message.
wenzelm [Tue, 12 Jan 2010 22:23:29 +0100] rev 34882
rebuilt from fresh copy of Bitstream Vera, for improved quality of regular text glyphs;
misc cleanup of mathematical glyphs, with bold version synthesized by fontforge;
wenzelm [Tue, 12 Jan 2010 17:06:36 +0100] rev 34881
tuned initial properties/perspective;
wenzelm [Tue, 12 Jan 2010 16:51:51 +0100] rev 34880
provide JEDIT_SETTINGS via settings;
provide default perspective;
tuned default properties;
wenzelm [Tue, 12 Jan 2010 14:57:29 +0100] rev 34879
updated version and dependencies;
wenzelm [Tue, 12 Jan 2010 13:36:01 +0100] rev 34878
recovered subscript (cf. ded5b770ec1c);
haftmann [Tue, 12 Jan 2010 09:59:45 +0100] rev 34877
formal antiquotations for ML snippets; no "open" unsynchronized references
wenzelm [Mon, 11 Jan 2010 23:41:06 +0100] rev 34876
clarified terminology;
wenzelm [Mon, 11 Jan 2010 23:11:31 +0100] rev 34875
merged
haftmann [Mon, 11 Jan 2010 16:45:02 +0100] rev 34874
added code certificates
haftmann [Mon, 11 Jan 2010 16:45:02 +0100] rev 34873
tuned code equations
hoelzl [Mon, 11 Jan 2010 11:47:38 +0100] rev 34872
Matrices form a semiring with 0
wenzelm [Mon, 11 Jan 2010 23:00:05 +0100] rev 34871
incorporate "proofdocument" part into main Isabelle/Pure.jar -- except for html_panel.scala, which depends on external library (Lobo/Cobra browser);
wenzelm [Mon, 11 Jan 2010 22:44:21 +0100] rev 34870
ignore some src/Tools/jEdit stuff;
wenzelm [Mon, 11 Jan 2010 22:31:27 +0100] rev 34869
merged with converted/relocated copy of http://isabelle.in.tum.de/repos/isabelle-jedit/rev/93d884afa74b
wenzelm [Mon, 11 Jan 2010 22:01:39 +0100] rev 34868
more timing;
wenzelm [Mon, 11 Jan 2010 20:51:58 +0100] rev 34867
more tobust treatment of Document.current_state;
some timing;
wenzelm [Mon, 11 Jan 2010 18:28:31 +0100] rev 34866
new unparsed span for text right after existing command;
tuned;
wenzelm [Mon, 11 Jan 2010 18:26:38 +0100] rev 34865
Outer_Lex.is_ignored;
wenzelm [Mon, 11 Jan 2010 18:26:13 +0100] rev 34864
simplified Text_Edit;
wenzelm [Mon, 11 Jan 2010 16:49:11 +0100] rev 34863
eliminated strange mutable var commands;
removed_commands: refer to old commands;
misc tuning;
wenzelm [Mon, 11 Jan 2010 13:58:51 +0100] rev 34862
updated header;
wenzelm [Mon, 11 Jan 2010 13:55:32 +0100] rev 34861
eliminated obsolete isabelle.proofdocument.Token;
wenzelm [Mon, 11 Jan 2010 12:17:47 +0100] rev 34860
do not override Command.hashCode -- which was inconsistent with eq anyway;
unparsed: no id, commands observe pointer equality;
actually invoke edit_commands;
more correct doc_edits;
tuned;
wenzelm [Mon, 11 Jan 2010 01:40:18 +0100] rev 34859
renamed Command.content to source;
reorganization of document parsing, using command spans etc. -- initial setup;
wenzelm [Sun, 10 Jan 2010 21:14:44 +0100] rev 34858
further tuning of command_start;
wenzelm [Sun, 10 Jan 2010 21:08:23 +0100] rev 34857
refrain from poking blink rate -- might get stuck in invisible state;
wenzelm [Sun, 10 Jan 2010 20:38:23 +0100] rev 34856
eliminated Command.stop, which tends to case duplicate traversal of commands;
wenzelm [Sun, 10 Jan 2010 20:14:21 +0100] rev 34855
iterators for ranges of commands/starts -- avoid extra array per document;
try/finally for saved_color;
misc tuning;
wenzelm [Sun, 10 Jan 2010 17:10:32 +0100] rev 34854
tuned document changes;
wenzelm [Sun, 10 Jan 2010 16:40:21 +0100] rev 34853
misc tuning and clarification of Document/Change;
wenzelm [Sun, 10 Jan 2010 15:42:31 +0100] rev 34852
adhoc reset of blink rate;
bind "console" instance;