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