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