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