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