]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / ChangeLog
index 42633bf18abb96817d52bde63db5f1bec7c1b9ae..4df2ea1e1fbc8da41f3c972a775b680515410b6d 100644 (file)
@@ -1,3 +1,50 @@
+2003-03-04  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (localDispatch): if an inset is found on
+       LFUN_INSET_APPLY, send LFUN_INSET_MODIFY to the inset's localDispatch.
+
+       * ref_inset.C (localDispatch): handle LFUN_INSET_MODIFY, not
+       LFUN_INSET_APPLY.
+
+2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * formulabase.h: adjust for boost 1.30.0
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (localDispatch): collapse LFUN_REF_APPLY to
+       LFUN_INSET_APPLY.
+
+       * ref_inset.C (changes due to the change to LFUN_INSET_APPLY.
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * ref_inset.C (localDispatch): act only on receipt of LFUN_REF_APPLY.
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (draw): cache the BufferView* using cache not
+       PreviewImpl::setView
+
+2003-02-26  Alfredo Braunstein <abraunst@libero.it>
+
+       * formula.C (draw): strip also the other argument (the owner inset) in
+       the call to PreviewImage::image
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * ref_inset.[Ch]: add a localDispatch method to RefInset.
+       add a string2RefInset function to 'translate' the string passed to the
+       LyX core from the Reference dialog.
+
+       * formulabase.C (localDispatch): factor the code for LFUN_REF_APPLY
+       to use these new functions and so avoid a dynamic cast.
+
+2003-02-25  Alfredo Braunstein <abraunst@libero.it>
+
+       * formula.C (draw): eliminate BufferView argument in call to
+       PreviewImage::image
+
 2003-02-25  Angus Leeming  <leeming@lyx.org>
 
        * ref_inset.C (dispatch): add an '\end_inset' to the string passed to
        * math_parser.C (parse1): Do not remove braces for {<expr>}^
 
 2003-02-13  Bo Peng <bpeng@rice.edu>
+
        * math_cursor.h:
        * math_cursor.C (backspace, erase): return false for empty mathboxes.
 
-       * formulabase.C: When LFUN_DELETE, LFUN_BACKSPACE return false, delete 
+       * formulabase.C: When LFUN_DELETE, LFUN_BACKSPACE return false, delete
                the empty mathbox. Fix Bug 686.
 
 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>