]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / ChangeLog
index 91f2501f8a6ad835597616d34b0df4e38d243535..4df2ea1e1fbc8da41f3c972a775b680515410b6d 100644 (file)
@@ -1,3 +1,22 @@
+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.
@@ -9,7 +28,7 @@
 
 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
 
-       * formula.C (draw): strip also the other argument (the owner inset) in 
+       * 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>
@@ -23,7 +42,7 @@
 
 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
 
-       * formula.C (draw): eliminate BufferView argument in call to 
+       * formula.C (draw): eliminate BufferView argument in call to
        PreviewImage::image
 
 2003-02-25  Angus Leeming  <leeming@lyx.org>
        * 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>