]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
fix compilation problem
[lyx.git] / src / mathed / ChangeLog
1 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * math_biginset.[Ch] (size): return size_type, not int.
4
5         * math_inset.C (metrics): parameter "mi" is never referenced. Removed.
6         * math_hullinset.C (metrics): ditto.
7         
8
9 2002-03-12  André Pönitz <poenitz@gmx.net>
10
11         * math_xarray.[Ch] et al: really use metrics cache if possible...
12
13 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
14
15         * math_decorationinset.C: add leftrightarrows to the displayable
16         symbols.
17
18 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
19
20         * formula.C Changes due to the renaming of support/syscall.[Ch]
21         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
22
23 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
24
25         * formula.C: change Systemcalls::System to Systemcalls::Wait and
26         No change of functionality, just reflects the stripped down Systemcalls
27         class.
28
29 2002-02-08  André Pönitz <poenitz@gmx.net>
30
31         * math_support.[Ch]: some support for \dddot
32
33 2002-02-08  Otto Tronarp <otttr440@student.liu.se>
34
35         * math_decorationinset.C: 
36
37         * math_support.C: 
38
39         * math_hash.C: Added \underrightarrow and \underleftarrow
40
41 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
42
43         * formulabase.C (localDispatch): fix umlaut handling
44         
45         * formulabase.C: pop up math panel on right mouse click
46
47 2002-02-01  André Pönitz <poenitz@gmx.net>
48
49         * math_xarrowinset.[Ch]: support for \xrightarrow and \xleftarrow
50
51 2002-02-01  André Pönitz <poenitz@gmx.net>
52
53         * math_xymatrixinset.[Ch]: some support for \xymatrix
54
55 2002-02-01  André Pönitz <poenitz@gmx.net>
56
57         * math_undersetinset.[Ch]: implement direct support for \underset
58
59 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
60
61         * math_support.C: removed the arrays latex_mathstyle[] and
62         latex_mathfontcmds[] to the frontends.
63
64 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
65
66         * math_macrotable.C (builtinMacros): Add macros for \models and \Join.
67
68 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
69
70         * math_factory.C (createMathInset): add a default: label in switch
71
72 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
73
74         * formulabase.[Ch] (searchForward, searchBackward): change the
75         bool const & params to bool.
76
77 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
78         * math_macrotable.C: added macros for Blackboard Bold,
79         Calligraphic symbols support in mathed. Kludge.
80
81 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
82
83         * math_mathmlstream.C (operator<<): use lyx::count rather than
84         countChar.
85
86         * math_streamstr.C (operator<<): ditto.
87
88 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
89
90         * math_support.C: change latex_mathfontcmds to an array of
91         kb_action. 
92
93 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
94
95         * math_exfuncinset.C: remove using std::ostream declaration.
96
97         * math_kerninset.C: whitespace change, consistent with other files.
98
99         * math_mathmlstream.C (operator<<):
100         * math_streamstr.C (operator<<): use countChar rather than std::count.
101
102         * math_parser.C (operator==): comment out. Not used.
103
104 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
105
106         * formulabase.C (localDispatch): handle LFUN_FRAK and LFUN_ITAL.
107
108         * math_support.C: separate  string arrays for math style and for
109         font commands.
110
111 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
112
113         * math_parser.C (parse_normal): Support for \begin{math}
114
115 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
116
117         * math_hullinset.C (validate): rename feature "amsstyle" to
118         "amsmath". 
119
120 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
121
122         * math_support.C: modified to support  a mathed pop-up for math 
123         size "styles" and font types.
124
125 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
126
127         * math_defs.h: remove trailing comma from enum MathTextCodes.
128
129 2002-01-03  André Pönitz <poenitz@gmx.net>
130
131         * formulabase.[Ch]: implement simple search
132
133         * math_sizeinset.[Ch]: support for \displaystyle etc
134
135 2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
136
137         * math_macrotable.C (builtinMacros): Adjust kern values.
138
139 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
140
141         * math_atom.C:
142         * math_binaryopinset.C:
143         * math_binominset.C:
144         * math_casesinset.C:
145         * math_charinset.C:
146         * math_data.C:
147         * math_diminset.C:add missing config.h
148
149         * math_cursor.C:
150         * math_parser.C: move inludes around a bit.
151
152         * math_extinset.C: user boost::scoped_ptr
153
154         * math_parser.C: user std::fill to fill the catcodes. (please
155         check this one...), and some consts.
156         
157 2001-12-11  André Pönitz <poenitz@gmx.net>
158
159         * math_cursor.C: allow cut&paste of rectangular regions of cells
160
161 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
162
163         * math_kerninset.C (metrics): Consider lyxrc.zoom
164
165 2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
166
167         * math_support.C: Fix handling of \mathfrak font.
168
169 2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
170
171         * math_iterator.C (nextInset): compilation fix.
172
173 2001-12-11  André Pönitz <poenitz@gmx.net>
174
175         * math_defs.h:
176         * math_parser.C:
177         * math_hash.C: support for \mathfrak
178
179 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
180
181         * math_streamstr.C: #include <iostream> to compile with DEC cxx
182
183 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
184
185         * math_arrayinset.C:
186         * math_boxinset.C:
187         * math_decorationinset.C:
188         * math_deliminset.C:
189         * math_dotsinset.C:
190         * math_exfuncinset.C:
191         * math_exintinset.C:
192         * math_funcinset.C:
193         * math_funcliminset.C:
194         * math_hullinset.C:
195         * math_kerninset.C:
196         * math_limopinset.C:
197         * math_sizeinset.C:
198         * math_stringinset.C:
199         * math_symbolinset.C:
200         * math_unknowninset.C: include math_streamstr.h and remove
201         unneeded c_str()
202         
203         * math_symbolinset.[Ch]: add constructor taking string
204         
205         * math_mathmlstream.C: move includes around
206
207         * math_streamstr.[Ch]: add operator<<(Stream, string) for
208         NormalStream, MapleStream, MathMLStream and OctaveStream
209         
210         * math_gridinset.C: user LyXLength::zero
211         
212 2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
213
214         * formula.C:
215         * math_arrayinset.C: add using std::getline directive.
216
217 2001-11-20 André Pönitz  <poenitz@gmx.net>
218         
219         * formulabase.C: fix mouse positioning using the cursor
220
221 2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
222
223         * math_mathmlstream.C (operator<<): Count '\n' chars
224
225 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
226
227         * math_macro.C
228         * math_hullinset.C:  Fixes to use the new LaTeXFeatures
229         correctly.
230
231 2001-11-07  André Pönitz  <poenitz@gmx.net>
232
233         * math_extern.C: support for integrals, sums, e^x, and d/dx
234
235 2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
236
237         * math_extern.C (extractNumber): 
238         (extractDiffExponent): add ugly .c_str()
239
240 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
241
242         * math_arrayinset.C (MathArrayInset): 
243         * formula.C (pipeThroughMaple): 
244         (pipeThroughOctave): add ugly .c_str() to help compile
245         with lyxstring
246
247 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
248
249         * math_inset.C: compilation fix
250
251 2001-11-07  André Pönitz  <poenitz@gmx.net>
252
253         * math_*inset.[Ch]:
254         * array.[Ch]: start native C++ support for Octave, Maple and MathML
255
256 2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
257
258         * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
259
260 2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
261
262         * math_nestinset.C: added using std::max, min directives.
263         * math_scriptinset.C: added using std::ostream directive.
264         * math_scriptinset.h: replaced ostream with std::ostream.
265
266 2001-10-17  André Pönitz  <poenitz@gmx.net>
267
268         * math_*inset.[Ch]: remove MathStyles cache from insets that
269           don't need it
270
271         * support.C: 
272           formulabase.C: fix math font sizes in headings etc
273
274         * math_inset.[Ch]:
275           formula.C: remove unused static member int MathInset::workwidth
276
277         * math_gridinset.[Ch]: implement idxHome() and idxEnd()
278
279 2001-10-17  André Pönitz  <poenitz@gmx.net>
280
281         * math_inset.h:
282         * *.[Ch]: make output more stream-like
283
284 2001-10-17  André Pönitz  <poenitz@gmx.net>
285
286         * formula.C:
287         * array.C: add missing/broken  writeNormal()
288
289         * math_lefteqn.[Ch]: some visual support for \lefteqn
290
291
292 2001-10-10  André Pönitz  <poenitz@gmx.net>
293
294         * math_cursor.C: introduce dummy "inner" position "between"
295         nucleus and scripts for smoother cursor movement
296
297         * math_cursor.C: use red dot to indicate empty nucleus
298
299
300 2001-10-02  André Pönitz  <poenitz@gmx.net>
301
302         * math_cursor.C: leave red backslash as visual clue
303         in formula when typing macro names
304
305         *       math_macrotemplate.C: sanity check
306
307 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
308
309         * math_cursor.C:
310         * formula.C (localDispatch): fix a few of local variable sizes
311
312         * math_fracbase.C: change parameter types to match MathInset
313
314 2001-10-01  André Pönitz  <poenitz@gmx.net>
315
316         * math_cursor.[Ch]: remove local parInset() method
317
318         * math_macro.C: add a static_cast
319
320 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
321
322         * math_cursor.C: fix type mismatches with what was declared in
323         math_cursor.h. 
324
325 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
326
327         * math_matrixinset.C (header_write): Add \n after \begin{align}
328
329 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
330
331         * math_macrotable.C (builtinMacros): Add some macros if latex
332         fonts are available.
333
334 2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
335
336         * formula.C (insetAllowed): disallow label insertion in inline
337         formula
338
339 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
340
341         * formulabase.C (mathDispatchCreation): pass second argument
342         'false' (no label) to selectionAsString
343
344 2001-09-11  André Pönitz  <poenitz@gmx.net>
345
346         * math_atom.[Ch]: new basic item in the MathArray
347
348         * array.[Ch]: move code over to math_atom
349
350         * math_scriptinset.[Ch]:
351           math_parser.C:
352           math_cursor.C: try to do with super- and subscripts what TeX does
353
354 2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
355
356         * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
357
358 2001-09-04  André Pönitz  <poenitz@gmx.net>
359
360         * math_defs.h:
361         * math_parser.C:
362         * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
363             'xxalignt', 'gather' and 'multiline' environments
364
365         * math_cursor.C: fix handling of | and \|
366         
367 2001-09-04  José Matos  <jamatos@fep.up.pt>
368
369         * formulabase.C
370         * formulabase.h
371         * formula.C
372         * formula.h
373         * formulamacro.C
374         * formulamacro.h (docbook): rename docBook method to docbook.
375
376 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
377
378         * math_hash.C (ReadSymbols): Check for duplicate symbols
379
380 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
381
382         * support.C: added a using std::map directive.
383
384 2001-08-17  André Pönitz  <poenitz@gmx.net>
385
386         * math_hash.C: Use std::map instead of faking it
387         
388         * symbol_def.h: remove unneeded symbol definitions
389
390         *       support.C: use the decorations' name for drawing
391
392 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
393
394         * math_hash.C (in_word_set): Initialize symbol table even when
395         symbols file was not found.
396
397 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
398
399         * math_hash.C: added a using std::endl directive.
400
401 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
402
403         * support.C (whichFont): Add support for cmr font.
404         Add support for \mathbb.
405
406         * math_notinset.C (draw, metrics): Use cmsy symbol if available.
407
408         * math_macrotable.C (builtinMacros): Add 3 builtin macros
409
410 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
411
412         * math_hash.C: Read symbols information from external file
413         many files: Add support for latex symbol fonts
414
415 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
416
417         * math_parser.C (Parser): Eat spaces after \end_inset
418
419 2001-08-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
420
421         * math_parser.C (tokenize): fix typo
422
423 2001-08-17  André Pönitz  <poenitz@gmx.net>
424
425         * math_parser.C: new "lexxer"
426
427         * array.C: write sequences of chars with same code as a unit
428
429 2001-08-13  André Pönitz  <poenitz@gmx.net>
430
431         * math_factory.[Ch]: new files for the creation of math insets
432
433         * math_parser.C:
434                 math_cursor.C:
435                 math_hash.C: simplifications
436
437         * math_binom.[Ch]: new files for "native" \binom/\choose inset
438
439         * math_parser.C:
440                 math_cursor.C: reading support for TeX style \over and \choose
441
442         * formulabase.C: re-enabling the "selected text gets converted to
443         math when pressing C-m" feature.
444
445 2001-08-13  Angus Leeming  <a.leeming@ic.ac.uk>
446
447         * math_parser.C (lexArg): remove default argument from the .C file
448         as it causes DEC cxx to complain about a redefinition.
449
450 2001-08-10  André Pönitz  <poenitz@gmx.net>
451
452         *       math_scopeinset.[Ch]: new inset for {} blocks
453
454         *       math_accentinset.[Ch]: removed unneeded files
455
456         * math_grid.[Ch]:
457           math_matrix.[Ch]: start support for "interrow spacing"
458
459         * all over the place: rework of parser stuff
460
461 2001-08-08  André Pönitz  <poenitz@gmx.net>
462
463         *       math_fracbase.[Ch]:
464         * math_fracinset.[Ch]: new hierarchy
465
466         *       math_stackrelbase.[Ch]: native \stackrel support
467
468         * math_inset.[Ch]: removal of the name_ member
469
470         * math_deliminset.[Ch]: rework
471
472 2001-08-06  André Pönitz  <poenitz@gmx.net>
473
474         * formulamacro.C: fix nasty bug due to missing copy constructor
475
476         * math_bigopinset.[Ch]: revival for things like \int, \sum
477
478         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
479         
480         * math_diminset.h: make cache variables mutable, remove const_cast
481
482         * formulabase.[Ch]: remove unneeded convertFont()
483
484         * math_funcinset.[Ch]: bring red color back
485
486         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
487         inset to the mcaro table
488
489 2001-08-01  André Pönitz  <poenitz@gmx.net>
490
491         * math_cursor.C:
492                 formulamacro.C: fix memory leaks
493
494         * math_matrixinset.C: fix mis-alignment of eqnarray columns
495
496         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
497         MathMatrixInset * and MathMacroTemplate * to save a few casts
498
499         * all over the place: everything is an inset now
500
501         * math_nestinset.[Ch]: new abstract base class for insets containing
502         other insets.
503
504         * math_diminset.[Ch]: new abstract base class for insets that need
505         the width_/ascent_/descent_ cache
506
507 2001-07-25  André Pönitz  <poenitz@gmx.net>
508         
509         * formulabase.C: re-enable 'space enlargement' feature
510
511         * math_scriptinset.C:
512                 math_bigopinset.C: rework of script insets
513
514 2001-07-22  André Pönitz  <poenitz@gmx.net>
515
516         * math_cursor.C: fix "pullArg" behaviour
517
518         * math_cursor.C: keep empty super/subscript a bit longer
519
520         * math_cursor.C: do not move into insets that don't have inner cells yet
521
522         * formulabase.C: fix memory leak
523
524         * math_cursor.C: ^ now copies selection into new srriptinset
525         
526         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
527           using the mouse
528
529         * math_updowninset.C: fix drawing glitches
530
531         * math_cursor.C: paste to correct position
532
533 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
534
535         * formula.C (insetAllowed): allow insertion of label
536
537 2001-07-20 André Pönitz  <poenitz@gmx.net>
538
539         * math_macrotable.C: support for \land and \vee
540
541 2001-07-16 André Pönitz  <poenitz@gmx.net>
542
543         * math_grid.[Ch] -> math_gridinset.[Ch]
544           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
545
546         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
547           fix 'mathed reports wrong width', cosmetics
548
549 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
550
551         * math_cursor.C (operator==): moved ouf of struct
552         (operator<): ditto
553         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
554
555 2001-07-16 André Pönitz  <poenitz@gmx.net>
556
557         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
558
559         * several files: supporting changes
560
561 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
562
563         Consistent use of Lsstream.h:
564         * formula.C: removed using std::ostringstream directive.
565
566         * math_cursor.C: std::istringstream -> istringstream.
567
568 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
569
570         * math_decorationinset.h: add std:: qualifier
571
572 2001-07-12 André Pönitz  <poenitz@gmx.net>
573
574         * math_updowninset.[hC]: new base class for script and bigop insets
575                 *.[hC]: subsequent changes to all Metric() functions
576         
577         * math_parser.C: small changes (\sqrt0 is read properly now)
578         
579 2001-07-10 André Pönitz  <poenitz@gmx.net>
580         
581         * math_accentinset.[hC]: rewrite
582
583         * math_parser.C:
584                 math_cursor.C: subsequent changes
585
586         * math_grid.C: <Delete> in the first cell of a completely empty row
587           deletes that row, <C-Return> places the cursor in the first of the
588           new empty cells.
589
590         * math_grid.C: try to split cell nicely when mutating from single-cell
591           to multi-cell environment
592
593 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
594
595         * math_matrixinset.C (mutate): Use only the first label when
596         mutating eqnarray to display formula.
597
598 2001-07-09  Juergen Vigna  <jug@sad.it>
599
600         * formulabase.C (mathDispatchCreation): don't do anything with the
601         inset if it cannot be inserted!
602
603 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
604
605         * formulabase.C (mathDispatchInsertMath): remove bogus return
606         statement. 
607
608 2001-07-09 André Pönitz  <poenitz@gmx.net>
609
610         * math_*inset.C: Change order of arguments in MathInset constructor 
611
612         * math_cursor.C: Remove broken "increase space" feature for a while
613
614 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
615
616         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
617
618 2001-07-04 André Pönitz  <poenitz@gmx.net>
619
620         * math_parser.C: fix reading of "unusual" alpha chars
621
622         * xarray.[hC]: fix debug output of xarray
623
624 2001-07-03 André Pönitz  <poenitz@gmx.net>
625
626         * math_parser.C: fix bug where equations did not get their labels
627
628         * formulabase.C: new feature: changing font on selection
629
630         * several files: subsequent changes
631
632         * array.C: fix bug when insets have not been cloned properly
633         This should fix quite a few "random" crashes...
634
635 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
636
637         * formulabase.C (localDispatch): use .c_str() on istringstream
638         constructor argument.
639
640 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
641
642         * math_grid.C (addCol): add second argument to cellinfo_.insert.
643         Cleanup a bit the code.
644         (appendRow): do not call push_back without argument.
645
646         * *.C: remove all "using namespace std" directives (not
647         good!!) and replaced it with relevant "using" directives.
648         
649         * math_macrotemplate.C (Clone): change return type to MathInset*
650
651 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
652
653         * math_sizeinset.C: include support/LOstream.h
654
655         * math_scriptinset.C (Metrics): std:: qualify max
656
657         * math_root.C (Metrics): std:: qualify max
658         (Write): std:: qualify ostream
659         (WriteNormal): ditto
660
661         * math_matrixinset.C (getLabelList): std:: qualify vector
662         include vector
663         (Metrics): std:: qualify max
664         (header_write): std:: qualify ostream
665         (footer_write): ditto
666
667         * math_macrotemplate.C (Write): std:: qualify ostream
668
669         * math_bigopinset.C (Metrics): std:: qualify max, and include
670         functional 
671
672         * math_matrixinset.h: include vector and std:: qualify it.
673
674         * array.C (GetInset): get a pointer to the first element of bf_
675         not an iterator.
676
677 2001-06-25  The LyX Project  <Asger>
678
679         * math_scriptinset.C: Fix for entering with cursor up/down.
680
681         * math_fracinset.C: We can enter fractions with cursor up and
682         down.
683
684         * math_cursor.C (Right): Fixes for cursor movement.
685
686         * formula.C (draw): New background color for math.
687         
688         * math_cursor.C: Fixes for toggling labels on/off in math.
689         Fixes for infinity and other symbols that didn't appear in
690         LaTeX.
691
692 2001-06-24  The LyX Project  <Asger>
693
694         * math_inset.C: Cursor movement is better in square roots, among
695         other things.
696
697         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
698         cursor up/down movement. What not.
699
700 2001-06-24  The LyX Project  <Asger>
701
702         * math_matrixinset.C: Hidden labels are hidden, unless a small
703         dragon jumps out of the screen, and pronounce them to the entire
704         world.
705
706 2001-06-24  The LyX Project  <Easter egg>
707
708         * math_cursor.C: Cursor improvements after a few dead-ends
709         in the evolution of cursor movement were tested and scrapped.
710         
711 2001-06-24  The LyX Project  <Asger>
712
713         * math_cursor.C: Renamed stack to path.
714
715 2001-06-24  The LyX Project  <André>
716
717         * *.[Ch]:
718           Makefile.am: The Big Patch
719           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
720      new MathScriptInset for up/down stuff;
721            delete MathIter/MatXIter, MathParInset, MathRowSt
722      Changes to the inset inheritance tree, reunification of abstract math
723      inset base classes;
724      label/numbering handling back to life;
725      major changes to the parser(s);
726      new base class FormulaBase for the two math LyXInsets;
727            general cleanup and cosmetic changes)
728
729 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
730
731         * math_macro.C:
732         * math_root.C: removed // -*- C++ -*- as first line.
733
734 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
735
736         * array.C: bring memmove into main namespace if necessary
737
738 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
739
740         * math_parser.C (yylex): use contains instead of strchr
741         (parse_align): remove last arg, change to take string const & as
742         first arg.
743         (mathed_parse): use string for ar2 and ar, adjust
744
745         * math_decorationinset.C (Write): use compare instead of strcmp
746
747         * formula.C (LocalDispatch): change arg2 to string, adjust for this
748         (LocalDispatch): add std::
749         (LocalDispatch): use contains instead of strchr
750
751         * array.C (move): add std::
752
753 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
754
755         * matriz.C: add using directives when needed for C functions
756         declared in std:: namespace.
757
758         * math_macrotemplate.h: do not use explicitely std::string, but
759         string. 
760
761         * math_macroarg.C: avoid bringing the whole std:: namespace in
762         global-land. When you do that, there is an ambiguity between
763         lyxstring and std::string (which may be defined at the same time).
764
765         * formula.C (HandleExtern): add .c_str() to .str() (useful when
766         using lyxtring)
767
768 2001-04-27 André Pönitz  <poenitz@gmx.net>
769
770         * math_parser.C: fix \frac handling bug introduced on 04-24
771         * math_xiter.C: hotfix for merging "shared" insets
772         * formula.C: fixing display after using math-insert
773
774 2001-04-25 André Pönitz  <poenitz@gmx.net>
775
776         * math_*.[Ch]: WriteNormal
777         * formula.C: Support for new "math extern" command
778         * math_parser.C: fix \frac handling bug introduced on 04-24
779         * math_xiter.C: hotfix for merging "shared" insets
780
781 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
782
783         * math_macrotable.C: include <iostream>
784
785 2001-04-24 André Pönitz  <poenitz@gmx.net>
786
787         * math_macro.[Ch]:
788         * math_macrotable.[Ch]:
789         * math_macroarg.[Ch]: restructuring of macro handling
790         * several files: 
791
792 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
793
794         * array.h (operator<<):
795         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
796
797         * math_macrotable.C: added using std::make_pair directive.
798         (dump): added using std::cerr directive here as I guess that this is
799         temporary.
800
801 2001-04-20  Allan Rae  <rae@lyx.org>
802
803         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
804
805 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
806
807         * math_macrotemplate.h: inherit privately from noncopyable
808
809         * math_macro.C (Metrics): reindent, use unsigned int as loop var
810         (setArgumentIdx): change test to avoid unsigned warning
811
812         * formula.C (LocalDispatch): use LFUN_MESSAGE
813
814 2001-04-16  Allan Rae  <rae@lyx.org>
815
816         * formula.C (Latex, getLabelList, LocalDispatch): 
817         * math_parser.C (mathed_parse): 
818         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
819         an unrecognised preprocessor directive.  So ensure they're wrapped.
820
821 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
822
823         * formula.C (draw): adjust for cursor_visible
824         (ToggleInsetCursor): adjust for cursor_visible and constify asc
825         and desc
826         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
827         (HideInsetCursor): adjust for cursor_visible
828         (LocalDispatch): constify default_label and res
829
830 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
831
832         * math_rowst.C: add missing #include <config.h>.
833
834 2001-03-16  André Pönitz  <poenitz@gmx.net>
835
836         * math_matrixinset.h:
837         * math_parinset.[Ch]:
838         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
839       
840 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
841
842         * Makefile.am:
843         * formula.C:
844         * math_forms.h:
845         * math_forms.C:
846         * math_panel.h:
847         * math_panel.C:
848         * math_symbols.C: maths panel moved to GUII
849
850 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
851
852         * math_cursor.C: use lyxerr instead of cerr.
853
854 2001-03-15  André Pönitz  <poenitz@gmx.net>
855
856         * math_cursor.C: fix bug (cursor was leaving two insets at a time
857            instead of one)
858
859 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
860
861         * math_macrotable.h: noncopyable is in namespace boost
862         * math_macrotemplate.h: ditto
863
864         * math_rowst.h: make MathedRowContainer::iterator public.
865
866 2001-03-15  André Pönitz  <poenitz@gmx.net>
867
868         * math_parser.C: read '\nonumber' again (was broken)
869
870         * math_rowst.C: new file
871
872 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
873
874         * math_cursor.C: added using directive.
875
876 2001-03-15  André Pönitz  <poenitz@gmx.net>
877
878         * math_rowst.h: Finally remove MathedRowSt
879
880         * math_parser.C:
881           math_xiter.C: changed accordingly
882
883 2001-03-12  André Pönitz  <poenitz@gmx.net>
884
885         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
886             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
887
888 2001-03-10  André Pönitz  <poenitz@gmx.net>
889
890         * math_xiter.[Ch]:
891           math_matrixinset.C: move adjustVerticalSt to the only place where
892       it is used. Fix a small bug where the cached row structure and the
893             actual data get out of sync after the deletion of whole rows
894
895 2001-03-09  André Pönitz  <poenitz@gmx.net>
896
897         * math_cursor.C: use std::vector<> in MathStackXIter
898                 change selstk from a pointer to the "real thing"
899
900         * math_rowst.h: new MathedRowContainer::erase method
901
902         * math_xiter.C: use MathedRowContainer::erase
903
904         * math_parser.C: use MathedRowContainer::insert_after
905
906 2001-03-08  André Pönitz  <poenitz@gmx.net>
907
908         * math_rowst.h: give MathedRowContainer an 'insert' method. 
909
910         * math_xiter.C: new 'container()' method to encapsulated access to
911           the MathParInset's MathedRowContainer
912
913         * math_rowst.h: proper copy constructor and destructor for
914           MathedRowContainer
915
916         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
917           automatically created by the compiler are ok now.
918         
919 2001-03-06  André Pönitz  <poenitz@gmx.net>
920
921         * array.[Ch]: factor out deep_copy,
922           remove third argument from raw_pointer_insert 
923
924         * math_iter.[Ch]: remove unused function Clear()        
925
926         * math_cursor.C: change signature of MathStackXIter:push()
927           whitespace changes
928
929         * math_rowst.h: introduction of MathRowContainer
930           several files: corresponding changes
931
932 2001-03-04  André Pönitz  <poenitz@gmx.net>
933
934   * math_macrotemplate.[Ch]:
935     math_macro.C: move update() functionality to the macro
936
937         * math_rowst.h: split MathedRowSt into "data" and "list"
938
939 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
940
941         * math_macrotemplate.C (update): use MathMacro::getArg, and
942         receive a const reference.
943         (getMacroPar): add an Assert
944
945         * math_macrotemplate.h: make MathMacro a friend, make update take
946         a const reference.
947
948         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
949         and store a MathMacroArgument in the vector
950         * math_macro.C: changes because of the above.
951         (getArg): new method
952
953         * math_parser.C (mathed_parse): plug potential leak
954
955         * math_iter.h: add comment on virtual destructor
956
957         * math_iter.C (Delete): make c const
958
959         * math_parinset.C (Metrics): cleanup indent. make one string const.
960
961         * math_inset.C (size): move out of line
962         (incSize): ditto
963
964         * math_macroarg.h: remove default constructor
965
966         * math_macroarg.C: include Lsstream.h instead of debug.h
967         (MathMacroArgument): remove default constructor
968         (Write): add std:: on ostream arg
969
970 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
971
972         * math_parser.C:
973         * formula.C: make DEBUG into lyxerr
974
975 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
976
977         * math_macrotemplate.h: make noncopyable, remove last arg to
978         constructor, remove flags_ add edit_
979         (flags): remove method
980
981         * math_macrotemplate.C (setArgument): delete method
982         (update): make idx const
983         (Metrics): use edit_, remove flags_
984         (draw): use edit_, remove flags_
985         (setEditMode): set edit_, remove flags_
986         (MathMacroTemplate): initialize edit_, remove flags_
987
988         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
989         shared_ptr, let constructor take a shared_ptr
990
991         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
992         initialization. 
993         (draw): remove unneded update, remove removed update of x,y
994         (GetXY): call tmplates GetMacroXY directly
995         (SetFocus): call Metrics() instead of update()
996         (Write): remove support for math macro environments, simplifications.
997
998         * math_macrotable.h: make class noncopyable, change getMacro to
999         createMacro, change vector to map store a
1000         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
1001
1002         * math_macrotable.C: add pragma
1003         (createMacro): change name from getMacro, use shared_ptr
1004         (getTemplate): Use map lookup to get macro, return shared_ptr
1005         (addTemplate): assert that m containse a valid pointer, use map[]
1006         insert.
1007         (builtinMacros): by using shared_ptr fix the mem leak, remove
1008         commented out unsupported macros
1009
1010         * math_cursor.C: changes because of the above
1011         * math_parser.C: changes because of the abobe
1012         
1013         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
1014         default arg on constructor.
1015         * formulamacro.C: changes because of the above
1016
1017         * math_parinset.h: add pragma
1018         (SetAlign): move inline out of class def
1019         (GetColumns): ditto
1020         (GetRows): ditto
1021         (isMatrix): ditto
1022         (setArgumentIdx): ditto
1023         (setNextArgIdx): ditto
1024         (getArgumentIdx): ditto
1025         (getMaxArgumentIdx): ditto
1026         (setRowSt): ditto
1027         (xo): ditto
1028         (yo): ditto
1029
1030         * math_parinset.C: add pragma
1031         (Write): change the else clause, lessen depth
1032
1033         * math_macroarg.h: small whitespace change
1034
1035         * array.C: include support/LOstream.h add using ostream and endl
1036
1037         * array.h (dump): add std:: on ostream
1038
1039 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1040
1041         * math_macrotemplate.h: remove default arg on update
1042
1043         * math_macrotemplate.C (update): add assert and remove noop case.
1044
1045         * formulamacro.C (Read): add comment.
1046         (ascent): remove noop call to MathMacroTemplate
1047         (descent): ditto
1048         (width): ditto
1049         (draw): ditto
1050
1051         * math_parser.C (mathed_parse): fix another potential problem by
1052         passing a freestanding mathedarray.
1053
1054         * math_root.C (GetData): add const version
1055
1056         * math_parinset.C (~MathParInset): delete
1057         (GetData): add const version
1058
1059         * math_matrixinset.C (MathMatrixInset): delete pointer version,
1060         make it a proper copy constructor instead
1061         (Clone): change acc.
1062         (MathMatrixInset): remvoe default val for m and n
1063
1064         * math_macro.C (GetData): add const version
1065
1066         * math_fracinset.C (GetData): add const version
1067
1068         * math_cursor.C (SelCopy): make p1 and p2 const
1069         (SelCut): make p1 and p2 const
1070
1071         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
1072         (LyxCode): move inline out of class
1073         (ConvertFont): ditto
1074         (display): ditto
1075
1076         * array.[Ch] (dump): method added for debugging purposes
1077
1078         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
1079         mathed_parse when reading a matrix.
1080
1081         * math_spaceinset.[Ch]: add pragma, make variables private add
1082         '_', change order of method definitions.
1083
1084         * math_root.h (~MathRootInset): delete
1085         Change uroot_ to be a real object instead of a pointer
1086         * math_root.C: changes because of the above
1087
1088         * math_macro.C (MathMacro(MathMacro*)): delete constructor
1089         (MathMacro(MathMacro const &)): new copy constructor
1090
1091         * math_inset.h: delete constructor taking a pointer to MathedInset
1092         (size, incSize): move inline method
1093
1094         * math_funcinset.h: add pragma, remove class vars ln and fname,
1095         change protected to private, add '_' to priv vars.
1096         (~MathFuncInset): remove
1097
1098         * math_fracinset.h: make MathParInset den_ a real object and not a
1099         pointer. 
1100
1101         * math_fracinset.C (MathFracInset): clean up, move initalization
1102         to initialization list
1103         (~MathFracInset): remove
1104         (Clone): remove leak
1105
1106         * math_draw.C: delete file
1107         
1108         * math_dotsinset.[Ch]: add pragma
1109
1110         * math_bigopinset.h: make protected variables private add '_' to vars.
1111
1112         * math_bigopinset.C: move methods to follow class definition order
1113
1114         * math_accentinset.h (getAccentCode): move inline here
1115
1116         * math_accentinset.C (MathAccentInset): cleanup
1117         (draw): constify dw
1118
1119 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1120
1121         * math_inset.[Ch] (MathedInset): remove method
1122
1123         * Makefile.am (libmathed_la_SOURCES): correct typo
1124
1125         * math_parinset.C (draw): move MathedXiter data(this) up. and
1126         remove it two other places.
1127
1128         * math_macro.C (MathMacro): use array directly, don't use
1129         setArgumentIdx and GetData
1130
1131 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1132
1133         * math_macroarg.C (MathMacroArgument): delete
1134         * math_macro.C (~MathMacro): delete
1135         * math_macrotemplate.C (~MathMacroTemplate): delete
1136         
1137         * math_decorationinset.[Ch]: add pragma
1138         * math_deliminset.[Ch]: likewise
1139         * math_fracinset.[Ch]: likewise
1140         * math_macroarg.[Ch]: likewise
1141         * math_macrotemplate.[Ch]: likewise
1142         * math_matrixinset.[Ch]: likewise
1143         
1144         * formulamacro.C (Read): set contents of tmacro_ to ar.
1145
1146         * formulamacro.h: add '_' to private variables.
1147         * formalamacro.C: changes because of this.
1148
1149 2001-02-23  Juergen Vigna  <jug@sad.it>
1150
1151         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
1152         should be) and not an int.
1153
1154         * formulamacro.C (LocalDispatch): ditto.
1155
1156 2001-02-14  André Pönitz  <poenitz@gmx.net>
1157
1158         * math_parinset.[Ch]: make array a real MathArray, not just a
1159           pointer to one.
1160
1161         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
1162
1163         * several files: subsequent changes
1164         
1165         * math_cursor.C: make selarray a proper MathArray
1166
1167         * several files: Change "MathedArray *" to "MathedArray &"
1168
1169
1170 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
1171
1172         * array.C (MathedArray): Fix compilation problem.
1173
1174 2001-02-14  André Pönitz  <poenitz@gmx.net>
1175
1176         * array.[Ch]: "deep" copy constructor and assignment operator for
1177         MathArray 
1178
1179         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
1180
1181         * math_iter.[Ch]: remove SetData
1182           several files: subsequent changes
1183
1184 2001-02-14  André Pönitz  <poenitz@gmx.net>
1185
1186         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
1187         ARRAY_STEP 
1188
1189         * math_iter.C: default-construct and resize array
1190
1191 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1192
1193         * math_xiter.h: move ipush and ipop to public, add _ on private
1194         variables, move protected var to private, remove friend.
1195
1196         * math_cursor.C (insertInset): rename method from Insert also
1197         remove default arg val. Call the public methods of xiter instead
1198         of private variables.
1199
1200         * changes to several files because of the above.
1201         
1202 2001-02-14  André Pönitz  <poenitz@gmx.net>
1203
1204         * math_iter.[Ch]: hide fcode_
1205         * math_xiter.C:
1206         * math_parinset.C: subsequent changes
1207
1208
1209 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1210
1211         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
1212         math_utils.h
1213
1214         * math_write.C: delete file
1215         * math_delim.C: delete file
1216         * marh_sqrtinset.h: delete file
1217
1218         * move funcs to more localized files, more general cleanup.
1219         Constify several local vars. Doxygen changes. Formatting.
1220         
1221 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1222
1223         * support.C: add some consts
1224
1225         * matriz.C: clean up a bit.
1226         (matmat): remove the for loop.
1227
1228         * several files: changes so that several friends can be removed
1229
1230 2001-02-14  André Pönitz  <poenitz@gmx.net>
1231
1232         * formula.C: reformatting 
1233
1234         * math_cursor.[Ch]:
1235           math_iter.[Ch]:
1236           math_xiter.[Ch]: remove unneeded members
1237
1238 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1239
1240         * math_parser.C: 
1241         * math_panel.C: 
1242         * formula.C: remove cruft
1243
1244         * array.C (begin): new method
1245         (end): ditto
1246
1247 2001-02-14  André Pönitz  <poenitz@gmx.net>
1248         
1249         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
1250
1251         * math_cursor.C: reformatting 
1252
1253 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1254
1255         * math_spaceinset.C: 
1256         * math_root.C: 
1257         * math_matrixinset.C: 
1258         * math_macrotemplate.C: 
1259         * math_funcinset.C: 
1260         * math_fracinset.C: 
1261         * math_dotsinset.C: 
1262         * math_deliminset.C: 
1263         * math_decorationinset.C: 
1264         * math_bigopinset.C: 
1265         * math_accentinset.C: 
1266         * math_sqrtinset.C: include LOstream.h and add using directive.
1267
1268 2001-02-14  André Pönitz  <poenitz@gmx.net>
1269
1270         * math_iter.C: reformatting 
1271
1272 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1273
1274         * math_spaceinset.C (GetSpace): move here
1275
1276         * math_parinset.C: add debug.h, move several prev. inlined methods
1277         here. 
1278
1279         * math_macrotable.C math_xiter.C support.C: add debug.h
1280
1281         * math_macro.h: remove debug.h, remove typedefs
1282
1283         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
1284         extern decls.
1285
1286         * math_hash.C: change some defines to int const. change use of
1287         LM_TC_NORMAL to LM_TC_VAR
1288
1289         * math_draw.C: delete file
1290
1291         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
1292         forward decls. remove LM_TC_NORMAL, move inline methods to
1293         support.C (and support.h)
1294
1295         * math_cursor.C: move several previous inlined methods here
1296
1297         * math_bigopinset.h math_dotsinset.h math_funcinset.h
1298         math_parinset.h math_spaceinset.h: add math_defs.h
1299
1300         * math_accentinset.h: add support.h and math_defs.h
1301
1302         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
1303
1304         * formula.h: remove unused func decl: OpenMathInset
1305
1306         * formula.C math_inset.h: get rid of math_defs.h
1307
1308         * array.h: switch to support.h instead of math_defs.h
1309
1310         * array.C: remove one include
1311
1312         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
1313
1314         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
1315
1316         * math_parser.C: include macrotable and macrotemplate
1317
1318         * math_macrotemplate.[Ch]: new files
1319
1320         * math_macrotable.[Ch]: new files
1321
1322         * math_macroarg.[Ch]: new files
1323
1324         * math_macro.C: move stuff to the new files.
1325
1326         * math_cursor.C: include math_macrotable.h
1327
1328         * macro_support.[Ch]: new files
1329
1330         * formulamacro.C: add more includes
1331
1332         * Makefile.am (libmathed_la_SOURCES): add new files.
1333
1334 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1335
1336         * Makefile.am (libmathed_la_SOURCES): remove duplicate
1337         math_sqrtinset. 
1338
1339         * support.C: 
1340         * math_xiter.C: 
1341         * math_parinset.C: add a bunch of "using" directives.
1342
1343         * math_funcinset.h: 
1344         * math_decorationinset.h: 
1345         * math_bigopinset.h: 
1346         * math_spaceinset.h: remove more couples of inline.
1347
1348 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1349
1350         * math_xiter.h: remove a couple of "inline"
1351
1352         * array.C (strange_copy): fix bug (hopefully) 
1353         * many files: add a lot of new files and move methods to the class
1354         files they belong to. Only first attempt at cleanup more will
1355         follow.
1356         
1357 2001-02-12  André Pönitz  <poenitz@gmx.net>
1358         
1359         * math_macro.[hC]: replace MathMacroArgument[] with
1360           std::vector<MathMacroArgument>
1361         * math_defs.h:
1362           math_inset.C: replace int[] with std::vector<int>
1363         * math_panel.h:
1364         * math_symbols.C: replace FL_OBJECTP[] with
1365         std::vector<FL_OBJECT*>
1366         
1367 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1368
1369         * math_defs.h (struct MathedRowSt): make all private variables end
1370         with '_', initialize in initializer list instead of in function
1371         body.
1372
1373 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
1374
1375         * formula.C (LocalDispatch): Change the default action of
1376         break-line to create an align* environment instead of eqnarray*.
1377
1378         * math_inset.C (Metrics): Correct drawing of the multline
1379         environment.
1380
1381 2001-02-12  André Pönitz  <poenitz@gmx.net>
1382         
1383         * array.[hC]: replace private variable maxsize_ with call to
1384         bf_.size()
1385         * math_defs.h: replace int[] by std::vector<int> for
1386         MathedRowSt::widths
1387
1388 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1389
1390         * array.h: made all variables private, removed friend, added new
1391         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
1392         non const operator[] added setter for last and getter for maxsize.
1393         changed name from LyxArrayBase to MathedArray.
1394         changed name of some methods to start with lowerchar.
1395         moved inline methods to array.C
1396         
1397         * math_iter.C + several file: changes because of the above.
1398
1399         * array.C: new file with the prev inline methods.
1400         
1401 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1402
1403         * Many files: add support for the align environment from amsmath.
1404
1405 2001-02-09  André Pönitz  <poenitz@gmx.net>
1406
1407         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
1408         * several files: subsequent changes         
1409         * math_iter.h: remove unused prototype
1410         * array.h: ditto.
1411
1412 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1413
1414         * math_macro.C (draw): add .c_str() to .str() (useful when
1415         compiling with lyxstring, but STL sstream).
1416         (Metrics): ditto.
1417
1418 2001-02-08  André Pönitz  <poenitz@gmx.net>
1419
1420         * several files: get rid of reinterpret_cast.
1421
1422 2001-02-04  Allan Rae  <rae@lyx.org>
1423
1424         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
1425         just casting the variable.
1426
1427 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1428
1429         * Many files: Add support for multline and alignat environments from 
1430         amsmath.
1431
1432 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1433
1434         * math_symbols.C (math_insert_greek): Move cursor right when
1435         unlocking the math inset.
1436
1437 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1438
1439         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
1440
1441         * formula.C (LocalDispatch): Before inserting a label in an
1442         eqnarray, move the cursor to the top level.
1443
1444         * math_iter.C (getLabel): Test if crow == 0.
1445
1446 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1447
1448         * math_draw.C (Metrics): Use the correct GetString.
1449