Wed, 25 Sep 2013 10:53:09 +0200 removed dead code
blanchet [Wed, 25 Sep 2013 10:53:09 +0200] rev 53868
removed dead code
Wed, 25 Sep 2013 10:45:12 +0200 keep a database of free constructor type information
blanchet [Wed, 25 Sep 2013 10:45:12 +0200] rev 53867
keep a database of free constructor type information
Wed, 25 Sep 2013 10:26:04 +0200 generalized case-handling code a bit
blanchet [Wed, 25 Sep 2013 10:26:04 +0200] rev 53866
generalized case-handling code a bit
Wed, 25 Sep 2013 10:17:18 +0200 support cases for new-style (co)datatypes
blanchet [Wed, 25 Sep 2013 10:17:18 +0200] rev 53865
support cases for new-style (co)datatypes
Wed, 25 Sep 2013 09:35:37 +0200 use case rather than sequence of ifs in expansion
blanchet [Wed, 25 Sep 2013 09:35:37 +0200] rev 53864
use case rather than sequence of ifs in expansion
Wed, 25 Sep 2013 08:43:21 +0200 textual improvements following Christian Sternagel's feedback
blanchet [Wed, 25 Sep 2013 08:43:21 +0200] rev 53863
textual improvements following Christian Sternagel's feedback
Tue, 24 Sep 2013 15:03:51 -0700 generalize lemma
huffman [Tue, 24 Sep 2013 15:03:51 -0700] rev 53862
generalize lemma
Tue, 24 Sep 2013 15:03:50 -0700 removed unused lemma
huffman [Tue, 24 Sep 2013 15:03:50 -0700] rev 53861
removed unused lemma
Tue, 24 Sep 2013 15:03:49 -0700 factor out new lemma
huffman [Tue, 24 Sep 2013 15:03:49 -0700] rev 53860
factor out new lemma
Tue, 24 Sep 2013 15:03:49 -0700 replace lemma with more general simp rule
huffman [Tue, 24 Sep 2013 15:03:49 -0700] rev 53859
replace lemma with more general simp rule
Tue, 24 Sep 2013 23:51:32 +0200 generalized tactics
blanchet [Tue, 24 Sep 2013 23:51:32 +0200] rev 53858
generalized tactics
Tue, 24 Sep 2013 23:10:16 +0200 renamed generated property
blanchet [Tue, 24 Sep 2013 23:10:16 +0200] rev 53857
renamed generated property
Tue, 24 Sep 2013 22:21:51 +0200 commented out debugging output in "primcorec"
blanchet [Tue, 24 Sep 2013 22:21:51 +0200] rev 53856
commented out debugging output in "primcorec"
Tue, 24 Sep 2013 21:27:45 +0200 merged
wenzelm [Tue, 24 Sep 2013 21:27:45 +0200] rev 53855
merged
Tue, 24 Sep 2013 21:23:40 +0200 tuned proofs;
wenzelm [Tue, 24 Sep 2013 21:23:40 +0200] rev 53854
tuned proofs;
Tue, 24 Sep 2013 20:41:28 +0200 more quasi-generic PIDE modules (NB: Swing/JFX needs to be kept separate from non-GUI material);
wenzelm [Tue, 24 Sep 2013 20:41:28 +0200] rev 53853
more quasi-generic PIDE modules (NB: Swing/JFX needs to be kept separate from non-GUI material);
Tue, 24 Sep 2013 20:24:14 +0200 NEWS;
wenzelm [Tue, 24 Sep 2013 20:24:14 +0200] rev 53852
NEWS;
Tue, 24 Sep 2013 19:57:44 +0200 clarified font;
wenzelm [Tue, 24 Sep 2013 19:57:44 +0200] rev 53851
clarified font;
Tue, 24 Sep 2013 19:53:05 +0200 simplified default L&F -- Nimbus should be always available and GTK+ is not fully working yet;
wenzelm [Tue, 24 Sep 2013 19:53:05 +0200] rev 53850
simplified default L&F -- Nimbus should be always available and GTK+ is not fully working yet;
Tue, 24 Sep 2013 19:46:11 +0200 proper platform-specific test;
wenzelm [Tue, 24 Sep 2013 19:46:11 +0200] rev 53849
proper platform-specific test;
Tue, 24 Sep 2013 19:41:14 +0200 disable standard behaviour of Mac OS X text field (i.e. select-all after focus gain) in order to make completion work more smoothly;
wenzelm [Tue, 24 Sep 2013 19:41:14 +0200] rev 53848
disable standard behaviour of Mac OS X text field (i.e. select-all after focus gain) in order to make completion work more smoothly;
Tue, 24 Sep 2013 18:42:44 +0200 focus text field, to capture key events even on Mac OS X look-and-feel;
wenzelm [Tue, 24 Sep 2013 18:42:44 +0200] rev 53847
focus text field, to capture key events even on Mac OS X look-and-feel;
Tue, 24 Sep 2013 17:37:45 +0200 tuned proofs;
wenzelm [Tue, 24 Sep 2013 17:37:45 +0200] rev 53846
tuned proofs;
Tue, 24 Sep 2013 17:13:12 +0200 more tolerant treatment of end-of-buffer -- avoid debatable situations of jEdit buffer boundaries;
wenzelm [Tue, 24 Sep 2013 17:13:12 +0200] rev 53845
more tolerant treatment of end-of-buffer -- avoid debatable situations of jEdit buffer boundaries;
Tue, 24 Sep 2013 16:35:01 +0200 skip ignored commands, similar to former proper_command_at (see d68ea01d5084) -- relevant to Output, Query_Operation etc.;
wenzelm [Tue, 24 Sep 2013 16:35:01 +0200] rev 53844
skip ignored commands, similar to former proper_command_at (see d68ea01d5084) -- relevant to Output, Query_Operation etc.; tuned signature;
Tue, 24 Sep 2013 16:06:12 +0200 clarified command spans (again, see also 03a2dc9e0624): restrict to proper range to allow Isabelle.command_edit adding material monotonically without destroying the command (e.g. relevant for sendback from sledgehammer);
wenzelm [Tue, 24 Sep 2013 16:06:12 +0200] rev 53843
clarified command spans (again, see also 03a2dc9e0624): restrict to proper range to allow Isabelle.command_edit adding material monotonically without destroying the command (e.g. relevant for sendback from sledgehammer); simplified command padding: always newline, despite lack of indentation;
Tue, 24 Sep 2013 16:03:00 +0200 tuned proofs;
wenzelm [Tue, 24 Sep 2013 16:03:00 +0200] rev 53842
tuned proofs;
Tue, 24 Sep 2013 14:14:49 +0200 obsolete;
wenzelm [Tue, 24 Sep 2013 14:14:49 +0200] rev 53841
obsolete;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip