Thu, 29 Aug 2013 10:24:43 +0200 some completion options;
wenzelm [Thu, 29 Aug 2013 10:24:43 +0200] rev 53273
some completion options;
Thu, 29 Aug 2013 10:01:59 +0200 more abstract Completion_Popup.Text_Area;
wenzelm [Thu, 29 Aug 2013 10:01:59 +0200] rev 53272
more abstract Completion_Popup.Text_Area; more uniform font size;
Thu, 29 Aug 2013 09:16:03 +0200 GTK+ works better due to avoidance of default list view popups;
wenzelm [Thu, 29 Aug 2013 09:16:03 +0200] rev 53271
GTK+ works better due to avoidance of default list view popups;
Thu, 29 Aug 2013 18:44:03 +0200 renamed BNF axiom
blanchet [Thu, 29 Aug 2013 18:44:03 +0200] rev 53270
renamed BNF axiom
Thu, 29 Aug 2013 18:31:23 +0200 merge
blanchet [Thu, 29 Aug 2013 18:31:23 +0200] rev 53269
merge
Thu, 29 Aug 2013 18:24:11 +0200 handle type class annotations on (co)datatype parameters gracefully
blanchet [Thu, 29 Aug 2013 18:24:11 +0200] rev 53268
handle type class annotations on (co)datatype parameters gracefully
Thu, 29 Aug 2013 18:17:13 +0200 store nesting_bnfs in fp_sugar (required in "nested to mutual" reduction)
traytel [Thu, 29 Aug 2013 18:17:13 +0200] rev 53267
store nesting_bnfs in fp_sugar (required in "nested to mutual" reduction)
Thu, 29 Aug 2013 17:57:25 +0200 cleaner handling of bootstrapping "fake" context, with fewer (no?) obscure bugs
blanchet [Thu, 29 Aug 2013 17:57:25 +0200] rev 53266
cleaner handling of bootstrapping "fake" context, with fewer (no?) obscure bugs
Thu, 29 Aug 2013 17:20:17 +0200 qualify BNF constants properly
blanchet [Thu, 29 Aug 2013 17:20:17 +0200] rev 53265
qualify BNF constants properly
Thu, 29 Aug 2013 16:26:11 +0200 qualify generated constants uniformly
blanchet [Thu, 29 Aug 2013 16:26:11 +0200] rev 53264
qualify generated constants uniformly
Thu, 29 Aug 2013 15:02:42 +0200 rationalized bindings
blanchet [Thu, 29 Aug 2013 15:02:42 +0200] rev 53263
rationalized bindings
Thu, 29 Aug 2013 13:51:31 +0200 rationalize message generation + added a warning
blanchet [Thu, 29 Aug 2013 13:51:31 +0200] rev 53262
rationalize message generation + added a warning
Thu, 29 Aug 2013 11:19:27 +0200 removed outdated comments
panny [Thu, 29 Aug 2013 11:19:27 +0200] rev 53261
removed outdated comments
Thu, 29 Aug 2013 10:08:55 +0200 build relator term for compound type (generalized build_map)
traytel [Thu, 29 Aug 2013 10:08:55 +0200] rev 53260
build relator term for compound type (generalized build_map)
Thu, 29 Aug 2013 08:05:29 +0200 documentation ideas
blanchet [Thu, 29 Aug 2013 08:05:29 +0200] rev 53259
documentation ideas
Thu, 29 Aug 2013 07:49:54 +0200 renamed an ML filed for consistency (low-level => ctor/dtor/xtor in name)
blanchet [Thu, 29 Aug 2013 07:49:54 +0200] rev 53258
renamed an ML filed for consistency (low-level => ctor/dtor/xtor in name)
Thu, 29 Aug 2013 05:42:37 +0200 merge
blanchet [Thu, 29 Aug 2013 05:42:37 +0200] rev 53257
merge
Thu, 29 Aug 2013 05:41:58 +0200 more
blanchet [Thu, 29 Aug 2013 05:41:58 +0200] rev 53256
more
Thu, 29 Aug 2013 00:18:02 +0200 tuned proofs;
wenzelm [Thu, 29 Aug 2013 00:18:02 +0200] rev 53255
tuned proofs;
Wed, 28 Aug 2013 23:48:45 +0200 merged
wenzelm [Wed, 28 Aug 2013 23:48:45 +0200] rev 53254
merged
Wed, 28 Aug 2013 23:41:21 +0200 tuned proofs;
wenzelm [Wed, 28 Aug 2013 23:41:21 +0200] rev 53253
tuned proofs;
Wed, 28 Aug 2013 22:50:23 +0200 tuned proofs;
wenzelm [Wed, 28 Aug 2013 22:50:23 +0200] rev 53252
tuned proofs;
Wed, 28 Aug 2013 22:25:14 +0200 complete symbols only in backslash forms -- less intrusive editing, greater chance of finding escape sequence in text;
wenzelm [Wed, 28 Aug 2013 22:25:14 +0200] rev 53251
complete symbols only in backslash forms -- less intrusive editing, greater chance of finding escape sequence in text; complete words >= 3 characters only; discontinued short word abbrev "Un" (see also fdd6e68e29d9 and e38e80686ce5);
Wed, 28 Aug 2013 19:12:15 +0200 tuned signature -- no need for ooddities;
wenzelm [Wed, 28 Aug 2013 19:12:15 +0200] rev 53250
tuned signature -- no need for ooddities;
Wed, 28 Aug 2013 19:08:11 +0200 tuned -- help finding rare NPE on cold start;
wenzelm [Wed, 28 Aug 2013 19:08:11 +0200] rev 53249
tuned -- help finding rare NPE on cold start;
Wed, 28 Aug 2013 17:20:16 +0200 tuned proofs;
wenzelm [Wed, 28 Aug 2013 17:20:16 +0200] rev 53248
tuned proofs;
Wed, 28 Aug 2013 16:36:46 +0200 uniform use of isabelle.jEdit.Popup, based on generic screen location operations;
wenzelm [Wed, 28 Aug 2013 16:36:46 +0200] rev 53247
uniform use of isabelle.jEdit.Popup, based on generic screen location operations;
Wed, 28 Aug 2013 15:14:58 +0200 more elementary Popup via JLayeredPane -- avoid javax.swing.PopupFactory with its many problems and dangers of accidental HeavyWeightPopup (especially on Mac OS X);
wenzelm [Wed, 28 Aug 2013 15:14:58 +0200] rev 53246
more elementary Popup via JLayeredPane -- avoid javax.swing.PopupFactory with its many problems and dangers of accidental HeavyWeightPopup (especially on Mac OS X); observe !evt.isConsumed semantically: no initial dismiss here (e.g. due to cursor keys);
Wed, 28 Aug 2013 10:35:12 +0200 tuned;
wenzelm [Wed, 28 Aug 2013 10:35:12 +0200] rev 53245
tuned;
Wed, 28 Aug 2013 09:36:05 +0200 dismiss popups more uniformly;
wenzelm [Wed, 28 Aug 2013 09:36:05 +0200] rev 53244
dismiss popups more uniformly;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip