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