]> git.lyx.org Git - features.git/blob - src/mathed/ChangeLog
090344a9f84e3d8065aeaa79de39cd5b2333f2c7
[features.git] / src / mathed / ChangeLog
1 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * math_spaceinset.C: 
4         * math_root.C: 
5         * math_matrixinset.C: 
6         * math_macrotemplate.C: 
7         * math_funcinset.C: 
8         * math_fracinset.C: 
9         * math_dotsinset.C: 
10         * math_deliminset.C: 
11         * math_decorationinset.C: 
12         * math_bigopinset.C: 
13         * math_accentinset.C: 
14         * math_sqrtinset.C: include LOstream.h and add using directive.
15
16 2001-02-12  André Pönitz  <poenitz@htwm.de>
17
18         * math_iter.C: reformatting 
19
20 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
21
22         * math_spaceinset.C (GetSpace): move here
23
24         * math_parinset.C: add debug.h, move several prev. inlined methods
25         here. 
26
27         * math_macrotable.C math_xiter.C support.C: add debug.h
28
29         * math_macro.h: remove debug.h, remove typedefs
30
31         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
32         extern decls.
33
34         * math_hash.C: change some defines to int const. change use of
35         LM_TC_NORMAL to LM_TC_VAR
36
37         * math_draw.C: delete file
38
39         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
40         forward decls. remove LM_TC_NORMAL, move inline methods to
41         support.C (and support.h)
42
43         * math_cursor.C: move several previous inlined methods here
44
45         * math_bigopinset.h math_dotsinset.h math_funcinset.h
46         math_parinset.h math_spaceinset.h: add math_defs.h
47
48         * math_accentinset.h: add support.h and math_defs.h
49
50         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
51
52         * formula.h: remove unused func decl: OpenMathInset
53
54         * formula.C math_inset.h: get rid of math_defs.h
55
56         * array.h: switch to support.h instead of math_defs.h
57
58         * array.C: remove one include
59
60         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
61
62         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
63
64         * math_parser.C: include macrotable and macrotemplate
65
66         * math_macrotemplate.[Ch]: new files
67
68         * math_macrotable.[Ch]: new files
69
70         * math_macroarg.[Ch]: new files
71
72         * math_macro.C: move stuff to the new files.
73
74         * math_cursor.C: include math_macrotable.h
75
76         * macro_support.[Ch]: new files
77
78         * formulamacro.C: add more includes
79
80         * Makefile.am (libmathed_la_SOURCES): add new files.
81
82 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
83
84         * Makefile.am (libmathed_la_SOURCES): remove duplicate
85         math_sqrtinset. 
86
87         * support.C: 
88         * math_xiter.C: 
89         * math_parinset.C: add a bunch of "using" directives.
90
91         * math_funcinset.h: 
92         * math_decorationinset.h: 
93         * math_bigopinset.h: 
94         * math_spaceinset.h: remove more couples of inline.
95
96 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
97
98         * math_xiter.h: remove a couple of "inline"
99
100         * array.C (strange_copy): fix bug (hopefully) 
101         * many files: add a lot of new files and move methods to the class
102         files they belong to. Only first attempt at cleanup more will
103         follow.
104         
105 2001-02-12  André Pönitz  <poenitz@htwm.de>
106         
107         * math_macro.[hC]: replace MathMacroArgument[] with
108           std::vector<MathMacroArgument>
109         * math_defs.h:
110           math_inset.C: replace int[] with std::vector<int>
111         * math_panel.h:
112         * math_symbols.C: replace FL_OBJECTP[] with
113         std::vector<FL_OBJECT*>
114         
115 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
116
117         * math_defs.h (struct MathedRowSt): make all private variables end
118         with '_', initialize in initializer list instead of in function
119         body.
120
121 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
122
123         * formula.C (LocalDispatch): Change the default action of
124         break-line to create an align* environment instead of eqnarray*.
125
126         * math_inset.C (Metrics): Correct drawing of the multline
127         environment.
128
129 2001-02-12  André Pönitz  <poenitz@htwm.de>
130         
131         * array.[hC]: replace private variable maxsize_ with call to
132         bf_.size()
133         * math_defs.h: replace int[] by std::vector<int> for
134         MathedRowSt::widths
135
136 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
137
138         * array.h: made all variables private, removed friend, added new
139         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
140         non const operator[] added setter for last and getter for maxsize.
141         changed name from LyxArrayBase to MathedArray.
142         changed name of some methods to start with lowerchar.
143         moved inline methods to array.C
144         
145         * math_iter.C + several file: changes because of the above.
146
147         * array.C: new file with the prev inline methods.
148         
149 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
150
151         * Many files: add support for the align environment from amsmath.
152
153 2001-02-09  André Pönitz  <poenitz@htwm.de>
154
155         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
156         * several files: subsequent changes         
157         * math_iter.h: remove unused prototype
158         * array.h: ditto.
159
160 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
161
162         * math_macro.C (draw): add .c_str() to .str() (useful when
163         compiling with lyxstring, but STL sstream).
164         (Metrics): ditto.
165
166 2001-02-08  André Pönitz  <poenitz@htwm.de>
167
168         * several files: get rid of reinterpret_cast.
169
170 2001-02-04  Allan Rae  <rae@lyx.org>
171
172         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
173         just casting the variable.
174
175 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
176
177         * Many files: Add support for multline and alignat environments from 
178         amsmath.
179
180 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
181
182         * math_symbols.C (math_insert_greek): Move cursor right when
183         unlocking the math inset.
184
185 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
186
187         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
188
189         * formula.C (LocalDispatch): Before inserting a label in an
190         eqnarray, move the cursor to the top level.
191
192         * math_iter.C (getLabel): Test if crow == 0.
193
194 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
195
196         * math_draw.C (Metrics): Use the correct GetString.
197