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