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