X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=bc811f88e55fdde653a72ced166c51f41a88de89;hb=75b485d11034232d3b335e68387d02bc82485386;hp=0d7ced68c9bc84259e42c2c9315101b8dc1b89dc;hpb=dff822442ad64ea35cfa7ed7265f24624093a476;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 0d7ced68c9..bc811f88e5 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,16 @@ +2003-10-13 Lars Gullik Bjønnes + + * formulabase.C (localDispatch): DISPATCH -> dispatch_result + +2003-10-12 Angus Leeming + + * formulabase.[Ch] (cache): added. + (view): make protected. + (view_): store as a boost::weak_ptr. + (generatePreview): added this virtual function. Moved from inset.h. + + * math_inset.[Ch] (view): removed. + 2003-10-10 Angus Leeming * command_inset.h:trivial changes ButtonRenderer -> RenderButton. @@ -22,7 +35,7 @@ * formula.[Ch]: mods to PreviewImpl due to the changes to PreviewedInset. - + 2003-10-09 Angus Leeming * formula.C (metrics, draw): pass a buffer arg to PreviewedInset's @@ -88,7 +101,7 @@ add #include "LColor.h". * math_data.C, math_scriptinset.C: add #include * math_exintinset.C: add #include - + 2003-09-15 Lars Gullik Bjønnes * command_inset.C