wenzelm [Mon, 22 Aug 2011 21:42:02 +0200] rev 44384
some support for editor perspective;
wenzelm [Mon, 22 Aug 2011 21:09:26 +0200] rev 44383
discontinued redundant Edit_Command_ID;
wenzelm [Mon, 22 Aug 2011 20:11:44 +0200] rev 44382
reduced warnings;
wenzelm [Mon, 22 Aug 2011 20:00:04 +0200] rev 44381
tuned message;
wenzelm [Mon, 22 Aug 2011 17:10:22 +0200] rev 44380
old-style numbered structure index is legacy feature (hardly ever used now);
wenzelm [Mon, 22 Aug 2011 16:12:23 +0200] rev 44379
added official Text.Range.Ordering;
some support for text perspective;
wenzelm [Mon, 22 Aug 2011 14:15:52 +0200] rev 44378
tuned signature;
wenzelm [Mon, 22 Aug 2011 12:17:22 +0200] rev 44377
reverted some odd changes to HOL/Import (cf. 74c08021ab2e);
krauss [Mon, 22 Aug 2011 10:57:33 +0200] rev 44376
merged
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44375
modernized specifications
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44374
removed session HOL/Subst -- now subsumed my more modern HOL/ex/Unification.thy
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44373
removed technical or trivial unused facts
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44372
more precise authors and comments;
tuned order and headers
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44371
added proof of idempotence, roughly after HOL/Subst/Unify.thy
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44370
tuned proofs, sledgehammering overly verbose parts
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44369
tuned notation
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44368
ported some lemmas from HOL/Subst/*;
tuned order
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44367
changed constant names and notation to match HOL/Subst/*.thy, from which this theory is a clone.
huffman [Sun, 21 Aug 2011 21:18:59 -0700] rev 44366
merged
huffman [Sun, 21 Aug 2011 12:22:31 -0700] rev 44365
add lemmas interior_Times and closure_Times
haftmann [Sun, 21 Aug 2011 22:56:55 +0200] rev 44364
avoid pred/set mixture
haftmann [Sun, 21 Aug 2011 19:47:52 +0200] rev 44363
avoid pred/set mixture
wenzelm [Sun, 21 Aug 2011 22:04:01 +0200] rev 44362
merged
huffman [Sun, 21 Aug 2011 11:03:15 -0700] rev 44361
remove unnecessary euclidean_space class constraints
huffman [Sun, 21 Aug 2011 09:46:20 -0700] rev 44360
section -> subsection
huffman [Sun, 21 Aug 2011 09:38:31 -0700] rev 44359
scale dependency graph to fit on page
wenzelm [Sun, 21 Aug 2011 21:24:42 +0200] rev 44358
more robust initialization of token marker and line context wrt. session startup;
wenzelm [Sun, 21 Aug 2011 20:42:26 +0200] rev 44357
tuned Parse.group: delayed failure message;
wenzelm [Sun, 21 Aug 2011 20:25:49 +0200] rev 44356
avoid actual Color.white, which would be turned into Color.black by org.gjt.sp.jedit.print.BufferPrintable;
wenzelm [Sun, 21 Aug 2011 20:04:02 +0200] rev 44355
default style for user fonts -- to prevent org.gjt.sp.jedit.print.BufferPrintable from choking on null;
wenzelm [Sun, 21 Aug 2011 19:32:20 +0200] rev 44354
tuned;
wenzelm [Sun, 21 Aug 2011 14:16:44 +0200] rev 44353
discontinued somewhat pointless Par_List.map_name -- most of the time is spent in tokenization;