]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/dist/ChangeLog
some more fixes
[helm.git] / helm / software / matita / dist / ChangeLog
1 0.5.3  - ?/7/2008 - bugfix release
2         * many fixes concerning the CProp hiearchy
3         * coercion database simplified
4         * coercion hiding now works properly for coercions to funclass
5         * triangular pullback works better with coercions to the function space
6         * notation for lists fixed to add a break point after the separator
7         * notation for the existential is now user definable
8         * \infrule layout added, allows to display readable fractions
9         * better window for terms grammar and TeX/Unicode
10         * fixed a bug in the positivity check not considering some subterms
11
12 0.5.2  - 2/7/2008 - better-usability-for-the-working-constructivist release
13         * refinement of match fixed to prevent useless unfolding,
14           head_beta_reduce is used instead of whd ~delta:true
15         * CProp hierarchy, interleaved with type (used to be a single universe)
16         * Notation now allows to set the precedence level of subterms, avoiding
17           unnecessary parenthese
18         * UTF-8 / TeX conversion table is now available in the Help menu
19         * Notation subsystem described in the manual
20         * EBNF term grammar is now available in the View menu (and is in sync with
21           the currently loaded notation)
22         * Rewrite tactic (in hypothesis) now computes the right sort and
23           uses the right equality elimination principle
24         * URI free interpretation and coercion statements (scripts are almost
25           relocatable now)
26         * elim and cases tactic now support a pattern to specify hypotheses that 
27           are generalized before the elimination. 
28
29 0.5.1  - 29/5/2008 - minor bug fix release
30         * visualization of inductive types reports the number of fixed parameters
31         * a wrong context was used to refine fixpoints arguments
32           when trying to optimize out the letin (grep for `AvoidLetIn):
33           (let rec f x = Fix... in f t ---> Fix... t)
34         * auto fixed to prefer goals with metavariables to closed ones,
35           added new syntax to specify the universe "auto by t1, t2, ...",
36                 updated documentation describing all auto parameters
37         * declarative language syntax and documentation ported to the new 
38           auto parameters
39
40 0.5.0  - 9/5/2008 - bugfix release
41         * first release not considered experimental
42
43 0.4.98 - ??/11/2007 - bugfix release
44         * compiles against camlp5 >= 5.0  
45         * changed lablgtksourceview module name since it is now part of lablgtk2
46
47 0.4.97 - 16/11/2007 - initial release