X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=19b01aea3576ac15ada1ef3406e5a932999d1f93;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=6365686d85ce34bcacd5b43f3f268eedbce9cb2e;hpb=ec96a1e117775d97c057f2022750f1bd51995d03;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 6365686d85..19b01aea35 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,54 @@ +2003-07-01 Lars Gullik Bjønnes + + * introduce namespace lyx::support + +2003-06-28 Lars Gullik Bjønnes + + * math_symbolinset.C (MathSymbolInset): fix type const order + + * math_support.C (mathed_draw_deco): fix type const order + + * math_gridinset.C (GrinInsetMailer::name): fix type const order + + * math_extern.C (testString): fix type const order + + * math_data.C (operator[]): fix arg type + + * math_binaryopinset.C (metrics): comment out + + * formula.h: fix type const order + +2003-06-19 Angus Leeming + + * formulabase.C (localDiapatch): replace LFUN_MATH_PANEL with + LFUN_DIALOG_SHOW "mathpanel". + +2003-06-17 Angus Leeming + + * formulabase.C (lfunMouseRelease): s/showMathPanel/show("mathpanel")/ + +2003-06-13 Jean-Marc Lasgouttes + + * formulabase.C (mathDispatchCreation): fix call to cutSelection + +2003-06-16 André Pönitz + + * math_*inset.[Ch]: IU of clone() + + * math_cursorpos.[Ch]: + * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_ + +2003-05-28 André Pönitz + + * math_*.[Ch]: prepare unified two-stage drawing + +2003-05-27 André Pönitz + + * *.C: dim.w -> dim.wid etc + +2003-05-26 Lars Gullik Bjønnes + + * remove same_id from function signatures, adjust 2003-05-19 André Pönitz @@ -49,15 +100,15 @@ * math_cursor.C: boost::format -> bformat all over the place 2003-05-06 Ling Li - - * Makefile, math_makeboxinset.[Ch]: - * math_factory.C (createMathInset): - * math_parser.C (parse1): New support for \makebox. - - * math_nestinset.C (drawMarkers, drawMarkers2): - * math_boxinset.C, math_frameboxinset.C (draw): - Fix spacing and marker length. - + + * Makefile, math_makeboxinset.[Ch]: + * math_factory.C (createMathInset): + * math_parser.C (parse1): New support for \makebox. + + * math_nestinset.C (drawMarkers, drawMarkers2): + * math_boxinset.C, math_frameboxinset.C (draw): + Fix spacing and marker length. + 2003-05-03 John Levon * formula.C: @@ -117,10 +168,10 @@ 2003-03-05 Ling Li * math_casesinset.[Ch] (validate): request feature "amsmath" - + 2003-03-04 Jean-Marc Lasgouttes - - * math_braceinset.C (metrics): fix computation of descent + + * math_braceinset.C (metrics): fix computation of descent 2003-03-04 Angus Leeming