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