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