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