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