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