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