]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
5bbd5549040438ca1ab9980c06c0b7df3d7963e1
[lyx.git] / src / mathed / ChangeLog
1
2 2003-05-02  André Pönitz <poenitz@gmx.net>
3
4         * math_arrayinset.[Ch]: add markers
5
6 2003-04-30  André Pönitz <poenitz@gmx.net>
7
8         * math_gridinset.C: fix transition to new Col/Row/CellInfo scheme
9
10 2003-04-14  Angus Leeming  <leeming@lyx.org>
11
12         * math_fboxinset.C:
13         * math_frameboxinset.C: s/\(LColor::\)black/\1foreground/
14         * math_macrotemplate.C: s/\(LColor::\)blue/\1mathline/
15         * math_support.C: s/\(LColor::\)mathcursor/\1cursor/
16
17 2003-04-02  John Levon  <levon@movementarian.org>
18
19         * formulabase.C:
20         * math_gridinset.C: tab lfuns changed name
21
22 2003-03-28  John Levon  <levon@movementarian.org>
23
24         * formulabase.C: remove LFUN_GREEK - does nothing
25
26 2003-03-19  John Levon  <levon@movementarian.org>
27
28         * formulabase.h:
29         * formulabase.C:
30         * math_gridinset.C:
31         * math_hullinset.C:
32         * ref_inset.C: updateInset() doesn't take a bool
33         anymore
34
35 2003-03-17  John Levon  <levon@movementarian.org>
36
37         * formula.h:
38         * formula.C:
39         * formulabase.h:
40         * formulamacro.h:
41         * formulamacro.C: draw() prototype changed
42
43 2003-03-10  Angus Leeming  <leeming@lyx.org>
44
45         * math_gridinset.[Ch] (d-tor): added to ensure that the tabular
46         dialog is hidden when the inset is deleted and the two are connected.
47
48 2003-03-05  Ling Li <ling@caltech.edu>
49
50         * math_casesinset.[Ch] (validate): request feature "amsmath"
51         
52 2003-03-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
53   
54         * math_braceinset.C (metrics): fix computation of descent
55
56 2003-03-04  Angus Leeming  <leeming@lyx.org>
57
58         * command_inset.[Ch] (createDialogStr): a new function to generate
59         something that the frontend Dialogs will understand.
60         (c-tor): the string passed to the c-tor is now understood to be
61         simply the inset's name, not some strange beast containing "|++|".
62
63         * math_factory.[Ch] (createMathInset_fromDialogStr): new function
64         parses the string passed from the frontends.
65
66         * formulabase.C (localDiapatch):
67         * ref_inset.C (dispatch): use createDialogStr and
68         createMathInset_fromDialogStr rather than the current hard-coded
69         stuff.
70
71         * ref_inset.[Ch] (string2RefInset): goes the way of the dodo.
72
73 2003-03-04  Angus Leeming  <leeming@lyx.org>
74
75         * formulabase.C (localDispatch): if an inset is found on
76         LFUN_INSET_APPLY, send LFUN_INSET_MODIFY to the inset's localDispatch.
77
78         * ref_inset.C (localDispatch): handle LFUN_INSET_MODIFY, not
79         LFUN_INSET_APPLY.
80
81 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
82
83         * formulabase.h: adjust for boost 1.30.0
84
85 2003-02-27  Angus Leeming  <leeming@lyx.org>
86
87         * formulabase.C (localDispatch): collapse LFUN_REF_APPLY to
88         LFUN_INSET_APPLY.
89
90         * ref_inset.C (changes due to the change to LFUN_INSET_APPLY.
91
92 2003-02-26  Angus Leeming  <leeming@lyx.org>
93
94         * ref_inset.C (localDispatch): act only on receipt of LFUN_REF_APPLY.
95
96 2003-02-26  Angus Leeming  <leeming@lyx.org>
97
98         * formula.C (draw): cache the BufferView* using cache not
99         PreviewImpl::setView
100
101 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
102
103         * formula.C (draw): strip also the other argument (the owner inset) in
104         the call to PreviewImage::image
105
106 2003-02-26  Angus Leeming  <leeming@lyx.org>
107
108         * ref_inset.[Ch]: add a localDispatch method to RefInset.
109         add a string2RefInset function to 'translate' the string passed to the
110         LyX core from the Reference dialog.
111
112         * formulabase.C (localDispatch): factor the code for LFUN_REF_APPLY
113         to use these new functions and so avoid a dynamic cast.
114
115 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
116
117         * formula.C (draw): eliminate BufferView argument in call to
118         PreviewImage::image
119
120 2003-02-25  Angus Leeming  <leeming@lyx.org>
121
122         * ref_inset.C (dispatch): add an '\end_inset' to the string passed to
123         the dialog.
124
125         * math_inset.h:
126         * ref_inset.h (asRefInset): new method, replacing asInsetRef.
127
128 2003-02-21  Angus Leeming  <leeming@lyx.org>
129
130         * formulabase.C (localDispatch): retire LFUN_REF_INSERT. Add
131         LFUN_DIALOG_SHOW_NEW_INSET "ref" and LFUN_REF_APPLY. The latter
132         is not yet safe. Posted some ideas to the list for further discussion.
133
134         * ref_inset.C (dispatch): a first stab at activating the code
135         to display the reference dialog from within mathed. Not yet working.
136
137 2003-02-14  Dekel Tsur  <dekelts@tau.ac.il>
138
139         * math_parser.C (parse1): Do not remove braces for {<expr>}^
140
141 2003-02-13  Bo Peng <bpeng@rice.edu>
142
143         * math_cursor.h:
144         * math_cursor.C (backspace, erase): return false for empty mathboxes.
145
146         * formulabase.C: When LFUN_DELETE, LFUN_BACKSPACE return false, delete
147                 the empty mathbox. Fix Bug 686.
148
149 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
150
151         * formula.C (draw, width): Fix spacing around previewed formula.
152
153 2003-01-13  Michael Schmitt <Michael.Schmitt@teststep.org>
154
155         * formulabse.C (localDispatch): make CTRL-Pos1/End behave a little
156         bit more intuitive. (Patch suggested by André.)
157
158 2003-01-07  João Luis Meloni Assirati <assirati@fma.if.usp.br>
159
160         * math_hullinset.C: fix numbering problem of AMS gather and
161           multline environments. Treat gather the same
162           way as eqnarray and multline as a special case.
163
164 2002-12-18  John Levon  <levon@movementarian.org>
165
166         * math_factory.C: do not assume symbol font is present
167
168 2002-12-17  Dekel Tsur  <dekelts@tau.ac.il>
169
170         * math_parser.C (tokenize): Fix macro reading.
171
172 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
173
174         * several files: ws changes
175
176 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
177
178         * math_inferinset.C: remove unused "using std::max"
179
180 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
181
182         * formulamacro.C (prefix): use boost::format
183
184 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
185
186         * formulabase.C (lfunMouseRelease): Do not make the buffer dirty
187         when releasing the first mouse button.
188
189 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
190
191         * math_inset.C (asString): STRCONV
192
193         * math_factory.C (initSymbols): do not std:: qualify getline, use
194         empty() to check for empty string, STRCONV
195
196         * math_extern.C: STRCONV
197
198         * math_diminset.C (drawT): STRCONV
199
200         * math_cursor.C (info): STRCONV
201
202         * math_autocorrect.C (initAutoCorrect): STRCONV
203
204         * formulamacro.C (InsetFormulaMacro): STRCONV
205
206         * formulabase.C (localDispatch): STRCONV
207
208         * formula.C (latexString): STRCONV
209
210         * math_factory.C: add using std::endl
211         (math_font_available): use it
212         (initSymbols): use it
213         (createMathInset): use it
214
215         * math_cursor.C (MathCursor): reindent
216
217 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
218
219         * many files: Add support for Maxima.
220
221         * math_scriptinset.C (dispatch): Change handling of LFUN_MATH_LIMITS.
222
223         * math_symbolinset.C (metrics): Compute em with the default font.
224
225         * math_charinset.C (draw): Use math symbol fonts for <,> & =
226
227 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
228
229         * math_factory.C (initSymbols): Support "else" token.
230
231         * math_symbolinset.C (metrics): Remove special case for \not.
232
233 2002-10-18  Angus Leeming  <leeming@lyx.org>
234
235         * formula.C (latexString): Revert yesterday's change. It's going to
236         be too complicated to deal with nasty surprises.
237
238 2002-10-17  Angus Leeming  <leeming@lyx.org>
239
240         * formula.C (latexString): change "\[ ... \]" to "$ \displaystyle ... $"
241         for nicer previews.
242
243 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
244
245         * math_kerninset.C (metrics): Use LyXLength::inPixels.
246
247 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
248
249         * math_factory.C (initSymbols): iffont.
250
251 2002-10-14  André Pönitz <poenitz@gmx.net>
252
253         * math_cursor.C: remove code to fix crash
254
255 2002-10-14  André Pönitz <poenitz@gmx.net>
256
257         * formulabase.C: support pasting stuff into formulas using button3
258
259         * math_parser.C:
260           math_hullinset.C: Herbert's patch to support flalign
261
262 2002-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
263
264         * formulabase.C (localDispatch): make LFUN_WORDLEFTSEL and
265         LFUN_WORDRIGHTSEL coherent with their non-SEL counterparts
266
267 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
268
269         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
270
271 2002-09-11  John Levon  <levon@movementarian.org>
272
273         * dimension.C: compile fix
274
275 2002-09-11  Angus Leeming  <leeming@lyx.org>
276
277         * preview.[Ch]: cruft. Removed.
278
279 2002-08-29  André Pönitz <poenitz@gmx.net>
280
281         * math_framboxinset.[Ch]: new (partial) support for \framebox
282
283         * math_parser.C: generalization for reading optional arguments
284
285 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
286
287         * math_parinset.C: add support/LOstream.h and config.h
288
289 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
290
291         * math_hullinset.C: add using std::pair
292
293 2002-08-13  Angus Leeming  <leeming@lyx.org>
294
295         * formulabase.C:
296         * ref_inset.C:
297         changes due to the changed LyXView interface that now returns references
298         to member variables not pointers.
299
300         * math_inset.[Ch] (getDialogs, getLyXFunc): return a reference, not a
301         pointer, reflecting this change.
302
303 2002-08-02  Angus Leeming  <leeming@lyx.org>
304
305         * formula.C: pass the BufferView to the PreviewedInset so that it can
306         cache it.
307
308 2002-08-02  Angus Leeming  <leeming@lyx.org>
309
310         * formulabase.[Ch]: store the BufferView as a weak_ptr.
311         (updatePreview): removed.
312         (insetUnlock): invoke generatePreview().
313
314         * formula.C (InsetFormula): pass the shared_ptr to view_, not the raw
315         BufferView.
316         (read, localDispatch): remove those calls to updatePreview().
317
318         * math_metricsinfo.[Ch]: store the BufferView as a weak_ptr.
319
320         * math_nestinset.C (notifyCursorLeaves): empty, because
321         generatePreview() is now called from InsetFormulaBase::insetUnlock.
322
323 2002-08-01  Angus Leeming  <leeming@lyx.org>
324
325         * formula.C: move code into the new PreviewedInset class.
326
327         * formula.[Ch] (generatePreview): renamed as addPreview.
328         (generatePreview): new method invoking PreviewedInset::generatePreview.
329
330         * math_nestinset.C (notifyCursorLeaves): simplify. Now just calls
331         Inset::generatePreview.
332
333 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
334
335         * formula.C (localDispatch): strip,frontStrip -> trim,ltrim,rtrim
336
337 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
338
339         * math_nestinset.C: add using std::vector
340
341 2002-07-23  Angus Leeming  <leeming@lyx.org>
342
343         * formula.C (descent): add an arbitrary 12 pixels to the descent when
344         previewing a display mode equation, analogous to André's code elsewhere.
345
346         * math_nestinset.C (notifyCursorLeaves): generate the preview only
347         when leaving an inset with depth() == 1.
348
349 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
350
351         * math_support.C (mathed_draw_deco): fix rounding bug for rotated
352         decorations
353
354 2002-07-17  Angus Leeming  <leeming@lyx.org>
355
356         * math_parboxinset.C: add using std::vector directive.
357
358         * formula.C (PreviewImpl's generate): bind to the PreviewLoader
359         through a method rather than to the signal directly.
360
361 2002-07-16  Angus Leeming  <leeming@lyx.org>
362
363         * formula.C (ascent, descent, draw): remove the extra pixels
364         required to accommodate the mathed active frame when in Preview mode.
365
366 2002-07-12  Angus Leeming  <leeming@lyx.org>
367
368         * formula.C: use the new smart loading capabilities of the image
369         loader.
370
371 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
372
373         * mathformula.C: use Lsstream.h not sstream
374
375 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
376
377         * math_support.C:
378         * math_factory.C: use lyx_gui::font_available()
379
380 2002-07-09  Angus Leeming  <leeming@lyx.org>
381
382         * math_braceinset.h:
383         * math_scriptinset.h: remove class:: from method declaration.
384
385         * math_braceinset.C:
386         * math_envinset.C: #include "LOstream.h"
387
388 2002-07-05  Angus Leeming  <leeming@lyx.org>
389
390         * formula.[Ch] (generatePreview): instantiate new virtual method.
391         Strip out the preliminary preview code and replace with code that
392         makes full use of the graphics/Preview* files. Hide all the
393         shenanigans behind a PreviewImpl firewall.
394
395         * math_nestinset.C (notifyCursorLeaves): update the preview using the
396         new graphics/Preview* code.
397
398 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
399
400         * formulabase.C: ws changes
401         * formula.C: ws changes
402
403 2002-07-01  Geof Piroux
404
405         * math_ex*.[Ch] et al: support for Mathematica as CAS backend
406
407 2002-06-28  Angus Leeming  <leeming@lyx.org>
408
409         * preview.h (preview): don't pass grfx::GraphicPtr & anymore.
410
411 2002-06-24  André Pönitz <poenitz@gmx.net>
412
413         * math_parser.C: remove "remove seemingly unneeded {} hack"
414
415 2002-06-26  Angus Leeming  <leeming@lyx.org>
416
417         * formula.C: use lyxerr, not cerr.
418
419 2002-06-24  André Pönitz <poenitz@gmx.net>
420
421         * *.[Ch]: left over changes from Porto
422
423         * math_gridinset.C (eolString): fix #456
424
425 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
426
427         * formula.C: use repaint()
428
429 2002-06-16  André Pönitz <poenitz@gmx.net>
430
431         * math_factory.C:
432         * math_support.C: fix font fall-back
433
434         * math_specialcharinset.[Ch]:
435         * math_funcliminset.[Ch]: remove, it's now done by MathSymbolInset
436
437         * math_funcinset.[Ch]: remove, it's not used
438
439 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
440
441         * math_extern.C: add using std::endl
442
443 2002-06-15  LyX Development team <lyx@rilke>
444
445         * formula.[Ch]:
446         * macroformula.[Ch] (docbook): Added argument to care about the
447         pernicious mixed content.
448
449 2002-05-30  André Pönitz <poenitz@gmx.net>
450
451         * math_parser.C:
452         * formulabase.C: parser changes to 'everything might be a table'
453
454 2002-05-31  Dekel Tsur  <dekelts@tau.ac.il>
455
456         * math_hullinset.C (ams): Do a real check.
457
458 2002-05-30  André Pönitz <poenitz@gmx.net>
459
460         * *.[Ch]: "fonts as inset"
461
462 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
463
464         * switch from SigC signals to boost::signals.
465
466 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
467
468         * formulabase.C:
469         * formulabase.h:
470         * math_inset.h: use mouse_state. Kill insetKeyPress
471
472 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
473
474         * math_support.C: font loader moved
475
476 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
477
478         * formulabase.C:
479         * formulamacro.C:
480         * math_charinset.C:
481         * math_funcinset.C:
482         * math_support.C:
483         * math_unknowninset.C: new name for font metrics
484
485 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
486
487         * math_autocorrect.C: include vector and add a using statement.
488
489 2002-05-23  André Pönitz <poenitz@gmx.net>
490
491         * math_autocorrect.[Ch]: new "auto correction" feature
492         * math_cursor.[Ch]: subsequent changes
493         * math_parser.C: somewhat better error reporting
494
495 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
496
497         * formula.C:
498         * formulabase.C: LyXView moved into frontends/
499
500 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
501
502         * formula.C:
503         * formulabase.C:
504         * formulamacro.C:
505         * math_binaryopinset.C:
506         * math_casesinset.C:
507         * math_charinset.C:
508         * math_cursor.C:
509         * math_fracinset.C:
510         * math_funcinset.C:
511         * math_gridinset.C:
512         * math_hullinset.C:
513         * math_macro.C:
514         * math_macrotemplate.C:
515         * math_rootinset.C:
516         * math_spaceinset.C:
517         * math_sqrtinset.C:
518         * math_stringinset.C:
519         * math_support.C:
520         * math_unknowninset.C:
521         * math_xdata.C:
522         * math_xyarrowinset.C: move Painter to frontends/
523
524 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
525
526         * math_exintinset.C: use more specific smart_ptr header.
527
528 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
529
530         * math_cursor.C: clear selection on paste (bug 393)
531
532 2002-05-15  André Pönitz <poenitz@gmx.net>
533
534         * formulabase.[Ch]: mark buffer as (Changed) after font changes
535
536 2002-05-13  André Pönitz <poenitz@gmx.net>
537
538         * math_cursor.[Ch]: honor lyxrc setting for auto_delete_region
539
540 2002-05-13  André Pönitz <poenitz@gmx.net>
541
542         * math_cursor.C: fix crash on paste as reported by Piroux Geoffroy
543
544 2002-04-24  Juergen Vigna  <jug@sad.it>
545
546         * formulabase.C (insetButtonPress): set the mathcursor in case we
547         don't have one. This happens when clicking on a non locked mathed
548         inset with any button != 1.
549         (insetButtonPress): Forgot about this the Panel should NEVER be
550         opened in a Press event ONLY in the Release event!
551
552 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
553
554         * formulabase.C (localDispatch): merge the cases for
555         LFUN_PROTECTEDSPACE and LFUN_MATH_SPACE, since they were identical.
556
557 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
558
559         * formulabase.C (localDispatch): handle arguments of
560         LFUN_MATH_DELIM better.
561
562 2002-04-04 Angus Leeming  <a.leeming@ic.ac.uk>
563
564         * formulabase.C: remove unused variables hack_x, hack_y, hack_button.
565
566 2002-04-02  Allan Rae  <rae@lyx.org>
567
568         * math_cursor.C (info): make it work with lyxstring and std::string
569
570 2002-03-12  André Pönitz <poenitz@gmx.net>
571
572         * math_cursor.C: fix some Up/Down "issues"
573
574 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
575
576         * most files: ws cleanup
577
578         * Makefile.am: remove ld -r stuff
579
580 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
581
582         * Makefile.am: special rules if partial linking
583
584 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
585
586         * math_charinset.C: wrap the std::strchr declaration inside a
587         check for CXX_GLOBAL_CSTD.
588
589 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
590
591         * math_biginset.[Ch] (size): return size_type, not int.
592
593         * math_inset.C (metrics): parameter "mi" is never referenced. Removed.
594         * math_hullinset.C (metrics): ditto.
595
596
597 2002-03-12  André Pönitz <poenitz@gmx.net>
598
599         * math_xarray.[Ch] et al: really use metrics cache if possible...
600
601 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
602
603         * math_decorationinset.C: add leftrightarrows to the displayable
604         symbols.
605
606 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
607
608         * formula.C Changes due to the renaming of support/syscall.[Ch] as
609         support/systemcall.[Ch] and of class Systemcalls as class
610         SystemCall.
611
612 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
613
614         * formula.C: change Systemcalls::System to Systemcalls::Wait and
615         No change of functionality, just reflects the stripped down
616         Systemcalls class.
617
618 2002-02-08  André Pönitz <poenitz@gmx.net>
619
620         * math_support.[Ch]: some support for \dddot
621
622 2002-02-08  Otto Tronarp <otttr440@student.liu.se>
623
624         * math_decorationinset.C:
625
626         * math_support.C:
627
628         * math_hash.C: Added \underrightarrow and \underleftarrow
629
630 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
631
632         * formulabase.C (localDispatch): fix umlaut handling
633
634         * formulabase.C: pop up math panel on right mouse click
635
636 2002-02-01  André Pönitz <poenitz@gmx.net>
637
638         * math_xarrowinset.[Ch]: support for \xrightarrow and \xleftarrow
639
640 2002-02-01  André Pönitz <poenitz@gmx.net>
641
642         * math_xymatrixinset.[Ch]: some support for \xymatrix
643
644 2002-02-01  André Pönitz <poenitz@gmx.net>
645
646         * math_undersetinset.[Ch]: implement direct support for \underset
647
648 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
649
650         * math_support.C: removed the arrays latex_mathstyle[] and
651         latex_mathfontcmds[] to the frontends.
652
653 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
654
655         * math_macrotable.C (builtinMacros): Add macros for \models and \Join.
656
657 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
658
659         * math_factory.C (createMathInset): add a default: label in switch
660
661 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
662
663         * formulabase.[Ch] (searchForward, searchBackward): change the
664         bool const & params to bool.
665
666 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
667         * math_macrotable.C: added macros for Blackboard Bold,
668         Calligraphic symbols support in mathed. Kludge.
669
670 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
671
672         * math_mathmlstream.C (operator<<): use lyx::count rather than
673         countChar.
674
675         * math_streamstr.C (operator<<): ditto.
676
677 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
678
679         * math_support.C: change latex_mathfontcmds to an array of
680         kb_action.
681
682 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
683
684         * math_exfuncinset.C: remove using std::ostream declaration.
685
686         * math_kerninset.C: whitespace change, consistent with other files.
687
688         * math_mathmlstream.C (operator<<):
689         * math_streamstr.C (operator<<): use countChar rather than std::count.
690
691         * math_parser.C (operator==): comment out. Not used.
692
693 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
694
695         * formulabase.C (localDispatch): handle LFUN_FRAK and LFUN_ITAL.
696
697         * math_support.C: separate  string arrays for math style and for
698         font commands.
699
700 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
701
702         * math_parser.C (parse_normal): Support for \begin{math}
703
704 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
705
706         * math_hullinset.C (validate): rename feature "amsstyle" to
707         "amsmath".
708
709 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
710
711         * math_support.C: modified to support  a mathed pop-up for math
712         size "styles" and font types.
713
714 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
715
716         * math_defs.h: remove trailing comma from enum MathTextCodes.
717
718 2002-01-03  André Pönitz <poenitz@gmx.net>
719
720         * formulabase.[Ch]: implement simple search
721
722         * math_sizeinset.[Ch]: support for \displaystyle etc
723
724 2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
725
726         * math_macrotable.C (builtinMacros): Adjust kern values.
727
728 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
729
730         * math_atom.C:
731         * math_binaryopinset.C:
732         * math_binominset.C:
733         * math_casesinset.C:
734         * math_charinset.C:
735         * math_data.C:
736         * math_diminset.C:add missing config.h
737
738         * math_cursor.C:
739         * math_parser.C: move inludes around a bit.
740
741         * math_extinset.C: user boost::scoped_ptr
742
743         * math_parser.C: user std::fill to fill the catcodes. (please
744         check this one...), and some consts.
745
746 2001-12-11  André Pönitz <poenitz@gmx.net>
747
748         * math_cursor.C: allow cut&paste of rectangular regions of cells
749
750 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
751
752         * math_kerninset.C (metrics): Consider lyxrc.zoom
753
754 2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
755
756         * math_support.C: Fix handling of \mathfrak font.
757
758 2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
759
760         * math_iterator.C (nextInset): compilation fix.
761
762 2001-12-11  André Pönitz <poenitz@gmx.net>
763
764         * math_defs.h:
765         * math_parser.C:
766         * math_hash.C: support for \mathfrak
767
768 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
769
770         * math_streamstr.C: #include <iostream> to compile with DEC cxx
771
772 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
773
774         * math_arrayinset.C:
775         * math_boxinset.C:
776         * math_decorationinset.C:
777         * math_deliminset.C:
778         * math_dotsinset.C:
779         * math_exfuncinset.C:
780         * math_exintinset.C:
781         * math_funcinset.C:
782         * math_funcliminset.C:
783         * math_hullinset.C:
784         * math_kerninset.C:
785         * math_limopinset.C:
786         * math_sizeinset.C:
787         * math_stringinset.C:
788         * math_symbolinset.C:
789         * math_unknowninset.C: include math_streamstr.h and remove
790         unneeded c_str()
791
792         * math_symbolinset.[Ch]: add constructor taking string
793
794         * math_mathmlstream.C: move includes around
795
796         * math_streamstr.[Ch]: add operator<<(Stream, string) for
797         NormalStream, MapleStream, MathMLStream and OctaveStream
798
799         * math_gridinset.C: user LyXLength::zero
800
801 2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
802
803         * formula.C:
804         * math_arrayinset.C: add using std::getline directive.
805
806 2001-11-20 André Pönitz  <poenitz@gmx.net>
807
808         * formulabase.C: fix mouse positioning using the cursor
809
810 2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
811
812         * math_mathmlstream.C (operator<<): Count '\n' chars
813
814 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
815
816         * math_macro.C
817         * math_hullinset.C:  Fixes to use the new LaTeXFeatures
818         correctly.
819
820 2001-11-07  André Pönitz  <poenitz@gmx.net>
821
822         * math_extern.C: support for integrals, sums, e^x, and d/dx
823
824 2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * math_extern.C (extractNumber):
827         (extractDiffExponent): add ugly .c_str()
828
829 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
830
831         * math_arrayinset.C (MathArrayInset):
832         * formula.C (pipeThroughMaple):
833         (pipeThroughOctave): add ugly .c_str() to help compile
834         with lyxstring
835
836 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
837
838         * math_inset.C: compilation fix
839
840 2001-11-07  André Pönitz  <poenitz@gmx.net>
841
842         * math_*inset.[Ch]:
843         * array.[Ch]: start native C++ support for Octave, Maple and MathML
844
845 2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
846
847         * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
848
849 2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
850
851         * math_nestinset.C: added using std::max, min directives.
852         * math_scriptinset.C: added using std::ostream directive.
853         * math_scriptinset.h: replaced ostream with std::ostream.
854
855 2001-10-17  André Pönitz  <poenitz@gmx.net>
856
857         * math_*inset.[Ch]: remove MathStyles cache from insets that
858           don't need it
859
860         * support.C:
861           formulabase.C: fix math font sizes in headings etc
862
863         * math_inset.[Ch]:
864           formula.C: remove unused static member int MathInset::workwidth
865
866         * math_gridinset.[Ch]: implement idxHome() and idxEnd()
867
868 2001-10-17  André Pönitz  <poenitz@gmx.net>
869
870         * math_inset.h:
871         * *.[Ch]: make output more stream-like
872
873 2001-10-17  André Pönitz  <poenitz@gmx.net>
874
875         * formula.C:
876         * array.C: add missing/broken  writeNormal()
877
878         * math_lefteqn.[Ch]: some visual support for \lefteqn
879
880
881 2001-10-10  André Pönitz  <poenitz@gmx.net>
882
883         * math_cursor.C: introduce dummy "inner" position "between"
884         nucleus and scripts for smoother cursor movement
885
886         * math_cursor.C: use red dot to indicate empty nucleus
887
888
889 2001-10-02  André Pönitz  <poenitz@gmx.net>
890
891         * math_cursor.C: leave red backslash as visual clue
892         in formula when typing macro names
893
894         *       math_macrotemplate.C: sanity check
895
896 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
897
898         * math_cursor.C:
899         * formula.C (localDispatch): fix a few of local variable sizes
900
901         * math_fracbase.C: change parameter types to match MathInset
902
903 2001-10-01  André Pönitz  <poenitz@gmx.net>
904
905         * math_cursor.[Ch]: remove local parInset() method
906
907         * math_macro.C: add a static_cast
908
909 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
910
911         * math_cursor.C: fix type mismatches with what was declared in
912         math_cursor.h.
913
914 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
915
916         * math_matrixinset.C (header_write): Add \n after \begin{align}
917
918 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
919
920         * math_macrotable.C (builtinMacros): Add some macros if latex
921         fonts are available.
922
923 2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
924
925         * formula.C (insetAllowed): disallow label insertion in inline
926         formula
927
928 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
929
930         * formulabase.C (mathDispatchCreation): pass second argument
931         'false' (no label) to selectionAsString
932
933 2001-09-11  André Pönitz  <poenitz@gmx.net>
934
935         * math_atom.[Ch]: new basic item in the MathArray
936
937         * array.[Ch]: move code over to math_atom
938
939         * math_scriptinset.[Ch]:
940           math_parser.C:
941           math_cursor.C: try to do with super- and subscripts what TeX does
942
943 2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
944
945         * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
946
947 2001-09-04  André Pönitz  <poenitz@gmx.net>
948
949         * math_defs.h:
950         * math_parser.C:
951         * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
952             'xxalignt', 'gather' and 'multiline' environments
953
954         * math_cursor.C: fix handling of | and \|
955
956 2001-09-04  José Matos  <jamatos@fep.up.pt>
957
958         * formulabase.C
959         * formulabase.h
960         * formula.C
961         * formula.h
962         * formulamacro.C
963         * formulamacro.h (docbook): rename docBook method to docbook.
964
965 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
966
967         * math_hash.C (ReadSymbols): Check for duplicate symbols
968
969 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
970
971         * support.C: added a using std::map directive.
972
973 2001-08-17  André Pönitz  <poenitz@gmx.net>
974
975         * math_hash.C: Use std::map instead of faking it
976
977         * symbol_def.h: remove unneeded symbol definitions
978
979         *       support.C: use the decorations' name for drawing
980
981 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
982
983         * math_hash.C (in_word_set): Initialize symbol table even when
984         symbols file was not found.
985
986 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
987
988         * math_hash.C: added a using std::endl directive.
989
990 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
991
992         * support.C (whichFont): Add support for cmr font.
993         Add support for \mathbb.
994
995         * math_notinset.C (draw, metrics): Use cmsy symbol if available.
996
997         * math_macrotable.C (builtinMacros): Add 3 builtin macros
998
999 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
1000
1001         * math_hash.C: Read symbols information from external file
1002         many files: Add support for latex symbol fonts
1003
1004 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
1005
1006         * math_parser.C (Parser): Eat spaces after \end_inset
1007
1008 2001-08-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1009
1010         * math_parser.C (tokenize): fix typo
1011
1012 2001-08-17  André Pönitz  <poenitz@gmx.net>
1013
1014         * math_parser.C: new "lexxer"
1015
1016         * array.C: write sequences of chars with same code as a unit
1017
1018 2001-08-13  André Pönitz  <poenitz@gmx.net>
1019
1020         * math_factory.[Ch]: new files for the creation of math insets
1021
1022         * math_parser.C:
1023                 math_cursor.C:
1024                 math_hash.C: simplifications
1025
1026         * math_binom.[Ch]: new files for "native" \binom/\choose inset
1027
1028         * math_parser.C:
1029                 math_cursor.C: reading support for TeX style \over and \choose
1030
1031         * formulabase.C: re-enabling the "selected text gets converted to
1032         math when pressing C-m" feature.
1033
1034 2001-08-13  Angus Leeming  <a.leeming@ic.ac.uk>
1035
1036         * math_parser.C (lexArg): remove default argument from the .C file
1037         as it causes DEC cxx to complain about a redefinition.
1038
1039 2001-08-10  André Pönitz  <poenitz@gmx.net>
1040
1041         *       math_scopeinset.[Ch]: new inset for {} blocks
1042
1043         *       math_accentinset.[Ch]: removed unneeded files
1044
1045         * math_grid.[Ch]:
1046           math_matrix.[Ch]: start support for "interrow spacing"
1047
1048         * all over the place: rework of parser stuff
1049
1050 2001-08-08  André Pönitz  <poenitz@gmx.net>
1051
1052         *       math_fracbase.[Ch]:
1053         * math_fracinset.[Ch]: new hierarchy
1054
1055         *       math_stackrelbase.[Ch]: native \stackrel support
1056
1057         * math_inset.[Ch]: removal of the name_ member
1058
1059         * math_deliminset.[Ch]: rework
1060
1061 2001-08-06  André Pönitz  <poenitz@gmx.net>
1062
1063         * formulamacro.C: fix nasty bug due to missing copy constructor
1064
1065         * math_bigopinset.[Ch]: revival for things like \int, \sum
1066
1067         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
1068
1069         * math_diminset.h: make cache variables mutable, remove const_cast
1070
1071         * formulabase.[Ch]: remove unneeded convertFont()
1072
1073         * math_funcinset.[Ch]: bring red color back
1074
1075         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
1076         inset to the mcaro table
1077
1078 2001-08-01  André Pönitz  <poenitz@gmx.net>
1079
1080         * math_cursor.C:
1081                 formulamacro.C: fix memory leaks
1082
1083         * math_matrixinset.C: fix mis-alignment of eqnarray columns
1084
1085         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
1086         MathMatrixInset * and MathMacroTemplate * to save a few casts
1087
1088         * all over the place: everything is an inset now
1089
1090         * math_nestinset.[Ch]: new abstract base class for insets containing
1091         other insets.
1092
1093         * math_diminset.[Ch]: new abstract base class for insets that need
1094         the width_/ascent_/descent_ cache
1095
1096 2001-07-25  André Pönitz  <poenitz@gmx.net>
1097
1098         * formulabase.C: re-enable 'space enlargement' feature
1099
1100         * math_scriptinset.C:
1101                 math_bigopinset.C: rework of script insets
1102
1103 2001-07-22  André Pönitz  <poenitz@gmx.net>
1104
1105         * math_cursor.C: fix "pullArg" behaviour
1106
1107         * math_cursor.C: keep empty super/subscript a bit longer
1108
1109         * math_cursor.C: do not move into insets that don't have inner cells yet
1110
1111         * formulabase.C: fix memory leak
1112
1113         * math_cursor.C: ^ now copies selection into new srriptinset
1114
1115         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
1116           using the mouse
1117
1118         * math_updowninset.C: fix drawing glitches
1119
1120         * math_cursor.C: paste to correct position
1121
1122 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1123
1124         * formula.C (insetAllowed): allow insertion of label
1125
1126 2001-07-20 André Pönitz  <poenitz@gmx.net>
1127
1128         * math_macrotable.C: support for \land and \vee
1129
1130 2001-07-16 André Pönitz  <poenitz@gmx.net>
1131
1132         * math_grid.[Ch] -> math_gridinset.[Ch]
1133           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
1134
1135         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
1136           fix 'mathed reports wrong width', cosmetics
1137
1138 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1139
1140         * math_cursor.C (operator==): moved ouf of struct
1141         (operator<): ditto
1142         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
1143
1144 2001-07-16 André Pönitz  <poenitz@gmx.net>
1145
1146         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
1147
1148         * several files: supporting changes
1149
1150 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1151
1152         Consistent use of Lsstream.h:
1153         * formula.C: removed using std::ostringstream directive.
1154
1155         * math_cursor.C: std::istringstream -> istringstream.
1156
1157 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1158
1159         * math_decorationinset.h: add std:: qualifier
1160
1161 2001-07-12 André Pönitz  <poenitz@gmx.net>
1162
1163         * math_updowninset.[hC]: new base class for script and bigop insets
1164                 *.[hC]: subsequent changes to all Metric() functions
1165
1166         * math_parser.C: small changes (\sqrt0 is read properly now)
1167
1168 2001-07-10 André Pönitz  <poenitz@gmx.net>
1169
1170         * math_accentinset.[hC]: rewrite
1171
1172         * math_parser.C:
1173                 math_cursor.C: subsequent changes
1174
1175         * math_grid.C: <Delete> in the first cell of a completely empty row
1176           deletes that row, <C-Return> places the cursor in the first of the
1177           new empty cells.
1178
1179         * math_grid.C: try to split cell nicely when mutating from single-cell
1180           to multi-cell environment
1181
1182 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
1183
1184         * math_matrixinset.C (mutate): Use only the first label when
1185         mutating eqnarray to display formula.
1186
1187 2001-07-09  Juergen Vigna  <jug@sad.it>
1188
1189         * formulabase.C (mathDispatchCreation): don't do anything with the
1190         inset if it cannot be inserted!
1191
1192 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1193
1194         * formulabase.C (mathDispatchInsertMath): remove bogus return
1195         statement.
1196
1197 2001-07-09 André Pönitz  <poenitz@gmx.net>
1198
1199         * math_*inset.C: Change order of arguments in MathInset constructor
1200
1201         * math_cursor.C: Remove broken "increase space" feature for a while
1202
1203 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
1204
1205         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
1206
1207 2001-07-04 André Pönitz  <poenitz@gmx.net>
1208
1209         * math_parser.C: fix reading of "unusual" alpha chars
1210
1211         * xarray.[hC]: fix debug output of xarray
1212
1213 2001-07-03 André Pönitz  <poenitz@gmx.net>
1214
1215         * math_parser.C: fix bug where equations did not get their labels
1216
1217         * formulabase.C: new feature: changing font on selection
1218
1219         * several files: subsequent changes
1220
1221         * array.C: fix bug when insets have not been cloned properly
1222         This should fix quite a few "random" crashes...
1223
1224 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1225
1226         * formulabase.C (localDispatch): use .c_str() on istringstream
1227         constructor argument.
1228
1229 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1230
1231         * math_grid.C (addCol): add second argument to cellinfo_.insert.
1232         Cleanup a bit the code.
1233         (appendRow): do not call push_back without argument.
1234
1235         * *.C: remove all "using namespace std" directives (not
1236         good!!) and replaced it with relevant "using" directives.
1237
1238         * math_macrotemplate.C (Clone): change return type to MathInset*
1239
1240 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1241
1242         * math_sizeinset.C: include support/LOstream.h
1243
1244         * math_scriptinset.C (Metrics): std:: qualify max
1245
1246         * math_root.C (Metrics): std:: qualify max
1247         (Write): std:: qualify ostream
1248         (WriteNormal): ditto
1249
1250         * math_matrixinset.C (getLabelList): std:: qualify vector
1251         include vector
1252         (Metrics): std:: qualify max
1253         (header_write): std:: qualify ostream
1254         (footer_write): ditto
1255
1256         * math_macrotemplate.C (Write): std:: qualify ostream
1257
1258         * math_bigopinset.C (Metrics): std:: qualify max, and include
1259         functional
1260
1261         * math_matrixinset.h: include vector and std:: qualify it.
1262
1263         * array.C (GetInset): get a pointer to the first element of bf_
1264         not an iterator.
1265
1266 2001-06-25  The LyX Project  <Asger>
1267
1268         * math_scriptinset.C: Fix for entering with cursor up/down.
1269
1270         * math_fracinset.C: We can enter fractions with cursor up and
1271         down.
1272
1273         * math_cursor.C (Right): Fixes for cursor movement.
1274
1275         * formula.C (draw): New background color for math.
1276
1277         * math_cursor.C: Fixes for toggling labels on/off in math.
1278         Fixes for infinity and other symbols that didn't appear in
1279         LaTeX.
1280
1281 2001-06-24  The LyX Project  <Asger>
1282
1283         * math_inset.C: Cursor movement is better in square roots, among
1284         other things.
1285
1286         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
1287         cursor up/down movement. What not.
1288
1289 2001-06-24  The LyX Project  <Asger>
1290
1291         * math_matrixinset.C: Hidden labels are hidden, unless a small
1292         dragon jumps out of the screen, and pronounce them to the entire
1293         world.
1294
1295 2001-06-24  The LyX Project  <Easter egg>
1296
1297         * math_cursor.C: Cursor improvements after a few dead-ends
1298         in the evolution of cursor movement were tested and scrapped.
1299
1300 2001-06-24  The LyX Project  <Asger>
1301
1302         * math_cursor.C: Renamed stack to path.
1303
1304 2001-06-24  The LyX Project  <André>
1305
1306         * *.[Ch]:
1307           Makefile.am: The Big Patch
1308           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
1309      new MathScriptInset for up/down stuff;
1310            delete MathIter/MatXIter, MathParInset, MathRowSt
1311      Changes to the inset inheritance tree, reunification of abstract math
1312      inset base classes;
1313      label/numbering handling back to life;
1314      major changes to the parser(s);
1315      new base class FormulaBase for the two math LyXInsets;
1316            general cleanup and cosmetic changes)
1317
1318 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1319
1320         * math_macro.C:
1321         * math_root.C: removed // -*- C++ -*- as first line.
1322
1323 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1324
1325         * array.C: bring memmove into main namespace if necessary
1326
1327 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1328
1329         * math_parser.C (yylex): use contains instead of strchr
1330         (parse_align): remove last arg, change to take string const & as
1331         first arg.
1332         (mathed_parse): use string for ar2 and ar, adjust
1333
1334         * math_decorationinset.C (Write): use compare instead of strcmp
1335
1336         * formula.C (LocalDispatch): change arg2 to string, adjust for this
1337         (LocalDispatch): add std::
1338         (LocalDispatch): use contains instead of strchr
1339
1340         * array.C (move): add std::
1341
1342 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1343
1344         * matriz.C: add using directives when needed for C functions
1345         declared in std:: namespace.
1346
1347         * math_macrotemplate.h: do not use explicitely std::string, but
1348         string.
1349
1350         * math_macroarg.C: avoid bringing the whole std:: namespace in
1351         global-land. When you do that, there is an ambiguity between
1352         lyxstring and std::string (which may be defined at the same time).
1353
1354         * formula.C (HandleExtern): add .c_str() to .str() (useful when
1355         using lyxtring)
1356
1357 2001-04-27 André Pönitz  <poenitz@gmx.net>
1358
1359         * math_parser.C: fix \frac handling bug introduced on 04-24
1360         * math_xiter.C: hotfix for merging "shared" insets
1361         * formula.C: fixing display after using math-insert
1362
1363 2001-04-25 André Pönitz  <poenitz@gmx.net>
1364
1365         * math_*.[Ch]: WriteNormal
1366         * formula.C: Support for new "math extern" command
1367         * math_parser.C: fix \frac handling bug introduced on 04-24
1368         * math_xiter.C: hotfix for merging "shared" insets
1369
1370 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1371
1372         * math_macrotable.C: include <iostream>
1373
1374 2001-04-24 André Pönitz  <poenitz@gmx.net>
1375
1376         * math_macro.[Ch]:
1377         * math_macrotable.[Ch]:
1378         * math_macroarg.[Ch]: restructuring of macro handling
1379         * several files:
1380
1381 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
1382
1383         * array.h (operator<<):
1384         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
1385
1386         * math_macrotable.C: added using std::make_pair directive.
1387         (dump): added using std::cerr directive here as I guess that this is
1388         temporary.
1389
1390 2001-04-20  Allan Rae  <rae@lyx.org>
1391
1392         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
1393
1394 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1395
1396         * math_macrotemplate.h: inherit privately from noncopyable
1397
1398         * math_macro.C (Metrics): reindent, use unsigned int as loop var
1399         (setArgumentIdx): change test to avoid unsigned warning
1400
1401         * formula.C (LocalDispatch): use LFUN_MESSAGE
1402
1403 2001-04-16  Allan Rae  <rae@lyx.org>
1404
1405         * formula.C (Latex, getLabelList, LocalDispatch):
1406         * math_parser.C (mathed_parse):
1407         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
1408         an unrecognised preprocessor directive.  So ensure they're wrapped.
1409
1410 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1411
1412         * formula.C (draw): adjust for cursor_visible
1413         (ToggleInsetCursor): adjust for cursor_visible and constify asc
1414         and desc
1415         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
1416         (HideInsetCursor): adjust for cursor_visible
1417         (LocalDispatch): constify default_label and res
1418
1419 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1420
1421         * math_rowst.C: add missing #include <config.h>.
1422
1423 2001-03-16  André Pönitz  <poenitz@gmx.net>
1424
1425         * math_matrixinset.h:
1426         * math_parinset.[Ch]:
1427         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
1428
1429 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1430
1431         * Makefile.am:
1432         * formula.C:
1433         * math_forms.h:
1434         * math_forms.C:
1435         * math_panel.h:
1436         * math_panel.C:
1437         * math_symbols.C: maths panel moved to GUII
1438
1439 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1440
1441         * math_cursor.C: use lyxerr instead of cerr.
1442
1443 2001-03-15  André Pönitz  <poenitz@gmx.net>
1444
1445         * math_cursor.C: fix bug (cursor was leaving two insets at a time
1446            instead of one)
1447
1448 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1449
1450         * math_macrotable.h: noncopyable is in namespace boost
1451         * math_macrotemplate.h: ditto
1452
1453         * math_rowst.h: make MathedRowContainer::iterator public.
1454
1455 2001-03-15  André Pönitz  <poenitz@gmx.net>
1456
1457         * math_parser.C: read '\nonumber' again (was broken)
1458
1459         * math_rowst.C: new file
1460
1461 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
1462
1463         * math_cursor.C: added using directive.
1464
1465 2001-03-15  André Pönitz  <poenitz@gmx.net>
1466
1467         * math_rowst.h: Finally remove MathedRowSt
1468
1469         * math_parser.C:
1470           math_xiter.C: changed accordingly
1471
1472 2001-03-12  André Pönitz  <poenitz@gmx.net>
1473
1474         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
1475             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
1476
1477 2001-03-10  André Pönitz  <poenitz@gmx.net>
1478
1479         * math_xiter.[Ch]:
1480           math_matrixinset.C: move adjustVerticalSt to the only place where
1481       it is used. Fix a small bug where the cached row structure and the
1482             actual data get out of sync after the deletion of whole rows
1483
1484 2001-03-09  André Pönitz  <poenitz@gmx.net>
1485
1486         * math_cursor.C: use std::vector<> in MathStackXIter
1487                 change selstk from a pointer to the "real thing"
1488
1489         * math_rowst.h: new MathedRowContainer::erase method
1490
1491         * math_xiter.C: use MathedRowContainer::erase
1492
1493         * math_parser.C: use MathedRowContainer::insert_after
1494
1495 2001-03-08  André Pönitz  <poenitz@gmx.net>
1496
1497         * math_rowst.h: give MathedRowContainer an 'insert' method.
1498
1499         * math_xiter.C: new 'container()' method to encapsulated access to
1500           the MathParInset's MathedRowContainer
1501
1502         * math_rowst.h: proper copy constructor and destructor for
1503           MathedRowContainer
1504
1505         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
1506           automatically created by the compiler are ok now.
1507
1508 2001-03-06  André Pönitz  <poenitz@gmx.net>
1509
1510         * array.[Ch]: factor out deep_copy,
1511           remove third argument from raw_pointer_insert
1512
1513         * math_iter.[Ch]: remove unused function Clear()
1514
1515         * math_cursor.C: change signature of MathStackXIter:push()
1516           whitespace changes
1517
1518         * math_rowst.h: introduction of MathRowContainer
1519           several files: corresponding changes
1520
1521 2001-03-04  André Pönitz  <poenitz@gmx.net>
1522
1523   * math_macrotemplate.[Ch]:
1524     math_macro.C: move update() functionality to the macro
1525
1526         * math_rowst.h: split MathedRowSt into "data" and "list"
1527
1528 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1529
1530         * math_macrotemplate.C (update): use MathMacro::getArg, and
1531         receive a const reference.
1532         (getMacroPar): add an Assert
1533
1534         * math_macrotemplate.h: make MathMacro a friend, make update take
1535         a const reference.
1536
1537         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
1538         and store a MathMacroArgument in the vector
1539         * math_macro.C: changes because of the above.
1540         (getArg): new method
1541
1542         * math_parser.C (mathed_parse): plug potential leak
1543
1544         * math_iter.h: add comment on virtual destructor
1545
1546         * math_iter.C (Delete): make c const
1547
1548         * math_parinset.C (Metrics): cleanup indent. make one string const.
1549
1550         * math_inset.C (size): move out of line
1551         (incSize): ditto
1552
1553         * math_macroarg.h: remove default constructor
1554
1555         * math_macroarg.C: include Lsstream.h instead of debug.h
1556         (MathMacroArgument): remove default constructor
1557         (Write): add std:: on ostream arg
1558
1559 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1560
1561         * math_parser.C:
1562         * formula.C: make DEBUG into lyxerr
1563
1564 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1565
1566         * math_macrotemplate.h: make noncopyable, remove last arg to
1567         constructor, remove flags_ add edit_
1568         (flags): remove method
1569
1570         * math_macrotemplate.C (setArgument): delete method
1571         (update): make idx const
1572         (Metrics): use edit_, remove flags_
1573         (draw): use edit_, remove flags_
1574         (setEditMode): set edit_, remove flags_
1575         (MathMacroTemplate): initialize edit_, remove flags_
1576
1577         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
1578         shared_ptr, let constructor take a shared_ptr
1579
1580         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
1581         initialization.
1582         (draw): remove unneded update, remove removed update of x,y
1583         (GetXY): call tmplates GetMacroXY directly
1584         (SetFocus): call Metrics() instead of update()
1585         (Write): remove support for math macro environments, simplifications.
1586
1587         * math_macrotable.h: make class noncopyable, change getMacro to
1588         createMacro, change vector to map store a
1589         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
1590
1591         * math_macrotable.C: add pragma
1592         (createMacro): change name from getMacro, use shared_ptr
1593         (getTemplate): Use map lookup to get macro, return shared_ptr
1594         (addTemplate): assert that m containse a valid pointer, use map[]
1595         insert.
1596         (builtinMacros): by using shared_ptr fix the mem leak, remove
1597         commented out unsupported macros
1598
1599         * math_cursor.C: changes because of the above
1600         * math_parser.C: changes because of the abobe
1601
1602         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
1603         default arg on constructor.
1604         * formulamacro.C: changes because of the above
1605
1606         * math_parinset.h: add pragma
1607         (SetAlign): move inline out of class def
1608         (GetColumns): ditto
1609         (GetRows): ditto
1610         (isMatrix): ditto
1611         (setArgumentIdx): ditto
1612         (setNextArgIdx): ditto
1613         (getArgumentIdx): ditto
1614         (getMaxArgumentIdx): ditto
1615         (setRowSt): ditto
1616         (xo): ditto
1617         (yo): ditto
1618
1619         * math_parinset.C: add pragma
1620         (Write): change the else clause, lessen depth
1621
1622         * math_macroarg.h: small whitespace change
1623
1624         * array.C: include support/LOstream.h add using ostream and endl
1625
1626         * array.h (dump): add std:: on ostream
1627
1628 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1629
1630         * math_macrotemplate.h: remove default arg on update
1631
1632         * math_macrotemplate.C (update): add assert and remove noop case.
1633
1634         * formulamacro.C (Read): add comment.
1635         (ascent): remove noop call to MathMacroTemplate
1636         (descent): ditto
1637         (width): ditto
1638         (draw): ditto
1639
1640         * math_parser.C (mathed_parse): fix another potential problem by
1641         passing a freestanding mathedarray.
1642
1643         * math_root.C (GetData): add const version
1644
1645         * math_parinset.C (~MathParInset): delete
1646         (GetData): add const version
1647
1648         * math_matrixinset.C (MathMatrixInset): delete pointer version,
1649         make it a proper copy constructor instead
1650         (Clone): change acc.
1651         (MathMatrixInset): remvoe default val for m and n
1652
1653         * math_macro.C (GetData): add const version
1654
1655         * math_fracinset.C (GetData): add const version
1656
1657         * math_cursor.C (SelCopy): make p1 and p2 const
1658         (SelCut): make p1 and p2 const
1659
1660         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
1661         (LyxCode): move inline out of class
1662         (ConvertFont): ditto
1663         (display): ditto
1664
1665         * array.[Ch] (dump): method added for debugging purposes
1666
1667         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
1668         mathed_parse when reading a matrix.
1669
1670         * math_spaceinset.[Ch]: add pragma, make variables private add
1671         '_', change order of method definitions.
1672
1673         * math_root.h (~MathRootInset): delete
1674         Change uroot_ to be a real object instead of a pointer
1675         * math_root.C: changes because of the above
1676
1677         * math_macro.C (MathMacro(MathMacro*)): delete constructor
1678         (MathMacro(MathMacro const &)): new copy constructor
1679
1680         * math_inset.h: delete constructor taking a pointer to MathedInset
1681         (size, incSize): move inline method
1682
1683         * math_funcinset.h: add pragma, remove class vars ln and fname,
1684         change protected to private, add '_' to priv vars.
1685         (~MathFuncInset): remove
1686
1687         * math_fracinset.h: make MathParInset den_ a real object and not a
1688         pointer.
1689
1690         * math_fracinset.C (MathFracInset): clean up, move initalization
1691         to initialization list
1692         (~MathFracInset): remove
1693         (Clone): remove leak
1694
1695         * math_draw.C: delete file
1696
1697         * math_dotsinset.[Ch]: add pragma
1698
1699         * math_bigopinset.h: make protected variables private add '_' to vars.
1700
1701         * math_bigopinset.C: move methods to follow class definition order
1702
1703         * math_accentinset.h (getAccentCode): move inline here
1704
1705         * math_accentinset.C (MathAccentInset): cleanup
1706         (draw): constify dw
1707
1708 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1709
1710         * math_inset.[Ch] (MathedInset): remove method
1711
1712         * Makefile.am (libmathed_la_SOURCES): correct typo
1713
1714         * math_parinset.C (draw): move MathedXiter data(this) up. and
1715         remove it two other places.
1716
1717         * math_macro.C (MathMacro): use array directly, don't use
1718         setArgumentIdx and GetData
1719
1720 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1721
1722         * math_macroarg.C (MathMacroArgument): delete
1723         * math_macro.C (~MathMacro): delete
1724         * math_macrotemplate.C (~MathMacroTemplate): delete
1725
1726         * math_decorationinset.[Ch]: add pragma
1727         * math_deliminset.[Ch]: likewise
1728         * math_fracinset.[Ch]: likewise
1729         * math_macroarg.[Ch]: likewise
1730         * math_macrotemplate.[Ch]: likewise
1731         * math_matrixinset.[Ch]: likewise
1732
1733         * formulamacro.C (Read): set contents of tmacro_ to ar.
1734
1735         * formulamacro.h: add '_' to private variables.
1736         * formalamacro.C: changes because of this.
1737
1738 2001-02-23  Juergen Vigna  <jug@sad.it>
1739
1740         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
1741         should be) and not an int.
1742
1743         * formulamacro.C (LocalDispatch): ditto.
1744
1745 2001-02-14  André Pönitz  <poenitz@gmx.net>
1746
1747         * math_parinset.[Ch]: make array a real MathArray, not just a
1748           pointer to one.
1749
1750         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
1751
1752         * several files: subsequent changes
1753
1754         * math_cursor.C: make selarray a proper MathArray
1755
1756         * several files: Change "MathedArray *" to "MathedArray &"
1757
1758
1759 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
1760
1761         * array.C (MathedArray): Fix compilation problem.
1762
1763 2001-02-14  André Pönitz  <poenitz@gmx.net>
1764
1765         * array.[Ch]: "deep" copy constructor and assignment operator for
1766         MathArray
1767
1768         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
1769
1770         * math_iter.[Ch]: remove SetData
1771           several files: subsequent changes
1772
1773 2001-02-14  André Pönitz  <poenitz@gmx.net>
1774
1775         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
1776         ARRAY_STEP
1777
1778         * math_iter.C: default-construct and resize array
1779
1780 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1781
1782         * math_xiter.h: move ipush and ipop to public, add _ on private
1783         variables, move protected var to private, remove friend.
1784
1785         * math_cursor.C (insertInset): rename method from Insert also
1786         remove default arg val. Call the public methods of xiter instead
1787         of private variables.
1788
1789         * changes to several files because of the above.
1790
1791 2001-02-14  André Pönitz  <poenitz@gmx.net>
1792
1793         * math_iter.[Ch]: hide fcode_
1794         * math_xiter.C:
1795         * math_parinset.C: subsequent changes
1796
1797
1798 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1799
1800         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
1801         math_utils.h
1802
1803         * math_write.C: delete file
1804         * math_delim.C: delete file
1805         * marh_sqrtinset.h: delete file
1806
1807         * move funcs to more localized files, more general cleanup.
1808         Constify several local vars. Doxygen changes. Formatting.
1809
1810 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1811
1812         * support.C: add some consts
1813
1814         * matriz.C: clean up a bit.
1815         (matmat): remove the for loop.
1816
1817         * several files: changes so that several friends can be removed
1818
1819 2001-02-14  André Pönitz  <poenitz@gmx.net>
1820
1821         * formula.C: reformatting
1822
1823         * math_cursor.[Ch]:
1824           math_iter.[Ch]:
1825           math_xiter.[Ch]: remove unneeded members
1826
1827 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1828
1829         * math_parser.C:
1830         * math_panel.C:
1831         * formula.C: remove cruft
1832
1833         * array.C (begin): new method
1834         (end): ditto
1835
1836 2001-02-14  André Pönitz  <poenitz@gmx.net>
1837
1838         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
1839
1840         * math_cursor.C: reformatting
1841
1842 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1843
1844         * math_spaceinset.C:
1845         * math_root.C:
1846         * math_matrixinset.C:
1847         * math_macrotemplate.C:
1848         * math_funcinset.C:
1849         * math_fracinset.C:
1850         * math_dotsinset.C:
1851         * math_deliminset.C:
1852         * math_decorationinset.C:
1853         * math_bigopinset.C:
1854         * math_accentinset.C:
1855         * math_sqrtinset.C: include LOstream.h and add using directive.
1856
1857 2001-02-14  André Pönitz  <poenitz@gmx.net>
1858
1859         * math_iter.C: reformatting
1860
1861 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1862
1863         * math_spaceinset.C (GetSpace): move here
1864
1865         * math_parinset.C: add debug.h, move several prev. inlined methods
1866         here.
1867
1868         * math_macrotable.C math_xiter.C support.C: add debug.h
1869
1870         * math_macro.h: remove debug.h, remove typedefs
1871
1872         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
1873         extern decls.
1874
1875         * math_hash.C: change some defines to int const. change use of
1876         LM_TC_NORMAL to LM_TC_VAR
1877
1878         * math_draw.C: delete file
1879
1880         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
1881         forward decls. remove LM_TC_NORMAL, move inline methods to
1882         support.C (and support.h)
1883
1884         * math_cursor.C: move several previous inlined methods here
1885
1886         * math_bigopinset.h math_dotsinset.h math_funcinset.h
1887         math_parinset.h math_spaceinset.h: add math_defs.h
1888
1889         * math_accentinset.h: add support.h and math_defs.h
1890
1891         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
1892
1893         * formula.h: remove unused func decl: OpenMathInset
1894
1895         * formula.C math_inset.h: get rid of math_defs.h
1896
1897         * array.h: switch to support.h instead of math_defs.h
1898
1899         * array.C: remove one include
1900
1901         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
1902
1903         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
1904
1905         * math_parser.C: include macrotable and macrotemplate
1906
1907         * math_macrotemplate.[Ch]: new files
1908
1909         * math_macrotable.[Ch]: new files
1910
1911         * math_macroarg.[Ch]: new files
1912
1913         * math_macro.C: move stuff to the new files.
1914
1915         * math_cursor.C: include math_macrotable.h
1916
1917         * macro_support.[Ch]: new files
1918
1919         * formulamacro.C: add more includes
1920
1921         * Makefile.am (libmathed_la_SOURCES): add new files.
1922
1923 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1924
1925         * Makefile.am (libmathed_la_SOURCES): remove duplicate
1926         math_sqrtinset.
1927
1928         * support.C:
1929         * math_xiter.C:
1930         * math_parinset.C: add a bunch of "using" directives.
1931
1932         * math_funcinset.h:
1933         * math_decorationinset.h:
1934         * math_bigopinset.h:
1935         * math_spaceinset.h: remove more couples of inline.
1936
1937 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1938
1939         * math_xiter.h: remove a couple of "inline"
1940
1941         * array.C (strange_copy): fix bug (hopefully)
1942         * many files: add a lot of new files and move methods to the class
1943         files they belong to. Only first attempt at cleanup more will
1944         follow.
1945
1946 2001-02-12  André Pönitz  <poenitz@gmx.net>
1947
1948         * math_macro.[hC]: replace MathMacroArgument[] with
1949           std::vector<MathMacroArgument>
1950         * math_defs.h:
1951           math_inset.C: replace int[] with std::vector<int>
1952         * math_panel.h:
1953         * math_symbols.C: replace FL_OBJECTP[] with
1954         std::vector<FL_OBJECT*>
1955
1956 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1957
1958         * math_defs.h (struct MathedRowSt): make all private variables end
1959         with '_', initialize in initializer list instead of in function
1960         body.
1961
1962 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
1963
1964         * formula.C (LocalDispatch): Change the default action of
1965         break-line to create an align* environment instead of eqnarray*.
1966
1967         * math_inset.C (Metrics): Correct drawing of the multline
1968         environment.
1969
1970 2001-02-12  André Pönitz  <poenitz@gmx.net>
1971
1972         * array.[hC]: replace private variable maxsize_ with call to
1973         bf_.size()
1974         * math_defs.h: replace int[] by std::vector<int> for
1975         MathedRowSt::widths
1976
1977 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1978
1979         * array.h: made all variables private, removed friend, added new
1980         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
1981         non const operator[] added setter for last and getter for maxsize.
1982         changed name from LyxArrayBase to MathedArray.
1983         changed name of some methods to start with lowerchar.
1984         moved inline methods to array.C
1985
1986         * math_iter.C + several file: changes because of the above.
1987
1988         * array.C: new file with the prev inline methods.
1989
1990 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1991
1992         * Many files: add support for the align environment from amsmath.
1993
1994 2001-02-09  André Pönitz  <poenitz@gmx.net>
1995
1996         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
1997         * several files: subsequent changes
1998         * math_iter.h: remove unused prototype
1999         * array.h: ditto.
2000
2001 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2002
2003         * math_macro.C (draw): add .c_str() to .str() (useful when
2004         compiling with lyxstring, but STL sstream).
2005         (Metrics): ditto.
2006
2007 2001-02-08  André Pönitz  <poenitz@gmx.net>
2008
2009         * several files: get rid of reinterpret_cast.
2010
2011 2001-02-04  Allan Rae  <rae@lyx.org>
2012
2013         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
2014         just casting the variable.
2015
2016 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2017
2018         * Many files: Add support for multline and alignat environments from
2019         amsmath.
2020
2021 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2022
2023         * math_symbols.C (math_insert_greek): Move cursor right when
2024         unlocking the math inset.
2025
2026 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2027
2028         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
2029
2030         * formula.C (LocalDispatch): Before inserting a label in an
2031         eqnarray, move the cursor to the top level.
2032
2033         * math_iter.C (getLabel): Test if crow == 0.
2034
2035 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2036
2037         * math_draw.C (Metrics): Use the correct GetString.