wenzelm [Mon, 31 May 2010 09:47:41 +0200] rev 37203
more flexibile font size via CSS <style> instead of old <font> element;
preformatted text;
wenzelm [Mon, 31 May 2010 09:46:43 +0200] rev 37202
tuned;
wenzelm [Sun, 30 May 2010 23:42:03 +0200] rev 37201
control tooltip font via Swing HTML, with tooltip-font-size property;
wenzelm [Sun, 30 May 2010 23:40:24 +0200] rev 37200
added HTML.encode (in Scala), similar to HTML.output in ML;
wenzelm [Sun, 30 May 2010 21:59:15 +0200] rev 37199
one extra space to accomodate symbolic indentifiers etc.;
wenzelm [Sun, 30 May 2010 21:34:19 +0200] rev 37198
replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
ML_Context.eval/expression expect explicit ML_Lex source, which allows surrounding further text without loosing position information;
fall back on ML_Context.eval_text if there is no position or no surrounding text;
proper Args.name_source_position for method "tactic" and "raw_tactic";
tuned;
wenzelm [Sun, 30 May 2010 18:23:50 +0200] rev 37197
more detailed token markup, including command kind as sub_kind;
type-safe access to Command.HighlightInfo;
wenzelm [Sun, 30 May 2010 16:54:40 +0200] rev 37196
tuned;
wenzelm [Sun, 30 May 2010 16:00:13 +0200] rev 37195
separate markup for ML delimiters;
wenzelm [Sun, 30 May 2010 15:27:49 +0200] rev 37194
less pschedelic token markup;
wenzelm [Sun, 30 May 2010 14:21:35 +0200] rev 37193
simplified command/keyword markup;
wenzelm [Sun, 30 May 2010 14:14:30 +0200] rev 37192
markup non-identifier keyword as operator;
wenzelm [Sun, 30 May 2010 13:47:12 +0200] rev 37191
Isabelle_Process: do not enforce future_terminal_proof by default -- no error propagation yet;
wenzelm [Sun, 30 May 2010 13:44:35 +0200] rev 37190
more basic default behaviour of ENTER, HOME, END;
wenzelm [Sat, 29 May 2010 20:49:04 +0200] rev 37189
tuned messages;
wenzelm [Sat, 29 May 2010 20:34:28 +0200] rev 37188
do not highlight ignored command spans;
tuned;
wenzelm [Sat, 29 May 2010 20:03:47 +0200] rev 37187
more explicit handling of document;
wenzelm [Sat, 29 May 2010 19:46:29 +0200] rev 37186
explicit markup for forked goals, as indicated by Goal.fork;
accumulate pending forks within command state and hilight accordingly;
Isabelle_Process: enforce future_terminal_proof, which gives some impression of non-linear/parallel checking;
wenzelm [Sat, 29 May 2010 17:26:02 +0200] rev 37185
avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;
wenzelm [Sat, 29 May 2010 16:44:44 +0200] rev 37184
define_state/new_state: provide state immediately, which is now lazy;
more careful document editing: single execution future forces all entries, synchronous cancelation after update;
wenzelm [Sat, 29 May 2010 15:52:47 +0200] rev 37183
force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling;
recovered some similarity to sequential version;
wenzelm [Sat, 29 May 2010 15:31:15 +0200] rev 37182
future result: retain plain Interrupt for vacuous group exceptions;
blanchet [Fri, 28 May 2010 22:51:04 +0200] rev 37181
remove two examples, now that the definition of "fst" and "snd" has changed
wenzelm [Fri, 28 May 2010 22:34:21 +0200] rev 37180
merged
webertj [Fri, 28 May 2010 19:36:48 +0100] rev 37179
Got rid of a warning about duplicate rewrite rules.
wenzelm [Fri, 28 May 2010 22:21:08 +0200] rev 37178
accumulate only local results -- no proper history support yet;
wenzelm [Fri, 28 May 2010 21:40:32 +0200] rev 37177
avoid deprecated Iterator.fromArray;
wenzelm [Fri, 28 May 2010 21:37:24 +0200] rev 37176
more compiler warnings;
wenzelm [Fri, 28 May 2010 21:17:59 +0200] rev 37175
eliminated hard tabs;
wenzelm [Fri, 28 May 2010 20:41:23 +0200] rev 37174
assume given SCALA_HOME, e.g. from component settings or external setup;
wenzelm [Fri, 28 May 2010 18:15:53 +0200] rev 37173
merged
blanchet [Fri, 28 May 2010 17:00:38 +0200] rev 37172
merged
blanchet [Fri, 28 May 2010 13:49:21 +0200] rev 37171
make sure chained facts appear in Isar proofs generated by Sledgehammer -- otherwise the proof won't work
blanchet [Thu, 27 May 2010 17:22:16 +0200] rev 37170
Nitpick: show "..." in datatype values (e.g., [{0::nat, ...}]), since these are really equivalence classes
blanchet [Thu, 27 May 2010 16:42:03 +0200] rev 37169
make Nitpick "show_all" option behave less surprisingly
haftmann [Fri, 28 May 2010 13:37:47 +0200] rev 37168
merged
haftmann [Fri, 28 May 2010 13:37:29 +0200] rev 37167
avoid reference to thm PairE
haftmann [Fri, 28 May 2010 13:37:28 +0200] rev 37166
more coherent theory structure; tuned headings
wenzelm [Fri, 28 May 2010 18:15:22 +0200] rev 37165
made SML/NJ quite happy;
wenzelm [Fri, 28 May 2010 17:48:18 +0200] rev 37164
reuse main view.font from jEdit;
wenzelm [Fri, 28 May 2010 16:01:25 +0200] rev 37163
deleted some old fonts;
wenzelm [Fri, 28 May 2010 15:57:25 +0200] rev 37162
also set font for printing, which actually works out of the box;
wenzelm [Fri, 28 May 2010 15:17:17 +0200] rev 37161
lib/Tools/makeall does not hardiwre logics;
wenzelm [Fri, 28 May 2010 11:37:38 +0200] rev 37160
discontinued Sun/Solaris tests;
wenzelm [Fri, 28 May 2010 11:23:34 +0200] rev 37159
some updates for release;
wenzelm [Thu, 27 May 2010 21:37:42 +0200] rev 37158
merged
boehmes [Thu, 27 May 2010 18:16:54 +0200] rev 37157
added function update examples and set examples
boehmes [Thu, 27 May 2010 17:09:37 +0200] rev 37156
updated SMT certificates
boehmes [Thu, 27 May 2010 17:09:06 +0200] rev 37155
sort signature in SMT-LIB output (improves sharing of SMT certificates: goals of the same logical structure are translated into equal SMT-LIB benchmarks)
boehmes [Thu, 27 May 2010 16:30:26 +0200] rev 37154
merged
boehmes [Thu, 27 May 2010 16:29:33 +0200] rev 37153
renamed constant "apply" to "fun_app" (which is closer to the related "fun_upd")
boehmes [Thu, 27 May 2010 14:58:45 +0200] rev 37152
made script executable
boehmes [Thu, 27 May 2010 14:55:53 +0200] rev 37151
use Z3's builtin support for div and mod
boehmes [Thu, 27 May 2010 14:54:13 +0200] rev 37150
moved SMT into the HOL image
wenzelm [Thu, 27 May 2010 21:36:38 +0200] rev 37149
slightly odd workaround to ignore markup that is typically displaced;
wenzelm [Thu, 27 May 2010 21:14:53 +0200] rev 37148
substantial performance improvement by avoiding "re-ified" execution structure via future dependencies, instead use singleton execution (dummy future) that forces lazy state updates bottom-up;
tuned;
wenzelm [Thu, 27 May 2010 20:15:36 +0200] rev 37147
further formal thread-safety (follow-up to 88300168baf8) -- in practice there is only a single Isar toplevel loop, but this is not enforced;
wenzelm [Thu, 27 May 2010 18:10:37 +0200] rev 37146
renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
wenzelm [Thu, 27 May 2010 17:41:27 +0200] rev 37145
renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
wenzelm [Thu, 27 May 2010 15:28:23 +0200] rev 37144
misc updates for release;
wenzelm [Thu, 27 May 2010 15:15:20 +0200] rev 37143
constant Rat.normalize needs to be qualified;
wenzelm [Thu, 27 May 2010 13:13:30 +0200] rev 37142
merged
haftmann [Thu, 27 May 2010 08:02:02 +0200] rev 37141
merged
haftmann [Wed, 26 May 2010 16:44:57 +0200] rev 37140
dropped legacy theorem bindings
haftmann [Wed, 26 May 2010 16:31:44 +0200] rev 37139
dropped legacy theorem bindings
haftmann [Wed, 26 May 2010 16:28:55 +0200] rev 37138
dropped legacy theorem bindings
haftmann [Wed, 26 May 2010 16:17:30 +0200] rev 37137
dropped legacy theorem bindings
haftmann [Wed, 26 May 2010 16:05:25 +0200] rev 37136
dropped legacy theorem bindings
haftmann [Wed, 26 May 2010 16:05:25 +0200] rev 37135
normalized references to constant "split"
ballarin [Wed, 26 May 2010 21:20:18 +0200] rev 37134
Revise locale test theory layout.
ballarin [Wed, 26 May 2010 21:20:18 +0200] rev 37133
Merge mixins of distinct interpretations with same base.
wenzelm [Thu, 27 May 2010 12:35:40 +0200] rev 37132
indicate prospective properties;
wenzelm [Thu, 27 May 2010 12:34:30 +0200] rev 37131
clarified auto_update vs. update;
tuned;
wenzelm [Thu, 27 May 2010 12:03:59 +0200] rev 37130
more reactive message handling, notably for follow_caret mode;
misc tuning and clarification;
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;
wenzelm [Tue, 25 May 2010 22:12:26 +0200] rev 37119
renamed HOLCF/Library/ROOT.ML to HOLCF/Library/HOLCF_Library_ROOT.ML to avoid accidental uses of this ML file via the load path -- see also d7711be8c3a9 (obsolete) and ccae4ecd67f4;
wenzelm [Tue, 25 May 2010 21:49:44 +0200] rev 37118
eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm [Tue, 25 May 2010 20:28:16 +0200] rev 37117
eliminated various catch-all exception patterns, guessing at the concrete exeptions that are intended here;
wenzelm [Tue, 25 May 2010 20:22:55 +0200] rev 37116
tuned -- avoid catch-all exception pattern;
wenzelm [Tue, 25 May 2010 11:13:49 +0200] rev 37115
updated generated files;
wenzelm [Tue, 25 May 2010 10:57:02 +0200] rev 37114
merged
webertj [Mon, 24 May 2010 21:19:25 +0100] rev 37113
merged
webertj [Mon, 24 May 2010 21:18:22 +0100] rev 37112
Typo fixed.
huffman [Mon, 24 May 2010 12:42:17 -0700] rev 37111
move HOLCF/Sum_Cpo.thy to HOLCF/Library
huffman [Mon, 24 May 2010 12:10:24 -0700] rev 37110
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman [Mon, 24 May 2010 11:29:49 -0700] rev 37109
move unused pattern match syntax stuff into HOLCF/ex
huffman [Mon, 24 May 2010 09:32:52 -0700] rev 37108
rename type 'a maybe to 'a match; rename Fixrec.return to Fixrec.succeed
haftmann [Mon, 24 May 2010 13:48:57 +0200] rev 37107
more lemmas
haftmann [Mon, 24 May 2010 13:48:56 +0200] rev 37106
induction and case rules
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37105
Store registrations in efficient data structure.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37104
Avoid recomputation of registration instance for lookup.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37103
Consistently use equality for registration lookup.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37102
Cleaner implementation of sublocale command.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37101
Reapply mixin patch: base for performance improvements.
huffman [Sun, 23 May 2010 19:30:29 -0700] rev 37100
merged
huffman [Sun, 23 May 2010 19:30:14 -0700] rev 37099
declare a few more cont2cont rules
huffman [Sat, 22 May 2010 19:17:18 -0700] rev 37098
HOLCF no longer redefines 'consts' command
huffman [Sat, 22 May 2010 18:34:38 -0700] rev 37097
for functions with only variable patterns, fixrec definitions no longer use Fixrec.return/Fixrec.run
huffman [Sat, 22 May 2010 17:57:16 -0700] rev 37096
simplify fixrec continuity tactic
krauss [Sun, 23 May 2010 22:56:45 +0200] rev 37095
used sledgehammer[isar_proof] to replace slow metis call
webertj [Sun, 23 May 2010 17:23:18 +0100] rev 37094
Typo fixed.
webertj [Sun, 23 May 2010 17:22:30 +0100] rev 37093
Typo fixed.
webertj [Sun, 23 May 2010 14:56:58 +0100] rev 37092
Minor proof tuning.