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