Mon, 30 Aug 2010 15:25:15 +0200 blanchet fiddle with fact filter based on Mirabelle experiments
Mon, 30 Aug 2010 12:44:00 +0200 blanchet allow configuration of fact filter fudge factors
Mon, 30 Aug 2010 12:21:53 +0200 blanchet made all fudge factors in relevance filter references, so that Mirabelle can set them (for experiments)
Mon, 30 Aug 2010 12:09:57 +0200 blanchet execute actions in same order as specified on command line
Mon, 30 Aug 2010 12:02:51 +0200 blanchet show index in fact list of all found facts
Mon, 30 Aug 2010 11:49:29 +0200 blanchet allow multiple invocations of "mirabele_sledgehammer_filter", by multiplexing on ID
Mon, 30 Aug 2010 11:39:23 +0200 blanchet deal with duplicates
Mon, 30 Aug 2010 11:11:10 +0200 blanchet improve new "sledgehammer_filter" action
Mon, 30 Aug 2010 11:10:44 +0200 blanchet remove useless var
Mon, 30 Aug 2010 10:26:17 +0200 blanchet added evaluation method for relevance filter
Mon, 30 Aug 2010 09:41:59 +0200 blanchet remove needless parameter
Mon, 30 Aug 2010 08:53:27 +0200 blanchet bring Sledgehammer's combinators in line with Metis's;
Fri, 27 Aug 2010 18:04:49 +0200 blanchet fiddle with the relevance filter
Tue, 31 Aug 2010 23:46:49 +0200 wenzelm moved Toplevel.run_command to Pure/PIDE/document.ML;
Tue, 31 Aug 2010 23:28:21 +0200 wenzelm Command.State: add reported positions to markup tree, according main message position or Markup.binding/entity/report occurrences in body;
Tue, 31 Aug 2010 22:03:55 +0200 wenzelm tuned;
Tue, 31 Aug 2010 19:55:43 +0200 wenzelm Node.full_index: allow command spans larger than block_size;
Tue, 31 Aug 2010 17:49:45 +0200 wenzelm Document_View: repaint overview for any command change of this node (again);
Tue, 31 Aug 2010 17:40:32 +0200 wenzelm refined proper_line_range (again), to make text_area_extension work with soft wwrap;
Tue, 31 Aug 2010 17:35:41 +0200 wenzelm Document state assignment indicates command change;
Tue, 31 Aug 2010 16:07:25 +0200 wenzelm tuned commands_changed_actor: more precise/efficient handling of visible screen lines;
Tue, 31 Aug 2010 13:20:12 +0200 wenzelm simplified/clarified Document_View.text_area_extension;
Tue, 31 Aug 2010 12:49:40 +0200 wenzelm Document.Node: significant speedup of command_range etc. via lazy full_index;
Mon, 30 Aug 2010 20:12:43 +0200 wenzelm text_edits/recover_spans: reparse at least until line boundary -- increases chance of recovery for bad ML text, for example;
Mon, 30 Aug 2010 20:11:21 +0200 wenzelm Command.newlines: account for physical newlines;
Mon, 30 Aug 2010 16:49:41 +0200 wenzelm Toplevel.run_command: more careful treatment of interrupts stemming from nested multi-exceptions etc.;
Mon, 30 Aug 2010 15:19:39 +0200 wenzelm tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
Mon, 30 Aug 2010 15:09:20 +0200 wenzelm more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
Mon, 30 Aug 2010 14:56:27 +0200 wenzelm tuned;
Mon, 30 Aug 2010 13:01:32 +0200 wenzelm Command.results: ordered by serial number;
Mon, 30 Aug 2010 11:35:17 +0200 wenzelm message serial number indicates physical order;
Mon, 30 Aug 2010 11:17:05 +0200 wenzelm tuned;
Mon, 30 Aug 2010 11:09:26 +0200 wenzelm tuned;
Mon, 30 Aug 2010 10:38:28 +0200 wenzelm merged
Mon, 30 Aug 2010 10:01:25 +0200 haftmann what is hidden is hidden
Mon, 30 Aug 2010 09:37:43 +0200 haftmann hide all-too-popular constant name eq
Mon, 30 Aug 2010 09:35:30 +0200 haftmann merged
Sat, 28 Aug 2010 16:14:32 +0200 haftmann formerly unnamed infix equality now named HOL.eq
Mon, 30 Aug 2010 09:28:02 +0200 haftmann code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
Mon, 30 Aug 2010 15:52:09 +0900 Cezary Kaliszyk Quotient Package: dont unfold mem_def, use rsp and prs instead
Mon, 30 Aug 2010 15:44:33 +0900 Cezary Kaliszyk Quotient Package: added respectfulness and preservation lemmas for mem.
Sat, 28 Aug 2010 21:17:25 +0800 Christian Urban quotient package: added a list of pre-simplification rules for Ball, Bex and mem
Sat, 28 Aug 2010 20:24:40 +0800 Christian Urban quotient package: lemmas to be lifted and descended can be pre-simplified
Sat, 28 Aug 2010 11:42:33 +0200 haftmann merged
Fri, 27 Aug 2010 19:34:23 +0200 haftmann renamed class/constant eq to equal; tuned some instantiations
Fri, 27 Aug 2010 15:36:02 +0200 haftmann improved deresolving of implicits
Mon, 30 Aug 2010 10:36:55 +0200 wenzelm Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
Sun, 29 Aug 2010 22:47:36 +0200 wenzelm Isabelle/jEdit property for global tooltip dismiss delay;
Sun, 29 Aug 2010 21:21:37 +0200 wenzelm External_Hyperlink: proper error dialog;
Sun, 29 Aug 2010 21:02:42 +0200 wenzelm Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
Sun, 29 Aug 2010 20:09:46 +0200 wenzelm JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
Sun, 29 Aug 2010 20:07:59 +0200 wenzelm session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
Sun, 29 Aug 2010 19:48:35 +0200 wenzelm session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
Sun, 29 Aug 2010 19:04:29 +0200 wenzelm use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
Sun, 29 Aug 2010 18:55:48 +0200 wenzelm Swing_Thread.now: volatile result to make double-sure;
Sun, 29 Aug 2010 15:57:18 +0200 wenzelm Document_Model.token_marker: misc tuning and simplification;
Sun, 29 Aug 2010 15:09:11 +0200 wenzelm added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
Sat, 28 Aug 2010 22:58:24 +0200 wenzelm XML.Cache: intern property keys once and for all (again);
Sat, 28 Aug 2010 20:24:41 +0200 wenzelm more careful locking of jEdit buffer;
Sat, 28 Aug 2010 17:37:57 +0200 wenzelm avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip