]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/dist/ChangeLog
...
[helm.git] / helm / software / matita / dist / ChangeLog
1 0.5.7 - 15/02/2009 - PĂ doa release
2         * are_convertible bug solved, arguments of application where 
3           compared allowing cumulativity. This allowed to prove Type0=Type1.
4         * cases tactic speedup in the simplest case of an inductive type 
5           hose right parameters have all to be abstracted when the outtype is
6           built
7         * maction support added to output notation (adopted for "=" that 
8           expands to "= \sub T" to show the equality type)
9         * generation of derived lemmas rewritten to be based on hooks that
10           are triggered every definition
11         * composition of coercions fixed, more composite are generated
12         * undo mechanism for coercions remade, should work better
13         * new command "prefer coercion foo" to reorder coercions.
14         * UTF-8 eq classes and virtuals described in the manual and
15           consistently printed in the TeX/UTF-8 table
16         * added a memory system for UTF-8 equivalence classes, so that
17           last choice is remembered and attempted first next time the same
18           eq class is walked trough
19         * some core notation fixed to allow a better setoid-path
20           representation (foo ^-1 changed precedence)
21         * matita manual updated with a section regarding the usage of 
22           the liveCD with the VirtualBox emulator
23         * liveCD fixed to allow to easily mount/unmount real host folders
24           with VirtualBox
25         * ttf-freefont package added to the liveCD together with gucharmap
26         * coercions from convertible types are not inserted for real, they
27           just behave as hints for the unification algorithm
28         * virtuals (eq classes) fixed w.r.t. greek letters
29         * some virtuals added to ease the writing of diamond (<>), box ([])
30           and upper bar (_).
31         * code that generates eliminators fixed to use whd ~delta set to true
32           when counting products, this allows to used definitions as inductive
33           type ariety.
34         * match ... with rendering fixed to break the box containing
35           constructors arguments if needed (i.e. record projections
36           are now almost readable)
37         * fixed pattern matching over ast terms, Ast.Case construct can be
38           matched correctly. Look the o-algebra example if you are
39           intereseted.
40         * Mpadded MathML tag can be used in notation, it allows to overlap
41           symbols reducing the bounding box size 
42
43 0.5.6 - 1/12/2008 - bugfix release
44         * more abstract disambiguation algorithm, simpler instantiation
45           to a different CIC/refiner
46         * natural deduction support improved in the first order case
47         * natural deduction lem rule does now support lemmas 
48           with (up to) 3 premises (multicut rule, displayed as
49           a collapsed tree)
50
51 0.5.5  - 17/11/2008 - bugfix release with students in mind      
52         * by ... we proved fixed to use only the specified lemmas but
53           using full unification inside auto.
54         * new apply rule tactic, that exploits the goal type to
55           disambiguate the input term.
56         * new didactic/ library directory, with support for natural deduction
57           treese.
58
59 0.5.4  - 19/10/2008 - bugfix release    
60         * When a file is opened, the cursor is placed at the begin of the
61           buffer and not atthe end as before
62         * New macro eval
63         * More code in the direction of a fully functional matita status, that
64           improved undo reliability in the parser/notation modules
65         * matitac was seldom compiling up-to-date files, fixed
66         * Memory consumption durin proof construction cut down using Lazy.t
67           proof terms
68         * mstyle support in notation for text color, font size
69         * AutoGui now scales fonts to the correct user-requested size 
70         * Non linear pattern matching from the level of terms to the
71           one of content in interpretation command (if the same variable name
72           is used, the two captured terms must be alpha equivalent to match)
73
74 0.5.3  - 23/7/2008 - bugfix release
75         * many fixes concerning the CProp hiearchy
76         * coercion database simplified
77         * coercion hiding now works properly for coercions to funclass
78         * triangular pullback works better with coercions to the function space
79         * notation for lists fixed to add a break point after the separator
80         * notation for the existential is now user definable
81         * \infrule layout added, allows to display readable fractions
82         * better window for terms grammar and TeX/Unicode
83         * fixed a bug in the positivity check not considering some subterms
84         * fixed some GUI glitches thanks to glade-3
85
86 0.5.2  - 2/7/2008 - better-usability-for-the-working-constructivist release
87         * refinement of match fixed to prevent useless unfolding,
88           head_beta_reduce is used instead of whd ~delta:true
89         * CProp hierarchy, interleaved with type (used to be a single universe)
90         * Notation now allows to set the precedence level of subterms, avoiding
91           unnecessary parenthese
92         * UTF-8 / TeX conversion table is now available in the Help menu
93         * Notation subsystem described in the manual
94         * EBNF term grammar is now available in the View menu (and is in sync with
95           the currently loaded notation)
96         * Rewrite tactic (in hypothesis) now computes the right sort and
97           uses the right equality elimination principle
98         * URI free interpretation and coercion statements (scripts are almost
99           relocatable now)
100         * elim and cases tactic now support a pattern to specify hypotheses that 
101           are generalized before the elimination. 
102
103 0.5.1  - 29/5/2008 - minor bug fix release
104         * visualization of inductive types reports the number of fixed parameters
105         * a wrong context was used to refine fixpoints arguments
106           when trying to optimize out the letin (grep for `AvoidLetIn):
107           (let rec f x = Fix... in f t ---> Fix... t)
108         * auto fixed to prefer goals with metavariables to closed ones,
109           added new syntax to specify the universe "auto by t1, t2, ...",
110                 updated documentation describing all auto parameters
111         * declarative language syntax and documentation ported to the new 
112           auto parameters
113
114 0.5.0  - 9/5/2008 - bugfix release
115         * first release not considered experimental
116
117 0.4.98 - ??/11/2007 - bugfix release
118         * compiles against camlp5 >= 5.0  
119         * changed lablgtksourceview module name since it is now part of lablgtk2
120
121 0.4.97 - 16/11/2007 - initial release