wenzelm [Thu, 27 May 2010 00:47:15 +0200] rev 37129
Command.toString: include id for debugging;
Command.consume: explicit forward, avoid dependency on Session and side-effect on event bus;
State.+ without side-effect on event bus;
Session.commands_changed: delayed command changes (outside of Swing thread), also subsumes former Session.results;
Document_View: tuned commands_changed handling and caret listening;
Document_View.selected_command: proper function, not event handler state;
Output_Dockable: directly act upon commands_changed, not caret events (via former Session.results);
wenzelm [Wed, 26 May 2010 18:19:36 +0200] rev 37128
merged
wenzelm [Wed, 26 May 2010 18:19:12 +0200] rev 37127
refer to polyml-5.3.0-old for ppc-darwin;
boehmes [Wed, 26 May 2010 17:52:32 +0200] rev 37126
try logical and theory abstraction before full abstraction (avoids warnings of linarith)
boehmes [Wed, 26 May 2010 15:35:17 +0200] rev 37125
updated SMT certificates
boehmes [Wed, 26 May 2010 15:34:47 +0200] rev 37124
hide constants and types introduced by SMT,
simplified SMT patterns syntax,
added examples for SMT patterns
haftmann [Wed, 26 May 2010 11:59:06 +0200] rev 37123
more convenient order of code equations
wenzelm [Wed, 26 May 2010 11:34:23 +0200] rev 37122
misc updates for release;
wenzelm [Tue, 25 May 2010 23:03:13 +0200] rev 37121
eliminated obsolete priority message from Isabelle_Process protocol;
wenzelm [Tue, 25 May 2010 22:21:31 +0200] rev 37120
moved ML files where they are actually used;
more precise dependencies;