]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
cxx compile fixes ; several patches from John
[lyx.git] / src / mathed / ChangeLog
1 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * math_grid.C (addCol): add second argument to cellinfo_.insert.
4         Cleanup a bit the code.
5         (appendRow): do not call push_back without argument.
6
7         * *.C: remove all "using namespace std" directives (not
8         good!!) and replaced it with relevant "using" directives.
9         
10         * math_macrotemplate.C (Clone): change return type to MathInset*
11
12 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13
14         * math_sizeinset.C: include support/LOstream.h
15
16         * math_scriptinset.C (Metrics): std:: qualify max
17
18         * math_root.C (Metrics): std:: qualify max
19         (Write): std:: qualify ostream
20         (WriteNormal): ditto
21
22         * math_matrixinset.C (getLabelList): std:: qualify vector
23         include vector
24         (Metrics): std:: qualify max
25         (header_write): std:: qualify ostream
26         (footer_write): ditto
27
28         * math_macrotemplate.C (Write): std:: qualify ostream
29
30         * math_bigopinset.C (Metrics): std:: qualify max, and include
31         functional 
32
33         * math_matrixinset.h: include vector and std:: qualify it.
34
35         * array.C (GetInset): get a pointer to the first element of bf_
36         not an iterator.
37
38 2001-06-25  The LyX Project  <Asger>
39
40         * math_scriptinset.C: Fix for entering with cursor up/down.
41
42         * math_fracinset.C: We can enter fractions with cursor up and
43         down.
44
45         * math_cursor.C (Right): Fixes for cursor movement.
46
47         * formula.C (draw): New background color for math.
48         
49         * math_cursor.C: Fixes for toggling labels on/off in math.
50         Fixes for infinity and other symbols that didn't appear in
51         LaTeX.
52
53 2001-06-24  The LyX Project  <Asger>
54
55         * math_inset.C: Cursor movement is better in square roots, among
56         other things.
57
58         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
59         cursor up/down movement. What not.
60
61 2001-06-24  The LyX Project  <Asger>
62
63         * math_matrixinset.C: Hidden labels are hidden, unless a small
64         dragon jumps out of the screen, and pronounce them to the entire
65         world.
66
67 2001-06-24  The LyX Project  <Easter egg>
68
69         * math_cursor.C: Cursor improvements after a few dead-ends
70         in the evolution of cursor movement were tested and scrapped.
71         
72 2001-06-24  The LyX Project  <Asger>
73
74         * math_cursor.C: Renamed stack to path.
75
76 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
77
78         * math_macro.C:
79         * math_root.C: removed // -*- C++ -*- as first line.
80
81 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
82
83         * array.C: bring memmove into main namespace if necessary
84
85 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
86
87         * math_parser.C (yylex): use contains instead of strchr
88         (parse_align): remove last arg, change to take string const & as
89         first arg.
90         (mathed_parse): use string for ar2 and ar, adjust
91
92         * math_decorationinset.C (Write): use compare instead of strcmp
93
94         * formula.C (LocalDispatch): change arg2 to string, adjust for this
95         (LocalDispatch): add std::
96         (LocalDispatch): use contains instead of strchr
97
98         * array.C (move): add std::
99
100 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
101
102         * matriz.C: add using directives when needed for C functions
103         declared in std:: namespace.
104
105         * math_macrotemplate.h: do not use explicitely std::string, but
106         string. 
107
108         * math_macroarg.C: avoid bringing the whole std:: namespace in
109         global-land. When you do that, there is an ambiguity between
110         lyxstring and std::string (which may be defined at the same time).
111
112         * formula.C (HandleExtern): add .c_str() to .str() (useful when
113         using lyxtring)
114
115 2001-04-27 André Pönitz  <poenitz@htwm.de>
116
117         * math_parser.C: fix \frac handling bug introduced on 04-24
118         * math_xiter.C: hotfix for merging "shared" insets
119         * formula.C: fixing display after using math-insert
120
121 2001-04-25 André Pönitz  <poenitz@htwm.de>
122
123         * math_*.[Ch]: WriteNormal
124         * formula.C: Support for new "math extern" command
125         * math_parser.C: fix \frac handling bug introduced on 04-24
126         * math_xiter.C: hotfix for merging "shared" insets
127
128 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
129
130         * math_macrotable.C: include <iostream>
131
132 2001-04-24 André Pönitz  <poenitz@htwm.de>
133
134         * math_macro.[Ch]:
135         * math_macrotable.[Ch]:
136         * math_macroarg.[Ch]: restructuring of macro handling
137         * several files: 
138
139 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
140
141         * array.h (operator<<):
142         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
143
144         * math_macrotable.C: added using std::make_pair directive.
145         (dump): added using std::cerr directive here as I guess that this is
146         temporary.
147
148 2001-04-20  Allan Rae  <rae@lyx.org>
149
150         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
151
152 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
153
154         * math_macrotemplate.h: inherit privately from noncopyable
155
156         * math_macro.C (Metrics): reindent, use unsigned int as loop var
157         (setArgumentIdx): change test to avoid unsigned warning
158
159         * formula.C (LocalDispatch): use LFUN_MESSAGE
160
161 2001-04-16  Allan Rae  <rae@lyx.org>
162
163         * formula.C (Latex, getLabelList, LocalDispatch): 
164         * math_parser.C (mathed_parse): 
165         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
166         an unrecognised preprocessor directive.  So ensure they're wrapped.
167
168 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
169
170         * formula.C (draw): adjust for cursor_visible
171         (ToggleInsetCursor): adjust for cursor_visible and constify asc
172         and desc
173         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
174         (HideInsetCursor): adjust for cursor_visible
175         (LocalDispatch): constify default_label and res
176
177 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
178
179         * math_rowst.C: add missing #include <config.h>.
180
181 2001-03-16  André Pönitz  <poenitz@htwm.de>
182
183         * math_matrixinset.h:
184         * math_parinset.[Ch]:
185         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
186       
187 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
188
189         * Makefile.am:
190         * formula.C:
191         * math_forms.h:
192         * math_forms.C:
193         * math_panel.h:
194         * math_panel.C:
195         * math_symbols.C: maths panel moved to GUII
196
197 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
198
199         * math_cursor.C: use lyxerr instead of cerr.
200
201 2001-03-15  André Pönitz  <poenitz@htwm.de>
202
203         * math_cursor.C: fix bug (cursor was leaving two insets at a time
204            instead of one)
205
206 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
207
208         * math_macrotable.h: noncopyable is in namespace boost
209         * math_macrotemplate.h: ditto
210
211         * math_rowst.h: make MathedRowContainer::iterator public.
212
213 2001-03-15  André Pönitz  <poenitz@htwm.de>
214
215         * math_parser.C: read '\nonumber' again (was broken)
216
217         * math_rowst.C: new file
218
219 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
220
221         * math_cursor.C: added using directive.
222
223 2001-03-15  André Pönitz  <poenitz@htwm.de>
224
225         * math_rowst.h: Finally remove MathedRowSt
226
227         * math_parser.C:
228           math_xiter.C: changed accordingly
229
230 2001-03-12  André Pönitz  <poenitz@htwm.de>
231
232         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
233             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
234
235 2001-03-10  André Pönitz  <poenitz@htwm.de>
236
237         * math_xiter.[Ch]:
238           math_matrixinset.C: move adjustVerticalSt to the only place where
239       it is used. Fix a small bug where the cached row structure and the
240             actual data get out of sync after the deletion of whole rows
241
242 2001-03-09  André Pönitz  <poenitz@htwm.de>
243
244         * math_cursor.C: use std::vector<> in MathStackXIter
245                 change selstk from a pointer to the "real thing"
246
247         * math_rowst.h: new MathedRowContainer::erase method
248
249         * math_xiter.C: use MathedRowContainer::erase
250
251         * math_parser.C: use MathedRowContainer::insert_after
252
253 2001-03-08  André Pönitz  <poenitz@htwm.de>
254
255         * math_rowst.h: give MathedRowContainer an 'insert' method. 
256
257         * math_xiter.C: new 'container()' method to encapsulated access to
258           the MathParInset's MathedRowContainer
259
260         * math_rowst.h: proper copy constructor and destructor for
261           MathedRowContainer
262
263         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
264           automatically created by the compiler are ok now.
265         
266 2001-03-06  André Pönitz  <poenitz@htwm.de>
267
268         * array.[Ch]: factor out deep_copy,
269           remove third argument from raw_pointer_insert 
270
271         * math_iter.[Ch]: remove unused function Clear()        
272
273         * math_cursor.C: change signature of MathStackXIter:push()
274           whitespace changes
275
276         * math_rowst.h: introduction of MathRowContainer
277           several files: corresponding changes
278
279 2001-03-04  André Pönitz  <poenitz@htwm.de>
280
281   * math_macrotemplate.[Ch]:
282     math_macro.C: move update() functionality to the macro
283
284         * math_rowst.h: split MathedRowSt into "data" and "list"
285
286 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
287
288         * math_macrotemplate.C (update): use MathMacro::getArg, and
289         receive a const reference.
290         (getMacroPar): add an Assert
291
292         * math_macrotemplate.h: make MathMacro a friend, make update take
293         a const reference.
294
295         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
296         and store a MathMacroArgument in the vector
297         * math_macro.C: changes because of the above.
298         (getArg): new method
299
300         * math_parser.C (mathed_parse): plug potential leak
301
302         * math_iter.h: add comment on virtual destructor
303
304         * math_iter.C (Delete): make c const
305
306         * math_parinset.C (Metrics): cleanup indent. make one string const.
307
308         * math_inset.C (size): move out of line
309         (incSize): ditto
310
311         * math_macroarg.h: remove default constructor
312
313         * math_macroarg.C: include Lsstream.h instead of debug.h
314         (MathMacroArgument): remove default constructor
315         (Write): add std:: on ostream arg
316
317 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
318
319         * math_parser.C:
320         * formula.C: make DEBUG into lyxerr
321
322 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
323
324         * math_macrotemplate.h: make noncopyable, remove last arg to
325         constructor, remove flags_ add edit_
326         (flags): remove method
327
328         * math_macrotemplate.C (setArgument): delete method
329         (update): make idx const
330         (Metrics): use edit_, remove flags_
331         (draw): use edit_, remove flags_
332         (setEditMode): set edit_, remove flags_
333         (MathMacroTemplate): initialize edit_, remove flags_
334
335         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
336         shared_ptr, let constructor take a shared_ptr
337
338         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
339         initialization. 
340         (draw): remove unneded update, remove removed update of x,y
341         (GetXY): call tmplates GetMacroXY directly
342         (SetFocus): call Metrics() instead of update()
343         (Write): remove support for math macro environments, simplifications.
344
345         * math_macrotable.h: make class noncopyable, change getMacro to
346         createMacro, change vector to map store a
347         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
348
349         * math_macrotable.C: add pragma
350         (createMacro): change name from getMacro, use shared_ptr
351         (getTemplate): Use map lookup to get macro, return shared_ptr
352         (addTemplate): assert that m containse a valid pointer, use map[]
353         insert.
354         (builtinMacros): by using shared_ptr fix the mem leak, remove
355         commented out unsupported macros
356
357         * math_cursor.C: changes because of the above
358         * math_parser.C: changes because of the abobe
359         
360         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
361         default arg on constructor.
362         * formulamacro.C: changes because of the above
363
364         * math_parinset.h: add pragma
365         (SetAlign): move inline out of class def
366         (GetColumns): ditto
367         (GetRows): ditto
368         (isMatrix): ditto
369         (setArgumentIdx): ditto
370         (setNextArgIdx): ditto
371         (getArgumentIdx): ditto
372         (getMaxArgumentIdx): ditto
373         (setRowSt): ditto
374         (xo): ditto
375         (yo): ditto
376
377         * math_parinset.C: add pragma
378         (Write): change the else clause, lessen depth
379
380         * math_macroarg.h: small whitespace change
381
382         * array.C: include support/LOstream.h add using ostream and endl
383
384         * array.h (dump): add std:: on ostream
385
386 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
387
388         * math_macrotemplate.h: remove default arg on update
389
390         * math_macrotemplate.C (update): add assert and remove noop case.
391
392         * formulamacro.C (Read): add comment.
393         (ascent): remove noop call to MathMacroTemplate
394         (descent): ditto
395         (width): ditto
396         (draw): ditto
397
398         * math_parser.C (mathed_parse): fix another potential problem by
399         passing a freestanding mathedarray.
400
401         * math_root.C (GetData): add const version
402
403         * math_parinset.C (~MathParInset): delete
404         (GetData): add const version
405
406         * math_matrixinset.C (MathMatrixInset): delete pointer version,
407         make it a proper copy constructor instead
408         (Clone): change acc.
409         (MathMatrixInset): remvoe default val for m and n
410
411         * math_macro.C (GetData): add const version
412
413         * math_fracinset.C (GetData): add const version
414
415         * math_cursor.C (SelCopy): make p1 and p2 const
416         (SelCut): make p1 and p2 const
417
418         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
419         (LyxCode): move inline out of class
420         (ConvertFont): ditto
421         (display): ditto
422
423         * array.[Ch] (dump): method added for debugging purposes
424
425         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
426         mathed_parse when reading a matrix.
427
428         * math_spaceinset.[Ch]: add pragma, make variables private add
429         '_', change order of method definitions.
430
431         * math_root.h (~MathRootInset): delete
432         Change uroot_ to be a real object instead of a pointer
433         * math_root.C: changes because of the above
434
435         * math_macro.C (MathMacro(MathMacro*)): delete constructor
436         (MathMacro(MathMacro const &)): new copy constructor
437
438         * math_inset.h: delete constructor taking a pointer to MathedInset
439         (size, incSize): move inline method
440
441         * math_funcinset.h: add pragma, remove class vars ln and fname,
442         change protected to private, add '_' to priv vars.
443         (~MathFuncInset): remove
444
445         * math_fracinset.h: make MathParInset den_ a real object and not a
446         pointer. 
447
448         * math_fracinset.C (MathFracInset): clean up, move initalization
449         to initialization list
450         (~MathFracInset): remove
451         (Clone): remove leak
452
453         * math_draw.C: delete file
454         
455         * math_dotsinset.[Ch]: add pragma
456
457         * math_bigopinset.h: make protected variables private add '_' to vars.
458
459         * math_bigopinset.C: move methods to follow class definition order
460
461         * math_accentinset.h (getAccentCode): move inline here
462
463         * math_accentinset.C (MathAccentInset): cleanup
464         (draw): constify dw
465
466 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
467
468         * math_inset.[Ch] (MathedInset): remove method
469
470         * Makefile.am (libmathed_la_SOURCES): correct typo
471
472         * math_parinset.C (draw): move MathedXiter data(this) up. and
473         remove it two other places.
474
475         * math_macro.C (MathMacro): use array directly, don't use
476         setArgumentIdx and GetData
477
478 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
479
480         * math_macroarg.C (MathMacroArgument): delete
481         * math_macro.C (~MathMacro): delete
482         * math_macrotemplate.C (~MathMacroTemplate): delete
483         
484         * math_decorationinset.[Ch]: add pragma
485         * math_deliminset.[Ch]: likewise
486         * math_fracinset.[Ch]: likewise
487         * math_macroarg.[Ch]: likewise
488         * math_macrotemplate.[Ch]: likewise
489         * math_matrixinset.[Ch]: likewise
490         
491         * formulamacro.C (Read): set contents of tmacro_ to ar.
492
493         * formulamacro.h: add '_' to private variables.
494         * formalamacro.C: changes because of this.
495
496 2001-02-23  Juergen Vigna  <jug@sad.it>
497
498         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
499         should be) and not an int.
500
501         * formulamacro.C (LocalDispatch): ditto.
502
503 2001-02-14  André Pönitz  <poenitz@htwm.de>
504
505         * math_parinset.[Ch]: make array a real MathArray, not just a
506           pointer to one.
507
508         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
509
510         * several files: subsequent changes
511         
512         * math_cursor.C: make selarray a proper MathArray
513
514         * several files: Change "MathedArray *" to "MathedArray &"
515
516
517 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
518
519         * array.C (MathedArray): Fix compilation problem.
520
521 2001-02-14  André Pönitz  <poenitz@htwm.de>
522
523         * array.[Ch]: "deep" copy constructor and assignment operator for
524         MathArray 
525
526         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
527
528         * math_iter.[Ch]: remove SetData
529           several files: subsequent changes
530
531 2001-02-14  André Pönitz  <poenitz@htwm.de>
532
533         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
534         ARRAY_STEP 
535
536         * math_iter.C: default-construct and resize array
537
538 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
539
540         * math_xiter.h: move ipush and ipop to public, add _ on private
541         variables, move protected var to private, remove friend.
542
543         * math_cursor.C (insertInset): rename method from Insert also
544         remove default arg val. Call the public methods of xiter instead
545         of private variables.
546
547         * changes to several files because of the above.
548         
549 2001-02-14  André Pönitz  <poenitz@htwm.de>
550
551         * math_iter.[Ch]: hide fcode_
552         * math_xiter.C:
553         * math_parinset.C: subsequent changes
554
555
556 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
557
558         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
559         math_utils.h
560
561         * math_write.C: delete file
562         * math_delim.C: delete file
563         * marh_sqrtinset.h: delete file
564
565         * move funcs to more localized files, more general cleanup.
566         Constify several local vars. Doxygen changes. Formatting.
567         
568 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
569
570         * support.C: add some consts
571
572         * matriz.C: clean up a bit.
573         (matmat): remove the for loop.
574
575         * several files: changes so that several friends can be removed
576
577 2001-02-14  André Pönitz  <poenitz@htwm.de>
578
579         * formula.C: reformatting 
580
581         * math_cursor.[Ch]:
582           math_iter.[Ch]:
583           math_xiter.[Ch]: remove unneeded members
584
585 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
586
587         * math_parser.C: 
588         * math_panel.C: 
589         * formula.C: remove cruft
590
591         * array.C (begin): new method
592         (end): ditto
593
594 2001-02-14  André Pönitz  <poenitz@htwm.de>
595         
596         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
597
598         * math_cursor.C: reformatting 
599
600 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
601
602         * math_spaceinset.C: 
603         * math_root.C: 
604         * math_matrixinset.C: 
605         * math_macrotemplate.C: 
606         * math_funcinset.C: 
607         * math_fracinset.C: 
608         * math_dotsinset.C: 
609         * math_deliminset.C: 
610         * math_decorationinset.C: 
611         * math_bigopinset.C: 
612         * math_accentinset.C: 
613         * math_sqrtinset.C: include LOstream.h and add using directive.
614
615 2001-02-14  André Pönitz  <poenitz@htwm.de>
616
617         * math_iter.C: reformatting 
618
619 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
620
621         * math_spaceinset.C (GetSpace): move here
622
623         * math_parinset.C: add debug.h, move several prev. inlined methods
624         here. 
625
626         * math_macrotable.C math_xiter.C support.C: add debug.h
627
628         * math_macro.h: remove debug.h, remove typedefs
629
630         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
631         extern decls.
632
633         * math_hash.C: change some defines to int const. change use of
634         LM_TC_NORMAL to LM_TC_VAR
635
636         * math_draw.C: delete file
637
638         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
639         forward decls. remove LM_TC_NORMAL, move inline methods to
640         support.C (and support.h)
641
642         * math_cursor.C: move several previous inlined methods here
643
644         * math_bigopinset.h math_dotsinset.h math_funcinset.h
645         math_parinset.h math_spaceinset.h: add math_defs.h
646
647         * math_accentinset.h: add support.h and math_defs.h
648
649         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
650
651         * formula.h: remove unused func decl: OpenMathInset
652
653         * formula.C math_inset.h: get rid of math_defs.h
654
655         * array.h: switch to support.h instead of math_defs.h
656
657         * array.C: remove one include
658
659         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
660
661         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
662
663         * math_parser.C: include macrotable and macrotemplate
664
665         * math_macrotemplate.[Ch]: new files
666
667         * math_macrotable.[Ch]: new files
668
669         * math_macroarg.[Ch]: new files
670
671         * math_macro.C: move stuff to the new files.
672
673         * math_cursor.C: include math_macrotable.h
674
675         * macro_support.[Ch]: new files
676
677         * formulamacro.C: add more includes
678
679         * Makefile.am (libmathed_la_SOURCES): add new files.
680
681 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
682
683         * Makefile.am (libmathed_la_SOURCES): remove duplicate
684         math_sqrtinset. 
685
686         * support.C: 
687         * math_xiter.C: 
688         * math_parinset.C: add a bunch of "using" directives.
689
690         * math_funcinset.h: 
691         * math_decorationinset.h: 
692         * math_bigopinset.h: 
693         * math_spaceinset.h: remove more couples of inline.
694
695 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
696
697         * math_xiter.h: remove a couple of "inline"
698
699         * array.C (strange_copy): fix bug (hopefully) 
700         * many files: add a lot of new files and move methods to the class
701         files they belong to. Only first attempt at cleanup more will
702         follow.
703         
704 2001-02-12  André Pönitz  <poenitz@htwm.de>
705         
706         * math_macro.[hC]: replace MathMacroArgument[] with
707           std::vector<MathMacroArgument>
708         * math_defs.h:
709           math_inset.C: replace int[] with std::vector<int>
710         * math_panel.h:
711         * math_symbols.C: replace FL_OBJECTP[] with
712         std::vector<FL_OBJECT*>
713         
714 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
715
716         * math_defs.h (struct MathedRowSt): make all private variables end
717         with '_', initialize in initializer list instead of in function
718         body.
719
720 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
721
722         * formula.C (LocalDispatch): Change the default action of
723         break-line to create an align* environment instead of eqnarray*.
724
725         * math_inset.C (Metrics): Correct drawing of the multline
726         environment.
727
728 2001-02-12  André Pönitz  <poenitz@htwm.de>
729         
730         * array.[hC]: replace private variable maxsize_ with call to
731         bf_.size()
732         * math_defs.h: replace int[] by std::vector<int> for
733         MathedRowSt::widths
734
735 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
736
737         * array.h: made all variables private, removed friend, added new
738         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
739         non const operator[] added setter for last and getter for maxsize.
740         changed name from LyxArrayBase to MathedArray.
741         changed name of some methods to start with lowerchar.
742         moved inline methods to array.C
743         
744         * math_iter.C + several file: changes because of the above.
745
746         * array.C: new file with the prev inline methods.
747         
748 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
749
750         * Many files: add support for the align environment from amsmath.
751
752 2001-02-09  André Pönitz  <poenitz@htwm.de>
753
754         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
755         * several files: subsequent changes         
756         * math_iter.h: remove unused prototype
757         * array.h: ditto.
758
759 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
760
761         * math_macro.C (draw): add .c_str() to .str() (useful when
762         compiling with lyxstring, but STL sstream).
763         (Metrics): ditto.
764
765 2001-02-08  André Pönitz  <poenitz@htwm.de>
766
767         * several files: get rid of reinterpret_cast.
768
769 2001-02-04  Allan Rae  <rae@lyx.org>
770
771         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
772         just casting the variable.
773
774 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
775
776         * Many files: Add support for multline and alignat environments from 
777         amsmath.
778
779 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
780
781         * math_symbols.C (math_insert_greek): Move cursor right when
782         unlocking the math inset.
783
784 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
785
786         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
787
788         * formula.C (LocalDispatch): Before inserting a label in an
789         eqnarray, move the cursor to the top level.
790
791         * math_iter.C (getLabel): Test if crow == 0.
792
793 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
794
795         * math_draw.C (Metrics): Use the correct GetString.
796