wenzelm [Tue, 31 Aug 2010 17:40:32 +0200] rev 38883
refined proper_line_range (again), to make text_area_extension work with soft wwrap;
NB: text_area.offsetToXY returns null for "invisible" positions;
wenzelm [Tue, 31 Aug 2010 17:35:41 +0200] rev 38882
Document state assignment indicates command change;
wenzelm [Tue, 31 Aug 2010 16:07:25 +0200] rev 38881
tuned commands_changed_actor: more precise/efficient handling of visible screen lines;
wenzelm [Tue, 31 Aug 2010 13:20:12 +0200] rev 38880
simplified/clarified Document_View.text_area_extension;
tuned Document.Node.block_size, trading some space for better time;
wenzelm [Tue, 31 Aug 2010 12:49:40 +0200] rev 38879
Document.Node: significant speedup of command_range etc. via lazy full_index;
wenzelm [Mon, 30 Aug 2010 20:12:43 +0200] rev 38878
text_edits/recover_spans: reparse at least until line boundary -- increases chance of recovery for bad ML text, for example;
wenzelm [Mon, 30 Aug 2010 20:11:21 +0200] rev 38877
Command.newlines: account for physical newlines;
wenzelm [Mon, 30 Aug 2010 16:49:41 +0200] rev 38876
Toplevel.run_command: more careful treatment of interrupts stemming from nested multi-exceptions etc.;
simplified Toplevel.error_msg;
wenzelm [Mon, 30 Aug 2010 15:19:39 +0200] rev 38875
tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
wenzelm [Mon, 30 Aug 2010 15:09:20 +0200] rev 38874
more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
wenzelm [Mon, 30 Aug 2010 14:56:27 +0200] rev 38873
tuned;
wenzelm [Mon, 30 Aug 2010 13:01:32 +0200] rev 38872
Command.results: ordered by serial number;
wenzelm [Mon, 30 Aug 2010 11:35:17 +0200] rev 38871
message serial number indicates physical order;
wenzelm [Mon, 30 Aug 2010 11:17:05 +0200] rev 38870
tuned;
wenzelm [Mon, 30 Aug 2010 11:09:26 +0200] rev 38869
tuned;
wenzelm [Mon, 30 Aug 2010 10:38:28 +0200] rev 38868
merged
haftmann [Mon, 30 Aug 2010 10:01:25 +0200] rev 38867
what is hidden is hidden
haftmann [Mon, 30 Aug 2010 09:37:43 +0200] rev 38866
hide all-too-popular constant name eq
haftmann [Mon, 30 Aug 2010 09:35:30 +0200] rev 38865
merged
haftmann [Sat, 28 Aug 2010 16:14:32 +0200] rev 38864
formerly unnamed infix equality now named HOL.eq
haftmann [Mon, 30 Aug 2010 09:28:02 +0200] rev 38863
code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 30 Aug 2010 15:52:09 +0900] rev 38862
Quotient Package: dont unfold mem_def, use rsp and prs instead
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 30 Aug 2010 15:44:33 +0900] rev 38861
Quotient Package: added respectfulness and preservation lemmas for mem.
Christian Urban <urbanc@in.tum.de> [Sat, 28 Aug 2010 21:17:25 +0800] rev 38860
quotient package: added a list of pre-simplification rules for Ball, Bex and mem