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