X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=302070803232ada222741ddee11d070557265fd1;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=b6431c8cab398440e6f2269dd385cbef10dedd36;hpb=2535ea14bd8eadc5035e1cf23e6347983a8b280f;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index b6431c8cab..3020708032 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,28 @@ +2006-03-14 Georg Baum + + * math_parser.C (parse1): Parse \tag and \tag* correctly + +2006-03-14 Martin Vermeer + + * math_data.C (x2pos): Fix to bug 2325: Mouse click to right of last + nestinset in a cell will position cursor to its left + +2006-03-11 Martin Vermeer + + * math_scriptinset.C (notifyCursorLeaves): Fix to bug 2362: Deleting + superscript also deletes subscript + +2006-02-28 Martin Vermeer + + * math_nestinset.C (doDispatch): fix (properly) insertion of + fonts/decorations around selection + +2006-02-23 Jean-Marc Lasgouttes + + * math_data.C (x2pos): Place cursor correctly in the case of + MathNestInset; this avoids misplaced cursor (and subsequent crash) + when placing the mouse near a symbol inset. + 2006-02-17 Georg Baum * math_xymatrixinset.[Ch]: Readd @@ -730,7 +755,7 @@ 2004-01-15 André Pönitz * *.[Ch]: Part of IU. Shift stuff from MathCursor and InsetFormula - to LCursor and InsetBase. + to Cursor and InsetBase. 2004-01-15 André Pönitz