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