]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / ChangeLog
index bc05fca1f2d4f28dbaf08d64d4ae1573079982b0..ab21f18c33a1a98dc6b5d12a87eb04f91855df1e 100644 (file)
@@ -1,4 +1,100 @@
-2005-04-25  Martin Vermeer  <martin.vermeer@hut.fi>a
+2005-07-15  Stephan Witt <stephan.witt@beusen.de>
+
+       * math_nestinset.C (getStatus): handle font change requests
+
+2005-07-15  Stephan Witt <stephan.witt@beusen.de>
+
+       * math_hullinset.C (getStatus): don't allow insert of label for
+       inlined eq
+
+2005-07-15  André Pönitz  <poenitz@lyx.org>
+
+       * math_inset.C (write): don't output too many spaces
+
+2005-07-15  Andreas Vox  <vox@arcor.de>
+
+       * math_hullinset.C (editXY): partial fix for #622
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_hullinset.C (BREAKLINE): choose between eqnarray and
+       align according to user preference
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_charinset.C (mathmlize): escape <, >, and & on export
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_gridinset.C (doDispatch): cur.undispatched on LFUN_ESCAPE
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_gridinset.C (doDispatch): cur.undispatched on LFUN_NEXT/PRIOR
+
+2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): add comment about jumping cursor
+
+2005-07-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): use recordUndoInset when more than
+       one cell is changed
+
+2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): better fix for the assertion
+
+2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_gridinset.C (doDispatch): fix assert copying row or
+       column in math
+
+2005-06-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (doDispatch): use text font attributes in text mode.
+       * math_nestinset.C (getStatus): allow text font attributes in math mode.
+
+2005-06-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_fontinset.C (validate): require amsmath for \text
+
+2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_colorinset.C (normalcolor): remove ...
+       * math_colorinset.C (latexcolor): ... and use this new function instead
+       * math_colorinset.C (metrics, draw): Don't draw cell(0), because it
+       is horrible UI
+       * math_colorinset.C (write): Don't write invalid colors
+       * math_colorinset.C: Store always the LaTeXName in cell(0)
+       * math_hullinset.C (handleFont2): adjust to the change above
+       * math_nestinset.C (handleFont2): ditto
+       * math_parser.C (parse): handle \textcolor and \normalcolor
+       * math_factory.C (createMathInset): ditto
+
+2005-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_hullinset.C (label): avoid warning when assertions are
+       disabled. 
+
+2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parser.h (latexkeys): new member requires
+       * math_factory.C (initSymbols): fill the requires field for fonts
+       * math_symbolinset.C (validate): use sym_->requires instead of
+       sym_->inset (fixes bug 1665)
+
+2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ref_inset.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
+
+2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C (getStatus): suppress math/text fonts,
+       subscripts etc. to prevent lyx access to latex-illegal stuff
+       in text-inside-math (mbox)
+
+2005-04-25  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * math_gridinset.C (doDispatch):
        * math_hullInset.C (doDispatch):