Fri, 28 Feb 2014 11:13:25 +0100 tuned errors -- in accordance to Scala version;
wenzelm [Fri, 28 Feb 2014 11:13:25 +0100] rev 55797
tuned errors -- in accordance to Scala version;
Fri, 28 Feb 2014 10:50:54 +0100 tuned errors -- in accordance to ML antiquotations;
wenzelm [Fri, 28 Feb 2014 10:50:54 +0100] rev 55796
tuned errors -- in accordance to ML antiquotations;
Fri, 28 Feb 2014 10:40:04 +0100 more explicit method reports;
wenzelm [Fri, 28 Feb 2014 10:40:04 +0100] rev 55795
more explicit method reports; avoid combinator parsers with observable effect -- unreliable due to backtracking (Scan.FAIL) and incremental input (Scan.MORE);
Thu, 27 Feb 2014 21:36:40 +0100 merged
wenzelm [Thu, 27 Feb 2014 21:36:40 +0100] rev 55794
merged
Thu, 27 Feb 2014 21:31:58 +0100 tuned whitespace;
wenzelm [Thu, 27 Feb 2014 21:31:58 +0100] rev 55793
tuned whitespace; tuned proofs;
Thu, 27 Feb 2014 21:27:58 +0100 tuned whitespace;
wenzelm [Thu, 27 Feb 2014 21:27:58 +0100] rev 55792
tuned whitespace; modernized theory setup;
Thu, 27 Feb 2014 21:02:09 +0100 clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits;
wenzelm [Thu, 27 Feb 2014 21:02:09 +0100] rev 55791
clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits; clarified asynchronous event propagation: determine buffers where they are actually accessed; tuned signature;
Thu, 27 Feb 2014 17:56:59 +0100 simplified rendering -- no need to over-emphasize "token_range";
wenzelm [Thu, 27 Feb 2014 17:56:59 +0100] rev 55790
simplified rendering -- no need to over-emphasize "token_range";
Thu, 27 Feb 2014 17:39:20 +0100 modernized theory setup;
wenzelm [Thu, 27 Feb 2014 17:39:20 +0100] rev 55789
modernized theory setup;
Thu, 27 Feb 2014 17:29:58 +0100 store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
wenzelm [Thu, 27 Feb 2014 17:29:58 +0100] rev 55788
store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing; integrity check of SHA1 digests produced in Scala vs. ML; tuned signature;
Thu, 27 Feb 2014 17:24:46 +0100 more symbols;
wenzelm [Thu, 27 Feb 2014 17:24:46 +0100] rev 55787
more symbols;
Thu, 27 Feb 2014 17:24:16 +0100 more symbol abbrevs to support HOL library maintenance;
wenzelm [Thu, 27 Feb 2014 17:24:16 +0100] rev 55786
more symbol abbrevs to support HOL library maintenance;
Thu, 27 Feb 2014 14:51:14 +0100 reparse only for actually changed blobs;
wenzelm [Thu, 27 Feb 2014 14:51:14 +0100] rev 55785
reparse only for actually changed blobs; tuned signature;
Thu, 27 Feb 2014 14:15:23 +0100 proper document blobs for initial edit, which is relevant for loading auxiliary file buffers;
wenzelm [Thu, 27 Feb 2014 14:15:23 +0100] rev 55784
proper document blobs for initial edit, which is relevant for loading auxiliary file buffers;
Thu, 27 Feb 2014 14:07:04 +0100 more formal Document.Blobs;
wenzelm [Thu, 27 Feb 2014 14:07:04 +0100] rev 55783
more formal Document.Blobs; removed junk;
Thu, 27 Feb 2014 12:48:59 +0100 tuned output;
wenzelm [Thu, 27 Feb 2014 12:48:59 +0100] rev 55782
tuned output;
Thu, 27 Feb 2014 12:37:43 +0100 proper update of text perspective for nodes with changed blobs, which is important to refresh the corresponding command perspective (otherwise it might refer to invalid thy_load commands and cause full execution of the node by the prover);
wenzelm [Thu, 27 Feb 2014 12:37:43 +0100] rev 55781
proper update of text perspective for nodes with changed blobs, which is important to refresh the corresponding command perspective (otherwise it might refer to invalid thy_load commands and cause full execution of the node by the prover);
Thu, 27 Feb 2014 10:59:12 +0100 tuned iterator;
wenzelm [Thu, 27 Feb 2014 10:59:12 +0100] rev 55780
tuned iterator;
Thu, 27 Feb 2014 10:58:43 +0100 tuned;
wenzelm [Thu, 27 Feb 2014 10:58:43 +0100] rev 55779
tuned;
Thu, 27 Feb 2014 10:38:47 +0100 tuned comment;
wenzelm [Thu, 27 Feb 2014 10:38:47 +0100] rev 55778
tuned comment;
Wed, 26 Feb 2014 20:56:55 +0100 tuned output;
wenzelm [Wed, 26 Feb 2014 20:56:55 +0100] rev 55777
tuned output;
Thu, 27 Feb 2014 18:07:53 +0100 amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
haftmann [Thu, 27 Feb 2014 18:07:53 +0100] rev 55776
amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
Thu, 27 Feb 2014 16:07:21 +0000 A bit of tidying up
paulson <lp15@cam.ac.uk> [Thu, 27 Feb 2014 16:07:21 +0000] rev 55775
A bit of tidying up
Thu, 27 Feb 2014 15:19:09 +0100 added two examples
blanchet [Thu, 27 Feb 2014 15:19:09 +0100] rev 55774
added two examples
Thu, 27 Feb 2014 13:52:33 +0100 hide Lifting.invariant from a user completely
kuncar [Thu, 27 Feb 2014 13:52:33 +0100] rev 55773
hide Lifting.invariant from a user completely
Thu, 27 Feb 2014 13:04:57 +0100 correct most general type for mutual recursion when several identical types are involved
blanchet [Thu, 27 Feb 2014 13:04:57 +0100] rev 55772
correct most general type for mutual recursion when several identical types are involved
Thu, 27 Feb 2014 11:41:32 +0100 removed bogus "error" message (it appeared during regular mode of operation)
Lars Hupel <lars.hupel@mytum.de> [Thu, 27 Feb 2014 11:41:32 +0100] rev 55771
removed bogus "error" message (it appeared during regular mode of operation)
Wed, 26 Feb 2014 23:09:29 +0100 intermediate typedef for the type of the bound (local to lfp)
traytel [Wed, 26 Feb 2014 23:09:29 +0100] rev 55770
intermediate typedef for the type of the bound (local to lfp)
Wed, 26 Feb 2014 17:14:23 +0100 merged
wenzelm [Wed, 26 Feb 2014 17:14:23 +0100] rev 55769
merged
Wed, 26 Feb 2014 17:12:07 +0100 tuned specifications and proofs;
wenzelm [Wed, 26 Feb 2014 17:12:07 +0100] rev 55768
tuned specifications and proofs;
Wed, 26 Feb 2014 14:59:24 +0100 more precise before_caret_range (looking both in space and time);
wenzelm [Wed, 26 Feb 2014 14:59:24 +0100] rev 55767
more precise before_caret_range (looking both in space and time);
Wed, 26 Feb 2014 12:15:49 +0100 improved rendering of blinking cursor;
wenzelm [Wed, 26 Feb 2014 12:15:49 +0100] rev 55766
improved rendering of blinking cursor;
Wed, 26 Feb 2014 11:58:35 +0100 markup for method combinators;
wenzelm [Wed, 26 Feb 2014 11:58:35 +0100] rev 55765
markup for method combinators;
Wed, 26 Feb 2014 11:14:38 +0100 tuned;
wenzelm [Wed, 26 Feb 2014 11:14:38 +0100] rev 55764
tuned;
Wed, 26 Feb 2014 10:53:19 +0100 tuned signature;
wenzelm [Wed, 26 Feb 2014 10:53:19 +0100] rev 55763
tuned signature;
Wed, 26 Feb 2014 10:45:06 +0100 suppress completion of obscure keyword, avoid confusion with plain "simp";
wenzelm [Wed, 26 Feb 2014 10:45:06 +0100] rev 55762
suppress completion of obscure keyword, avoid confusion with plain "simp";
Wed, 26 Feb 2014 10:40:13 +0100 method language markup, e.g. relevant to prevent outer keyword completion;
wenzelm [Wed, 26 Feb 2014 10:40:13 +0100] rev 55761
method language markup, e.g. relevant to prevent outer keyword completion;
Wed, 26 Feb 2014 16:48:15 +0100 transfer domain rule for special case of functions - was missing
kuncar [Wed, 26 Feb 2014 16:48:15 +0100] rev 55760
transfer domain rule for special case of functions - was missing
Wed, 26 Feb 2014 15:33:52 +0100 replaced smt-based proof with metis proof that requires no external tool
boehmes [Wed, 26 Feb 2014 15:33:52 +0100] rev 55759
replaced smt-based proof with metis proof that requires no external tool
Wed, 26 Feb 2014 11:57:55 +0100 obsolete workaround
haftmann [Wed, 26 Feb 2014 11:57:55 +0100] rev 55758
obsolete workaround
Wed, 26 Feb 2014 11:57:52 +0100 prefer proof context over background theory
haftmann [Wed, 26 Feb 2014 11:57:52 +0100] rev 55757
prefer proof context over background theory
Wed, 26 Feb 2014 10:10:38 +0100 made tactics more robust
traytel [Wed, 26 Feb 2014 10:10:38 +0100] rev 55756
made tactics more robust
Tue, 25 Feb 2014 23:14:51 +0100 merged
wenzelm [Tue, 25 Feb 2014 23:14:51 +0100] rev 55755
merged
Tue, 25 Feb 2014 23:12:48 +0100 tuned specifications and proofs;
wenzelm [Tue, 25 Feb 2014 23:12:48 +0100] rev 55754
tuned specifications and proofs;
Tue, 25 Feb 2014 22:54:21 +0100 merged
wenzelm [Tue, 25 Feb 2014 22:54:21 +0100] rev 55753
merged
Tue, 25 Feb 2014 22:13:57 +0100 uniform insert vs. popup policy;
wenzelm [Tue, 25 Feb 2014 22:13:57 +0100] rev 55752
uniform insert vs. popup policy;
Tue, 25 Feb 2014 21:58:46 +0100 tuned proofs;
wenzelm [Tue, 25 Feb 2014 21:58:46 +0100] rev 55751
tuned proofs;
Tue, 25 Feb 2014 21:32:26 +0100 back to Markup.command for actual tokens (amending 4a4e5686e091) -- avoid conflict of jEdit token marker with Rendering.text_colors;
wenzelm [Tue, 25 Feb 2014 21:32:26 +0100] rev 55750
back to Markup.command for actual tokens (amending 4a4e5686e091) -- avoid conflict of jEdit token marker with Rendering.text_colors;
Tue, 25 Feb 2014 20:57:57 +0100 tuned signature;
wenzelm [Tue, 25 Feb 2014 20:57:57 +0100] rev 55749
tuned signature;
Tue, 25 Feb 2014 20:46:09 +0100 no word completion within word context;
wenzelm [Tue, 25 Feb 2014 20:46:09 +0100] rev 55748
no word completion within word context;
Tue, 25 Feb 2014 20:15:47 +0100 more completion rendering: active, semantic, syntactic;
wenzelm [Tue, 25 Feb 2014 20:15:47 +0100] rev 55747
more completion rendering: active, semantic, syntactic; tuned;
Tue, 25 Feb 2014 18:07:35 +0100 tuned;
wenzelm [Tue, 25 Feb 2014 18:07:35 +0100] rev 55746
tuned;
Tue, 25 Feb 2014 17:23:20 +0100 tuned message -- more markup;
wenzelm [Tue, 25 Feb 2014 17:23:20 +0100] rev 55745
tuned message -- more markup;
Tue, 25 Feb 2014 17:03:55 +0100 clarified token markup: keyword1/keyword2 is for syntax, and "command" the entity kind;
wenzelm [Tue, 25 Feb 2014 17:03:55 +0100] rev 55744
clarified token markup: keyword1/keyword2 is for syntax, and "command" the entity kind; tuned message;
Tue, 25 Feb 2014 14:56:58 +0100 proper context for global data;
wenzelm [Tue, 25 Feb 2014 14:56:58 +0100] rev 55743
proper context for global data;
Tue, 25 Feb 2014 14:34:18 +0100 modernized Method.check_name/check_source (with reports) vs. strict Method.the_method (without interning nor reports), e.g. relevant for semantic completion;
wenzelm [Tue, 25 Feb 2014 14:34:18 +0100] rev 55742
modernized Method.check_name/check_source (with reports) vs. strict Method.the_method (without interning nor reports), e.g. relevant for semantic completion; removed obsolete Method.Source_i; proper context for global data; tuned messages;
Tue, 25 Feb 2014 12:53:08 +0100 optimize special case according to Library.merge (see also 8fbc355100f2);
wenzelm [Tue, 25 Feb 2014 12:53:08 +0100] rev 55741
optimize special case according to Library.merge (see also 8fbc355100f2); no treatment for Net.merge, due to non-standard merge order;
Tue, 25 Feb 2014 11:36:04 +0100 more positions;
wenzelm [Tue, 25 Feb 2014 11:36:04 +0100] rev 55740
more positions; tuned messages;
Tue, 25 Feb 2014 10:50:12 +0100 more markup;
wenzelm [Tue, 25 Feb 2014 10:50:12 +0100] rev 55739
more markup;
Tue, 25 Feb 2014 19:07:42 +0100 simplify a proof due to 6c95a39348bd
kuncar [Tue, 25 Feb 2014 19:07:42 +0100] rev 55738
simplify a proof due to 6c95a39348bd
Tue, 25 Feb 2014 19:07:40 +0100 new rule for making rsp theorem more readable
kuncar [Tue, 25 Feb 2014 19:07:40 +0100] rev 55737
new rule for making rsp theorem more readable
Tue, 25 Feb 2014 19:07:14 +0100 unregister lifting setup following the best practice of Lifting
kuncar [Tue, 25 Feb 2014 19:07:14 +0100] rev 55736
unregister lifting setup following the best practice of Lifting
Tue, 25 Feb 2014 17:06:17 +0000 generalised some results using type classes
paulson <lp15@cam.ac.uk> [Tue, 25 Feb 2014 17:06:17 +0000] rev 55735
generalised some results using type classes
Tue, 25 Feb 2014 16:17:20 +0000 More complex-related lemmas
paulson <lp15@cam.ac.uk> [Tue, 25 Feb 2014 16:17:20 +0000] rev 55734
More complex-related lemmas
Tue, 25 Feb 2014 15:02:54 +0100 the rules are not needed due to 1726f46d2aa8
kuncar [Tue, 25 Feb 2014 15:02:54 +0100] rev 55733
the rules are not needed due to 1726f46d2aa8
Tue, 25 Feb 2014 15:02:20 +0100 simplify and repair proofs due to df0fda378813
kuncar [Tue, 25 Feb 2014 15:02:20 +0100] rev 55732
simplify and repair proofs due to df0fda378813
Tue, 25 Feb 2014 15:02:19 +0100 rewrite composition of quotients to a more readable form in a respectfulness goal that is presented to a user
kuncar [Tue, 25 Feb 2014 15:02:19 +0100] rev 55731
rewrite composition of quotients to a more readable form in a respectfulness goal that is presented to a user
Mon, 24 Feb 2014 23:17:55 +0000 Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk> [Mon, 24 Feb 2014 23:17:55 +0000] rev 55730
Gauss.thy ported from Old_Number_Theory (unfinished)
Mon, 24 Feb 2014 22:41:08 +0100 merged
wenzelm [Mon, 24 Feb 2014 22:41:08 +0100] rev 55729
merged
Mon, 24 Feb 2014 20:42:08 +0100 reverted c05d3e22adaf: Locale.intern is still required by AFP/Simpl;
wenzelm [Mon, 24 Feb 2014 20:42:08 +0100] rev 55728
reverted c05d3e22adaf: Locale.intern is still required by AFP/Simpl;
Mon, 24 Feb 2014 19:44:09 +0100 optimize special case according to Library.merge (see also 8fbc355100f2, 520872460b7b);
wenzelm [Mon, 24 Feb 2014 19:44:09 +0100] rev 55727
optimize special case according to Library.merge (see also 8fbc355100f2, 520872460b7b);
Mon, 24 Feb 2014 19:33:39 +0100 tuned colors;
wenzelm [Mon, 24 Feb 2014 19:33:39 +0100] rev 55726
tuned colors;
Mon, 24 Feb 2014 14:58:40 +0100 prefer standard Proof_Context.transfer, with theory stamp transfer (should now work thanks to purely functional theory, without Theory.copy etc.);
wenzelm [Mon, 24 Feb 2014 14:58:40 +0100] rev 55725
prefer standard Proof_Context.transfer, with theory stamp transfer (should now work thanks to purely functional theory, without Theory.copy etc.);
Mon, 24 Feb 2014 18:12:41 +0100 more robust registration of code equations
kuncar [Mon, 24 Feb 2014 18:12:41 +0100] rev 55724
more robust registration of code equations
Mon, 24 Feb 2014 18:12:40 +0100 be consistent and produce always rep_eq with =
kuncar [Mon, 24 Feb 2014 18:12:40 +0100] rev 55723
be consistent and produce always rep_eq with =
Mon, 24 Feb 2014 18:12:40 +0100 publish a useful function
kuncar [Mon, 24 Feb 2014 18:12:40 +0100] rev 55722
publish a useful function
Mon, 24 Feb 2014 18:12:39 +0100 don't be so aggresive for a public test function and raise only BAD_THM instead of ERROR
kuncar [Mon, 24 Feb 2014 18:12:39 +0100] rev 55721
don't be so aggresive for a public test function and raise only BAD_THM instead of ERROR
Mon, 24 Feb 2014 18:12:39 +0100 add missing attributes
kuncar [Mon, 24 Feb 2014 18:12:39 +0100] rev 55720
add missing attributes
Mon, 24 Feb 2014 16:56:04 +0000 Lemmas about Reals, norm, etc., and cleaner variants of existing ones
paulson <lp15@cam.ac.uk> [Mon, 24 Feb 2014 16:56:04 +0000] rev 55719
Lemmas about Reals, norm, etc., and cleaner variants of existing ones
Mon, 24 Feb 2014 15:45:55 +0000 A few lemmas about summations, etc.
paulson <lp15@cam.ac.uk> [Mon, 24 Feb 2014 15:45:55 +0000] rev 55718
A few lemmas about summations, etc.
Mon, 24 Feb 2014 13:52:48 +0100 merged
wenzelm [Mon, 24 Feb 2014 13:52:48 +0100] rev 55717
merged
Mon, 24 Feb 2014 13:18:33 +0100 tuned;
wenzelm [Mon, 24 Feb 2014 13:18:33 +0100] rev 55716
tuned;
Mon, 24 Feb 2014 13:16:50 +0100 tuned messages -- prefer quote before Position.here, which might be just \<here>;
wenzelm [Mon, 24 Feb 2014 13:16:50 +0100] rev 55715
tuned messages -- prefer quote before Position.here, which might be just \<here>;
Mon, 24 Feb 2014 13:10:33 +0100 clarified ML language flags;
wenzelm [Mon, 24 Feb 2014 13:10:33 +0100] rev 55714
clarified ML language flags;
Mon, 24 Feb 2014 12:51:55 +0100 clarified painting of invisible caret, e.g. focus change due to popup;
wenzelm [Mon, 24 Feb 2014 12:51:55 +0100] rev 55713
clarified painting of invisible caret, e.g. focus change due to popup;
Mon, 24 Feb 2014 12:23:35 +0100 tuned signature -- weaker type requirement;
wenzelm [Mon, 24 Feb 2014 12:23:35 +0100] rev 55712
tuned signature -- weaker type requirement;
Mon, 24 Feb 2014 12:14:03 +0100 paint completion range of active popup;
wenzelm [Mon, 24 Feb 2014 12:14:03 +0100] rev 55711
paint completion range of active popup;
Mon, 24 Feb 2014 11:05:02 +0100 tuned messages;
wenzelm [Mon, 24 Feb 2014 11:05:02 +0100] rev 55710
tuned messages;
Mon, 24 Feb 2014 10:48:34 +0100 clarified Token.range_of in accordance to Symbol_Pos.range;
wenzelm [Mon, 24 Feb 2014 10:48:34 +0100] rev 55709
clarified Token.range_of in accordance to Symbol_Pos.range; eliminated redundant Position.set_range, which is already included in Position.range;
Mon, 24 Feb 2014 10:17:29 +0100 tuned signature;
wenzelm [Mon, 24 Feb 2014 10:17:29 +0100] rev 55708
tuned signature;
Mon, 24 Feb 2014 10:16:10 +0100 clarified interaction with dead variables in the composition of BNFs
traytel [Mon, 24 Feb 2014 10:16:10 +0100] rev 55707
clarified interaction with dead variables in the composition of BNFs
Mon, 24 Feb 2014 00:04:48 +0100 added BNF cache (within one definition)
blanchet [Mon, 24 Feb 2014 00:04:48 +0100] rev 55706
added BNF cache (within one definition)
Sun, 23 Feb 2014 22:51:11 +0100 updated docs
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55705
updated docs
Sun, 23 Feb 2014 22:51:11 +0100 optimized 'bnf_of_typ' further w.r.t. dead variables
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55704
optimized 'bnf_of_typ' further w.r.t. dead variables
Sun, 23 Feb 2014 22:51:11 +0100 optimization of 'bnf_of_typ' if all variables are dead
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55703
optimization of 'bnf_of_typ' if all variables are dead
Sun, 23 Feb 2014 22:51:11 +0100 improved accounting for dead variables when naming set functions (refines d71c2737ee21)
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55702
improved accounting for dead variables when naming set functions (refines d71c2737ee21)
Sun, 23 Feb 2014 22:51:11 +0100 added explicit killing
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55701
added explicit killing
Sun, 23 Feb 2014 22:51:11 +0100 more precise error message
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55700
more precise error message
Sun, 23 Feb 2014 22:51:11 +0100 reuse same parser for '(co)datatype(_new)' as for 'bnf_decl'
blanchet [Sun, 23 Feb 2014 22:51:11 +0100] rev 55699
reuse same parser for '(co)datatype(_new)' as for 'bnf_decl'
Sun, 23 Feb 2014 21:53:01 +0100 tuned message;
wenzelm [Sun, 23 Feb 2014 21:53:01 +0100] rev 55698
tuned message;
Sun, 23 Feb 2014 21:45:27 +0100 tuned proofs;
wenzelm [Sun, 23 Feb 2014 21:45:27 +0100] rev 55697
tuned proofs;
Sun, 23 Feb 2014 21:30:47 +0100 tuned whitespace;
wenzelm [Sun, 23 Feb 2014 21:30:47 +0100] rev 55696
tuned whitespace;
Sun, 23 Feb 2014 21:30:35 +0100 unused;
wenzelm [Sun, 23 Feb 2014 21:30:35 +0100] rev 55695
unused;
Sun, 23 Feb 2014 21:11:59 +0100 clarified semantic completion: retain kind.full_name as official item name for history;
wenzelm [Sun, 23 Feb 2014 21:11:59 +0100] rev 55694
clarified semantic completion: retain kind.full_name as official item name for history; misc tuning;
Sun, 23 Feb 2014 20:24:33 +0100 try explicit semantic completion before syntax completion;
wenzelm [Sun, 23 Feb 2014 20:24:33 +0100] rev 55693
try explicit semantic completion before syntax completion;
Sun, 23 Feb 2014 19:29:27 +0100 more explicit Completion.Item.range, independently of caret;
wenzelm [Sun, 23 Feb 2014 19:29:27 +0100] rev 55692
more explicit Completion.Item.range, independently of caret;
Sun, 23 Feb 2014 18:18:40 +0100 tuned whitespace;
wenzelm [Sun, 23 Feb 2014 18:18:40 +0100] rev 55691
tuned whitespace;
Sun, 23 Feb 2014 16:08:38 +0100 clarified stretch_point_range wrt. UTF-16 surrogates;
wenzelm [Sun, 23 Feb 2014 16:08:38 +0100] rev 55690
clarified stretch_point_range wrt. UTF-16 surrogates; tuned;
Sun, 23 Feb 2014 15:38:21 +0100 tuned;
wenzelm [Sun, 23 Feb 2014 15:38:21 +0100] rev 55689
tuned;
Sun, 23 Feb 2014 15:35:19 +0100 some rendering of completion range;
wenzelm [Sun, 23 Feb 2014 15:35:19 +0100] rev 55688
some rendering of completion range; tuned;
Sun, 23 Feb 2014 14:39:51 +0100 clarified completion names;
wenzelm [Sun, 23 Feb 2014 14:39:51 +0100] rev 55687
clarified completion names; tuned signature;
Sun, 23 Feb 2014 10:44:57 +0100 NEWS and documentation, including correction of long-overseen "*"
haftmann [Sun, 23 Feb 2014 10:44:57 +0100] rev 55686
NEWS and documentation, including correction of long-overseen "*"
Sun, 23 Feb 2014 10:33:43 +0100 regenerated
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55685
regenerated
Sun, 23 Feb 2014 10:33:43 +0100 keep only identifiers public which are explicitly requested or demanded by dependencies
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55684
keep only identifiers public which are explicitly requested or demanded by dependencies
Sun, 23 Feb 2014 10:33:43 +0100 explicit option for "open" code generation
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55683
explicit option for "open" code generation
Sun, 23 Feb 2014 10:33:43 +0100 tuned
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55682
tuned
Sun, 23 Feb 2014 10:33:43 +0100 more fine-grain notion of export
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55681
more fine-grain notion of export
Sun, 23 Feb 2014 10:33:43 +0100 tuned
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55680
tuned
Sun, 23 Feb 2014 10:33:43 +0100 formal markup for public ingredients
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55679
formal markup for public ingredients
Sun, 23 Feb 2014 10:33:43 +0100 tuned
haftmann [Sun, 23 Feb 2014 10:33:43 +0100] rev 55678
tuned
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip