]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
4535c63426b38130d12c8e435fa256c28921af2f
[lyx.git] / src / mathed / ChangeLog
1 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * formula.C (LocalDispatch): Change the default action of
4         break-line to create an align* environment instead of eqnarray*.
5
6         * math_inset.C (Metrics): Correct drawing of the multline environment.
7
8 2001-02-12  André Pönitz  <poenitz@htwm.de>
9         * array.[hC]: replace private variable maxsize_ with call 
10         to bf_.size() 
11
12 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
13
14         * array.h: made all variables private, removed friend, added new
15         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
16         non const operator[] added setter for last and getter for maxsize.
17         changed name from LyxArrayBase to MathedArray.
18         changed name of some methods to start with lowerchar.
19         moved inline methods to array.C
20         
21         * math_iter.C + several file: changes because of the above.
22
23         * array.C: new file with the prev inline methods.
24         
25 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
26
27         * Many files: add support for the align environment from amsmath.
28
29 2001-02-09  André Pönitz  <poenitz@htwm.de>
30
31         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
32         * several files: subsequent changes         
33         * math_iter.h: remove unused prototype
34         * array.h: ditto.
35
36 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
37
38         * math_macro.C (draw): add .c_str() to .str() (useful when
39         compiling with lyxstring, but STL sstream).
40         (Metrics): ditto.
41
42 2001-02-08  André Pönitz  <poenitz@htwm.de>
43
44         * several files: get rid of reinterpret_cast.
45
46 2001-02-04  Allan Rae  <rae@lyx.org>
47
48         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
49         just casting the variable.
50
51 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
52
53         * Many files: Add support for multline and alignat environments from 
54         amsmath.
55
56 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
57
58         * math_symbols.C (math_insert_greek): Move cursor right when
59         unlocking the math inset.
60
61 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
62
63         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
64
65         * formula.C (LocalDispatch): Before inserting a label in an
66         eqnarray, move the cursor to the top level.
67
68         * math_iter.C (getLabel): Test if crow == 0.
69
70 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
71
72         * math_draw.C (Metrics): Use the correct GetString.
73