wenzelm [Wed, 26 Mar 2014 14:41:52 +0100] rev 56294
prefer Context_Position where a context is available;
prefer explicit Context_Position.is_visible -- avoid redundant message composition;
tuned signature;
wenzelm [Wed, 26 Mar 2014 14:15:34 +0100] rev 56293
unused;
wenzelm [Wed, 26 Mar 2014 12:32:51 +0100] rev 56292
more uniform Execution.fork vs. Execution.print;
asynchronous Execution.fork_prints, entrusted to Execution.fork management (NB: Command.print_finished is only relevant for persistent print functions);
wenzelm [Wed, 26 Mar 2014 12:15:42 +0100] rev 56291
added Execution.print: accumulate print operations for some command execution, which are applied later and print time;
misc tuning;
huffman [Wed, 26 Mar 2014 11:05:25 -0700] rev 56290
tuned proofs
paulson <lp15@cam.ac.uk> [Wed, 26 Mar 2014 14:00:37 +0000] rev 56289
Some useful lemmas
wenzelm [Wed, 26 Mar 2014 09:19:04 +0100] rev 56288
tuned comments;
wenzelm [Wed, 26 Mar 2014 09:13:38 +0100] rev 56287
tuned load order;
wenzelm [Wed, 26 Mar 2014 09:07:31 +0100] rev 56286
superseded by (provide_)parse_files;
wenzelm [Wed, 26 Mar 2014 08:59:53 +0100] rev 56285
tuned;
wenzelm [Tue, 25 Mar 2014 20:12:53 +0100] rev 56284
merged
wenzelm [Tue, 25 Mar 2014 19:27:55 +0100] rev 56283
more warnings for recent versions of Poly/ML (see also fe1f6a1707f7);
wenzelm [Tue, 25 Mar 2014 19:13:33 +0100] rev 56282
eliminated dead code;
wenzelm [Tue, 25 Mar 2014 19:03:02 +0100] rev 56281
proper configuration option "ML_print_depth";
proper ML_exception_trace for HOL-TPTP;
wenzelm [Tue, 25 Mar 2014 17:59:34 +0100] rev 56280
removed junk;
wenzelm [Tue, 25 Mar 2014 16:54:38 +0100] rev 56279
clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm [Tue, 25 Mar 2014 16:11:00 +0100] rev 56278
separate tokenization and language context for SML: no symbols, no antiquotes;
wenzelm [Tue, 25 Mar 2014 15:15:33 +0100] rev 56277
separate "sml" mode, suppress old "ml" mode altogether;
wenzelm [Tue, 25 Mar 2014 14:52:35 +0100] rev 56276
some SML examples;
wenzelm [Tue, 25 Mar 2014 13:18:10 +0100] rev 56275
added command 'SML_file' for Standard ML without Isabelle/ML add-ons;
wenzelm [Tue, 25 Mar 2014 10:37:10 +0100] rev 56274
updated to scala-2.10.4;
hoelzl [Tue, 25 Mar 2014 14:20:58 +0100] rev 56273
cleanup auxiliary proofs for Brouwer fixpoint theorem (removes ~2400 lines)
traytel [Tue, 25 Mar 2014 13:14:33 +0100] rev 56272
prove theorems with fixed variables (export afterwards)
huffman [Mon, 24 Mar 2014 14:51:10 -0700] rev 56271
generalized theorems about derivatives of limits of sequences of funtions
wenzelm [Mon, 24 Mar 2014 19:06:20 +0100] rev 56270
removed unused 'ax_specification', to give 'specification' a chance to become localized;
tuned whitespace;
wenzelm [Mon, 24 Mar 2014 18:05:21 +0100] rev 56269
merged;
wenzelm [Mon, 24 Mar 2014 17:42:16 +0100] rev 56268
merged
wenzelm [Mon, 24 Mar 2014 16:19:24 +0100] rev 56267
proper Sign.full_name to get internal name (like Sign.add_consts);
wenzelm [Mon, 24 Mar 2014 16:06:55 +0100] rev 56266
formal check of user input, avoiding direct references of interal names;
wenzelm [Mon, 24 Mar 2014 12:00:17 +0100] rev 56265
discontinued Toplevel.debug in favour of system option "exception_trace";
huffman [Thu, 20 Mar 2014 17:55:33 -0700] rev 56264
tuned proofs
traytel [Mon, 24 Mar 2014 16:33:36 +0100] rev 56263
made tactic more robust
traytel [Mon, 24 Mar 2014 16:33:36 +0100] rev 56262
inline helper function
paulson <lp15@cam.ac.uk> [Mon, 24 Mar 2014 14:22:29 +0000] rev 56261
rearranging some deriv theorems
wenzelm [Sun, 23 Mar 2014 16:40:35 +0100] rev 56260
modernized approximation, avoiding bad name binding;
wenzelm [Sun, 23 Mar 2014 15:46:21 +0100] rev 56259
more sensible treatment of quasi-local variables (NB: Variable.add_fixes is only for term variables, while Variable.declare takes care of types within given terms);
wenzelm [Sat, 22 Mar 2014 22:00:26 +0100] rev 56258
merged
wenzelm [Sat, 22 Mar 2014 21:40:19 +0100] rev 56257
more antiquotations;
wenzelm [Sat, 22 Mar 2014 20:42:16 +0100] rev 56256
more antiquotations;
wenzelm [Sat, 22 Mar 2014 19:33:39 +0100] rev 56255
more antiquotations;
clarified file location;
wenzelm [Sat, 22 Mar 2014 18:19:57 +0100] rev 56254
more antiquotations;
wenzelm [Sat, 22 Mar 2014 18:16:54 +0100] rev 56253
more antiquotations;
wenzelm [Sat, 22 Mar 2014 18:15:09 +0100] rev 56252
more antiquotations;
wenzelm [Sat, 22 Mar 2014 18:12:08 +0100] rev 56251
tuned message;
wenzelm [Sat, 22 Mar 2014 16:50:52 +0100] rev 56250
more antiquotations;
wenzelm [Sat, 22 Mar 2014 15:58:27 +0100] rev 56249
avoid hard-wired theory names;
haftmann [Sat, 22 Mar 2014 08:37:43 +0100] rev 56248
generalized and strengthened cong rules on compound operators, similar to 1ed737a98198
wenzelm [Fri, 21 Mar 2014 22:54:16 +0100] rev 56247
added splash screen for jvm boot, which is important for initial encounter to avoid multiple copies running against each other;
wenzelm [Fri, 21 Mar 2014 20:39:54 +0100] rev 56246
merged
wenzelm [Fri, 21 Mar 2014 20:33:56 +0100] rev 56245
more qualified names;
wenzelm [Fri, 21 Mar 2014 15:12:03 +0100] rev 56244
more qualified names;
wenzelm [Fri, 21 Mar 2014 12:34:50 +0100] rev 56243
more qualified names;
wenzelm [Fri, 21 Mar 2014 12:14:33 +0100] rev 56242
tuned;
wenzelm [Fri, 21 Mar 2014 11:42:32 +0100] rev 56241
more qualified names;
wenzelm [Fri, 21 Mar 2014 11:06:39 +0100] rev 56240
tuned signature;
wenzelm [Fri, 21 Mar 2014 10:45:03 +0100] rev 56239
tuned signature;
paulson <lp15@cam.ac.uk> [Fri, 21 Mar 2014 15:36:00 +0000] rev 56238
a few new lemmas and generalisations of old ones
traytel [Fri, 21 Mar 2014 08:13:23 +0100] rev 56237
simplified internal datatype construction
wenzelm [Thu, 20 Mar 2014 23:38:34 +0100] rev 56236
merged
wenzelm [Thu, 20 Mar 2014 23:13:33 +0100] rev 56235
merged
wenzelm [Thu, 20 Mar 2014 22:40:12 +0100] rev 56234
produce qualified names more directly;
wenzelm [Thu, 20 Mar 2014 22:34:27 +0100] rev 56233
more symbols;
wenzelm [Thu, 20 Mar 2014 22:00:13 +0100] rev 56232
more static checking of proof methods;
wenzelm [Thu, 20 Mar 2014 21:07:57 +0100] rev 56231
enforce subgoal boundaries via SUBGOAL/SUBGOAL_CASES -- clean tactical failure if out-of-range;
wenzelm [Thu, 20 Mar 2014 19:58:33 +0100] rev 56230
more standard method_setup;
enforce subgoal boundaries via SUBGOAL -- clean tactical failure if out-of-range;
wenzelm [Thu, 20 Mar 2014 19:24:51 +0100] rev 56229
tuned error, according to "use" in General/secure.ML;
wenzelm [Thu, 20 Mar 2014 15:38:49 +0100] rev 56228
tuned proofs;
huffman [Thu, 20 Mar 2014 15:13:55 -0700] rev 56227
generalize more theorems
huffman [Thu, 20 Mar 2014 09:21:39 -0700] rev 56226
generalize some theorems
paulson <lp15@cam.ac.uk> [Thu, 20 Mar 2014 12:43:48 +0000] rev 56225
fixing messy proofs
kleing [Thu, 20 Mar 2014 09:47:43 +0100] rev 56224
pointer to the other proof direction
huffman [Wed, 19 Mar 2014 20:50:24 -0700] rev 56223
generalize theory of operator norms to work with class real_normed_vector
wenzelm [Wed, 19 Mar 2014 23:13:45 +0100] rev 56222
tuned -- no need for slightly obscure "local" prefix;
wenzelm [Wed, 19 Mar 2014 22:26:27 +0100] rev 56221
accomodate word as part of schematic variable name;
wenzelm [Wed, 19 Mar 2014 22:10:33 +0100] rev 56220
more explicit Long_Name operations (NB: analyzing qualifiers is inherently fragile);
wenzelm [Wed, 19 Mar 2014 21:59:31 +0100] rev 56219
tuned proofs;
haftmann [Wed, 19 Mar 2014 18:47:22 +0100] rev 56218
elongated INFI and SUPR, to reduced risk of confusing theorems names in the future while still being consistent with INTER and UNION
paulson <lp15@cam.ac.uk> [Wed, 19 Mar 2014 17:06:02 +0000] rev 56217
Some rationalisation of basic lemmas
paulson <lp15@cam.ac.uk> [Wed, 19 Mar 2014 14:55:47 +0000] rev 56216
Merge
paulson <lp15@cam.ac.uk> [Wed, 19 Mar 2014 14:54:45 +0000] rev 56215
New complex analysis material
hoelzl [Wed, 19 Mar 2014 15:35:07 +0100] rev 56214
NEWS
hoelzl [Wed, 19 Mar 2014 15:34:57 +0100] rev 56213
further renaming in Series
haftmann [Tue, 18 Mar 2014 22:11:46 +0100] rev 56212
consolidated theorem names containing INFI and SUPR: have INF and SUP instead uniformly
wenzelm [Tue, 18 Mar 2014 21:02:33 +0100] rev 56211
merged;
wenzelm [Tue, 18 Mar 2014 18:09:31 +0100] rev 56210
clarified module arrangement;
wenzelm [Tue, 18 Mar 2014 17:53:40 +0100] rev 56209
simplified (despite 70898d016538);
wenzelm [Tue, 18 Mar 2014 17:39:03 +0100] rev 56208
clarifed module name;
wenzelm [Tue, 18 Mar 2014 16:45:14 +0100] rev 56207
tuned proofs;
wenzelm [Tue, 18 Mar 2014 16:44:51 +0100] rev 56206
clarified module arrangement;
more antiquotations;
wenzelm [Tue, 18 Mar 2014 16:16:28 +0100] rev 56205
clarified modules;
more antiquotations for antiquotations;
wenzelm [Tue, 18 Mar 2014 15:29:58 +0100] rev 56204
more antiquotations;
wenzelm [Tue, 18 Mar 2014 13:36:28 +0100] rev 56203
clarified bootstrap process: switch to ML with context and antiquotations earlier;
wenzelm [Tue, 18 Mar 2014 12:25:17 +0100] rev 56202
more markup for improper elements;
wenzelm [Tue, 18 Mar 2014 11:27:09 +0100] rev 56201
tuned signature;
wenzelm [Tue, 18 Mar 2014 11:13:38 +0100] rev 56200
unused;
wenzelm [Tue, 18 Mar 2014 11:07:47 +0100] rev 56199
tuned signature -- rearranged modules;
wenzelm [Tue, 18 Mar 2014 10:00:23 +0100] rev 56198
tuned proofs;
wenzelm [Mon, 17 Mar 2014 23:16:26 +0100] rev 56197
back to KeyEventInterceptor (see 423e29f1f304), but without focus change, which helps to avoid loosing key events due to quick opening and closing of popups;
discontinued obsolete option jedit_completion_dismiss_delay (see 750561986828);
more explicit shutdown;
huffman [Tue, 18 Mar 2014 09:39:07 -0700] rev 56196
remove unnecessary finiteness assumptions from lemmas about setsum
huffman [Tue, 18 Mar 2014 11:58:30 -0700] rev 56195
adapt to Isabelle/c726ecfb22b6
hoelzl [Tue, 18 Mar 2014 16:29:32 +0100] rev 56194
fix HOL-NSA; move lemmas
hoelzl [Tue, 18 Mar 2014 15:53:48 +0100] rev 56193
cleanup Series: sorted according to typeclass hierarchy, use {..<_} instead of {0..<_}
traytel [Tue, 18 Mar 2014 14:32:23 +0100] rev 56192
changed policy when to define constants
traytel [Tue, 18 Mar 2014 11:47:59 +0100] rev 56191
tuned proofs; removed duplicated facts
immler [Tue, 18 Mar 2014 10:12:58 +0100] rev 56190
additional lemmas
immler [Tue, 18 Mar 2014 10:12:58 +0100] rev 56189
removed dependencies on theory Ordered_Euclidean_Space
immler [Tue, 18 Mar 2014 10:12:57 +0100] rev 56188
use cbox to relax class constraints
wenzelm [Mon, 17 Mar 2014 21:56:32 +0100] rev 56187
merged
wenzelm [Mon, 17 Mar 2014 20:54:41 +0100] rev 56186
tuned;
wenzelm [Mon, 17 Mar 2014 20:48:58 +0100] rev 56185
more antiquotations;
wenzelm [Mon, 17 Mar 2014 20:22:04 +0100] rev 56184
more robust machine-generated ML sources: constructors for typ and term sometimes occur elsewhere;
hoelzl [Mon, 17 Mar 2014 20:38:50 +0100] rev 56183
remove sums_seq, it is not used
hoelzl [Mon, 17 Mar 2014 19:50:59 +0100] rev 56182
update syntax of has_*derivative to infix 50; fixed proofs
hoelzl [Mon, 17 Mar 2014 19:12:52 +0100] rev 56181
unify syntax for has_derivative and differentiable
haftmann [Mon, 17 Mar 2014 18:06:59 +0100] rev 56180
tuned proofs
traytel [Mon, 17 Mar 2014 17:35:39 +0100] rev 56179
tuned internal construction
paulson <lp15@cam.ac.uk> [Mon, 17 Mar 2014 15:48:30 +0000] rev 56178
a few new theorems
wenzelm [Mon, 17 Mar 2014 14:40:59 +0100] rev 56177
proper flags for main action (amending 638b29331549);
wenzelm [Mon, 17 Mar 2014 14:37:23 +0100] rev 56176
tuned rendering -- avoid flashing background of aux. files that are disconnected from the document model;
wenzelm [Mon, 17 Mar 2014 13:53:02 +0100] rev 56175
merge semantic and syntax completion;
tuned;