]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/dist/ChangeLog
new command eval added
[helm.git] / helm / software / matita / dist / ChangeLog
1 0.5.v  - dd/mm/yyy - bugfix release
2         * New macro eval
3         * More code in the direction of a fully functional matita status, that
4           improved undo reliability in the parser/notation modules
5         * matitac was seldom compiling up-to-date files, fixed
6         * Memory consumption durin proof construction cut down using Lazy.t
7           proof terms
8         * mstyle support in notation for text color, font size
9         * AutoGui now scales fonts to the correct user-requested size 
10         * Non linear pattern matching from the level of terms to the
11           one of content in interpretation command (if the same variable name
12           is used, the two captured terms must be alpha equivalent to match)
13
14 0.5.3  - 23/7/2008 - bugfix release
15         * many fixes concerning the CProp hiearchy
16         * coercion database simplified
17         * coercion hiding now works properly for coercions to funclass
18         * triangular pullback works better with coercions to the function space
19         * notation for lists fixed to add a break point after the separator
20         * notation for the existential is now user definable
21         * \infrule layout added, allows to display readable fractions
22         * better window for terms grammar and TeX/Unicode
23         * fixed a bug in the positivity check not considering some subterms
24         * fixed some GUI glitches thanks to glade-3
25
26 0.5.2  - 2/7/2008 - better-usability-for-the-working-constructivist release
27         * refinement of match fixed to prevent useless unfolding,
28           head_beta_reduce is used instead of whd ~delta:true
29         * CProp hierarchy, interleaved with type (used to be a single universe)
30         * Notation now allows to set the precedence level of subterms, avoiding
31           unnecessary parenthese
32         * UTF-8 / TeX conversion table is now available in the Help menu
33         * Notation subsystem described in the manual
34         * EBNF term grammar is now available in the View menu (and is in sync with
35           the currently loaded notation)
36         * Rewrite tactic (in hypothesis) now computes the right sort and
37           uses the right equality elimination principle
38         * URI free interpretation and coercion statements (scripts are almost
39           relocatable now)
40         * elim and cases tactic now support a pattern to specify hypotheses that 
41           are generalized before the elimination. 
42
43 0.5.1  - 29/5/2008 - minor bug fix release
44         * visualization of inductive types reports the number of fixed parameters
45         * a wrong context was used to refine fixpoints arguments
46           when trying to optimize out the letin (grep for `AvoidLetIn):
47           (let rec f x = Fix... in f t ---> Fix... t)
48         * auto fixed to prefer goals with metavariables to closed ones,
49           added new syntax to specify the universe "auto by t1, t2, ...",
50                 updated documentation describing all auto parameters
51         * declarative language syntax and documentation ported to the new 
52           auto parameters
53
54 0.5.0  - 9/5/2008 - bugfix release
55         * first release not considered experimental
56
57 0.4.98 - ??/11/2007 - bugfix release
58         * compiles against camlp5 >= 5.0  
59         * changed lablgtksourceview module name since it is now part of lablgtk2
60
61 0.4.97 - 16/11/2007 - initial release