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