]> git.lyx.org Git - lyx.git/blob - src/mathed/ChangeLog
d17e15ae70417230a076da2a962e9ddde0875f21
[lyx.git] / src / mathed / ChangeLog
1 2006-01-01    <larsbj@gullik.net>
2
3         * command_inset.C (editXY): unused parameters
4
5 2005-12-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6
7         * math_hullinset.C: initialize Math (symbol fonts and parser) if not
8         aleady done. 
9
10 2005-12-02  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11
12         * math_nestinset.C (script): always ensure that the cell we want to go
13         to exists (bug 2139).
14
15 2005-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16
17         * math_nestinset.C (lfunMousePress): use mouseSetCursor (bug 2109).
18
19         * math_hullinset.C (doDispatch): comment out some annoying debug
20         messages. 
21
22 2005-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
23
24         * math_deliminset.h: 
25         * math_scriptinset.h: fix bug 2117, matrix inside delimeters or in
26         sub- or superscript
27
28 2005-11-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
29
30         * math_hullinset.[Ch]: new method textString (fix bug 2089)
31
32 2005-11-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
33
34         * command_inset.[Ch] (editXY): implement, since MathNestInset::editXY
35         loops through the cells and that is not possible here because they are
36         not visible
37         * math_hullinset.C (getStatus): allow reference and label in
38         LFUN_INSET_INSERT
39         * math_hullinset.C (doDispatch): create ref inset in LFUN_INSET_INSERT
40         * math_nestinset.C (doDispatch): allow references
41         * math_nestinset.C (doDispatch): remove never reached code for
42         LFUN_INSET_APPLY
43         * ref_inset.[Ch] (getStatus): implement, otherwise we'll trigger an
44         assertion in LyXFunc::getStatus
45
46 2005-11-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
47
48         * math_parser.C (delEmptyLastRow): Don't delete the dummy row, but
49         the last full row, since the dummy row has only rowinfo
50
51 2005-11-02  Angus Leeming  <leeming@lyx.org>
52
53         * math_nestinset.C: trivial fix to a MSVS warning.
54
55 2005-11-02  Martin Vermeer  <martin.vermeer@hut.fi>
56
57         * math_kerninset.[Ch]: fix 2074: kern width wrong
58
59 2005-10-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
60
61         * math_gridinset.[Ch] (eolString, write): Output \\ at the end of the last
62         line if it is empty (fixes bug 2067)
63         * math_hullinset.[Ch] (eolString): Adjust to the changes above
64         * math_hullinset.C (delRow): Allow to delete the last dummy row
65         * math_parser.C (delEmptyLastRow): Delete the last dummy row.
66         The last hline appears in the wrong row otherwise.
67         * math_parser.C (parse1): Call delEmptyLastRow for all matrix like
68         insets. This fixes bug 2067 and avoids data loss on load/save cycles.
69         * math_parser.C (parse1): Ignore the number of columns of alignedat
70         * math_splitinset.C (write): Write the number of column of alignedat.
71         This prevents data loss together with the math parser change above.
72
73 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
74
75         * math_gridinset.C (doDispatch): adjust paste to match paste in text
76         and math nest inset
77         * math_nestinset.C (doDispatch): implement paste (bug 2059)
78
79 2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
80
81         * math_nestinset.C (doDispatch): Don't record undo steps when
82         inserting characters of a macro name (see comment)
83
84 2005-10-04  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
85
86         * math_macro.C (editXY): new, fix crash (bug 2060)
87         * math_macro.C (cursorPos): new, fix potential crash
88         * math_macro.C (drawSelection): new, fix potential crash
89         * math_nestinset.C (doDispatch): fix crash when inserting math macros
90         with 0 arguments
91
92 2005-09-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
93
94         * math_nestinset.C (doDispatch): do not leave the inset after
95         LFUN_DELETE. (part of bug 2057)
96
97 2005-10-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
98
99         * math_kerninset.C (write): write width, not 0 (fixes bug 2050)
100
101 2005-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
102
103         * math_nestinset.C (doDispatch): use recordUndoInset when deleting
104         whole cell via LFUN_BACKSPACE (fixes bug 2058).
105
106 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
107
108         * math_nestinset.C (doDispatch): leave inset to the right when
109         hitting ESC.
110
111 2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
112
113         * math_nestinset.C (doDispatch): record LFUN_CUT in undo stack
114         (fixes bug 2041).
115         
116         * math_data.C (draw): add nested insets to the coord cache
117         (fixes the major part of bug 1918).
118
119 2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
120
121         * math_nestinset.C (cursorPos): parameter `boundary' is unused.
122
123 2005-09-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
124
125         * math_nestinset.C (doDispatch): use cur.normalize() to prevent crash
126         when cutting in math array (bugs 1960, 1981).
127
128 2005-08-19  Martin Vermeer  <martin.vermeer@hut.fi>
129
130         * math_nestinset.C (doDispatch): fix crash when deleting across rows
131         in math array, and block multi-cell cut/copy leading to data loss
132
133 2005-07-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
134
135         * math_factory.C (initSymbols): Don't require wasysym for the wasy
136         font (bug 1942)
137
138 2005-07-15  Stephan Witt <stephan.witt@beusen.de>
139
140         * math_nestinset.C (getStatus): handle font change requests
141
142 2005-07-15  Stephan Witt <stephan.witt@beusen.de>
143
144         * math_hullinset.C (getStatus): don't allow insert of label for
145         inlined eq
146
147 2005-07-15  André Pönitz  <poenitz@lyx.org>
148
149         * math_inset.C (write): don't output too many spaces
150
151 2005-07-15  Andreas Vox  <vox@arcor.de>
152
153         * math_hullinset.C (editXY): partial fix for #622
154
155 2005-07-14  André Pönitz  <poenitz@lyx.org>
156
157         * math_hullinset.C (BREAKLINE): choose between eqnarray and
158         align according to user preference
159
160 2005-07-14  André Pönitz  <poenitz@lyx.org>
161
162         * math_charinset.C (mathmlize): escape <, >, and & on export
163
164 2005-07-14  André Pönitz  <poenitz@lyx.org>
165
166         * math_gridinset.C (doDispatch): cur.undispatched on LFUN_ESCAPE
167
168 2005-07-14  André Pönitz  <poenitz@lyx.org>
169
170         * math_gridinset.C (doDispatch): cur.undispatched on LFUN_NEXT/PRIOR
171
172 2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
173
174         * math_gridinset.C (doDispatch): add comment about jumping cursor
175
176 2005-07-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
177
178         * math_gridinset.C (doDispatch): use recordUndoInset when more than
179         one cell is changed
180
181 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
182
183         * math_gridinset.C (doDispatch): better fix for the assertion
184
185 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
186
187         * math_gridinset.C (doDispatch): fix assert copying row or
188         column in math
189
190 2005-06-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
191
192         * math_nestinset.C (doDispatch): use text font attributes in text mode.
193         * math_nestinset.C (getStatus): allow text font attributes in math mode.
194
195 2005-06-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
196
197         * math_fontinset.C (validate): require amsmath for \text
198
199 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
200
201         * math_colorinset.C (normalcolor): remove ...
202         * math_colorinset.C (latexcolor): ... and use this new function instead
203         * math_colorinset.C (metrics, draw): Don't draw cell(0), because it
204         is horrible UI
205         * math_colorinset.C (write): Don't write invalid colors
206         * math_colorinset.C: Store always the LaTeXName in cell(0)
207         * math_hullinset.C (handleFont2): adjust to the change above
208         * math_nestinset.C (handleFont2): ditto
209         * math_parser.C (parse): handle \textcolor and \normalcolor
210         * math_factory.C (createMathInset): ditto
211
212 2005-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
213
214         * math_hullinset.C (label): avoid warning when assertions are
215         disabled. 
216
217 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
218
219         * math_parser.h (latexkeys): new member requires
220         * math_factory.C (initSymbols): fill the requires field for fonts
221         * math_symbolinset.C (validate): use sym_->requires instead of
222         sym_->inset (fixes bug 1665)
223
224 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
225
226         * ref_inset.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
227
228 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
229
230         * math_nestinset.C (getStatus): suppress math/text fonts,
231         subscripts etc. to prevent lyx access to latex-illegal stuff
232         in text-inside-math (mbox)
233
234 2005-04-25  Martin Vermeer  <martin.vermeer@hut.fi>
235
236         * math_gridinset.C (doDispatch):
237         * math_hullInset.C (doDispatch):
238         * math_nestInset.C (doDispatch): fix handling of alignment
239
240 2005-04-11  Martin Vermeer  <martin.vermeer@hut.fi>
241
242         * math_nestinset.C (doDispatch): make insert-around-selection
243         of root inset take the base, not the exponent
244
245 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
246
247         * math_deliminset.Ci (isParenthesis):
248         * math_extern.C: Spelling
249
250 2005-04-09  Martin Vermeer  <martin.vermeer@hut.fi>
251
252         * math_gridinset.C (doDispatch):
253         * math_nestinset.C (doDispatch): enable HOME/END keys to skip
254         out of inset (adding cur.undispatched())
255
256 2005-04-09  Martin Vermeer  <martin.vermeer@hut.fi>
257
258         * math_colorinset.C (draw): fix crash and cursor positioning.
259
260 2005-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
261
262         * math_nestinset.C (doDispatch): Fix arrow up/down inside
263         macro crashing bug (Helge Hafting report)
264
265 2005-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
266
267         * math_gridinset.C (getStatus): allow C-Tab to split cell
268
269 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
270
271         * math_nestinset.C (doDispatch): fix cursor positioning in
272         non-grid nestinsets, and selection enclosure when inserting
273         font or deco insets.
274
275 2005-04-05  Martin Vermeer  <martin.vermeer@hut.fi>
276
277         * math_amsarrayinset.C:
278         * math__arrayinset.C:
279         * math_decorationinset.C:
280         * math_deliminset.C:
281         * math_nestinset.C:
282         * math_tabularinset.C: Final touch on various corner marker
283         positions and inset clickability in math
284
285 2005-04-04  Martin Vermeer  <martin.vermeer@hut.fi>
286
287         * math_splitinset.[Ch]: add draw method calling setPosCache,
288         to make split-type insets clickable.
289
290 2005-04-04  Martin Vermeer  <martin.vermeer@hut.fi>
291
292         * math_amsarrayinset.C:
293         * math_casesinset.C:
294         * math_gridinset.C:
295         * math_gridinset.h: Add drawWithMargin method for use by
296         AMSArray and Cases, to position corner markers right
297
298 2005-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
299
300         * math_amsarrayinset.[Ch], math_tabularinset.[Ch],
301         math_splitinset.[Ch] (infoize): implement
302         * math_casesinset.C (getStatus, doDispatch): use cmd.argument directly
303         * math_gridinset.C (getStatus): ditto
304         * math_arrayinset.C (infoize): generalize
305
306 2005-03-30  Martin Vermeer  <martin.vermeer@hut.fi>
307
308         * math_amsarrayinset.[Ch] (getStatus):
309         * math_splitinset.[Ch] (getStatus):
310         * math_substackinset.[Ch]: suppress output of vertical gridlines
311         where appropriate
312
313 2005-04-03  Martin Vermeer  <martin.vermeer@hut.fi>
314
315         * math_fontinset.[Ch] (draw): add call to setPosCache,
316         fixes bug 1796
317
318 2005-04-01  Martin Vermeer  <martin.vermeer@hut.fi>
319
320         * math_data.C (x2pos): fix math cursor positioning bug
321
322 2005-03-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
323
324         * math_amsarrayinset.[Ch] (validate): new, require amsmath
325         * math_substackinset.[Ch] (validate): ditto
326         * math_arrayinset.[Ch] (validate): ditto (in the case of subarray)
327
328 2005-03-24  Martin Vermeer  <martin.vermeer@hut.fi>
329
330         * math_hullinset.C:
331         * math_casesinset.[Ch]: more precise conditioning of
332         output of vertical grid lines
333
334 2005-03-22  Martin Vermeer  <martin.vermeer@hut.fi>
335
336         * math_hullinset.C (getStatus): intercept and suppress the
337         adding of grid lines in case of a plain equation hull
338
339 2005-03-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
340
341         * math_nestinset.C (doDispatch): create a MathBoxInset for mbox
342         rather than a MathMBoxInset, since the latter is not usable yet.
343         Fixes bug 1823.
344         * math_factory.C (createMathInset): Don't hardwire mbox, but read it
345         from lib/symbols again. This makes it possible to create other
346         "mbox-like" boxes.
347
348 2005-03-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
349
350         * math_parser.C (parse1): Don't parse "\|" following a "\left" or
351         "\right" as "|"
352
353 2005-02-28  André Pönitz  <poenitz@lyx.org>
354
355         * math_nestinset.C (lfunMouseRelease, lfunMouseMotion, lfunMousePress):
356         remove ancient hack and get mouse actions inside nested mathed insets
357         working again.
358
359 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
360
361         * math_parinset.[Ch] (doClone): Implement, avoids triggering the
362         assert in InsetBase::clone()
363         * ref_inset.[Ch] (clone): rename to doClone
364
365 2005-02-14  Angus Leeming  <leeming@lyx.org>
366
367         * math_rootinset.C (idxUpDown): Silence an MSVC compiler warning
368         by making the code more transparent.
369
370 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
371
372         * math_gridinset.C (halign): fix '|' to the right of the last column
373         * math_gridinset.[Ch]: remove unused leftline_ and rightline_
374         * math_gridinset.[Ch]: change type of lines_ to unsigned int to
375         prevent check for <= 0
376         * math_gridinset.C: add more facilities for adding/deleting
377         partition lines in matrix.
378         * math_gridinset.C (getStatus): implement missing LFUN_TABULAR_FEATURE
379         * math_parser.C (delEmptyLastRow): new
380         * math_parser.C (parse1): Store active environment and use it to
381         detect nonmatching \end{} and removing superflous rows with
382         delEmptyLastRow()
383         * math_hullinset.C (getStatus): remove now superflous tests
384
385 2005-02-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
386
387         * math_nestinset.C (doDispatch): normalize() cursor after moving up/down
388         (fixes assert and bug 1598).
389
390 2005-02-10  Martin Vermeer  <martin.vermeer@hut.fi>
391
392         * math_gridinset.[hC]: add facilities for drawing/deleting partition
393         lines in matrix.
394
395 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
396
397         * math_data.C (isInside): size() -> depth()
398
399 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
400
401         * math_data.C:
402         * math_diminset.C:
403         * math_nestinset.C: Use new cursor accessors.
404
405 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
406
407         * math_parser.C,math_sizeinset.C: use convert<> instead of
408         atoi,strToXXX and friends
409
410 2005-01-20  Angus Leeming  <leeming@lyx.org>
411
412         * math_spaceinset.C (validate):
413         latex_mathspace[space_] == "negmedspace" is unsafe because both
414         operands are of type "char const *". Performing comparison on
415         the address of the string literal therefore. Fix is to explicitly
416         convert one operand to a string.
417         With thanks to MSVC ;-)
418
419 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
420
421         * math_symbolinset.C (validate): require wasysym as needed
422
423         * math_decorationinset.C (ams): remove again \overleftarrow and
424         \overrightarrow, which do not require amslatex (although amslatex
425         redefines them).
426
427 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
428
429         * math_parser.C (parse1): handle style commands that are not inside
430         a {} pair, fixes bug 1459 (from André)
431
432 2005-01-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
433
434         * math_decorationinset.C (ams, validate): new methods. Require
435         amsmath when using AMS-LaTeX over and under arrows.
436
437 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
438
439         * math_nestinset.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
440         * math_colorinset.C: fix handling of color "none".
441
442 2004-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
443
444         * math_parser.C (addRow, addCol): new, try to add a row or column to
445         a MathGridInset
446         * math_parser.C (parse1): use addRow and addCol, fixes bug 1542
447
448 2004-12-14  Angus Leeming  <leeming@lyx.org>
449
450         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
451         to overcome bug in the MinGW port of g++ 3.4.2.
452
453 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
454
455         * math_charinset.C: use support::contains instead of strchr
456
457 2004-11-26    André Pönitz  <poenitz@gmx.net>
458
459         * math_nestinset.C (getCursorPos): implement.
460
461 2004-11-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
462
463         * math_hullinset.C (getStatus): add status messages
464
465 2004-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
466
467         * Most insets: rename priv_dispatch to doDispatch
468
469 2004-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
470
471         * math_hullinset.C (operator): use common semantics
472
473 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
474
475         * math_atom.C (operator): use common semantics
476
477         * Adjust for clone changes
478
479 2004-11-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
480
481         * math_hullinset.[Ch] (rowChangeOK): new
482         * math_hullinset.C (addRow, delRow): check wether rows can be changed
483         * math_hullinset.C (addCol, delCol): remove lyxerr warning since we
484         should never come here if colChangeOK() is false
485         * math_hullinset.C (delCol): don't delete if this is the only column
486         * math_hullinset.C (getStatus): fix LFUN_TABULAR_FEATURE
487
488 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
489
490         * math_inset.h: include math_data.h to satisfy concept checks.
491
492 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
493
494         * math_hullinset.C (getStatus): typo in lfun argument
495
496 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
497
498         * Makefile.am: add math_tfracinset.[Ch]
499
500 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
501
502         * math_parser.C (parse1): change to use lyx::support::atoi
503         * math_sizeinset.C (MathSizeInset): ditto
504
505 2004-08-12  André Pönitz  <poenitz@gmx.net>
506
507         * math_overset.[Ch] (validate):
508         * math_underset.[Ch] (validate): require ams
509
510         * math_tfracinset.[Ch]: new \tfrac support
511
512 2004-11-02  José Matos  <jamatos@lyx.org>
513
514         * ref_inset.[Ch] (docbook):
515         * math_hullinset.C (docbook): remove useless comment. Escape the
516         id to always be valid.
517
518 2004-10-29  Andreas Vox  <vox@isp.uni-luebeck.de>
519
520         * math_hullinset.C (docbook):
521         * ref_inset.C (docbook): sanitize ids, clean exported docbook.
522
523 2004-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
524
525         * math_hullinset.C (mutate): fix endless loop for unknown types
526
527 2004-10-05  Andreas Vox  <vox@isp.uni-luebeck.de>
528
529         * math_hullinset.C (docbook): write additional <alt role="tex" >
530         tag for Docbook XML
531
532 2004-09-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
533
534         * math_hullinset.C (plaintext): remove extraneous spaces
535
536 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
537
538         * math_parser.C (tokenize): c_str fix
539         (mathed_parse_cell): c_str fix
540         (mathed_parse_normal): c_str fix
541
542         * math_nestinset.C (priv_dispatch): c_str fix
543         (priv_dispatch): c_str fix
544
545         * math_hullinset.C (doExtern): c_str fix
546
547         * math_extern.C (extractNumber): c_str fix
548         (pipeThroughMaxima): c_str fix
549         (pipeThroughMaple): c_str fix
550         (pipeThroughOctave): c_str fix
551
552 2004-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
553
554         * math_binominset.h (MATH_BINOMINSET_H): fix include guard.
555
556 2004-09-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
557
558         * math_hullinset.[C,h] (splitTo2Cols): new
559         * math_hullinset.[C,h] (splitTo3Cols): new
560         * math_hullinset.[C,h] (changeCols): new
561         * math_hullinset.C (mutate): implement missing mutations
562
563 2004-08-16  José Matos  <jamatos@lyx.org>
564
565         * formulamacro.C (write):
566         * math_macrotemplate.C (write): remove space at end of line.
567
568 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
569
570         * pch.h: new file
571
572         * Makefile.am: support pch
573
574 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
575
576         * math_nestinset.C (editXY): constify
577
578 2004-08-13  José Matos  <jamatos@lyx.org>
579
580         * math_hullinset.C (docbook): add awareness of the distinction
581         between the sgml and xml versions of docbook.
582
583 2004-08-12  André Pönitz  <poenitz@gmx.net>
584
585         * math_nestinset.C: Fix #1249
586
587         * math_parser.C: Fix: #928
588
589 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
590
591         * math_support.C, math_parser.C, math_nestinset.C, math_macrotable.C:
592         * math_hullinset.C, math_gridinset.C, math_factory.C: math_extern.C,
593         * math_autocorrect.C, math_arrayinset.C: formulamacro.C,
594         * command_inset.C: change "support/std_sstream.h"
595         to <sstream>
596
597 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
598
599         * math_macrotable.C (expand): n is now size_t
600
601         * math_macroarg.h (number): return size_t
602         (number_): make it a size_t
603
604         * math_macroarg.[Ch] (MathMacroArgument): take size_t as arg
605
606 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
607
608         * Makefile.am (EXTRA_DIST): add formulamacro.C
609
610 2004-05-17  José Matos  <jamatos@lyx.org>
611
612         * math_hullinset.C (docbook): add support for label.
613
614 2004-04-29  Angus Leeming  <leeming@lyx.org>
615
616         * math_hullinset.C:
617         * math_kerninset.C:
618         * math_nestinset.C: wrap a bunch of #warning statements
619         inside #ifdef WITH_WARNINGS blocks.
620
621 2004-04-20  Angus Leeming  <leeming@lyx.org>
622
623         * math_nestinset.C (notifyCursorLeaves): squash warning about
624         unused var.
625
626 2004-04-20  Angus Leeming  <leeming@lyx.org>
627
628         * math_hullinset.C (addPreview): Add the preview only if
629         previewing of math insets is active.
630
631 2004-04-19  Angus Leeming  <leeming@lyx.org>
632
633         * math_hullinset.C: changes due to changes to LyXRC::preview.
634
635 2004-04-19  Angus Leeming  <leeming@lyx.org>
636
637         * math_hullinset.C (metrics, draw): changes due to the changed
638         RenderPreview interface.
639
640 2004-04-13  Angus Leeming  <leeming@lyx.org>
641
642         * math_hullinset.[Ch]: add a RenderPreview variable.
643         (copy c-tor, copy assignment operator, d-tor, notifyCursorLeaves,
644         addPreview): new member functions. The copy c-tor and assignment op
645         could be replaced by the compiler-generated defaults if preview_
646         was stored as a RenderPreview var rather than a scoped pointer.
647         (metrics, draw): use the preview renderer if previewing is turned on.
648
649 2004-04-05  Angus Leeming  <leeming@lyx.org>
650
651         * math_scriptinset.C (up, down, notifyCursorLeaves): ensure that
652         accessor index is valid.
653
654 2004-04-05  Angus Leeming  <leeming@lyx.org>
655
656         * formulamacro.C:
657         * math_binaryopinset.C:
658         * math_nestinset.C:
659         wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
660
661 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
662
663         * math_hullinset.C: s/DocumentIterator/DocIterator/g
664
665 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
666
667         * math_nestinset.C: workaround gcc 2.95 pointer comparison bug,
668         reverse below
669
670 2004-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
671
672         * math_nestinset.C: use const_cast to get to compile for stlport
673
674 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
675
676         * math_hullinset.C: add using statements for std::ostream,
677         std::swap and std::vector
678
679         * math_gridinset.C (idxDelete): remove std:: from swap.
680         (priv_dispatch): ditto
681
682         * math_extern.C: add using statement for std::swap and std::vector
683
684         * math_cursor.C: remove std:: from string
685         (openable): use nucleus instead of operator->
686
687         * math_atom.h: add a const variant of nucleus
688
689         * math_atom.C: add using statement for std::swap
690
691 2004-01-15  André Pönitz  <poenitz@gmx.net>
692
693         * *.[Ch]: Part of IU. Shift stuff from MathCursor and InsetFormula
694         to LCursor and InsetBase.
695
696 2004-01-15  André Pönitz  <poenitz@gmx.net>
697
698         * *.[Ch]: change signature of priv_dispatch to prepare
699         inset unification
700
701 2003-12-15  Ronald Florence <ron@18james.com>
702
703         * math_symbolinset.C: fixed "ugly" patch for Qt/Mac fonts.
704
705 2003-12-15  André Pönitz  <poenitz@gmx.net>
706
707         * math_pos.[Ch]: remove (it's now cursor_slice.[Ch])
708
709         * Makefile.am:
710         * math_cursor.[Ch]:
711         * math_iterator.[Ch]: adjust
712
713 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
714
715         * formulabase.C (getCursorDim): squash unused variable
716
717 2003-11-20  Angus Leeming  <leeming@lyx.org>
718
719         * formulabase.C (getCursorDim): squash warning about unused variable.
720
721 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
722
723         * formulabase.[Ch] (getCursorDim): add
724
725 2003-11-10  André Pönitz  <poenitz@gmx.net>
726
727         * formula.C:
728         * formulabase.C:  adjust to removed inset locking
729
730 2003-11-05  José Matos  <jamatos@lyx.org>
731
732         * formula.[Ch] (ascii, linuxdoc, docbook):
733         * formulamacro.[Ch] (ascii, linuxdoc, docbook):
734         * math_inset.[Ch] (ascii, linuxdoc, docbook):
735         * ref_inset.[Ch] (ascii, linuxdoc, docbook):
736         rename ascii to plaintext and LatexRunParams to OutputParams.
737
738 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
739
740         * Adjust for new DispatchResult semantics.
741
742 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
743
744         * math_parser.C (parse1): exception safety
745
746         * math_extern.C (splitScripts): exception safety
747         (extractFunctions): exception safety
748         (extractIntegrals): exception safety
749         (extractSums): exception safety
750         (extractDiff): exception safety
751
752         * formulamacro.C (read): exception safety
753
754 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
755
756         * adjust for DispatchResult changes
757
758 2003-10-31  José Matos  <jamatos@lyx.org>
759
760         * formula.[Ch] (ascii, linuxdoc, docbook):
761         * formulamacro.[Ch] (ascii, linuxdoc, docbook):
762         * math_inset.[Ch] (ascii, linuxdoc, docbook):
763         * ref_inset.[Ch] (ascii, linuxdoc, docbook):
764         add LatexRunParams argument.
765
766 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
767
768         * math_scriptinset.C (priv_dispatch):
769         * math_nestinset.C (priv_dispatch):
770         * math_hullinset.C (priv_dispatch):
771         * math_gridinset.C (priv_dispatch):
772         * math_cursor.C (dispatch):
773         * formulabase.C (lfunMouseRelease, lfunMousePress)
774         (lfunMouseMotion, priv_dispatch):
775         * command_inset.C (priv_dispatch): explict DispatchResult ctor fallout.
776
777 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
778
779         * math_hullinset.C (priv_dispatch):
780         * math_gridinset.C (priv_dispatch):
781         * math_cursor.C (dispatch): FINISHED_POP -> FINISHED
782
783 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
784
785         * math_hullinset.C (priv_dispatch):
786         * math_gridinset.C (priv_dispatch):
787         * math_cursor.C (dispatch): DISPATCHED_POP -> FINISHED_POP
788         (dispatch):
789
790         * math_scriptinset.h: change dispatch to priv_dispatch and make it
791         protected
792
793         * math_nestinset.h: make priv_dispatch protected
794
795         * math_hullinset.h: make priv_dispatch protected
796
797         * math_gridinset.h: make priv_dispatch protected
798
799         * command_inset.[Ch]: change dispatch to priv_dispatch and make it
800         protected.
801
802         * several files: dispatch_result -> DispatchResult
803
804 2003-10-22  Angus Leeming  <leeming@lyx.org>
805
806         * formula.C (generatePreview): changes due to the changed
807         RenderPreview interface.
808
809 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
810
811         * formula.[Ch]: re-introduce display() for insets, fixing the
812         various bugs (stretch of line above, math inset
813         positioning, ...)
814
815 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
816
817         * ref_inset.C (priv_dispatch): take the code from localDispatch
818         into this
819         (localDispatch): delete
820
821         * math_nestinset.C (dispatch):
822         * math_hullinset.C (dispatch):
823         * math_gridinset.C (dispatch):
824         * formulabase.C (openNewInset, priv_dispatch, mathDispatch):
825         * command_inset.C (dispatch): adjust for localDispatch -> dispatch and
826         priv_dispatch
827
828 2003-10-14  Angus Leeming  <leeming@lyx.org>
829
830         * insetformulabase.[Ch] (view, cache, view_): remove the BufferView cache.
831
832         * insetformula.C (statusChanged): call LyX::cref().updateInset.
833
834 2003-10-14  Angus Leeming  <leeming@lyx.org>
835
836         * formula.C (metrics, draw): only draw the preview when previews
837         are activated.
838
839 2003-10-13  Angus Leeming  <leeming@lyx.org>
840
841         * formula.C (editing_inset): pass a pointer rather than a reference.
842
843 2003-10-13  Angus Leeming  <leeming@lyx.org>
844
845         * formula.C: remove #include "PreviewImage.h".
846         (draw, metrics): some simplification of the editing_inset check.
847         Also make it compile with g++2.95.
848
849 2003-10-12  Angus Leeming  <leeming@lyx.org>
850
851         * formulabase.[Ch] (cache): added.
852         (view): make protected.
853         (view_): store as a boost::weak_ptr.
854         (generatePreview): added this virtual function. Moved from inset.h.
855
856         * math_inset.[Ch] (view): removed.
857
858 2003-10-10  Angus Leeming  <leeming@lyx.org>
859
860         * command_inset.h:trivial changes ButtonRenderer -> RenderButton.
861
862         * formula.[Ch]: get rid of InsetFormula::PreviewImpl entirely. Use
863         RenderPreview and some free-standing functions in its place.
864
865 2003-10-10  Angus Leeming  <leeming@lyx.org>
866
867         * formula.C (draw): don't try and generate the previews from draw.
868         insetUnlock is already doing a fine job...
869
870 2003-10-09  Angus Leeming  <leeming@lyx.org>
871
872         * formula.C (metrics, draw): no longer need to pass a Buffer arg
873         to PreviewedInset::previewReady because it no longer has the side
874         effect of secretly starting preview generation.
875         (draw): call PreviewedInset::generatePreview explicitly if the
876         inset is no longer being edited.
877
878 2003-10-09  Angus Leeming  <leeming@lyx.org>
879
880         * formula.[Ch]: mods to PreviewImpl due to the changes to
881         PreviewedInset.
882
883 2003-10-09  Angus Leeming  <leeming@lyx.org>
884
885         * formula.C (metrics, draw): pass a buffer arg to PreviewedInset's
886         previewReady and removePreview member functions.
887
888 2003-10-07  André Pönitz  <poenitz@gmx.net>
889
890         * math_dfracinset.[Ch]: support for \dfrac
891         * math_colorinset.[Ch]: support for colors in formulas
892
893 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
894
895         * math_macrotable.h: add <string> and other small fixes to make
896         Lars' std::string patch compile with STLport.
897
898 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
899
900         * math_cursor.C:
901         * math_parser.C:
902         * math_sizeinset.C:
903         * math_streamstr.C: Small fixes to build using STLport
904
905 2003-09-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
906
907         * math_symbolinset.C (metrics): apply a different hack to metrics
908         when running under OSX. Hopefully this will not break the X11
909         version under darwin (or hopefully nobody cares :)
910
911 2003-09-19  Angus Leeming  <leeming@lyx.org>
912
913         * formula.[Ch] (previewWanted, generatePreview): now passed a
914         'Bufer const &' arg.
915
916         * formalabase.C (insetUnlock): pass a buffer arg to generatePreview.
917
918 2003-09-18  Angus Leeming  <leeming@lyx.org>
919
920         * matheformula.[Ch] (getLabelList):
921         * mathemath_hullinset.[Ch] (getLabelList):
922         receive a Buffer const & arg.
923
924 2003-09-18  Angus Leeming  <leeming@lyx.org>
925
926         * formula.C (latexString): add a Buffer const & arg.
927
928 2003-09-16  Angus Leeming  <leeming@lyx.org>
929
930         * formula.C (PreviewImpl::parent): return a const reference.
931
932 2003-09-16  Angus Leeming  <leeming@lyx.org>
933
934         * formula.C:
935         * formulamacro.C:
936         add #include "LColor.h".
937
938         * math_cursor.C: add #include <boost/assert.hpp>.
939
940 2003-09-16  Angus Leeming  <leeming@lyx.org>
941
942         * math_braceinset.C, math_data.C, math_fboxinset.C, math_frameboxinset.C,
943         math_gridinset.C, math_hullinset.C, math_macrotemplate.C, math_nestinset.C,
944         math_rootinset.C, math_spaceinset.C, math_sqrtinset.C, math_support.C:
945         add #include "LColor.h".
946         * math_data.C, math_scriptinset.C: add #include <boost/assert.hpp>
947         * math_exintinset.C: add #include <boost/scoped_ptr.hpp>
948
949 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
950
951         * command_inset.C
952         * formula.C
953         * formulabase.C
954         * formulamacro.C
955         * math_arrayinset.C
956         * math_autocorrect.C
957         * math_cursor.C
958         * math_extern.C
959         * math_factory.C
960         * math_gridinset.C
961         * math_support.C: remove usage of STRCONV
962
963 2003-09-15  Angus Leeming  <leeming@lyx.org>
964
965         * math_gridinset.C (draw): explicitly define the color to draw the
966         line.
967
968 2003-09-12  André Pönitz  <poenitz@gmx.net>
969
970         * math_boldsymbolinset.[Ch]: preliminary support
971
972         * Makefile.am: adjust
973
974 2003-09-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
975
976         * math_kerninset.h:
977         * math_gridinset.h: include "lyxlength.h", not "vspace.h"
978
979         * math_cursor.C: "lyxrc.h", not <lyxrc.h>
980
981 2003-09-08  Angus Leeming  <leeming@lyx.org>
982
983         * formulabase.C:
984         * formulamacro.C:
985         * math_charinset.C:
986         * math_cursor.C:
987         * math_data.C:
988         * math_diminset.C:
989         * math_hullinset.C:
990         * math_support.C:
991         * math_tabularinset.C: remove redundant using directives.
992
993 2003-09-07  Angus Leeming  <leeming@lyx.org>
994
995         * formulabase.h: remove #includes "dimension.h", <boost/weak_ptr.hpp>,
996         <iosfwd>.
997
998         * math_decorationinset.h: remove #include "support/std_string.h".
999
1000         * math_envinset.h:
1001         * math_fboxinset.h: remove #include "metricsinfo.h".
1002
1003         * math_kerninset.h: remove #include "math_nestinset.h".
1004
1005         * math_macro.h: remove #include "math_macroarg.h".
1006
1007         * math_nestinset.h: remove #include "math_data.h".
1008
1009         Ensuing changes to .C files.
1010
1011 2003-09-05  Angus Leeming  <leeming@lyx.org>
1012
1013         * math_binaryopinset.[Ch]:
1014         * math_gridinfo.h:
1015         * math_xyarrowinset.[Ch]:
1016         ensure that the header file can be compiled stand-alone.
1017
1018 2003-09-05  Angus Leeming  <leeming@lyx.org>
1019
1020         * *.C: strip out redundant #includes. (168 in total.)
1021
1022 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1023
1024         * formulamacro.C (prefix): replace %s by %1$s to make bformat happy
1025
1026 2003-09-01  Alfredo Braunstein  <abraunst@libero.it>
1027
1028         * formulabase.C (InsetFormulaBase): initialize view_
1029
1030 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1031
1032         * most files: change to use const buffer refs
1033
1034 2003-08-19  Angus Leeming  <leeming@lyx.org>
1035
1036         * most files: 'standardise' the header blurb.
1037
1038 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1039
1040         * math_gridinset.C: rename valign-center to valign-middle
1041
1042 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1043
1044         * always use std::endl with lyxerr, and <config.h> in some places.
1045
1046 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1047
1048         * rename Inset to InsetOld
1049
1050         * all inset files (clone) return a auto_ptr<InsetBase>
1051
1052 2003-07-21  Angus Leeming  <leeming@lyx.org>
1053
1054         * formula.C (c-tor, addPreview): use namespace lyx::graphics rather
1055         than grfx shortcut.
1056
1057 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1058
1059         * math_parser.C (catInit): dont use unprintable control chars in
1060         source.
1061
1062 2003-07-17  Angus Leeming  <leeming@lyx.org>
1063
1064         * formulabase.C (localDispatch): return UNDISPATCHED for all
1065         LFUN_DIALOG_SHOW.
1066
1067 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1068
1069         * introduce namespace lyx::graphics
1070
1071 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1072
1073         * introduce namespace lyx::support
1074
1075 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1076
1077         * math_symbolinset.C (MathSymbolInset): fix type const order
1078
1079         * math_support.C (mathed_draw_deco): fix type const order
1080
1081         * math_gridinset.C (GrinInsetMailer::name): fix type const order
1082
1083         * math_extern.C (testString): fix type const order
1084
1085         * math_data.C (operator[]): fix arg type
1086
1087         * math_binaryopinset.C (metrics): comment out
1088
1089         * formula.h: fix type const order
1090
1091 2003-06-19  Angus Leeming  <leeming@lyx.org>
1092
1093         * formulabase.C (localDiapatch): replace LFUN_MATH_PANEL with
1094         LFUN_DIALOG_SHOW "mathpanel".
1095
1096 2003-06-17  Angus Leeming  <leeming@lyx.org>
1097
1098         * formulabase.C (lfunMouseRelease): s/showMathPanel/show("mathpanel")/
1099
1100 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1101
1102         * formulabase.C (mathDispatchCreation): fix call to cutSelection
1103
1104 2003-06-16  André Pönitz  <poenitz@gmx.net>
1105
1106         * math_*inset.[Ch]: IU of clone()
1107
1108         * math_cursorpos.[Ch]:
1109         * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_
1110
1111 2003-05-28  André Pönitz  <poenitz@gmx.net>
1112
1113         * math_*.[Ch]: prepare unified two-stage drawing
1114
1115 2003-05-27  André Pönitz  <poenitz@gmx.net>
1116
1117         * *.C: dim.w -> dim.wid etc
1118
1119 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1120
1121         * remove same_id from function signatures, adjust
1122
1123 2003-05-19  André Pönitz  <poenitz@gmx.net>
1124
1125         * formulamacro.C: avoid multiple metrics computation
1126
1127 2003-05-23  Angus Leeming  <leeming@lyx.org>
1128
1129         * formula.C (latex):
1130         * formulamacro.C (latex): rename fragile as moving_arg.
1131
1132 2003-05-22  Angus Leeming  <leeming@lyx.org>
1133
1134         * formula.[Ch] (latex):
1135         * formulamacro.[Ch] (latex):
1136         no longer have a free_spacing arg. Data is now passed through the
1137         LatexRunParams arg.
1138
1139 2003-05-22  Angus Leeming  <leeming@lyx.org>
1140
1141         * formula.[Ch] (latex):
1142         * formulamacro.[Ch] (latex):
1143          no longer has a fragile arg. Data is now passed through the
1144          LatexRunParams arg.
1145
1146 2003-05-22  Angus Leeming  <leeming@lyx.org>
1147
1148         * formula.[Ch] (latex):
1149         * formulamacro.[Ch] (latex):
1150         passed a LatexRunParams parameter.
1151
1152 2003-05-19  André Pönitz  <poenitz@gmx.net>
1153
1154         * Makefile.am:
1155         * dimension.[Ch]: promote files to src/dimension.[Ch[
1156
1157         * formula.[Ch]:
1158         * formulamacro.[Ch]:
1159         * formulamacro.h:
1160         * math_inset.h: replace ascents/descent/witdh with dimension()
1161
1162 2003-05-14 André Pönitz <poenitz@gmx.net>
1163
1164         * math_substack.[Ch]: add markers
1165
1166 2003-05-12 André Pönitz <poenitz@gmx.net>
1167
1168         * formula.C:
1169         * math_parser.C:
1170         * math_cursor.C: boost::format -> bformat  all over the place
1171
1172 2003-05-06  Ling Li  <ling@caltech.edu>
1173
1174         * Makefile, math_makeboxinset.[Ch]:
1175         * math_factory.C (createMathInset):
1176         * math_parser.C (parse1): New support for \makebox.
1177
1178         * math_nestinset.C (drawMarkers, drawMarkers2):
1179         * math_boxinset.C, math_frameboxinset.C (draw):
1180         Fix spacing and marker length.
1181
1182 2003-05-03  John Levon  <levon@movementarian.org>
1183
1184         * formula.C:
1185         * formulabase.C:
1186         * formulabase.h:
1187         * formulamacro.C:
1188         * math_cursor.C: remove showInsetCursor(),
1189         isCursorVisible(), hideInsetCursor(), toggleInsetCursor(),
1190         explicit cursor hides. Add getCursor()
1191
1192 2003-05-02  André Pönitz <poenitz@gmx.net>
1193
1194         * math_arrayinset.[Ch]: add markers
1195
1196 2003-04-30  André Pönitz <poenitz@gmx.net>
1197
1198         * math_gridinset.C: fix transition to new Col/Row/CellInfo scheme
1199
1200 2003-04-14  Angus Leeming  <leeming@lyx.org>
1201
1202         * math_fboxinset.C:
1203         * math_frameboxinset.C: s/\(LColor::\)black/\1foreground/
1204         * math_macrotemplate.C: s/\(LColor::\)blue/\1mathline/
1205         * math_support.C: s/\(LColor::\)mathcursor/\1cursor/
1206
1207 2003-04-02  John Levon  <levon@movementarian.org>
1208
1209         * formulabase.C:
1210         * math_gridinset.C: tab lfuns changed name
1211
1212 2003-03-28  John Levon  <levon@movementarian.org>
1213
1214         * formulabase.C: remove LFUN_GREEK - does nothing
1215
1216 2003-03-19  John Levon  <levon@movementarian.org>
1217
1218         * formulabase.h:
1219         * formulabase.C:
1220         * math_gridinset.C:
1221         * math_hullinset.C:
1222         * ref_inset.C: updateInset() doesn't take a bool
1223         anymore
1224
1225 2003-03-17  John Levon  <levon@movementarian.org>
1226
1227         * formula.h:
1228         * formula.C:
1229         * formulabase.h:
1230         * formulamacro.h:
1231         * formulamacro.C: draw() prototype changed
1232
1233 2003-03-10  Angus Leeming  <leeming@lyx.org>
1234
1235         * math_gridinset.[Ch] (d-tor): added to ensure that the tabular
1236         dialog is hidden when the inset is deleted and the two are connected.
1237
1238 2003-03-05  Ling Li <ling@caltech.edu>
1239
1240         * math_casesinset.[Ch] (validate): request feature "amsmath"
1241
1242 2003-03-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1243
1244         * math_braceinset.C (metrics): fix computation of descent
1245
1246 2003-03-04  Angus Leeming  <leeming@lyx.org>
1247
1248         * command_inset.[Ch] (createDialogStr): a new function to generate
1249         something that the frontend Dialogs will understand.
1250         (c-tor): the string passed to the c-tor is now understood to be
1251         simply the inset's name, not some strange beast containing "|++|".
1252
1253         * math_factory.[Ch] (createMathInset_fromDialogStr): new function
1254         parses the string passed from the frontends.
1255
1256         * formulabase.C (localDiapatch):
1257         * ref_inset.C (dispatch): use createDialogStr and
1258         createMathInset_fromDialogStr rather than the current hard-coded
1259         stuff.
1260
1261         * ref_inset.[Ch] (string2RefInset): goes the way of the dodo.
1262
1263 2003-03-04  Angus Leeming  <leeming@lyx.org>
1264
1265         * formulabase.C (localDispatch): if an inset is found on
1266         LFUN_INSET_APPLY, send LFUN_INSET_MODIFY to the inset's localDispatch.
1267
1268         * ref_inset.C (localDispatch): handle LFUN_INSET_MODIFY, not
1269         LFUN_INSET_APPLY.
1270
1271 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1272
1273         * formulabase.h: adjust for boost 1.30.0
1274
1275 2003-02-27  Angus Leeming  <leeming@lyx.org>
1276
1277         * formulabase.C (localDispatch): collapse LFUN_REF_APPLY to
1278         LFUN_INSET_APPLY.
1279
1280         * ref_inset.C (changes due to the change to LFUN_INSET_APPLY.
1281
1282 2003-02-26  Angus Leeming  <leeming@lyx.org>
1283
1284         * ref_inset.C (localDispatch): act only on receipt of LFUN_REF_APPLY.
1285
1286 2003-02-26  Angus Leeming  <leeming@lyx.org>
1287
1288         * formula.C (draw): cache the BufferView* using cache not
1289         PreviewImpl::setView
1290
1291 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
1292
1293         * formula.C (draw): strip also the other argument (the owner inset) in
1294         the call to PreviewImage::image
1295
1296 2003-02-26  Angus Leeming  <leeming@lyx.org>
1297
1298         * ref_inset.[Ch]: add a localDispatch method to RefInset.
1299         add a string2RefInset function to 'translate' the string passed to the
1300         LyX core from the Reference dialog.
1301
1302         * formulabase.C (localDispatch): factor the code for LFUN_REF_APPLY
1303         to use these new functions and so avoid a dynamic cast.
1304
1305 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1306
1307         * formula.C (draw): eliminate BufferView argument in call to
1308         PreviewImage::image
1309
1310 2003-02-25  Angus Leeming  <leeming@lyx.org>
1311
1312         * ref_inset.C (dispatch): add an '\end_inset' to the string passed to
1313         the dialog.
1314
1315         * math_inset.h:
1316         * ref_inset.h (asRefInset): new method, replacing asInsetRef.
1317
1318 2003-02-21  Angus Leeming  <leeming@lyx.org>
1319
1320         * formulabase.C (localDispatch): retire LFUN_REF_INSERT. Add
1321         LFUN_DIALOG_SHOW_NEW_INSET "ref" and LFUN_REF_APPLY. The latter
1322         is not yet safe. Posted some ideas to the list for further discussion.
1323
1324         * ref_inset.C (dispatch): a first stab at activating the code
1325         to display the reference dialog from within mathed. Not yet working.
1326
1327 2003-02-14  Dekel Tsur  <dekelts@tau.ac.il>
1328
1329         * math_parser.C (parse1): Do not remove braces for {<expr>}^
1330
1331 2003-02-13  Bo Peng <bpeng@rice.edu>
1332
1333         * math_cursor.h:
1334         * math_cursor.C (backspace, erase): return false for empty mathboxes.
1335
1336         * formulabase.C: When LFUN_DELETE, LFUN_BACKSPACE return false, delete
1337                 the empty mathbox. Fix Bug 686.
1338
1339 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
1340
1341         * formula.C (draw, width): Fix spacing around previewed formula.
1342
1343 2003-01-13  Michael Schmitt <Michael.Schmitt@teststep.org>
1344
1345         * formulabse.C (localDispatch): make CTRL-Pos1/End behave a little
1346         bit more intuitive. (Patch suggested by André.)
1347
1348 2003-01-07  João Luis Meloni Assirati <assirati@fma.if.usp.br>
1349
1350         * math_hullinset.C: fix numbering problem of AMS gather and
1351           multline environments. Treat gather the same
1352           way as eqnarray and multline as a special case.
1353
1354 2002-12-18  John Levon  <levon@movementarian.org>
1355
1356         * math_factory.C: do not assume symbol font is present
1357
1358 2002-12-17  Dekel Tsur  <dekelts@tau.ac.il>
1359
1360         * math_parser.C (tokenize): Fix macro reading.
1361
1362 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1363
1364         * several files: ws changes
1365
1366 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1367
1368         * math_inferinset.C: remove unused "using std::max"
1369
1370 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1371
1372         * formulamacro.C (prefix): use boost::format
1373
1374 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
1375
1376         * formulabase.C (lfunMouseRelease): Do not make the buffer dirty
1377         when releasing the first mouse button.
1378
1379 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1380
1381         * math_inset.C (asString): STRCONV
1382
1383         * math_factory.C (initSymbols): do not std:: qualify getline, use
1384         empty() to check for empty string, STRCONV
1385
1386         * math_extern.C: STRCONV
1387
1388         * math_diminset.C (drawT): STRCONV
1389
1390         * math_cursor.C (info): STRCONV
1391
1392         * math_autocorrect.C (initAutoCorrect): STRCONV
1393
1394         * formulamacro.C (InsetFormulaMacro): STRCONV
1395
1396         * formulabase.C (localDispatch): STRCONV
1397
1398         * formula.C (latexString): STRCONV
1399
1400         * math_factory.C: add using std::endl
1401         (math_font_available): use it
1402         (initSymbols): use it
1403         (createMathInset): use it
1404
1405         * math_cursor.C (MathCursor): reindent
1406
1407 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
1408
1409         * many files: Add support for Maxima.
1410
1411         * math_scriptinset.C (dispatch): Change handling of LFUN_MATH_LIMITS.
1412
1413         * math_symbolinset.C (metrics): Compute em with the default font.
1414
1415         * math_charinset.C (draw): Use math symbol fonts for <,> & =
1416
1417 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
1418
1419         * math_factory.C (initSymbols): Support "else" token.
1420
1421         * math_symbolinset.C (metrics): Remove special case for \not.
1422
1423 2002-10-18  Angus Leeming  <leeming@lyx.org>
1424
1425         * formula.C (latexString): Revert yesterday's change. It's going to
1426         be too complicated to deal with nasty surprises.
1427
1428 2002-10-17  Angus Leeming  <leeming@lyx.org>
1429
1430         * formula.C (latexString): change "\[ ... \]" to "$ \displaystyle ... $"
1431         for nicer previews.
1432
1433 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
1434
1435         * math_kerninset.C (metrics): Use LyXLength::inPixels.
1436
1437 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
1438
1439         * math_factory.C (initSymbols): iffont.
1440
1441 2002-10-14  André Pönitz <poenitz@gmx.net>
1442
1443         * math_cursor.C: remove code to fix crash
1444
1445 2002-10-14  André Pönitz <poenitz@gmx.net>
1446
1447         * formulabase.C: support pasting stuff into formulas using button3
1448
1449         * math_parser.C:
1450           math_hullinset.C: Herbert's patch to support flalign
1451
1452 2002-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1453
1454         * formulabase.C (localDispatch): make LFUN_WORDLEFTSEL and
1455         LFUN_WORDRIGHTSEL coherent with their non-SEL counterparts
1456
1457 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1458
1459         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1460
1461 2002-09-11  John Levon  <levon@movementarian.org>
1462
1463         * dimension.C: compile fix
1464
1465 2002-09-11  Angus Leeming  <leeming@lyx.org>
1466
1467         * preview.[Ch]: cruft. Removed.
1468
1469 2002-08-29  André Pönitz <poenitz@gmx.net>
1470
1471         * math_framboxinset.[Ch]: new (partial) support for \framebox
1472
1473         * math_parser.C: generalization for reading optional arguments
1474
1475 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1476
1477         * math_parinset.C: add support/LOstream.h and config.h
1478
1479 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1480
1481         * math_hullinset.C: add using std::pair
1482
1483 2002-08-13  Angus Leeming  <leeming@lyx.org>
1484
1485         * formulabase.C:
1486         * ref_inset.C:
1487         changes due to the changed LyXView interface that now returns references
1488         to member variables not pointers.
1489
1490         * math_inset.[Ch] (getDialogs, getLyXFunc): return a reference, not a
1491         pointer, reflecting this change.
1492
1493 2002-08-02  Angus Leeming  <leeming@lyx.org>
1494
1495         * formula.C: pass the BufferView to the PreviewedInset so that it can
1496         cache it.
1497
1498 2002-08-02  Angus Leeming  <leeming@lyx.org>
1499
1500         * formulabase.[Ch]: store the BufferView as a weak_ptr.
1501         (updatePreview): removed.
1502         (insetUnlock): invoke generatePreview().
1503
1504         * formula.C (InsetFormula): pass the shared_ptr to view_, not the raw
1505         BufferView.
1506         (read, localDispatch): remove those calls to updatePreview().
1507
1508         * math_metricsinfo.[Ch]: store the BufferView as a weak_ptr.
1509
1510         * math_nestinset.C (notifyCursorLeaves): empty, because
1511         generatePreview() is now called from InsetFormulaBase::insetUnlock.
1512
1513 2002-08-01  Angus Leeming  <leeming@lyx.org>
1514
1515         * formula.C: move code into the new PreviewedInset class.
1516
1517         * formula.[Ch] (generatePreview): renamed as addPreview.
1518         (generatePreview): new method invoking PreviewedInset::generatePreview.
1519
1520         * math_nestinset.C (notifyCursorLeaves): simplify. Now just calls
1521         Inset::generatePreview.
1522
1523 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1524
1525         * formula.C (localDispatch): strip,frontStrip -> trim,ltrim,rtrim
1526
1527 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1528
1529         * math_nestinset.C: add using std::vector
1530
1531 2002-07-23  Angus Leeming  <leeming@lyx.org>
1532
1533         * formula.C (descent): add an arbitrary 12 pixels to the descent when
1534         previewing a display mode equation, analogous to André's code elsewhere.
1535
1536         * math_nestinset.C (notifyCursorLeaves): generate the preview only
1537         when leaving an inset with depth() == 1.
1538
1539 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1540
1541         * math_support.C (mathed_draw_deco): fix rounding bug for rotated
1542         decorations
1543
1544 2002-07-17  Angus Leeming  <leeming@lyx.org>
1545
1546         * math_parboxinset.C: add using std::vector directive.
1547
1548         * formula.C (PreviewImpl's generate): bind to the PreviewLoader
1549         through a method rather than to the signal directly.
1550
1551 2002-07-16  Angus Leeming  <leeming@lyx.org>
1552
1553         * formula.C (ascent, descent, draw): remove the extra pixels
1554         required to accommodate the mathed active frame when in Preview mode.
1555
1556 2002-07-12  Angus Leeming  <leeming@lyx.org>
1557
1558         * formula.C: use the new smart loading capabilities of the image
1559         loader.
1560
1561 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1562
1563         * mathformula.C: use Lsstream.h not sstream
1564
1565 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1566
1567         * math_support.C:
1568         * math_factory.C: use lyx_gui::font_available()
1569
1570 2002-07-09  Angus Leeming  <leeming@lyx.org>
1571
1572         * math_braceinset.h:
1573         * math_scriptinset.h: remove class:: from method declaration.
1574
1575         * math_braceinset.C:
1576         * math_envinset.C: #include "LOstream.h"
1577
1578 2002-07-05  Angus Leeming  <leeming@lyx.org>
1579
1580         * formula.[Ch] (generatePreview): instantiate new virtual method.
1581         Strip out the preliminary preview code and replace with code that
1582         makes full use of the graphics/Preview* files. Hide all the
1583         shenanigans behind a PreviewImpl firewall.
1584
1585         * math_nestinset.C (notifyCursorLeaves): update the preview using the
1586         new graphics/Preview* code.
1587
1588 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1589
1590         * formulabase.C: ws changes
1591         * formula.C: ws changes
1592
1593 2002-07-01  Geof Piroux
1594
1595         * math_ex*.[Ch] et al: support for Mathematica as CAS backend
1596
1597 2002-06-28  Angus Leeming  <leeming@lyx.org>
1598
1599         * preview.h (preview): don't pass grfx::GraphicPtr & anymore.
1600
1601 2002-06-24  André Pönitz <poenitz@gmx.net>
1602
1603         * math_parser.C: remove "remove seemingly unneeded {} hack"
1604
1605 2002-06-26  Angus Leeming  <leeming@lyx.org>
1606
1607         * formula.C: use lyxerr, not cerr.
1608
1609 2002-06-24  André Pönitz <poenitz@gmx.net>
1610
1611         * *.[Ch]: left over changes from Porto
1612
1613         * math_gridinset.C (eolString): fix #456
1614
1615 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1616
1617         * formula.C: use repaint()
1618
1619 2002-06-16  André Pönitz <poenitz@gmx.net>
1620
1621         * math_factory.C:
1622         * math_support.C: fix font fall-back
1623
1624         * math_specialcharinset.[Ch]:
1625         * math_funcliminset.[Ch]: remove, it's now done by MathSymbolInset
1626
1627         * math_funcinset.[Ch]: remove, it's not used
1628
1629 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1630
1631         * math_extern.C: add using std::endl
1632
1633 2002-06-15  LyX Development team <lyx@rilke>
1634
1635         * formula.[Ch]:
1636         * macroformula.[Ch] (docbook): Added argument to care about the
1637         pernicious mixed content.
1638
1639 2002-05-30  André Pönitz <poenitz@gmx.net>
1640
1641         * math_parser.C:
1642         * formulabase.C: parser changes to 'everything might be a table'
1643
1644 2002-05-31  Dekel Tsur  <dekelts@tau.ac.il>
1645
1646         * math_hullinset.C (ams): Do a real check.
1647
1648 2002-05-30  André Pönitz <poenitz@gmx.net>
1649
1650         * *.[Ch]: "fonts as inset"
1651
1652 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1653
1654         * switch from SigC signals to boost::signals.
1655
1656 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1657
1658         * formulabase.C:
1659         * formulabase.h:
1660         * math_inset.h: use mouse_state. Kill insetKeyPress
1661
1662 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1663
1664         * math_support.C: font loader moved
1665
1666 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1667
1668         * formulabase.C:
1669         * formulamacro.C:
1670         * math_charinset.C:
1671         * math_funcinset.C:
1672         * math_support.C:
1673         * math_unknowninset.C: new name for font metrics
1674
1675 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1676
1677         * math_autocorrect.C: include vector and add a using statement.
1678
1679 2002-05-23  André Pönitz <poenitz@gmx.net>
1680
1681         * math_autocorrect.[Ch]: new "auto correction" feature
1682         * math_cursor.[Ch]: subsequent changes
1683         * math_parser.C: somewhat better error reporting
1684
1685 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1686
1687         * formula.C:
1688         * formulabase.C: LyXView moved into frontends/
1689
1690 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1691
1692         * formula.C:
1693         * formulabase.C:
1694         * formulamacro.C:
1695         * math_binaryopinset.C:
1696         * math_casesinset.C:
1697         * math_charinset.C:
1698         * math_cursor.C:
1699         * math_fracinset.C:
1700         * math_funcinset.C:
1701         * math_gridinset.C:
1702         * math_hullinset.C:
1703         * math_macro.C:
1704         * math_macrotemplate.C:
1705         * math_rootinset.C:
1706         * math_spaceinset.C:
1707         * math_sqrtinset.C:
1708         * math_stringinset.C:
1709         * math_support.C:
1710         * math_unknowninset.C:
1711         * math_xdata.C:
1712         * math_xyarrowinset.C: move Painter to frontends/
1713
1714 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1715
1716         * math_exintinset.C: use more specific smart_ptr header.
1717
1718 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1719
1720         * math_cursor.C: clear selection on paste (bug 393)
1721
1722 2002-05-15  André Pönitz <poenitz@gmx.net>
1723
1724         * formulabase.[Ch]: mark buffer as (Changed) after font changes
1725
1726 2002-05-13  André Pönitz <poenitz@gmx.net>
1727
1728         * math_cursor.[Ch]: honor lyxrc setting for auto_delete_region
1729
1730 2002-05-13  André Pönitz <poenitz@gmx.net>
1731
1732         * math_cursor.C: fix crash on paste as reported by Piroux Geoffroy
1733
1734 2002-04-24  Juergen Vigna  <jug@sad.it>
1735
1736         * formulabase.C (insetButtonPress): set the mathcursor in case we
1737         don't have one. This happens when clicking on a non locked mathed
1738         inset with any button != 1.
1739         (insetButtonPress): Forgot about this the Panel should NEVER be
1740         opened in a Press event ONLY in the Release event!
1741
1742 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1743
1744         * formulabase.C (localDispatch): merge the cases for
1745         LFUN_PROTECTEDSPACE and LFUN_MATH_SPACE, since they were identical.
1746
1747 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1748
1749         * formulabase.C (localDispatch): handle arguments of
1750         LFUN_MATH_DELIM better.
1751
1752 2002-04-04 Angus Leeming  <a.leeming@ic.ac.uk>
1753
1754         * formulabase.C: remove unused variables hack_x, hack_y, hack_button.
1755
1756 2002-04-02  Allan Rae  <rae@lyx.org>
1757
1758         * math_cursor.C (info): make it work with lyxstring and std::string
1759
1760 2002-03-12  André Pönitz <poenitz@gmx.net>
1761
1762         * math_cursor.C: fix some Up/Down "issues"
1763
1764 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1765
1766         * most files: ws cleanup
1767
1768         * Makefile.am: remove ld -r stuff
1769
1770 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1771
1772         * Makefile.am: special rules if partial linking
1773
1774 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1775
1776         * math_charinset.C: wrap the std::strchr declaration inside a
1777         check for CXX_GLOBAL_CSTD.
1778
1779 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1780
1781         * math_biginset.[Ch] (size): return size_type, not int.
1782
1783         * math_inset.C (metrics): parameter "mi" is never referenced. Removed.
1784         * math_hullinset.C (metrics): ditto.
1785
1786
1787 2002-03-12  André Pönitz <poenitz@gmx.net>
1788
1789         * math_xarray.[Ch] et al: really use metrics cache if possible...
1790
1791 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
1792
1793         * math_decorationinset.C: add leftrightarrows to the displayable
1794         symbols.
1795
1796 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1797
1798         * formula.C Changes due to the renaming of support/syscall.[Ch] as
1799         support/systemcall.[Ch] and of class Systemcalls as class
1800         SystemCall.
1801
1802 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1803
1804         * formula.C: change Systemcalls::System to Systemcalls::Wait and
1805         No change of functionality, just reflects the stripped down
1806         Systemcalls class.
1807
1808 2002-02-08  André Pönitz <poenitz@gmx.net>
1809
1810         * math_support.[Ch]: some support for \dddot
1811
1812 2002-02-08  Otto Tronarp <otttr440@student.liu.se>
1813
1814         * math_decorationinset.C:
1815
1816         * math_support.C:
1817
1818         * math_hash.C: Added \underrightarrow and \underleftarrow
1819
1820 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
1821
1822         * formulabase.C (localDispatch): fix umlaut handling
1823
1824         * formulabase.C: pop up math panel on right mouse click
1825
1826 2002-02-01  André Pönitz <poenitz@gmx.net>
1827
1828         * math_xarrowinset.[Ch]: support for \xrightarrow and \xleftarrow
1829
1830 2002-02-01  André Pönitz <poenitz@gmx.net>
1831
1832         * math_xymatrixinset.[Ch]: some support for \xymatrix
1833
1834 2002-02-01  André Pönitz <poenitz@gmx.net>
1835
1836         * math_undersetinset.[Ch]: implement direct support for \underset
1837
1838 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1839
1840         * math_support.C: removed the arrays latex_mathstyle[] and
1841         latex_mathfontcmds[] to the frontends.
1842
1843 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1844
1845         * math_macrotable.C (builtinMacros): Add macros for \models and \Join.
1846
1847 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1848
1849         * math_factory.C (createMathInset): add a default: label in switch
1850
1851 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1852
1853         * formulabase.[Ch] (searchForward, searchBackward): change the
1854         bool const & params to bool.
1855
1856 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
1857         * math_macrotable.C: added macros for Blackboard Bold,
1858         Calligraphic symbols support in mathed. Kludge.
1859
1860 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1861
1862         * math_mathmlstream.C (operator<<): use lyx::count rather than
1863         countChar.
1864
1865         * math_streamstr.C (operator<<): ditto.
1866
1867 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1868
1869         * math_support.C: change latex_mathfontcmds to an array of
1870         kb_action.
1871
1872 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1873
1874         * math_exfuncinset.C: remove using std::ostream declaration.
1875
1876         * math_kerninset.C: whitespace change, consistent with other files.
1877
1878         * math_mathmlstream.C (operator<<):
1879         * math_streamstr.C (operator<<): use countChar rather than std::count.
1880
1881         * math_parser.C (operator==): comment out. Not used.
1882
1883 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
1884
1885         * formulabase.C (localDispatch): handle LFUN_FRAK and LFUN_ITAL.
1886
1887         * math_support.C: separate  string arrays for math style and for
1888         font commands.
1889
1890 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
1891
1892         * math_parser.C (parse_normal): Support for \begin{math}
1893
1894 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1895
1896         * math_hullinset.C (validate): rename feature "amsstyle" to
1897         "amsmath".
1898
1899 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
1900
1901         * math_support.C: modified to support  a mathed pop-up for math
1902         size "styles" and font types.
1903
1904 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1905
1906         * math_defs.h: remove trailing comma from enum MathTextCodes.
1907
1908 2002-01-03  André Pönitz <poenitz@gmx.net>
1909
1910         * formulabase.[Ch]: implement simple search
1911
1912         * math_sizeinset.[Ch]: support for \displaystyle etc
1913
1914 2001-12-18  Dekel Tsur  <dekelts@tau.ac.il>
1915
1916         * math_macrotable.C (builtinMacros): Adjust kern values.
1917
1918 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1919
1920         * math_atom.C:
1921         * math_binaryopinset.C:
1922         * math_binominset.C:
1923         * math_casesinset.C:
1924         * math_charinset.C:
1925         * math_data.C:
1926         * math_diminset.C:add missing config.h
1927
1928         * math_cursor.C:
1929         * math_parser.C: move inludes around a bit.
1930
1931         * math_extinset.C: user boost::scoped_ptr
1932
1933         * math_parser.C: user std::fill to fill the catcodes. (please
1934         check this one...), and some consts.
1935
1936 2001-12-11  André Pönitz <poenitz@gmx.net>
1937
1938         * math_cursor.C: allow cut&paste of rectangular regions of cells
1939
1940 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
1941
1942         * math_kerninset.C (metrics): Consider lyxrc.zoom
1943
1944 2001-12-14  Dekel Tsur  <dekelts@tau.ac.il>
1945
1946         * math_support.C: Fix handling of \mathfrak font.
1947
1948 2001-12-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1949
1950         * math_iterator.C (nextInset): compilation fix.
1951
1952 2001-12-11  André Pönitz <poenitz@gmx.net>
1953
1954         * math_defs.h:
1955         * math_parser.C:
1956         * math_hash.C: support for \mathfrak
1957
1958 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
1959
1960         * math_streamstr.C: #include <iostream> to compile with DEC cxx
1961
1962 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1963
1964         * math_arrayinset.C:
1965         * math_boxinset.C:
1966         * math_decorationinset.C:
1967         * math_deliminset.C:
1968         * math_dotsinset.C:
1969         * math_exfuncinset.C:
1970         * math_exintinset.C:
1971         * math_funcinset.C:
1972         * math_funcliminset.C:
1973         * math_hullinset.C:
1974         * math_kerninset.C:
1975         * math_limopinset.C:
1976         * math_sizeinset.C:
1977         * math_stringinset.C:
1978         * math_symbolinset.C:
1979         * math_unknowninset.C: include math_streamstr.h and remove
1980         unneeded c_str()
1981
1982         * math_symbolinset.[Ch]: add constructor taking string
1983
1984         * math_mathmlstream.C: move includes around
1985
1986         * math_streamstr.[Ch]: add operator<<(Stream, string) for
1987         NormalStream, MapleStream, MathMLStream and OctaveStream
1988
1989         * math_gridinset.C: user LyXLength::zero
1990
1991 2001-11-19  Angus Leeming  <a.leeming@ic.ac.uk>
1992
1993         * formula.C:
1994         * math_arrayinset.C: add using std::getline directive.
1995
1996 2001-11-20 André Pönitz  <poenitz@gmx.net>
1997
1998         * formulabase.C: fix mouse positioning using the cursor
1999
2000 2001-11-19  Dekel Tsur  <dekelts@tau.ac.il>
2001
2002         * math_mathmlstream.C (operator<<): Count '\n' chars
2003
2004 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
2005
2006         * math_macro.C
2007         * math_hullinset.C:  Fixes to use the new LaTeXFeatures
2008         correctly.
2009
2010 2001-11-07  André Pönitz  <poenitz@gmx.net>
2011
2012         * math_extern.C: support for integrals, sums, e^x, and d/dx
2013
2014 2001-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2015
2016         * math_extern.C (extractNumber):
2017         (extractDiffExponent): add ugly .c_str()
2018
2019 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2020
2021         * math_arrayinset.C (MathArrayInset):
2022         * formula.C (pipeThroughMaple):
2023         (pipeThroughOctave): add ugly .c_str() to help compile
2024         with lyxstring
2025
2026 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2027
2028         * math_inset.C: compilation fix
2029
2030 2001-11-07  André Pönitz  <poenitz@gmx.net>
2031
2032         * math_*inset.[Ch]:
2033         * array.[Ch]: start native C++ support for Octave, Maple and MathML
2034
2035 2001-10-31  Angus Leeming  <a.leeming@ic.ac.uk>
2036
2037         * math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
2038
2039 2001-10-24  Angus Leeming  <a.leeming@ic.ac.uk>
2040
2041         * math_nestinset.C: added using std::max, min directives.
2042         * math_scriptinset.C: added using std::ostream directive.
2043         * math_scriptinset.h: replaced ostream with std::ostream.
2044
2045 2001-10-17  André Pönitz  <poenitz@gmx.net>
2046
2047         * math_*inset.[Ch]: remove MathStyles cache from insets that
2048           don't need it
2049
2050         * support.C:
2051           formulabase.C: fix math font sizes in headings etc
2052
2053         * math_inset.[Ch]:
2054           formula.C: remove unused static member int MathInset::workwidth
2055
2056         * math_gridinset.[Ch]: implement idxHome() and idxEnd()
2057
2058 2001-10-17  André Pönitz  <poenitz@gmx.net>
2059
2060         * math_inset.h:
2061         * *.[Ch]: make output more stream-like
2062
2063 2001-10-17  André Pönitz  <poenitz@gmx.net>
2064
2065         * formula.C:
2066         * array.C: add missing/broken  writeNormal()
2067
2068         * math_lefteqn.[Ch]: some visual support for \lefteqn
2069
2070
2071 2001-10-10  André Pönitz  <poenitz@gmx.net>
2072
2073         * math_cursor.C: introduce dummy "inner" position "between"
2074         nucleus and scripts for smoother cursor movement
2075
2076         * math_cursor.C: use red dot to indicate empty nucleus
2077
2078
2079 2001-10-02  André Pönitz  <poenitz@gmx.net>
2080
2081         * math_cursor.C: leave red backslash as visual clue
2082         in formula when typing macro names
2083
2084         *       math_macrotemplate.C: sanity check
2085
2086 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2087
2088         * math_cursor.C:
2089         * formula.C (localDispatch): fix a few of local variable sizes
2090
2091         * math_fracbase.C: change parameter types to match MathInset
2092
2093 2001-10-01  André Pönitz  <poenitz@gmx.net>
2094
2095         * math_cursor.[Ch]: remove local parInset() method
2096
2097         * math_macro.C: add a static_cast
2098
2099 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2100
2101         * math_cursor.C: fix type mismatches with what was declared in
2102         math_cursor.h.
2103
2104 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2105
2106         * math_matrixinset.C (header_write): Add \n after \begin{align}
2107
2108 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
2109
2110         * math_macrotable.C (builtinMacros): Add some macros if latex
2111         fonts are available.
2112
2113 2001-09-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2114
2115         * formula.C (insetAllowed): disallow label insertion in inline
2116         formula
2117
2118 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2119
2120         * formulabase.C (mathDispatchCreation): pass second argument
2121         'false' (no label) to selectionAsString
2122
2123 2001-09-11  André Pönitz  <poenitz@gmx.net>
2124
2125         * math_atom.[Ch]: new basic item in the MathArray
2126
2127         * array.[Ch]: move code over to math_atom
2128
2129         * math_scriptinset.[Ch]:
2130           math_parser.C:
2131           math_cursor.C: try to do with super- and subscripts what TeX does
2132
2133 2001-09-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2134
2135         * math_parser.C (tokenize): add a .c_str() (needed with lyxstring)
2136
2137 2001-09-04  André Pönitz  <poenitz@gmx.net>
2138
2139         * math_defs.h:
2140         * math_parser.C:
2141         * math_matrixinset.C: some support for the AMS 'alignat', 'xalignat',
2142             'xxalignt', 'gather' and 'multiline' environments
2143
2144         * math_cursor.C: fix handling of | and \|
2145
2146 2001-09-04  José Matos  <jamatos@fep.up.pt>
2147
2148         * formulabase.C
2149         * formulabase.h
2150         * formula.C
2151         * formula.h
2152         * formulamacro.C
2153         * formulamacro.h (docbook): rename docBook method to docbook.
2154
2155 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
2156
2157         * math_hash.C (ReadSymbols): Check for duplicate symbols
2158
2159 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2160
2161         * support.C: added a using std::map directive.
2162
2163 2001-08-17  André Pönitz  <poenitz@gmx.net>
2164
2165         * math_hash.C: Use std::map instead of faking it
2166
2167         * symbol_def.h: remove unneeded symbol definitions
2168
2169         *       support.C: use the decorations' name for drawing
2170
2171 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
2172
2173         * math_hash.C (in_word_set): Initialize symbol table even when
2174         symbols file was not found.
2175
2176 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2177
2178         * math_hash.C: added a using std::endl directive.
2179
2180 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
2181
2182         * support.C (whichFont): Add support for cmr font.
2183         Add support for \mathbb.
2184
2185         * math_notinset.C (draw, metrics): Use cmsy symbol if available.
2186
2187         * math_macrotable.C (builtinMacros): Add 3 builtin macros
2188
2189 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
2190
2191         * math_hash.C: Read symbols information from external file
2192         many files: Add support for latex symbol fonts
2193
2194 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
2195
2196         * math_parser.C (Parser): Eat spaces after \end_inset
2197
2198 2001-08-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2199
2200         * math_parser.C (tokenize): fix typo
2201
2202 2001-08-17  André Pönitz  <poenitz@gmx.net>
2203
2204         * math_parser.C: new "lexxer"
2205
2206         * array.C: write sequences of chars with same code as a unit
2207
2208 2001-08-13  André Pönitz  <poenitz@gmx.net>
2209
2210         * math_factory.[Ch]: new files for the creation of math insets
2211
2212         * math_parser.C:
2213                 math_cursor.C:
2214                 math_hash.C: simplifications
2215
2216         * math_binom.[Ch]: new files for "native" \binom/\choose inset
2217
2218         * math_parser.C:
2219                 math_cursor.C: reading support for TeX style \over and \choose
2220
2221         * formulabase.C: re-enabling the "selected text gets converted to
2222         math when pressing C-m" feature.
2223
2224 2001-08-13  Angus Leeming  <a.leeming@ic.ac.uk>
2225
2226         * math_parser.C (lexArg): remove default argument from the .C file
2227         as it causes DEC cxx to complain about a redefinition.
2228
2229 2001-08-10  André Pönitz  <poenitz@gmx.net>
2230
2231         *       math_scopeinset.[Ch]: new inset for {} blocks
2232
2233         *       math_accentinset.[Ch]: removed unneeded files
2234
2235         * math_grid.[Ch]:
2236           math_matrix.[Ch]: start support for "interrow spacing"
2237
2238         * all over the place: rework of parser stuff
2239
2240 2001-08-08  André Pönitz  <poenitz@gmx.net>
2241
2242         *       math_fracbase.[Ch]:
2243         * math_fracinset.[Ch]: new hierarchy
2244
2245         *       math_stackrelbase.[Ch]: native \stackrel support
2246
2247         * math_inset.[Ch]: removal of the name_ member
2248
2249         * math_deliminset.[Ch]: rework
2250
2251 2001-08-06  André Pönitz  <poenitz@gmx.net>
2252
2253         * formulamacro.C: fix nasty bug due to missing copy constructor
2254
2255         * math_bigopinset.[Ch]: revival for things like \int, \sum
2256
2257         * math_funcliminset.[Ch]: dedicated new inset for \lim, \max, \min...
2258
2259         * math_diminset.h: make cache variables mutable, remove const_cast
2260
2261         * formulabase.[Ch]: remove unneeded convertFont()
2262
2263         * math_funcinset.[Ch]: bring red color back
2264
2265         * math_macro*.[Ch]: move ownership of the templates from the formulamacro
2266         inset to the mcaro table
2267
2268 2001-08-01  André Pönitz  <poenitz@gmx.net>
2269
2270         * math_cursor.C:
2271                 formulamacro.C: fix memory leaks
2272
2273         * math_matrixinset.C: fix mis-alignment of eqnarray columns
2274
2275         *       formula*.[Ch]: seperation of the "pimpl" MathInset * into
2276         MathMatrixInset * and MathMacroTemplate * to save a few casts
2277
2278         * all over the place: everything is an inset now
2279
2280         * math_nestinset.[Ch]: new abstract base class for insets containing
2281         other insets.
2282
2283         * math_diminset.[Ch]: new abstract base class for insets that need
2284         the width_/ascent_/descent_ cache
2285
2286 2001-07-25  André Pönitz  <poenitz@gmx.net>
2287
2288         * formulabase.C: re-enable 'space enlargement' feature
2289
2290         * math_scriptinset.C:
2291                 math_bigopinset.C: rework of script insets
2292
2293 2001-07-22  André Pönitz  <poenitz@gmx.net>
2294
2295         * math_cursor.C: fix "pullArg" behaviour
2296
2297         * math_cursor.C: keep empty super/subscript a bit longer
2298
2299         * math_cursor.C: do not move into insets that don't have inner cells yet
2300
2301         * formulabase.C: fix memory leak
2302
2303         * math_cursor.C: ^ now copies selection into new srriptinset
2304
2305         * xarray.C: less crude MathXArray::x2pos for preciser cursor positioning
2306           using the mouse
2307
2308         * math_updowninset.C: fix drawing glitches
2309
2310         * math_cursor.C: paste to correct position
2311
2312 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2313
2314         * formula.C (insetAllowed): allow insertion of label
2315
2316 2001-07-20 André Pönitz  <poenitz@gmx.net>
2317
2318         * math_macrotable.C: support for \land and \vee
2319
2320 2001-07-16 André Pönitz  <poenitz@gmx.net>
2321
2322         * math_grid.[Ch] -> math_gridinset.[Ch]
2323           math_root.[Ch] -> math_rootinset.[Ch]: more consistent names
2324
2325         * formulabase.C: fix 'buffer set to (Changed) when moving in math',
2326           fix 'mathed reports wrong width', cosmetics
2327
2328 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2329
2330         * math_cursor.C (operator==): moved ouf of struct
2331         (operator<): ditto
2332         (normalAnchor): reversed one test (but shouldn't it really be >= ?)
2333
2334 2001-07-16 André Pönitz  <poenitz@gmx.net>
2335
2336         * math_cursor.[hC]: multicell selection (multicell pasete still defunct)
2337
2338         * several files: supporting changes
2339
2340 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2341
2342         Consistent use of Lsstream.h:
2343         * formula.C: removed using std::ostringstream directive.
2344
2345         * math_cursor.C: std::istringstream -> istringstream.
2346
2347 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2348
2349         * math_decorationinset.h: add std:: qualifier
2350
2351 2001-07-12 André Pönitz  <poenitz@gmx.net>
2352
2353         * math_updowninset.[hC]: new base class for script and bigop insets
2354                 *.[hC]: subsequent changes to all Metric() functions
2355
2356         * math_parser.C: small changes (\sqrt0 is read properly now)
2357
2358 2001-07-10 André Pönitz  <poenitz@gmx.net>
2359
2360         * math_accentinset.[hC]: rewrite
2361
2362         * math_parser.C:
2363                 math_cursor.C: subsequent changes
2364
2365         * math_grid.C: <Delete> in the first cell of a completely empty row
2366           deletes that row, <C-Return> places the cursor in the first of the
2367           new empty cells.
2368
2369         * math_grid.C: try to split cell nicely when mutating from single-cell
2370           to multi-cell environment
2371
2372 2001-07-09  Dekel Tsur  <dekelts@tau.ac.il>
2373
2374         * math_matrixinset.C (mutate): Use only the first label when
2375         mutating eqnarray to display formula.
2376
2377 2001-07-09  Juergen Vigna  <jug@sad.it>
2378
2379         * formulabase.C (mathDispatchCreation): don't do anything with the
2380         inset if it cannot be inserted!
2381
2382 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2383
2384         * formulabase.C (mathDispatchInsertMath): remove bogus return
2385         statement.
2386
2387 2001-07-09 André Pönitz  <poenitz@gmx.net>
2388
2389         * math_*inset.C: Change order of arguments in MathInset constructor
2390
2391         * math_cursor.C: Remove broken "increase space" feature for a while
2392
2393 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
2394
2395         * formulabase.C (mathDispatchInsertMath): Create an inline formula.
2396
2397 2001-07-04 André Pönitz  <poenitz@gmx.net>
2398
2399         * math_parser.C: fix reading of "unusual" alpha chars
2400
2401         * xarray.[hC]: fix debug output of xarray
2402
2403 2001-07-03 André Pönitz  <poenitz@gmx.net>
2404
2405         * math_parser.C: fix bug where equations did not get their labels
2406
2407         * formulabase.C: new feature: changing font on selection
2408
2409         * several files: subsequent changes
2410
2411         * array.C: fix bug when insets have not been cloned properly
2412         This should fix quite a few "random" crashes...
2413
2414 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2415
2416         * formulabase.C (localDispatch): use .c_str() on istringstream
2417         constructor argument.
2418
2419 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2420
2421         * math_grid.C (addCol): add second argument to cellinfo_.insert.
2422         Cleanup a bit the code.
2423         (appendRow): do not call push_back without argument.
2424
2425         * *.C: remove all "using namespace std" directives (not
2426         good!!) and replaced it with relevant "using" directives.
2427
2428         * math_macrotemplate.C (Clone): change return type to MathInset*
2429
2430 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2431
2432         * math_sizeinset.C: include support/LOstream.h
2433
2434         * math_scriptinset.C (Metrics): std:: qualify max
2435
2436         * math_root.C (Metrics): std:: qualify max
2437         (Write): std:: qualify ostream
2438         (WriteNormal): ditto
2439
2440         * math_matrixinset.C (getLabelList): std:: qualify vector
2441         include vector
2442         (Metrics): std:: qualify max
2443         (header_write): std:: qualify ostream
2444         (footer_write): ditto
2445
2446         * math_macrotemplate.C (Write): std:: qualify ostream
2447
2448         * math_bigopinset.C (Metrics): std:: qualify max, and include
2449         functional
2450
2451         * math_matrixinset.h: include vector and std:: qualify it.
2452
2453         * array.C (GetInset): get a pointer to the first element of bf_
2454         not an iterator.
2455
2456 2001-06-25  The LyX Project  <Asger>
2457
2458         * math_scriptinset.C: Fix for entering with cursor up/down.
2459
2460         * math_fracinset.C: We can enter fractions with cursor up and
2461         down.
2462
2463         * math_cursor.C (Right): Fixes for cursor movement.
2464
2465         * formula.C (draw): New background color for math.
2466
2467         * math_cursor.C: Fixes for toggling labels on/off in math.
2468         Fixes for infinity and other symbols that didn't appear in
2469         LaTeX.
2470
2471 2001-06-24  The LyX Project  <Asger>
2472
2473         * math_inset.C: Cursor movement is better in square roots, among
2474         other things.
2475
2476         * math_cursor.C (Interpret): Improved subscript bullshit. Improved
2477         cursor up/down movement. What not.
2478
2479 2001-06-24  The LyX Project  <Asger>
2480
2481         * math_matrixinset.C: Hidden labels are hidden, unless a small
2482         dragon jumps out of the screen, and pronounce them to the entire
2483         world.
2484
2485 2001-06-24  The LyX Project  <Easter egg>
2486
2487         * math_cursor.C: Cursor improvements after a few dead-ends
2488         in the evolution of cursor movement were tested and scrapped.
2489
2490 2001-06-24  The LyX Project  <Asger>
2491
2492         * math_cursor.C: Renamed stack to path.
2493
2494 2001-06-24  The LyX Project  <André>
2495
2496         * *.[Ch]:
2497           Makefile.am: The Big Patch
2498           (rewrite of MathArray, MathCursor, MathMatrixInset, MathBigopInset;
2499      new MathScriptInset for up/down stuff;
2500            delete MathIter/MatXIter, MathParInset, MathRowSt
2501      Changes to the inset inheritance tree, reunification of abstract math
2502      inset base classes;
2503      label/numbering handling back to life;
2504      major changes to the parser(s);
2505      new base class FormulaBase for the two math LyXInsets;
2506            general cleanup and cosmetic changes)
2507
2508 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
2509
2510         * math_macro.C:
2511         * math_root.C: removed // -*- C++ -*- as first line.
2512
2513 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2514
2515         * array.C: bring memmove into main namespace if necessary
2516
2517 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2518
2519         * math_parser.C (yylex): use contains instead of strchr
2520         (parse_align): remove last arg, change to take string const & as
2521         first arg.
2522         (mathed_parse): use string for ar2 and ar, adjust
2523
2524         * math_decorationinset.C (Write): use compare instead of strcmp
2525
2526         * formula.C (LocalDispatch): change arg2 to string, adjust for this
2527         (LocalDispatch): add std::
2528         (LocalDispatch): use contains instead of strchr
2529
2530         * array.C (move): add std::
2531
2532 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2533
2534         * matriz.C: add using directives when needed for C functions
2535         declared in std:: namespace.
2536
2537         * math_macrotemplate.h: do not use explicitely std::string, but
2538         string.
2539
2540         * math_macroarg.C: avoid bringing the whole std:: namespace in
2541         global-land. When you do that, there is an ambiguity between
2542         lyxstring and std::string (which may be defined at the same time).
2543
2544         * formula.C (HandleExtern): add .c_str() to .str() (useful when
2545         using lyxtring)
2546
2547 2001-04-27 André Pönitz  <poenitz@gmx.net>
2548
2549         * math_parser.C: fix \frac handling bug introduced on 04-24
2550         * math_xiter.C: hotfix for merging "shared" insets
2551         * formula.C: fixing display after using math-insert
2552
2553 2001-04-25 André Pönitz  <poenitz@gmx.net>
2554
2555         * math_*.[Ch]: WriteNormal
2556         * formula.C: Support for new "math extern" command
2557         * math_parser.C: fix \frac handling bug introduced on 04-24
2558         * math_xiter.C: hotfix for merging "shared" insets
2559
2560 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2561
2562         * math_macrotable.C: include <iostream>
2563
2564 2001-04-24 André Pönitz  <poenitz@gmx.net>
2565
2566         * math_macro.[Ch]:
2567         * math_macrotable.[Ch]:
2568         * math_macroarg.[Ch]: restructuring of macro handling
2569         * several files:
2570
2571 2001-04-25  Angus Leeming  <a.leeming@ic.ac.uk>
2572
2573         * array.h (operator<<):
2574         * math_macro.h (dump, operator<<): added std:: qualifier to ostream.
2575
2576         * math_macrotable.C: added using std::make_pair directive.
2577         (dump): added using std::cerr directive here as I guess that this is
2578         temporary.
2579
2580 2001-04-20  Allan Rae  <rae@lyx.org>
2581
2582         * formula.C (LocalDispatch): fixed another #warning.  Guess who.
2583
2584 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2585
2586         * math_macrotemplate.h: inherit privately from noncopyable
2587
2588         * math_macro.C (Metrics): reindent, use unsigned int as loop var
2589         (setArgumentIdx): change test to avoid unsigned warning
2590
2591         * formula.C (LocalDispatch): use LFUN_MESSAGE
2592
2593 2001-04-16  Allan Rae  <rae@lyx.org>
2594
2595         * formula.C (Latex, getLabelList, LocalDispatch):
2596         * math_parser.C (mathed_parse):
2597         * math_parinset.C (Write): #warning triggers an error on Sun CC 6.0 as
2598         an unrecognised preprocessor directive.  So ensure they're wrapped.
2599
2600 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2601
2602         * formula.C (draw): adjust for cursor_visible
2603         (ToggleInsetCursor): adjust for cursor_visible and constify asc
2604         and desc
2605         (ShowInsetCursor): adjust for cursor_visible and constify asc and desc
2606         (HideInsetCursor): adjust for cursor_visible
2607         (LocalDispatch): constify default_label and res
2608
2609 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2610
2611         * math_rowst.C: add missing #include <config.h>.
2612
2613 2001-03-16  André Pönitz  <poenitz@gmx.net>
2614
2615         * math_matrixinset.h:
2616         * math_parinset.[Ch]:
2617         * math_rowst.[Ch]: move MathedRowContainer::row_ to the base
2618
2619 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2620
2621         * Makefile.am:
2622         * formula.C:
2623         * math_forms.h:
2624         * math_forms.C:
2625         * math_panel.h:
2626         * math_panel.C:
2627         * math_symbols.C: maths panel moved to GUII
2628
2629 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2630
2631         * math_cursor.C: use lyxerr instead of cerr.
2632
2633 2001-03-15  André Pönitz  <poenitz@gmx.net>
2634
2635         * math_cursor.C: fix bug (cursor was leaving two insets at a time
2636            instead of one)
2637
2638 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2639
2640         * math_macrotable.h: noncopyable is in namespace boost
2641         * math_macrotemplate.h: ditto
2642
2643         * math_rowst.h: make MathedRowContainer::iterator public.
2644
2645 2001-03-15  André Pönitz  <poenitz@gmx.net>
2646
2647         * math_parser.C: read '\nonumber' again (was broken)
2648
2649         * math_rowst.C: new file
2650
2651 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
2652
2653         * math_cursor.C: added using directive.
2654
2655 2001-03-15  André Pönitz  <poenitz@gmx.net>
2656
2657         * math_rowst.h: Finally remove MathedRowSt
2658
2659         * math_parser.C:
2660           math_xiter.C: changed accordingly
2661
2662 2001-03-12  André Pönitz  <poenitz@gmx.net>
2663
2664         *       math_rowst.h: replace MathedRowSt with MathedRowStruct,
2665             more robust MathedRowSt::[gs]etTab (to get rid of the constructor arg)
2666
2667 2001-03-10  André Pönitz  <poenitz@gmx.net>
2668
2669         * math_xiter.[Ch]:
2670           math_matrixinset.C: move adjustVerticalSt to the only place where
2671       it is used. Fix a small bug where the cached row structure and the
2672             actual data get out of sync after the deletion of whole rows
2673
2674 2001-03-09  André Pönitz  <poenitz@gmx.net>
2675
2676         * math_cursor.C: use std::vector<> in MathStackXIter
2677                 change selstk from a pointer to the "real thing"
2678
2679         * math_rowst.h: new MathedRowContainer::erase method
2680
2681         * math_xiter.C: use MathedRowContainer::erase
2682
2683         * math_parser.C: use MathedRowContainer::insert_after
2684
2685 2001-03-08  André Pönitz  <poenitz@gmx.net>
2686
2687         * math_rowst.h: give MathedRowContainer an 'insert' method.
2688
2689         * math_xiter.C: new 'container()' method to encapsulated access to
2690           the MathParInset's MathedRowContainer
2691
2692         * math_rowst.h: proper copy constructor and destructor for
2693           MathedRowContainer
2694
2695         * math_matrixinset.[hC]: remove copy constructr and destructor. Those
2696           automatically created by the compiler are ok now.
2697
2698 2001-03-06  André Pönitz  <poenitz@gmx.net>
2699
2700         * array.[Ch]: factor out deep_copy,
2701           remove third argument from raw_pointer_insert
2702
2703         * math_iter.[Ch]: remove unused function Clear()
2704
2705         * math_cursor.C: change signature of MathStackXIter:push()
2706           whitespace changes
2707
2708         * math_rowst.h: introduction of MathRowContainer
2709           several files: corresponding changes
2710
2711 2001-03-04  André Pönitz  <poenitz@gmx.net>
2712
2713   * math_macrotemplate.[Ch]:
2714     math_macro.C: move update() functionality to the macro
2715
2716         * math_rowst.h: split MathedRowSt into "data" and "list"
2717
2718 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2719
2720         * math_macrotemplate.C (update): use MathMacro::getArg, and
2721         receive a const reference.
2722         (getMacroPar): add an Assert
2723
2724         * math_macrotemplate.h: make MathMacro a friend, make update take
2725         a const reference.
2726
2727         * math_macro.[hC]: get rid of getRowSt, remove MacroArgumentBase
2728         and store a MathMacroArgument in the vector
2729         * math_macro.C: changes because of the above.
2730         (getArg): new method
2731
2732         * math_parser.C (mathed_parse): plug potential leak
2733
2734         * math_iter.h: add comment on virtual destructor
2735
2736         * math_iter.C (Delete): make c const
2737
2738         * math_parinset.C (Metrics): cleanup indent. make one string const.
2739
2740         * math_inset.C (size): move out of line
2741         (incSize): ditto
2742
2743         * math_macroarg.h: remove default constructor
2744
2745         * math_macroarg.C: include Lsstream.h instead of debug.h
2746         (MathMacroArgument): remove default constructor
2747         (Write): add std:: on ostream arg
2748
2749 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2750
2751         * math_parser.C:
2752         * formula.C: make DEBUG into lyxerr
2753
2754 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2755
2756         * math_macrotemplate.h: make noncopyable, remove last arg to
2757         constructor, remove flags_ add edit_
2758         (flags): remove method
2759
2760         * math_macrotemplate.C (setArgument): delete method
2761         (update): make idx const
2762         (Metrics): use edit_, remove flags_
2763         (draw): use edit_, remove flags_
2764         (setEditMode): set edit_, remove flags_
2765         (MathMacroTemplate): initialize edit_, remove flags_
2766
2767         * math_macro.h: remove x,y from MacroArgumentBase, make tmplate_ a
2768         shared_ptr, let constructor take a shared_ptr
2769
2770         * math_macro.C (MathMacro): take shared_ptr as arg, remove double
2771         initialization.
2772         (draw): remove unneded update, remove removed update of x,y
2773         (GetXY): call tmplates GetMacroXY directly
2774         (SetFocus): call Metrics() instead of update()
2775         (Write): remove support for math macro environments, simplifications.
2776
2777         * math_macrotable.h: make class noncopyable, change getMacro to
2778         createMacro, change vector to map store a
2779         shared_ptr<MathMacroTemplate> in it., remove unneeded typedef
2780
2781         * math_macrotable.C: add pragma
2782         (createMacro): change name from getMacro, use shared_ptr
2783         (getTemplate): Use map lookup to get macro, return shared_ptr
2784         (addTemplate): assert that m containse a valid pointer, use map[]
2785         insert.
2786         (builtinMacros): by using shared_ptr fix the mem leak, remove
2787         commented out unsupported macros
2788
2789         * math_cursor.C: changes because of the above
2790         * math_parser.C: changes because of the abobe
2791
2792         * formulamacro.h: change tmacro_ to be a shared_ptr, remove
2793         default arg on constructor.
2794         * formulamacro.C: changes because of the above
2795
2796         * math_parinset.h: add pragma
2797         (SetAlign): move inline out of class def
2798         (GetColumns): ditto
2799         (GetRows): ditto
2800         (isMatrix): ditto
2801         (setArgumentIdx): ditto
2802         (setNextArgIdx): ditto
2803         (getArgumentIdx): ditto
2804         (getMaxArgumentIdx): ditto
2805         (setRowSt): ditto
2806         (xo): ditto
2807         (yo): ditto
2808
2809         * math_parinset.C: add pragma
2810         (Write): change the else clause, lessen depth
2811
2812         * math_macroarg.h: small whitespace change
2813
2814         * array.C: include support/LOstream.h add using ostream and endl
2815
2816         * array.h (dump): add std:: on ostream
2817
2818 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2819
2820         * math_macrotemplate.h: remove default arg on update
2821
2822         * math_macrotemplate.C (update): add assert and remove noop case.
2823
2824         * formulamacro.C (Read): add comment.
2825         (ascent): remove noop call to MathMacroTemplate
2826         (descent): ditto
2827         (width): ditto
2828         (draw): ditto
2829
2830         * math_parser.C (mathed_parse): fix another potential problem by
2831         passing a freestanding mathedarray.
2832
2833         * math_root.C (GetData): add const version
2834
2835         * math_parinset.C (~MathParInset): delete
2836         (GetData): add const version
2837
2838         * math_matrixinset.C (MathMatrixInset): delete pointer version,
2839         make it a proper copy constructor instead
2840         (Clone): change acc.
2841         (MathMatrixInset): remvoe default val for m and n
2842
2843         * math_macro.C (GetData): add const version
2844
2845         * math_fracinset.C (GetData): add const version
2846
2847         * math_cursor.C (SelCopy): make p1 and p2 const
2848         (SelCut): make p1 and p2 const
2849
2850         * formula.h: add '_' on priv vars. Cnages in formula.C acc. to this
2851         (LyxCode): move inline out of class
2852         (ConvertFont): ditto
2853         (display): ditto
2854
2855         * array.[Ch] (dump): method added for debugging purposes
2856
2857         * math_parser.C (mathed_parse): pass a freestanding mathedarray to
2858         mathed_parse when reading a matrix.
2859
2860         * math_spaceinset.[Ch]: add pragma, make variables private add
2861         '_', change order of method definitions.
2862
2863         * math_root.h (~MathRootInset): delete
2864         Change uroot_ to be a real object instead of a pointer
2865         * math_root.C: changes because of the above
2866
2867         * math_macro.C (MathMacro(MathMacro*)): delete constructor
2868         (MathMacro(MathMacro const &)): new copy constructor
2869
2870         * math_inset.h: delete constructor taking a pointer to MathedInset
2871         (size, incSize): move inline method
2872
2873         * math_funcinset.h: add pragma, remove class vars ln and fname,
2874         change protected to private, add '_' to priv vars.
2875         (~MathFuncInset): remove
2876
2877         * math_fracinset.h: make MathParInset den_ a real object and not a
2878         pointer.
2879
2880         * math_fracinset.C (MathFracInset): clean up, move initalization
2881         to initialization list
2882         (~MathFracInset): remove
2883         (Clone): remove leak
2884
2885         * math_draw.C: delete file
2886
2887         * math_dotsinset.[Ch]: add pragma
2888
2889         * math_bigopinset.h: make protected variables private add '_' to vars.
2890
2891         * math_bigopinset.C: move methods to follow class definition order
2892
2893         * math_accentinset.h (getAccentCode): move inline here
2894
2895         * math_accentinset.C (MathAccentInset): cleanup
2896         (draw): constify dw
2897
2898 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2899
2900         * math_inset.[Ch] (MathedInset): remove method
2901
2902         * Makefile.am (libmathed_la_SOURCES): correct typo
2903
2904         * math_parinset.C (draw): move MathedXiter data(this) up. and
2905         remove it two other places.
2906
2907         * math_macro.C (MathMacro): use array directly, don't use
2908         setArgumentIdx and GetData
2909
2910 2001-02-26  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2911
2912         * math_macroarg.C (MathMacroArgument): delete
2913         * math_macro.C (~MathMacro): delete
2914         * math_macrotemplate.C (~MathMacroTemplate): delete
2915
2916         * math_decorationinset.[Ch]: add pragma
2917         * math_deliminset.[Ch]: likewise
2918         * math_fracinset.[Ch]: likewise
2919         * math_macroarg.[Ch]: likewise
2920         * math_macrotemplate.[Ch]: likewise
2921         * math_matrixinset.[Ch]: likewise
2922
2923         * formulamacro.C (Read): set contents of tmacro_ to ar.
2924
2925         * formulamacro.h: add '_' to private variables.
2926         * formalamacro.C: changes because of this.
2927
2928 2001-02-23  Juergen Vigna  <jug@sad.it>
2929
2930         * formula.C (LocalDispatch):  changed action to be a kb_action (as it
2931         should be) and not an int.
2932
2933         * formulamacro.C (LocalDispatch): ditto.
2934
2935 2001-02-14  André Pönitz  <poenitz@gmx.net>
2936
2937         * math_parinset.[Ch]: make array a real MathArray, not just a
2938           pointer to one.
2939
2940         * move MathIter::Copy(int, int) to MathArray::shrink(pos, pos)
2941
2942         * several files: subsequent changes
2943
2944         * math_cursor.C: make selarray a proper MathArray
2945
2946         * several files: Change "MathedArray *" to "MathedArray &"
2947
2948
2949 2001-02-19  Dekel Tsur  <dekelts@tau.ac.il>
2950
2951         * array.C (MathedArray): Fix compilation problem.
2952
2953 2001-02-14  André Pönitz  <poenitz@gmx.net>
2954
2955         * array.[Ch]: "deep" copy constructor and assignment operator for
2956         MathArray
2957
2958         * math_iter.[Ch]: seperate Copy() from Copy(int, int)
2959
2960         * math_iter.[Ch]: remove SetData
2961           several files: subsequent changes
2962
2963 2001-02-14  André Pönitz  <poenitz@gmx.net>
2964
2965         * array.[Ch]: remove constructor and  enums ARRAY_MIN_SIZE and
2966         ARRAY_STEP
2967
2968         * math_iter.C: default-construct and resize array
2969
2970 2001-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2971
2972         * math_xiter.h: move ipush and ipop to public, add _ on private
2973         variables, move protected var to private, remove friend.
2974
2975         * math_cursor.C (insertInset): rename method from Insert also
2976         remove default arg val. Call the public methods of xiter instead
2977         of private variables.
2978
2979         * changes to several files because of the above.
2980
2981 2001-02-14  André Pönitz  <poenitz@gmx.net>
2982
2983         * math_iter.[Ch]: hide fcode_
2984         * math_xiter.C:
2985         * math_parinset.C: subsequent changes
2986
2987
2988 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2989
2990         * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add
2991         math_utils.h
2992
2993         * math_write.C: delete file
2994         * math_delim.C: delete file
2995         * marh_sqrtinset.h: delete file
2996
2997         * move funcs to more localized files, more general cleanup.
2998         Constify several local vars. Doxygen changes. Formatting.
2999
3000 2001-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3001
3002         * support.C: add some consts
3003
3004         * matriz.C: clean up a bit.
3005         (matmat): remove the for loop.
3006
3007         * several files: changes so that several friends can be removed
3008
3009 2001-02-14  André Pönitz  <poenitz@gmx.net>
3010
3011         * formula.C: reformatting
3012
3013         * math_cursor.[Ch]:
3014           math_iter.[Ch]:
3015           math_xiter.[Ch]: remove unneeded members
3016
3017 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3018
3019         * math_parser.C:
3020         * math_panel.C:
3021         * formula.C: remove cruft
3022
3023         * array.C (begin): new method
3024         (end): ditto
3025
3026 2001-02-14  André Pönitz  <poenitz@gmx.net>
3027
3028         * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
3029
3030         * math_cursor.C: reformatting
3031
3032 2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3033
3034         * math_spaceinset.C:
3035         * math_root.C:
3036         * math_matrixinset.C:
3037         * math_macrotemplate.C:
3038         * math_funcinset.C:
3039         * math_fracinset.C:
3040         * math_dotsinset.C:
3041         * math_deliminset.C:
3042         * math_decorationinset.C:
3043         * math_bigopinset.C:
3044         * math_accentinset.C:
3045         * math_sqrtinset.C: include LOstream.h and add using directive.
3046
3047 2001-02-14  André Pönitz  <poenitz@gmx.net>
3048
3049         * math_iter.C: reformatting
3050
3051 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
3052
3053         * math_spaceinset.C (GetSpace): move here
3054
3055         * math_parinset.C: add debug.h, move several prev. inlined methods
3056         here.
3057
3058         * math_macrotable.C math_xiter.C support.C: add debug.h
3059
3060         * math_macro.h: remove debug.h, remove typedefs
3061
3062         * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove
3063         extern decls.
3064
3065         * math_hash.C: change some defines to int const. change use of
3066         LM_TC_NORMAL to LM_TC_VAR
3067
3068         * math_draw.C: delete file
3069
3070         * math_defs.h (MATH_DEFS): dont define byte here, remove unneded
3071         forward decls. remove LM_TC_NORMAL, move inline methods to
3072         support.C (and support.h)
3073
3074         * math_cursor.C: move several previous inlined methods here
3075
3076         * math_bigopinset.h math_dotsinset.h math_funcinset.h
3077         math_parinset.h math_spaceinset.h: add math_defs.h
3078
3079         * math_accentinset.h: add support.h and math_defs.h
3080
3081         * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h
3082
3083         * formula.h: remove unused func decl: OpenMathInset
3084
3085         * formula.C math_inset.h: get rid of math_defs.h
3086
3087         * array.h: switch to support.h instead of math_defs.h
3088
3089         * array.C: remove one include
3090
3091         * Makefile.am (libmathed_la_SOURCES): remove math_draw.C
3092
3093         * math_panel.C (deco_cb): move the sizeof/sizeof to a const int.
3094
3095         * math_parser.C: include macrotable and macrotemplate
3096
3097         * math_macrotemplate.[Ch]: new files
3098
3099         * math_macrotable.[Ch]: new files
3100
3101         * math_macroarg.[Ch]: new files
3102
3103         * math_macro.C: move stuff to the new files.
3104
3105         * math_cursor.C: include math_macrotable.h
3106
3107         * macro_support.[Ch]: new files
3108
3109         * formulamacro.C: add more includes
3110
3111         * Makefile.am (libmathed_la_SOURCES): add new files.
3112
3113 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3114
3115         * Makefile.am (libmathed_la_SOURCES): remove duplicate
3116         math_sqrtinset.
3117
3118         * support.C:
3119         * math_xiter.C:
3120         * math_parinset.C: add a bunch of "using" directives.
3121
3122         * math_funcinset.h:
3123         * math_decorationinset.h:
3124         * math_bigopinset.h:
3125         * math_spaceinset.h: remove more couples of inline.
3126
3127 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
3128
3129         * math_xiter.h: remove a couple of "inline"
3130
3131         * array.C (strange_copy): fix bug (hopefully)
3132         * many files: add a lot of new files and move methods to the class
3133         files they belong to. Only first attempt at cleanup more will
3134         follow.
3135
3136 2001-02-12  André Pönitz  <poenitz@gmx.net>
3137
3138         * math_macro.[hC]: replace MathMacroArgument[] with
3139           std::vector<MathMacroArgument>
3140         * math_defs.h:
3141           math_inset.C: replace int[] with std::vector<int>
3142         * math_panel.h:
3143         * math_symbols.C: replace FL_OBJECTP[] with
3144         std::vector<FL_OBJECT*>
3145
3146 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3147
3148         * math_defs.h (struct MathedRowSt): make all private variables end
3149         with '_', initialize in initializer list instead of in function
3150         body.
3151
3152 2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
3153
3154         * formula.C (LocalDispatch): Change the default action of
3155         break-line to create an align* environment instead of eqnarray*.
3156
3157         * math_inset.C (Metrics): Correct drawing of the multline
3158         environment.
3159
3160 2001-02-12  André Pönitz  <poenitz@gmx.net>
3161
3162         * array.[hC]: replace private variable maxsize_ with call to
3163         bf_.size()
3164         * math_defs.h: replace int[] by std::vector<int> for
3165         MathedRowSt::widths
3166
3167 2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3168
3169         * array.h: made all variables private, removed friend, added new
3170         methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
3171         non const operator[] added setter for last and getter for maxsize.
3172         changed name from LyxArrayBase to MathedArray.
3173         changed name of some methods to start with lowerchar.
3174         moved inline methods to array.C
3175
3176         * math_iter.C + several file: changes because of the above.
3177
3178         * array.C: new file with the prev inline methods.
3179
3180 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3181
3182         * Many files: add support for the align environment from amsmath.
3183
3184 2001-02-09  André Pönitz  <poenitz@gmx.net>
3185
3186         * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
3187         * several files: subsequent changes
3188         * math_iter.h: remove unused prototype
3189         * array.h: ditto.
3190
3191 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3192
3193         * math_macro.C (draw): add .c_str() to .str() (useful when
3194         compiling with lyxstring, but STL sstream).
3195         (Metrics): ditto.
3196
3197 2001-02-08  André Pönitz  <poenitz@gmx.net>
3198
3199         * several files: get rid of reinterpret_cast.
3200
3201 2001-02-04  Allan Rae  <rae@lyx.org>
3202
3203         * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
3204         just casting the variable.
3205
3206 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3207
3208         * Many files: Add support for multline and alignat environments from
3209         amsmath.
3210
3211 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3212
3213         * math_symbols.C (math_insert_greek): Move cursor right when
3214         unlocking the math inset.
3215
3216 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3217
3218         * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
3219
3220         * formula.C (LocalDispatch): Before inserting a label in an
3221         eqnarray, move the cursor to the top level.
3222
3223         * math_iter.C (getLabel): Test if crow == 0.
3224
3225 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3226
3227         * math_draw.C (Metrics): Use the correct GetString.