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