wenzelm [Sat, 01 Dec 2012 22:42:54 +0100] rev 50308
moved isabelle shortcuts to main jEdit.props, in order to have them migrated to the "imported" keymap;
wenzelm [Sat, 01 Dec 2012 22:23:42 +0100] rev 50307
leave ALTERNATIVE_DISPATCHER mostly enabled on Mac OS X, to get events for COMMAND/Meta combinations, which seem to produce only KEY_PRESSED in Java 7, not KEY_TYPED as in Java 6;
wenzelm [Sat, 01 Dec 2012 19:51:43 +0100] rev 50306
updated to jedit-5.0.0;
wenzelm [Sat, 01 Dec 2012 17:23:50 +0100] rev 50305
more generic directory name to facilitate tracking changes of diffs;
wenzelm [Fri, 30 Nov 2012 23:06:11 +0100] rev 50304
merged
nipkow [Fri, 30 Nov 2012 17:12:01 +0100] rev 50303
tuned
wenzelm [Fri, 30 Nov 2012 22:55:02 +0100] rev 50302
added 'print_inductives' command;
wenzelm [Fri, 30 Nov 2012 22:38:06 +0100] rev 50301
print formal entities with markup;
wenzelm [Fri, 30 Nov 2012 21:47:44 +0100] rev 50300
tuned labels;
wenzelm [Fri, 30 Nov 2012 21:30:24 +0100] rev 50299
renamed dockable "Prover Session" to "Theories";
more uniform Library.lowercase/uppercase;
wenzelm [Fri, 30 Nov 2012 21:28:35 +0100] rev 50298
tuned import;
wenzelm [Fri, 30 Nov 2012 17:53:32 +0100] rev 50297
alternative shortcut for English keyboard;
wenzelm [Fri, 30 Nov 2012 16:34:37 +0100] rev 50296
merged
wenzelm [Fri, 30 Nov 2012 15:36:51 +0100] rev 50295
eliminated redundant is_ident -- more official is_identifier;
wenzelm [Fri, 30 Nov 2012 16:34:11 +0100] rev 50294
updated to jdk-7u9;
wenzelm [Fri, 30 Nov 2012 15:24:01 +0100] rev 50293
updated to exec_process-1.0.3;
wenzelm [Fri, 30 Nov 2012 15:05:51 +0100] rev 50292
report proper pid *after* fork;
wenzelm [Fri, 30 Nov 2012 10:42:54 +0100] rev 50291
prefer Symbol.decode_strict in batch mode, to avoid files with spurious Unicode symbols that clash with Isabelle symbol interpretation;
wenzelm [Thu, 29 Nov 2012 23:12:50 +0100] rev 50290
more defensive retry via fork;
wenzelm [Thu, 29 Nov 2012 18:05:41 +0100] rev 50289
merged
kuncar [Thu, 29 Nov 2012 17:54:20 +0100] rev 50288
parametrized correspondence relation: more robust procedure - don't ignore sorts; tuned
wenzelm [Thu, 29 Nov 2012 17:12:51 +0100] rev 50287
simplified use of fold/map;
tuned;
wenzelm [Thu, 29 Nov 2012 16:59:53 +0100] rev 50286
tuned;
wenzelm [Thu, 29 Nov 2012 16:52:13 +0100] rev 50285
prefer 32 bit platform for ISABELLE_FULL_TEST, to make memory problems more explicit instead of disk thrashing (notably in HOL-Quickcheck_Benchmark);
wenzelm [Thu, 29 Nov 2012 14:29:29 +0100] rev 50284
merged
hoelzl [Thu, 29 Nov 2012 09:59:20 +0100] rev 50283
make SML/NJ happy (give names for all fields in a record)
wenzelm [Thu, 29 Nov 2012 14:05:53 +0100] rev 50282
more robust syntax that survives collapse of \<^isub> and \<^sub>;
wenzelm [Thu, 29 Nov 2012 10:56:59 +0100] rev 50281
further update and clarification of the all-important README_REPOSITORY;
wenzelm [Thu, 29 Nov 2012 10:45:25 +0100] rev 50280
more uniform ML statistics;
wenzelm [Wed, 28 Nov 2012 19:19:39 +0100] rev 50279
merged
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50278
improved readability
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50277
tweaked calculation of sledgehammer messages
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50276
adapted sledgehammer warnings
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50275
fixed case split preplaying
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50274
fixed preplaying of case splits; incorperated new name of structure: Isabelle_Markup -> Markup
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50273
preplay case splits
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50272
added warning when shrinking proof without preplaying
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50271
deal with the case that metis does not time out, but fails instead
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50270
reapplied changes to make SML/NJ happy
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50269
renaming, minor tweaks, added signature
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50268
added signature
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50267
moved thms_of_name to Sledgehammer_Util and removed copies, updated references
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50266
removed duplicate decleration
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50265
made use of sledgehammer_util
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50264
renamed sledgehammer_isar_reconstruct to sledgehammer_proof
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50263
added comments to new source files
smolkas [Wed, 28 Nov 2012 12:25:43 +0100] rev 50262
fixed problem with fact names
smolkas [Wed, 28 Nov 2012 12:25:06 +0100] rev 50261
remove hack and generalize code slightly
smolkas [Wed, 28 Nov 2012 12:23:44 +0100] rev 50260
simplified isar_qualifiers and qs merging
smolkas [Wed, 28 Nov 2012 12:22:17 +0100] rev 50259
put shrink in own structure
smolkas [Wed, 28 Nov 2012 12:22:05 +0100] rev 50258
put annotate in own structure
smolkas [Wed, 28 Nov 2012 12:21:42 +0100] rev 50257
support assumptions as facts for preplaying
smolkas [Wed, 28 Nov 2012 12:20:06 +0100] rev 50256
some minor improvements in shrink_proof
wenzelm [Wed, 28 Nov 2012 17:18:53 +0100] rev 50255
some support for ML runtime statistics;
wenzelm [Wed, 28 Nov 2012 16:09:05 +0100] rev 50254
prefer tight Markup.print_int/parse_int for property values;
wenzelm [Wed, 28 Nov 2012 16:07:17 +0100] rev 50253
clarified new identifier syntax: exclude \<^isup>, include subscripted prime (to allow imitating full identifier here);
wenzelm [Wed, 28 Nov 2012 15:59:18 +0100] rev 50252
eliminated slightly odd identifiers;
wenzelm [Wed, 28 Nov 2012 15:38:12 +0100] rev 50251
tuned syntax, potentially more robust;
wenzelm [Wed, 28 Nov 2012 14:55:46 +0100] rev 50250
smarter list layout;
wenzelm [Tue, 27 Nov 2012 20:01:57 +0100] rev 50249
repaired text following 491c5c81c2e8;
wenzelm [Tue, 27 Nov 2012 19:43:00 +0100] rev 50248
merged
hoelzl [Tue, 27 Nov 2012 19:31:11 +0100] rev 50247
introduce filter_lim as a generatlization of tendsto
wenzelm [Tue, 27 Nov 2012 19:24:30 +0100] rev 50246
merged
immler [Tue, 27 Nov 2012 13:48:40 +0100] rev 50245
based countable topological basis on Countable_Set
immler [Tue, 27 Nov 2012 11:29:47 +0100] rev 50244
qualified interpretation of sigma_algebra, to avoid name clashes
immler [Thu, 22 Nov 2012 10:09:54 +0100] rev 50243
eliminated finite_set_sequence with countable set
wenzelm [Tue, 27 Nov 2012 19:22:36 +0100] rev 50242
support for sub-structured identifier syntax (inactive);
wenzelm [Tue, 27 Nov 2012 13:22:29 +0100] rev 50241
eliminated some improper identifiers;
hoelzl [Tue, 27 Nov 2012 10:56:31 +0100] rev 50240
add upper bounds for factorial and binomial; add equation for binomial using nat-division (both from AFP/Girth_Chromatic)
wenzelm [Mon, 26 Nov 2012 21:46:04 +0100] rev 50239
tuned signature;
tuned;
wenzelm [Mon, 26 Nov 2012 21:10:42 +0100] rev 50238
more uniform Symbol.is_ascii_identifier in ML/Scala;
wenzelm [Mon, 26 Nov 2012 20:58:41 +0100] rev 50237
tuned;
wenzelm [Mon, 26 Nov 2012 20:39:19 +0100] rev 50236
clarified Symbol.scan_ascii_id;
ATP: follow change from Symbol.scan_id to Symbol.scan_ascii_id, assuming that this was meant here, not fully symbolic Isabelle identifiers;
wenzelm [Mon, 26 Nov 2012 20:29:40 +0100] rev 50235
tuned;
wenzelm [Mon, 26 Nov 2012 20:09:51 +0100] rev 50234
convenience operations for table as set;
wenzelm [Mon, 26 Nov 2012 19:56:09 +0100] rev 50233
removed remains of Oheimb's double-space (cf. 0a5af667dc75);
wenzelm [Mon, 26 Nov 2012 19:53:43 +0100] rev 50232
tuned;
wenzelm [Mon, 26 Nov 2012 17:13:44 +0100] rev 50231
merged
blanchet [Mon, 26 Nov 2012 16:01:04 +0100] rev 50230
updated two components
blanchet [Mon, 26 Nov 2012 15:31:03 +0100] rev 50229
simplify code slightly
blanchet [Mon, 26 Nov 2012 15:31:03 +0100] rev 50228
avoid non-ASCII sign
kuncar [Mon, 26 Nov 2012 14:20:51 +0100] rev 50227
generate a parameterized correspondence relation
kuncar [Mon, 26 Nov 2012 14:20:36 +0100] rev 50226
quot_thm_crel
kuncar [Mon, 26 Nov 2012 14:15:48 +0100] rev 50225
add option_fold
hoelzl [Mon, 26 Nov 2012 14:11:31 +0100] rev 50224
add binomial_ge_n_over_k_pow_k
blanchet [Mon, 26 Nov 2012 13:50:25 +0100] rev 50223
removed tool that was never finished
blanchet [Mon, 26 Nov 2012 13:35:05 +0100] rev 50222
added file headers
blanchet [Mon, 26 Nov 2012 12:13:37 +0100] rev 50221
updated MaSh doc
blanchet [Mon, 26 Nov 2012 12:04:32 +0100] rev 50220
moved MaSh's Python code into Isabelle
blanchet [Mon, 26 Nov 2012 11:46:19 +0100] rev 50219
updated NEWS etc.
blanchet [Mon, 26 Nov 2012 11:45:12 +0100] rev 50218
distinguish declated tfrees from other tfrees -- only the later can be optimized away
wenzelm [Mon, 26 Nov 2012 16:28:22 +0100] rev 50217
clarified status of Legacy_XML_Syntax, despite lack of Proofterm_XML;
wenzelm [Mon, 26 Nov 2012 16:22:29 +0100] rev 50216
reset active areas on content update;
wenzelm [Mon, 26 Nov 2012 16:16:47 +0100] rev 50215
more general sendback properties;
support for padding of line boundary, e.g. for ad-hoc insertion of commands via 'help';
wenzelm [Mon, 26 Nov 2012 14:43:28 +0100] rev 50214
tuned command descriptions;
wenzelm [Mon, 26 Nov 2012 13:54:43 +0100] rev 50213
refined outer syntax 'help' command;