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