wenzelm [Tue, 08 Apr 2014 13:24:08 +0200] rev 56464
more precise token positions;
wenzelm [Tue, 08 Apr 2014 12:31:17 +0200] rev 56463
more uniform Command.Chunk operations;
wenzelm [Tue, 08 Apr 2014 12:19:33 +0200] rev 56462
more explicit Command.Chunk types, less ooddities;
tuned;
wenzelm [Tue, 08 Apr 2014 10:24:42 +0200] rev 56461
tuned;
wenzelm [Tue, 08 Apr 2014 09:48:38 +0200] rev 56460
ignore deps_changed (again) -- avoid proactive load attempts of unfinished header specification while the user is typing;
wenzelm [Tue, 08 Apr 2014 09:45:13 +0200] rev 56459
no report for position singularity, notably for aux. file, especially empty one;
wenzelm [Mon, 07 Apr 2014 23:02:29 +0200] rev 56458
simplified blob again (amending 1e77ed11f2f7): only store file node name, i.e. the raw editor file name;
more liberal hyperlink to files, allow hyperlinks within editor files independently of the (POSIX) file-system;
wenzelm [Mon, 07 Apr 2014 21:23:02 +0200] rev 56457
tuned signature -- prefer static type Document.Node.Name;
blanchet [Tue, 08 Apr 2014 18:48:10 +0200] rev 56456
commented out example that triggers a bug
blanchet [Tue, 08 Apr 2014 18:16:47 +0200] rev 56455
allow arguments to 'datatype_compat' in disorder
blanchet [Tue, 08 Apr 2014 18:06:21 +0200] rev 56454
added 'datatype_compat' examples/tests
blanchet [Tue, 08 Apr 2014 17:49:03 +0200] rev 56453
support deeply nested datatypes in 'datatype_compat'
blanchet [Tue, 08 Apr 2014 13:47:27 +0200] rev 56452
preserve user type variable names to avoid mismatches/confusion
haftmann [Tue, 08 Apr 2014 12:46:38 +0200] rev 56451
even more standardized doc session names after #b266e7a86485
wenzelm [Mon, 07 Apr 2014 16:37:57 +0200] rev 56450
refrain from changing jEdit default shortcuts, due to potential for conflicts and actually not working on Mac OS X;
wenzelm [Mon, 07 Apr 2014 13:55:12 +0200] rev 56449
support for URL as file name, similar to treatment in jEdit.java;
wenzelm [Mon, 07 Apr 2014 13:11:31 +0200] rev 56448
provide old-style ISABELLE_SCALA_SCRIPT for uniformity;
wenzelm [Mon, 07 Apr 2014 13:06:34 +0200] rev 56447
separate file_node vs. file_path, e.g. relevant on Windows for hyperlink to the latter;
nipkow [Sun, 06 Apr 2014 21:01:45 +0200] rev 56446
merged
nipkow [Sun, 06 Apr 2014 21:01:33 +0200] rev 56445
tuned lemmas: more general class
wenzelm [Sun, 06 Apr 2014 19:35:35 +0200] rev 56444
tuned proofs;
wenzelm [Sun, 06 Apr 2014 19:16:34 +0200] rev 56443
removed abbrev "<-" again (see c771f0fe28d1) due to conflict with important "<->" and "<-->";
nipkow [Sun, 06 Apr 2014 17:19:08 +0200] rev 56442
merged
nipkow [Sun, 06 Apr 2014 17:18:57 +0200] rev 56441
made field_simps "more complete"
wenzelm [Sun, 06 Apr 2014 17:09:32 +0200] rev 56440
shell functions for all Isabelle executables;
wenzelm [Sun, 06 Apr 2014 16:59:41 +0200] rev 56439
renamed "isabelle-process" to "isabelle_process", with shell function to avoid dynamic path lookups;
wenzelm [Sun, 06 Apr 2014 16:36:28 +0200] rev 56438
more source positions;
wenzelm [Sun, 06 Apr 2014 15:51:02 +0200] rev 56437
clarified position: no offset here;
wenzelm [Sun, 06 Apr 2014 15:43:45 +0200] rev 56436
more source positions;
wenzelm [Sun, 06 Apr 2014 15:38:54 +0200] rev 56435
approximate ML antiquotation @{here} for Isabelle/Pure bootstrap;
wenzelm [Sun, 06 Apr 2014 15:19:22 +0200] rev 56434
clarified ML bootstrap;
wenzelm [Sun, 06 Apr 2014 14:30:26 +0200] rev 56433
prepare "back" position for Navigator, before following hyperlink;
wenzelm [Sat, 05 Apr 2014 23:56:21 +0200] rev 56432
tuned;
wenzelm [Sat, 05 Apr 2014 23:42:30 +0200] rev 56431
merged
wenzelm [Sat, 05 Apr 2014 23:36:00 +0200] rev 56430
more uniform build options;
wenzelm [Sat, 05 Apr 2014 23:17:30 +0200] rev 56429
re-implemented build_doc in Isabelle/Scala;
clarified command-line: specify documentation files (via document_variants) instead of sessions;
wenzelm [Sat, 05 Apr 2014 22:37:17 +0200] rev 56428
more standard Isabelle_System.tmp_file and tmp_dir operations, in accordance to ML version;
wenzelm [Sat, 05 Apr 2014 20:08:00 +0200] rev 56427
more standard hash-bang (python *is* canonical according to Admin/PLATFORMS);
wenzelm [Sat, 05 Apr 2014 19:16:44 +0200] rev 56426
tuned -- just one qualification of sections ("!");
wenzelm [Sat, 05 Apr 2014 19:16:16 +0200] rev 56425
tuned error;
wenzelm [Sat, 05 Apr 2014 19:07:05 +0200] rev 56424
proper settings instead of hard-wired information;
wenzelm [Sat, 05 Apr 2014 18:52:03 +0200] rev 56423
explicit indication of important doc sections ("!"), which are expanded in the tree view;
wenzelm [Sat, 05 Apr 2014 18:14:54 +0200] rev 56422
clarified Doc entry: more explicit path;
allow plain files as Doc;
refer to official jEdit documentation;
wenzelm [Sat, 05 Apr 2014 15:03:40 +0200] rev 56421
updated to jedit_build-20140405: Code2HTML.jar, CommonControls.jar, Console.jar, kappalayout.jar, Navigator.jar, SideKick.jar, doc with jEdit manuals (ant dist-manuals);
haftmann [Sat, 05 Apr 2014 11:37:00 +0200] rev 56420
closer correspondence of document and session names, while maintaining document names for external reference
paulson <lp15@cam.ac.uk> [Sat, 05 Apr 2014 17:52:29 +0100] rev 56419
ignore jedit mark files
haftmann [Sat, 05 Apr 2014 10:12:51 +0200] rev 56418
avoid romanism
haftmann [Sat, 05 Apr 2014 10:03:04 +0200] rev 56417
churning pie charts (with non-canonical prerequisites!)
haftmann [Sat, 05 Apr 2014 10:03:03 +0200] rev 56416
CONTRIBUTORS
haftmann [Sat, 05 Apr 2014 10:01:07 +0200] rev 56415
proper inclusion into library
paulson <lp15@cam.ac.uk> [Sat, 05 Apr 2014 01:04:46 +0100] rev 56414
A single [simp] to handle the case -a/-b.
wenzelm [Fri, 04 Apr 2014 22:51:22 +0200] rev 56413
support for jEdit Navigator plugin;
wenzelm [Fri, 04 Apr 2014 22:21:46 +0200] rev 56412
more permissive Session.update_options: this is wired to jEdit PropertiesChanged, which may occur before the prover is started;
blanchet [Fri, 04 Apr 2014 19:09:56 +0200] rev 56411
added option to Mirabelle
paulson <lp15@cam.ac.uk> [Fri, 04 Apr 2014 17:58:25 +0100] rev 56410
divide_minus_left divide_minus_right are in field_simps but are not default simprules
paulson <lp15@cam.ac.uk> [Thu, 03 Apr 2014 23:51:52 +0100] rev 56409
removing simprule status for divide_minus_left and divide_minus_right