Mon, 11 Jan 2010 23:11:31 +0100 merged
wenzelm [Mon, 11 Jan 2010 23:11:31 +0100] rev 34875
merged
Mon, 11 Jan 2010 16:45:02 +0100 added code certificates
haftmann [Mon, 11 Jan 2010 16:45:02 +0100] rev 34874
added code certificates
Mon, 11 Jan 2010 16:45:02 +0100 tuned code equations
haftmann [Mon, 11 Jan 2010 16:45:02 +0100] rev 34873
tuned code equations
Mon, 11 Jan 2010 11:47:38 +0100 Matrices form a semiring with 0
hoelzl [Mon, 11 Jan 2010 11:47:38 +0100] rev 34872
Matrices form a semiring with 0
Mon, 11 Jan 2010 23:00:05 +0100 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 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);
Mon, 11 Jan 2010 22:44:21 +0100 ignore some src/Tools/jEdit stuff;
wenzelm [Mon, 11 Jan 2010 22:44:21 +0100] rev 34870
ignore some src/Tools/jEdit stuff;
Mon, 11 Jan 2010 22:31:27 +0100 merged with converted/relocated copy of http://isabelle.in.tum.de/repos/isabelle-jedit/rev/93d884afa74b
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
Mon, 11 Jan 2010 22:01:39 +0100 more timing;
wenzelm [Mon, 11 Jan 2010 22:01:39 +0100] rev 34868
more timing;
Mon, 11 Jan 2010 20:51:58 +0100 more tobust treatment of Document.current_state;
wenzelm [Mon, 11 Jan 2010 20:51:58 +0100] rev 34867
more tobust treatment of Document.current_state; some timing;
Mon, 11 Jan 2010 18:28:31 +0100 new unparsed span for text right after existing command;
wenzelm [Mon, 11 Jan 2010 18:28:31 +0100] rev 34866
new unparsed span for text right after existing command; tuned;
Mon, 11 Jan 2010 18:26:38 +0100 Outer_Lex.is_ignored;
wenzelm [Mon, 11 Jan 2010 18:26:38 +0100] rev 34865
Outer_Lex.is_ignored;
Mon, 11 Jan 2010 18:26:13 +0100 simplified Text_Edit;
wenzelm [Mon, 11 Jan 2010 18:26:13 +0100] rev 34864
simplified Text_Edit;
Mon, 11 Jan 2010 16:49:11 +0100 eliminated strange mutable var commands;
wenzelm [Mon, 11 Jan 2010 16:49:11 +0100] rev 34863
eliminated strange mutable var commands; removed_commands: refer to old commands; misc tuning;
Mon, 11 Jan 2010 13:58:51 +0100 updated header;
wenzelm [Mon, 11 Jan 2010 13:58:51 +0100] rev 34862
updated header;
Mon, 11 Jan 2010 13:55:32 +0100 eliminated obsolete isabelle.proofdocument.Token;
wenzelm [Mon, 11 Jan 2010 13:55:32 +0100] rev 34861
eliminated obsolete isabelle.proofdocument.Token;
Mon, 11 Jan 2010 12:17:47 +0100 do not override Command.hashCode -- which was inconsistent with eq anyway;
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;
Mon, 11 Jan 2010 01:40:18 +0100 renamed Command.content to source;
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;
Sun, 10 Jan 2010 21:14:44 +0100 further tuning of command_start;
wenzelm [Sun, 10 Jan 2010 21:14:44 +0100] rev 34858
further tuning of command_start;
Sun, 10 Jan 2010 21:08:23 +0100 refrain from poking blink rate -- might get stuck in invisible state;
wenzelm [Sun, 10 Jan 2010 21:08:23 +0100] rev 34857
refrain from poking blink rate -- might get stuck in invisible state;
Sun, 10 Jan 2010 20:38:23 +0100 eliminated Command.stop, which tends to case duplicate traversal of commands;
wenzelm [Sun, 10 Jan 2010 20:38:23 +0100] rev 34856
eliminated Command.stop, which tends to case duplicate traversal of commands;
Sun, 10 Jan 2010 20:14:21 +0100 iterators for ranges of commands/starts -- avoid extra array per document;
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;
Sun, 10 Jan 2010 17:10:32 +0100 tuned document changes;
wenzelm [Sun, 10 Jan 2010 17:10:32 +0100] rev 34854
tuned document changes;
Sun, 10 Jan 2010 16:40:21 +0100 misc tuning and clarification of Document/Change;
wenzelm [Sun, 10 Jan 2010 16:40:21 +0100] rev 34853
misc tuning and clarification of Document/Change;
Sun, 10 Jan 2010 15:42:31 +0100 adhoc reset of blink rate;
wenzelm [Sun, 10 Jan 2010 15:42:31 +0100] rev 34852
adhoc reset of blink rate; bind "console" instance;
Sun, 10 Jan 2010 15:15:04 +0100 provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;
wenzelm [Sun, 10 Jan 2010 15:15:04 +0100] rev 34851
provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;
Sat, 09 Jan 2010 23:28:52 +0100 redirect scala.Console output during interpretation;
wenzelm [Sat, 09 Jan 2010 23:28:52 +0100] rev 34850
redirect scala.Console output during interpretation; misc tuning;
Sat, 09 Jan 2010 22:03:47 +0100 bind "session";
wenzelm [Sat, 09 Jan 2010 22:03:47 +0100] rev 34849
bind "session"; added printInfoMessage; added stop -- re-inits the interpreter;
Sat, 09 Jan 2010 22:02:35 +0100 export isabelle_system, e.g. for use via "session" in Isabelle/Scala interpreter;
wenzelm [Sat, 09 Jan 2010 22:02:35 +0100] rev 34848
export isabelle_system, e.g. for use via "session" in Isabelle/Scala interpreter;
Sat, 09 Jan 2010 21:31:59 +0100 removed unused var plugin;
wenzelm [Sat, 09 Jan 2010 21:31:59 +0100] rev 34847
removed unused var plugin;
Sat, 09 Jan 2010 18:25:48 +0100 pass all jEdit jars to compiler as classpath -- to enable proper referencing of application name space;
wenzelm [Sat, 09 Jan 2010 18:25:48 +0100] rev 34846
pass all jEdit jars to compiler as classpath -- to enable proper referencing of application name space; reduced predefined values, which take time and are static anyway;
Sat, 09 Jan 2010 00:49:51 +0100 provide some bindings of jEdit values;
wenzelm [Sat, 09 Jan 2010 00:49:51 +0100] rev 34845
provide some bindings of jEdit values; plain color for input;
Fri, 08 Jan 2010 12:26:44 +0100 more precise prompt etc.;
wenzelm [Fri, 08 Jan 2010 12:26:44 +0100] rev 34844
more precise prompt etc.;
Fri, 08 Jan 2010 12:26:22 +0100 define scala.home, for more robust startup of Scala tools, notably the compiler;
wenzelm [Fri, 08 Jan 2010 12:26:22 +0100] rev 34843
define scala.home, for more robust startup of Scala tools, notably the compiler;
Fri, 08 Jan 2010 12:25:37 +0100 added jEdit Console and Scala compiler;
wenzelm [Fri, 08 Jan 2010 12:25:37 +0100] rev 34842
added jEdit Console and Scala compiler;
Fri, 08 Jan 2010 00:47:10 +0100 some attempts at Scala console plugin;
wenzelm [Fri, 08 Jan 2010 00:47:10 +0100] rev 34841
some attempts at Scala console plugin;
Wed, 06 Jan 2010 23:46:00 +0100 more precise treatment of document/state assigment;
wenzelm [Wed, 06 Jan 2010 23:46:00 +0100] rev 34840
more precise treatment of document/state assigment;
Tue, 05 Jan 2010 18:29:21 +0100 more precise notion of bad messages;
wenzelm [Tue, 05 Jan 2010 18:29:21 +0100] rev 34839
more precise notion of bad messages;
Tue, 05 Jan 2010 18:23:39 +0100 use Text_Edit provided by Isabelle;
wenzelm [Tue, 05 Jan 2010 18:23:39 +0100] rev 34838
use Text_Edit provided by Isabelle;
Tue, 05 Jan 2010 18:23:15 +0100 result.is_ready is not bad;
wenzelm [Tue, 05 Jan 2010 18:23:15 +0100] rev 34837
result.is_ready is not bad;
Mon, 04 Jan 2010 19:42:35 +0100 singleton status messages, with more precise patterns -- report bad messages;
wenzelm [Mon, 04 Jan 2010 19:42:35 +0100] rev 34836
singleton status messages, with more precise patterns -- report bad messages;
Mon, 04 Jan 2010 19:08:10 +0100 back to explicit management of documents -- not as generic Session.Entity -- to avoid ill-defined referencing of new states;
wenzelm [Mon, 04 Jan 2010 19:08:10 +0100] rev 34835
back to explicit management of documents -- not as generic Session.Entity -- to avoid ill-defined referencing of new states; recent_document: require finished state assignment; explicitly typed Session.lookup_command;
Mon, 04 Jan 2010 00:13:09 +0100 slightly more uniform/robust handling of visible document;
wenzelm [Mon, 04 Jan 2010 00:13:09 +0100] rev 34834
slightly more uniform/robust handling of visible document; uniform changed_delay for view updates; misc tuning;
Sun, 03 Jan 2010 23:03:04 +0100 recovered explicit Changed.id (copy of future document) -- avoids premature joining of result;
wenzelm [Sun, 03 Jan 2010 23:03:04 +0100] rev 34833
recovered explicit Changed.id (copy of future document) -- avoids premature joining of result; Change.ancestors: frugal iterator;
Sun, 03 Jan 2010 20:50:07 +0100 more explicit treatment of command/document state;
wenzelm [Sun, 03 Jan 2010 20:50:07 +0100] rev 34832
more explicit treatment of command/document state; misc tuning and clarification;
Sun, 03 Jan 2010 19:53:58 +0100 removed unused document_change bus;
wenzelm [Sun, 03 Jan 2010 19:53:58 +0100] rev 34831
removed unused document_change bus;
Fri, 01 Jan 2010 22:29:08 +0100 tuned;
wenzelm [Fri, 01 Jan 2010 22:29:08 +0100] rev 34830
tuned;
Fri, 01 Jan 2010 22:20:54 +0100 tuned;
wenzelm [Fri, 01 Jan 2010 22:20:54 +0100] rev 34829
tuned;
Fri, 01 Jan 2010 22:11:32 +0100 misc tuning;
wenzelm [Fri, 01 Jan 2010 22:11:32 +0100] rev 34828
misc tuning;
Fri, 01 Jan 2010 21:53:00 +0100 tuned Change: eliminated redundant copy of document id;
wenzelm [Fri, 01 Jan 2010 21:53:00 +0100] rev 34827
tuned Change: eliminated redundant copy of document id;
Fri, 01 Jan 2010 21:45:26 +0100 eliminated redundant session documents database;
wenzelm [Fri, 01 Jan 2010 21:45:26 +0100] rev 34826
eliminated redundant session documents database; tuned;
Fri, 01 Jan 2010 21:37:37 +0100 use isabelle.Future;
wenzelm [Fri, 01 Jan 2010 21:37:37 +0100] rev 34825
use isabelle.Future; tuned;
Fri, 01 Jan 2010 17:29:35 +0100 renamed current_document to recent_document (might be a bit older than current_change);
wenzelm [Fri, 01 Jan 2010 17:29:35 +0100] rev 34824
renamed current_document to recent_document (might be a bit older than current_change); Change: explicit future value of Document.Change instead of implicit lookup in Session database; Document_Model: apply Document.text_edits here (as future);
Fri, 01 Jan 2010 14:41:25 +0100 renamed Proof_Document to Document;
wenzelm [Fri, 01 Jan 2010 14:41:25 +0100] rev 34823
renamed Proof_Document to Document;
Thu, 31 Dec 2009 23:48:18 +0100 tuned dialog;
wenzelm [Thu, 31 Dec 2009 23:48:18 +0100] rev 34822
tuned dialog;
Thu, 31 Dec 2009 01:03:39 +0100 improved dialog;
wenzelm [Thu, 31 Dec 2009 01:03:39 +0100] rev 34821
improved dialog;
Thu, 31 Dec 2009 00:38:15 +0100 basic setup for synchronous / modal (!) prover startup;
wenzelm [Thu, 31 Dec 2009 00:38:15 +0100] rev 34820
basic setup for synchronous / modal (!) prover startup;
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip