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