]> git.lyx.org Git - features.git/blob - src/mathed/ChangeLog
support for TeX's \choose
[features.git] / src / mathed / ChangeLog
1
2 2001-08-13  André Pönitz  <poenitz@gmx.net>
3
4         * math_factory.[Ch]: new files for the creation of math insets
5
6         * math_parser.C:
7                 math_cursor.C:
8                 math_hash.C: simplifications
9
10         * math_binom.[Ch]: new files for "native" \binom/\choose inset
11
12         * math_parser.C:
13                 math_cursor.C: reading support for TeX style \over and \choose
14
15 2001-08-10  André Pönitz  <poenitz@gmx.net>
16
17         *       math_scopeinset.[Ch]: new inset for {} blocks
18
19         *       math_accentinset.[Ch]: removed unneeded files
20
21         * math_grid.[Ch]:
22           math_matrix.[Ch]: start support for "interrow spacing"
23
24         * all over the place: rework of parser stuff
25
26 2001-08-08  André Pönitz  <poenitz@gmx.net>
27
28         *       math_fracbase.[Ch]:
29         * math_fracinset.[Ch]: new hierarchy
30
31         *       math_stackrelbase.[Ch]: native \stackrel support
32
33         * math_inset.[Ch]: removal of the name_ member
34
35         * math_deliminset.[Ch]: rework
36
37 2001-08-06  André Pönitz  <poenitz@gmx.net>
38
39         * formulamacro.C: fix nasty bug due to missing copy constructor
40
41         * math_bigopinset.[Ch]: revival for things like \int, \sum
42
43         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
44         
45         * math_diminset.h: make cache variables mutable, remove const_cast
46
47         * formulabase.[Ch]: remove unneeded convertFont()
48
49         * math_funcinset.[Ch]: bring red color back
50
51         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
52         inset to the mcaro table
53
54 2001-08-01  André Pönitz  <poenitz@gmx.net>
55
56         * math_cursor.C:
57                 formulamacro.C: fix memory leaks
58
59         * math_matrixinset.C: fix mis-alignment of eqnarray columns
60
61         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
62         MathMatrixInset * and MathMacroTemplate * to save a few casts
63
64         * all over the place: everything is an inset now
65
66         * math_nestinset.[Ch]: new abstract base class for insets containing
67         other insets.
68
69         * math_diminset.[Ch]: new abstract base class for insets that need
70         the width_/ascent_/descent_ cache
71
72 2001-07-25  André Pönitz  <poenitz@gmx.net>
73         
74         * formulabase.C: re-enable 'space enlargement' feature
75
76         * math_scriptinset.C:
77                 math_bigopinset.C: rework of script insets
78
79 2001-07-22  André Pönitz  <poenitz@gmx.net>
80
81         * math_cursor.C: fix "pullArg" behaviour
82
83         * math_cursor.C: keep empty super/subscript a bit longer
84
85         * math_cursor.C: do not move into insets that don't have inner cells yet
86
87         * formulabase.C: fix memory leak
88
89         * math_cursor.C: ^ now copies selection into new srriptinset
90         
91         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
92           using the mouse
93
94         * math_updowninset.C: fix drawing glitches
95
96         * math_cursor.C: paste to correct position
97
98 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
99
100         * formula.C (insetAllowed): allow insertion of label
101
102 2001-07-20 André Pönitz  <poenitz@gmx.net>
103
104         * math_macrotable.C: support for \land and \vee
105
106 2001-07-16 André Pönitz  <poenitz@gmx.net>
107
108         * math_grid.[Ch] -> math_gridinset.[Ch]
109           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
110
111         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
112           fix 'mathed reports wrong width', cosmetics
113
114 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
115
116         * math_cursor.C (operator==): moved ouf of struct
117         (operator<): ditto
118         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
119
120 2001-07-16 André Pönitz  <poenitz@gmx.net>
121
122         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
123
124         * several files: supporting changes
125
126 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
127
128         Consistent use of Lsstream.h:
129         * formula.C: removed using std::ostringstream directive.
130
131         * math_cursor.C: std::istringstream -> istringstream.
132
133 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
134
135         * math_decorationinset.h: add std:: qualifier
136
137 2001-07-12 André Pönitz  <poenitz@gmx.net>
138
139         * math_updowninset.[hC]: new base class for script and bigop insets
140                 *.[hC]: subsequent changes to all Metric() functions
141         
142         * math_parser.C: small changes (\sqrt0 is read properly now)
143         
144 2001-07-10 André Pönitz  <poenitz@gmx.net>
145         
146         * math_accentinset.[hC]: rewrite
147
148         * math_parser.C:
149                 math_cursor.C: subsequent changes
150
151         * math_grid.C: <Delete> in the first cell of a completely empty row
152           deletes that row, <C-Return> places the cursor in the first of the
153           new empty cells.
154
155         * math_grid.C: try to split cell nicely when mutating from single-cell
156           to multi-cell environment
157
158 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
159
160         * math_matrixinset.C (mutate): Use only the first label when
161         mutating eqnarray to display formula.
162
163 2001-07-09  Juergen Vigna  <jug@sad.it>
164
165         * formulabase.C (mathDispatchCreation): don't do anything with the
166         inset if it cannot be inserted!
167
168 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
169
170         * formulabase.C (mathDispatchInsertMath): remove bogus return
171         statement. 
172
173 2001-07-09 André Pönitz  <poenitz@gmx.net>
174
175         * math_*inset.C: Change order of arguments in MathInset constructor 
176
177         * math_cursor.C: Remove broken "increase space" feature for a while
178
179 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
180
181         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
182
183 2001-07-04 André Pönitz  <poenitz@gmx.net>
184
185         * math_parser.C: fix reading of "unusual" alpha chars
186
187         * xarray.[hC]: fix debug output of xarray
188
189 2001-07-03 André Pönitz  <poenitz@gmx.net>
190
191         * math_parser.C: fix bug where equations did not get their labels
192
193         * formulabase.C: new feature: changing font on selection
194
195         * several files: subsequent changes
196
197         * array.C: fix bug when insets have not been cloned properly
198         This should fix quite a few "random" crashes...
199
200 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
201
202         * formulabase.C (localDispatch): use .c_str() on istringstream
203         constructor argument.
204
205 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
206
207         * math_grid.C (addCol): add second argument to cellinfo_.insert.
208         Cleanup a bit the code.
209         (appendRow): do not call push_back without argument.
210
211         * *.C: remove all "using namespace std" directives (not
212         good!!) and replaced it with relevant "using" directives.
213         
214         * math_macrotemplate.C (Clone): change return type to MathInset*
215
216 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
217
218         * math_sizeinset.C: include support/LOstream.h
219
220         * math_scriptinset.C (Metrics): std:: qualify max
221
222         * math_root.C (Metrics): std:: qualify max
223         (Write): std:: qualify ostream
224         (WriteNormal): ditto
225
226         * math_matrixinset.C (getLabelList): std:: qualify vector
227         include vector
228         (Metrics): std:: qualify max
229         (header_write): std:: qualify ostream
230         (footer_write): ditto
231
232         * math_macrotemplate.C (Write): std:: qualify ostream
233
234         * math_bigopinset.C (Metrics): std:: qualify max, and include
235         functional 
236
237         * math_matrixinset.h: include vector and std:: qualify it.
238
239         * array.C (GetInset): get a pointer to the first element of bf_
240         not an iterator.
241
242 2001-06-25  The LyX Project  <Asger>
243
244         * math_scriptinset.C: Fix for entering with cursor up/down.
245
246         * math_fracinset.C: We can enter fractions with cursor up and
247         down.
248
249         * math_cursor.C (Right): Fixes for cursor movement.
250
251         * formula.C (draw): New background color for math.
252         
253         * math_cursor.C: Fixes for toggling labels on/off in math.
254         Fixes for infinity and other symbols that didn't appear in
255         LaTeX.
256
257 2001-06-24  The LyX Project  <Asger>
258
259         * math_inset.C: Cursor movement is better in square roots, among
260         other things.
261
262         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
263         cursor up/down movement. What not.
264
265 2001-06-24  The LyX Project  <Asger>
266
267         * math_matrixinset.C: Hidden labels are hidden, unless a small
268         dragon jumps out of the screen, and pronounce them to the entire
269         world.
270
271 2001-06-24  The LyX Project  <Easter egg>
272
273         * math_cursor.C: Cursor improvements after a few dead-ends
274         in the evolution of cursor movement were tested and scrapped.
275         
276 2001-06-24  The LyX Project  <Asger>
277
278         * math_cursor.C: Renamed stack to path.
279
280 2001-06-24  The LyX Project  <André>
281
282         * *.[Ch]:
283           Makefile.am: The Big Patch
284           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
285      new MathScriptInset for up/down stuff;
286            delete MathIter/MatXIter, MathParInset, MathRowSt
287      Changes to the inset inheritance tree, reunification of abstract math
288      inset base classes;
289      label/numbering handling back to life;
290      major changes to the parser(s);
291      new base class FormulaBase for the two math LyXInsets;
292            general cleanup and cosmetic changes)
293
294 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
295
296         * math_macro.C:
297         * math_root.C: removed // -*- C++ -*- as first line.
298
299 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
300
301         * array.C: bring memmove into main namespace if necessary
302
303 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
304
305         * math_parser.C (yylex): use contains instead of strchr
306         (parse_align): remove last arg, change to take string const & as
307         first arg.
308         (mathed_parse): use string for ar2 and ar, adjust
309
310         * math_decorationinset.C (Write): use compare instead of strcmp
311
312         * formula.C (LocalDispatch): change arg2 to string, adjust for this
313         (LocalDispatch): add std::
314         (LocalDispatch): use contains instead of strchr
315
316         * array.C (move): add std::
317
318 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
319
320         * matriz.C: add using directives when needed for C functions
321         declared in std:: namespace.
322
323         * math_macrotemplate.h: do not use explicitely std::string, but
324         string. 
325
326         * math_macroarg.C: avoid bringing the whole std:: namespace in
327         global-land. When you do that, there is an ambiguity between
328         lyxstring and std::string (which may be defined at the same time).
329
330         * formula.C (HandleExtern): add .c_str() to .str() (useful when
331         using lyxtring)
332
333 2001-04-27 André Pönitz  <poenitz@gmx.net>
334
335         * math_parser.C: fix \frac handling bug introduced on 04-24
336         * math_xiter.C: hotfix for merging "shared" insets
337         * formula.C: fixing display after using math-insert
338
339 2001-04-25 André Pönitz  <poenitz@gmx.net>
340
341         * math_*.[Ch]: WriteNormal
342         * formula.C: Support for new "math extern" command
343         * math_parser.C: fix \frac handling bug introduced on 04-24
344         * math_xiter.C: hotfix for merging "shared" insets
345
346 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
347
348         * math_macrotable.C: include <iostream>
349
350 2001-04-24 André Pönitz  <poenitz@gmx.net>
351
352         * math_macro.[Ch]:
353         * math_macrotable.[Ch]:
354         * math_macroarg.[Ch]: restructuring of macro handling
355         * several files: 
356
357 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
358
359         * array.h (operator<<):
360         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
361
362         * math_macrotable.C: added using std::make_pair directive.
363         (dump): added using std::cerr directive here as I guess that this is
364         temporary.
365
366 2001-04-20  Allan Rae  <rae@lyx.org>
367
368         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
369
370 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
371
372         * math_macrotemplate.h: inherit privately from noncopyable
373
374         * math_macro.C (Metrics): reindent, use unsigned int as loop var
375         (setArgumentIdx): change test to avoid unsigned warning
376
377         * formula.C (LocalDispatch): use LFUN_MESSAGE
378
379 2001-04-16  Allan Rae  <rae@lyx.org>
380
381         * formula.C (Latex, getLabelList, LocalDispatch): 
382         * math_parser.C (mathed_parse): 
383         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
384         an unrecognised preprocessor directive.  So ensure they're wrapped.
385
386 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
387
388         * formula.C (draw): adjust for cursor_visible
389         (ToggleInsetCursor): adjust for cursor_visible and constify asc
390         and desc
391         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
392         (HideInsetCursor): adjust for cursor_visible
393         (LocalDispatch): constify default_label and res
394
395 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
396
397         * math_rowst.C: add missing #include <config.h>.
398
399 2001-03-16  André Pönitz  <poenitz@gmx.net>
400
401         * math_matrixinset.h:
402         * math_parinset.[Ch]:
403         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
404       
405 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
406
407         * Makefile.am:
408         * formula.C:
409         * math_forms.h:
410         * math_forms.C:
411         * math_panel.h:
412         * math_panel.C:
413         * math_symbols.C: maths panel moved to GUII
414
415 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
416
417         * math_cursor.C: use lyxerr instead of cerr.
418
419 2001-03-15  André Pönitz  <poenitz@gmx.net>
420
421         * math_cursor.C: fix bug (cursor was leaving two insets at a time
422            instead of one)
423
424 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
425
426         * math_macrotable.h: noncopyable is in namespace boost
427         * math_macrotemplate.h: ditto
428
429         * math_rowst.h: make MathedRowContainer::iterator public.
430
431 2001-03-15  André Pönitz  <poenitz@gmx.net>
432
433         * math_parser.C: read '\nonumber' again (was broken)
434
435         * math_rowst.C: new file
436
437 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
438
439         * math_cursor.C: added using directive.
440
441 2001-03-15  André Pönitz  <poenitz@gmx.net>
442
443         * math_rowst.h: Finally remove MathedRowSt
444
445         * math_parser.C:
446           math_xiter.C: changed accordingly
447
448 2001-03-12  André Pönitz  <poenitz@gmx.net>
449
450         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
451             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
452
453 2001-03-10  André Pönitz  <poenitz@gmx.net>
454
455         * math_xiter.[Ch]:
456           math_matrixinset.C: move adjustVerticalSt to the only place where
457       it is used. Fix a small bug where the cached row structure and the
458             actual data get out of sync after the deletion of whole rows
459
460 2001-03-09  André Pönitz  <poenitz@gmx.net>
461
462         * math_cursor.C: use std::vector<> in MathStackXIter
463                 change selstk from a pointer to the "real thing"
464
465         * math_rowst.h: new MathedRowContainer::erase method
466
467         * math_xiter.C: use MathedRowContainer::erase
468
469         * math_parser.C: use MathedRowContainer::insert_after
470
471 2001-03-08  André Pönitz  <poenitz@gmx.net>
472
473         * math_rowst.h: give MathedRowContainer an 'insert' method. 
474
475         * math_xiter.C: new 'container()' method to encapsulated access to
476           the MathParInset's MathedRowContainer
477
478         * math_rowst.h: proper copy constructor and destructor for
479           MathedRowContainer
480
481         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
482           automatically created by the compiler are ok now.
483         
484 2001-03-06  André Pönitz  <poenitz@gmx.net>
485
486         * array.[Ch]: factor out deep_copy,
487           remove third argument from raw_pointer_insert 
488
489         * math_iter.[Ch]: remove unused function Clear()        
490
491         * math_cursor.C: change signature of MathStackXIter:push()
492           whitespace changes
493
494         * math_rowst.h: introduction of MathRowContainer
495           several files: corresponding changes
496
497 2001-03-04  André Pönitz  <poenitz@gmx.net>
498
499   * math_macrotemplate.[Ch]:
500     math_macro.C: move update() functionality to the macro
501
502         * math_rowst.h: split MathedRowSt into "data" and "list"
503
504 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
505
506         * math_macrotemplate.C (update): use MathMacro::getArg, and
507         receive a const reference.
508         (getMacroPar): add an Assert
509
510         * math_macrotemplate.h: make MathMacro a friend, make update take
511         a const reference.
512
513         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
514         and store a MathMacroArgument in the vector
515         * math_macro.C: changes because of the above.
516         (getArg): new method
517
518         * math_parser.C (mathed_parse): plug potential leak
519
520         * math_iter.h: add comment on virtual destructor
521
522         * math_iter.C (Delete): make c const
523
524         * math_parinset.C (Metrics): cleanup indent. make one string const.
525
526         * math_inset.C (size): move out of line
527         (incSize): ditto
528
529         * math_macroarg.h: remove default constructor
530
531         * math_macroarg.C: include Lsstream.h instead of debug.h
532         (MathMacroArgument): remove default constructor
533         (Write): add std:: on ostream arg
534
535 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
536
537         * math_parser.C:
538         * formula.C: make DEBUG into lyxerr
539
540 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
541
542         * math_macrotemplate.h: make noncopyable, remove last arg to
543         constructor, remove flags_ add edit_
544         (flags): remove method
545
546         * math_macrotemplate.C (setArgument): delete method
547         (update): make idx const
548         (Metrics): use edit_, remove flags_
549         (draw): use edit_, remove flags_
550         (setEditMode): set edit_, remove flags_
551         (MathMacroTemplate): initialize edit_, remove flags_
552
553         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
554         shared_ptr, let constructor take a shared_ptr
555
556         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
557         initialization. 
558         (draw): remove unneded update, remove removed update of x,y
559         (GetXY): call tmplates GetMacroXY directly
560         (SetFocus): call Metrics() instead of update()
561         (Write): remove support for math macro environments, simplifications.
562
563         * math_macrotable.h: make class noncopyable, change getMacro to
564         createMacro, change vector to map store a
565         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
566
567         * math_macrotable.C: add pragma
568         (createMacro): change name from getMacro, use shared_ptr
569         (getTemplate): Use map lookup to get macro, return shared_ptr
570         (addTemplate): assert that m containse a valid pointer, use map[]
571         insert.
572         (builtinMacros): by using shared_ptr fix the mem leak, remove
573         commented out unsupported macros
574
575         * math_cursor.C: changes because of the above
576         * math_parser.C: changes because of the abobe
577         
578         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
579         default arg on constructor.
580         * formulamacro.C: changes because of the above
581
582         * math_parinset.h: add pragma
583         (SetAlign): move inline out of class def
584         (GetColumns): ditto
585         (GetRows): ditto
586         (isMatrix): ditto
587         (setArgumentIdx): ditto
588         (setNextArgIdx): ditto
589         (getArgumentIdx): ditto
590         (getMaxArgumentIdx): ditto
591         (setRowSt): ditto
592         (xo): ditto
593         (yo): ditto
594
595         * math_parinset.C: add pragma
596         (Write): change the else clause, lessen depth
597
598         * math_macroarg.h: small whitespace change
599
600         * array.C: include support/LOstream.h add using ostream and endl
601
602         * array.h (dump): add std:: on ostream
603
604 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
605
606         * math_macrotemplate.h: remove default arg on update
607
608         * math_macrotemplate.C (update): add assert and remove noop case.
609
610         * formulamacro.C (Read): add comment.
611         (ascent): remove noop call to MathMacroTemplate
612         (descent): ditto
613         (width): ditto
614         (draw): ditto
615
616         * math_parser.C (mathed_parse): fix another potential problem by
617         passing a freestanding mathedarray.
618
619         * math_root.C (GetData): add const version
620
621         * math_parinset.C (~MathParInset): delete
622         (GetData): add const version
623
624         * math_matrixinset.C (MathMatrixInset): delete pointer version,
625         make it a proper copy constructor instead
626         (Clone): change acc.
627         (MathMatrixInset): remvoe default val for m and n
628
629         * math_macro.C (GetData): add const version
630
631         * math_fracinset.C (GetData): add const version
632
633         * math_cursor.C (SelCopy): make p1 and p2 const
634         (SelCut): make p1 and p2 const
635
636         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
637         (LyxCode): move inline out of class
638         (ConvertFont): ditto
639         (display): ditto
640
641         * array.[Ch] (dump): method added for debugging purposes
642
643         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
644         mathed_parse when reading a matrix.
645
646         * math_spaceinset.[Ch]: add pragma, make variables private add
647         '_', change order of method definitions.
648
649         * math_root.h (~MathRootInset): delete
650         Change uroot_ to be a real object instead of a pointer
651         * math_root.C: changes because of the above
652
653         * math_macro.C (MathMacro(MathMacro*)): delete constructor
654         (MathMacro(MathMacro const &)): new copy constructor
655
656         * math_inset.h: delete constructor taking a pointer to MathedInset
657         (size, incSize): move inline method
658
659         * math_funcinset.h: add pragma, remove class vars ln and fname,
660         change protected to private, add '_' to priv vars.
661         (~MathFuncInset): remove
662
663         * math_fracinset.h: make MathParInset den_ a real object and not a
664         pointer. 
665
666         * math_fracinset.C (MathFracInset): clean up, move initalization
667         to initialization list
668         (~MathFracInset): remove
669         (Clone): remove leak
670
671         * math_draw.C: delete file
672         
673         * math_dotsinset.[Ch]: add pragma
674
675         * math_bigopinset.h: make protected variables private add '_' to vars.
676
677         * math_bigopinset.C: move methods to follow class definition order
678
679         * math_accentinset.h (getAccentCode): move inline here
680
681         * math_accentinset.C (MathAccentInset): cleanup
682         (draw): constify dw
683
684 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
685
686         * math_inset.[Ch] (MathedInset): remove method
687
688         * Makefile.am (libmathed_la_SOURCES): correct typo
689
690         * math_parinset.C (draw): move MathedXiter data(this) up. and
691         remove it two other places.
692
693         * math_macro.C (MathMacro): use array directly, don't use
694         setArgumentIdx and GetData
695
696 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
697
698         * math_macroarg.C (MathMacroArgument): delete
699         * math_macro.C (~MathMacro): delete
700         * math_macrotemplate.C (~MathMacroTemplate): delete
701         
702         * math_decorationinset.[Ch]: add pragma
703         * math_deliminset.[Ch]: likewise
704         * math_fracinset.[Ch]: likewise
705         * math_macroarg.[Ch]: likewise
706         * math_macrotemplate.[Ch]: likewise
707         * math_matrixinset.[Ch]: likewise
708         
709         * formulamacro.C (Read): set contents of tmacro_ to ar.
710
711         * formulamacro.h: add '_' to private variables.
712         * formalamacro.C: changes because of this.
713
714 2001-02-23  Juergen Vigna  <jug@sad.it>
715
716         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
717         should be) and not an int.
718
719         * formulamacro.C (LocalDispatch): ditto.
720
721 2001-02-14  André Pönitz  <poenitz@gmx.net>
722
723         * math_parinset.[Ch]: make array a real MathArray, not just a
724           pointer to one.
725
726         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
727
728         * several files: subsequent changes
729         
730         * math_cursor.C: make selarray a proper MathArray
731
732         * several files: Change "MathedArray *" to "MathedArray &"
733
734
735 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
736
737         * array.C (MathedArray): Fix compilation problem.
738
739 2001-02-14  André Pönitz  <poenitz@gmx.net>
740
741         * array.[Ch]: "deep" copy constructor and assignment operator for
742         MathArray 
743
744         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
745
746         * math_iter.[Ch]: remove SetData
747           several files: subsequent changes
748
749 2001-02-14  André Pönitz  <poenitz@gmx.net>
750
751         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
752         ARRAY_STEP 
753
754         * math_iter.C: default-construct and resize array
755
756 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
757
758         * math_xiter.h: move ipush and ipop to public, add _ on private
759         variables, move protected var to private, remove friend.
760
761         * math_cursor.C (insertInset): rename method from Insert also
762         remove default arg val. Call the public methods of xiter instead
763         of private variables.
764
765         * changes to several files because of the above.
766         
767 2001-02-14  André Pönitz  <poenitz@gmx.net>
768
769         * math_iter.[Ch]: hide fcode_
770         * math_xiter.C:
771         * math_parinset.C: subsequent changes
772
773
774 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
775
776         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
777         math_utils.h
778
779         * math_write.C: delete file
780         * math_delim.C: delete file
781         * marh_sqrtinset.h: delete file
782
783         * move funcs to more localized files, more general cleanup.
784         Constify several local vars. Doxygen changes. Formatting.
785         
786 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
787
788         * support.C: add some consts
789
790         * matriz.C: clean up a bit.
791         (matmat): remove the for loop.
792
793         * several files: changes so that several friends can be removed
794
795 2001-02-14  André Pönitz  <poenitz@gmx.net>
796
797         * formula.C: reformatting 
798
799         * math_cursor.[Ch]:
800           math_iter.[Ch]:
801           math_xiter.[Ch]: remove unneeded members
802
803 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
804
805         * math_parser.C: 
806         * math_panel.C: 
807         * formula.C: remove cruft
808
809         * array.C (begin): new method
810         (end): ditto
811
812 2001-02-14  André Pönitz  <poenitz@gmx.net>
813         
814         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
815
816         * math_cursor.C: reformatting 
817
818 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
819
820         * math_spaceinset.C: 
821         * math_root.C: 
822         * math_matrixinset.C: 
823         * math_macrotemplate.C: 
824         * math_funcinset.C: 
825         * math_fracinset.C: 
826         * math_dotsinset.C: 
827         * math_deliminset.C: 
828         * math_decorationinset.C: 
829         * math_bigopinset.C: 
830         * math_accentinset.C: 
831         * math_sqrtinset.C: include LOstream.h and add using directive.
832
833 2001-02-14  André Pönitz  <poenitz@gmx.net>
834
835         * math_iter.C: reformatting 
836
837 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
838
839         * math_spaceinset.C (GetSpace): move here
840
841         * math_parinset.C: add debug.h, move several prev. inlined methods
842         here. 
843
844         * math_macrotable.C math_xiter.C support.C: add debug.h
845
846         * math_macro.h: remove debug.h, remove typedefs
847
848         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
849         extern decls.
850
851         * math_hash.C: change some defines to int const. change use of
852         LM_TC_NORMAL to LM_TC_VAR
853
854         * math_draw.C: delete file
855
856         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
857         forward decls. remove LM_TC_NORMAL, move inline methods to
858         support.C (and support.h)
859
860         * math_cursor.C: move several previous inlined methods here
861
862         * math_bigopinset.h math_dotsinset.h math_funcinset.h
863         math_parinset.h math_spaceinset.h: add math_defs.h
864
865         * math_accentinset.h: add support.h and math_defs.h
866
867         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
868
869         * formula.h: remove unused func decl: OpenMathInset
870
871         * formula.C math_inset.h: get rid of math_defs.h
872
873         * array.h: switch to support.h instead of math_defs.h
874
875         * array.C: remove one include
876
877         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
878
879         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
880
881         * math_parser.C: include macrotable and macrotemplate
882
883         * math_macrotemplate.[Ch]: new files
884
885         * math_macrotable.[Ch]: new files
886
887         * math_macroarg.[Ch]: new files
888
889         * math_macro.C: move stuff to the new files.
890
891         * math_cursor.C: include math_macrotable.h
892
893         * macro_support.[Ch]: new files
894
895         * formulamacro.C: add more includes
896
897         * Makefile.am (libmathed_la_SOURCES): add new files.
898
899 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
900
901         * Makefile.am (libmathed_la_SOURCES): remove duplicate
902         math_sqrtinset. 
903
904         * support.C: 
905         * math_xiter.C: 
906         * math_parinset.C: add a bunch of "using" directives.
907
908         * math_funcinset.h: 
909         * math_decorationinset.h: 
910         * math_bigopinset.h: 
911         * math_spaceinset.h: remove more couples of inline.
912
913 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
914
915         * math_xiter.h: remove a couple of "inline"
916
917         * array.C (strange_copy): fix bug (hopefully) 
918         * many files: add a lot of new files and move methods to the class
919         files they belong to. Only first attempt at cleanup more will
920         follow.
921         
922 2001-02-12  André Pönitz  <poenitz@gmx.net>
923         
924         * math_macro.[hC]: replace MathMacroArgument[] with
925           std::vector<MathMacroArgument>
926         * math_defs.h:
927           math_inset.C: replace int[] with std::vector<int>
928         * math_panel.h:
929         * math_symbols.C: replace FL_OBJECTP[] with
930         std::vector<FL_OBJECT*>
931         
932 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
933
934         * math_defs.h (struct MathedRowSt): make all private variables end
935         with '_', initialize in initializer list instead of in function
936         body.
937
938 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
939
940         * formula.C (LocalDispatch): Change the default action of
941         break-line to create an align* environment instead of eqnarray*.
942
943         * math_inset.C (Metrics): Correct drawing of the multline
944         environment.
945
946 2001-02-12  André Pönitz  <poenitz@gmx.net>
947         
948         * array.[hC]: replace private variable maxsize_ with call to
949         bf_.size()
950         * math_defs.h: replace int[] by std::vector<int> for
951         MathedRowSt::widths
952
953 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
954
955         * array.h: made all variables private, removed friend, added new
956         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
957         non const operator[] added setter for last and getter for maxsize.
958         changed name from LyxArrayBase to MathedArray.
959         changed name of some methods to start with lowerchar.
960         moved inline methods to array.C
961         
962         * math_iter.C + several file: changes because of the above.
963
964         * array.C: new file with the prev inline methods.
965         
966 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
967
968         * Many files: add support for the align environment from amsmath.
969
970 2001-02-09  André Pönitz  <poenitz@gmx.net>
971
972         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
973         * several files: subsequent changes         
974         * math_iter.h: remove unused prototype
975         * array.h: ditto.
976
977 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
978
979         * math_macro.C (draw): add .c_str() to .str() (useful when
980         compiling with lyxstring, but STL sstream).
981         (Metrics): ditto.
982
983 2001-02-08  André Pönitz  <poenitz@gmx.net>
984
985         * several files: get rid of reinterpret_cast.
986
987 2001-02-04  Allan Rae  <rae@lyx.org>
988
989         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
990         just casting the variable.
991
992 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
993
994         * Many files: Add support for multline and alignat environments from 
995         amsmath.
996
997 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
998
999         * math_symbols.C (math_insert_greek): Move cursor right when
1000         unlocking the math inset.
1001
1002 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1003
1004         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
1005
1006         * formula.C (LocalDispatch): Before inserting a label in an
1007         eqnarray, move the cursor to the top level.
1008
1009         * math_iter.C (getLabel): Test if crow == 0.
1010
1011 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1012
1013         * math_draw.C (Metrics): Use the correct GetString.
1014