X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=3de9c489f6775a5f4f5d6d31a7afd62713e1a94d;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=0b5e79dce6f82935e1475a381a60c375ad093f49;hpb=c499bd16985e2c88dc8675f87de6154e59f628bd;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 0b5e79dce6..3de9c489f6 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,9 +1,193 @@ +2005-01-27 Lars Gullik Bjonnes + + * math_parser.C,math_sizeinset.C: use convert<> instead of + atoi,strToXXX and friends + +2005-01-20 Angus Leeming + + * math_spaceinset.C (validate): + latex_mathspace[space_] == "negmedspace" is unsafe because both + operands are of type "char const *". Performing comparison on + the address of the string literal therefore. Fix is to explicitly + convert one operand to a string. + With thanks to MSVC ;-) + +2005-01-19 Jean-Marc Lasgouttes + + * math_symbolinset.C (validate): require wasysym as needed + + * math_decorationinset.C (ams): remove again \overleftarrow and + \overrightarrow, which do not require amslatex (although amslatex + redefines them). + +2005-01-09 Georg Baum + + * math_parser.C (parse1): handle style commands that are not inside + a {} pair, fixes bug 1459 (from André) + +2005-01-03 Jean-Marc Lasgouttes + + * math_decorationinset.C (ams, validate): new methods. Require + amsmath when using AMS-LaTeX over and under arrows. + +2005-01-04 Jürgen Spitzmüller + + * math_nestinset.C: reintroduce LFUN_{SUB|SUPER}SCRIPT. + * math_colorinset.C: fix handling of color "none". + +2004-12-22 Georg Baum + + * math_parser.C (addRow, addCol): new, try to add a row or column to + a MathGridInset + * math_parser.C (parse1): use addRow and addCol, fixes bug 1542 + +2004-12-14 Angus Leeming + + * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/ + to overcome bug in the MinGW port of g++ 3.4.2. + +2004-11-29 Jean-Marc Lasgouttes + + * math_charinset.C: use support::contains instead of strchr + +2004-11-26 André Pönitz + + * math_nestinset.C (getCursorPos): implement. + +2004-11-26 Georg Baum + + * math_hullinset.C (getStatus): add status messages + +2004-11-24 Lars Gullik Bjønnes + + * Most insets: rename priv_dispatch to doDispatch + +2004-11-24 Lars Gullik Bjonnes + + * math_hullinset.C (operator): use common semantics + +2004-11-23 Lars Gullik Bjonnes + + * math_atom.C (operator): use common semantics + + * Adjust for clone changes + +2004-11-22 Georg Baum + + * math_hullinset.[Ch] (rowChangeOK): new + * math_hullinset.C (addRow, delRow): check wether rows can be changed + * math_hullinset.C (addCol, delCol): remove lyxerr warning since we + should never come here if colChangeOK() is false + * math_hullinset.C (delCol): don't delete if this is the only column + * math_hullinset.C (getStatus): fix LFUN_TABULAR_FEATURE + +2004-11-16 Lars Gullik Bjonnes + + * math_inset.h: include math_data.h to satisfy concept checks. + +2004-11-15 Jean-Marc Lasgouttes + + * math_hullinset.C (getStatus): typo in lfun argument + +2004-11-11 Alfredo Braunstein + + * Makefile.am: add math_tfracinset.[Ch] + +2004-11-07 Lars Gullik Bjonnes + + * math_parser.C (parse1): change to use lyx::support::atoi + * math_sizeinset.C (MathSizeInset): ditto + +2004-08-12 André Pönitz + + * math_overset.[Ch] (validate): + * math_underset.[Ch] (validate): require ams + + * math_tfracinset.[Ch]: new \tfrac support + +2004-11-02 José Matos + + * ref_inset.[Ch] (docbook): + * math_hullinset.C (docbook): remove useless comment. Escape the + id to always be valid. + +2004-10-29 Andreas Vox + + * math_hullinset.C (docbook): + * ref_inset.C (docbook): sanitize ids, clean exported docbook. + +2004-10-15 Georg Baum + + * math_hullinset.C (mutate): fix endless loop for unknown types + +2004-10-05 Andreas Vox + + * math_hullinset.C (docbook): write additional + tag for Docbook XML + +2004-09-21 Jean-Marc Lasgouttes + + * math_hullinset.C (plaintext): remove extraneous spaces + +2004-09-16 Lars Gullik Bjonnes + + * math_parser.C (tokenize): c_str fix + (mathed_parse_cell): c_str fix + (mathed_parse_normal): c_str fix + + * math_nestinset.C (priv_dispatch): c_str fix + (priv_dispatch): c_str fix + + * math_hullinset.C (doExtern): c_str fix + + * math_extern.C (extractNumber): c_str fix + (pipeThroughMaxima): c_str fix + (pipeThroughMaple): c_str fix + (pipeThroughOctave): c_str fix + +2004-09-15 Lars Gullik Bjonnes + + * math_binominset.h (MATH_BINOMINSET_H): fix include guard. + +2004-09-13 Georg Baum + + * math_hullinset.[C,h] (splitTo2Cols): new + * math_hullinset.[C,h] (splitTo3Cols): new + * math_hullinset.[C,h] (changeCols): new + * math_hullinset.C (mutate): implement missing mutations + +2004-08-16 José Matos + + * formulamacro.C (write): + * math_macrotemplate.C (write): remove space at end of line. + +2004-08-15 Lars Gullik Bjonnes + + * pch.h: new file + + * Makefile.am: support pch + +2004-08-13 Jean-Marc Lasgouttes + + * math_nestinset.C (editXY): constify + +2004-08-13 José Matos + + * math_hullinset.C (docbook): add awareness of the distinction + between the sgml and xml versions of docbook. + +2004-08-12 André Pönitz + + * math_nestinset.C: Fix #1249 + + * math_parser.C: Fix: #928 + 2004-07-24 Lars Gullik Bjonnes * math_support.C, math_parser.C, math_nestinset.C, math_macrotable.C: - * math_hullinset.C, math_gridinset.C, math_factory.C: - * math_extern.C, math_autocorrect.C, math_arrayinset.C: - * formulamacro.C, command_inset.C: change "support/std_sstream.h" + * math_hullinset.C, math_gridinset.C, math_factory.C: math_extern.C, + * math_autocorrect.C, math_arrayinset.C: formulamacro.C, + * command_inset.C: change "support/std_sstream.h" to 2004-07-24 Lars Gullik Bjonnes