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