]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
fix #1073
[lyx.git] / src / mathed / ChangeLog
index d08cf4d442b4d3887070b7a90dfcc8508272d811..899cf2c1c819e136ab0646777846328d69ef2fb5 100644 (file)
@@ -1,4 +1,100 @@
-003-02-26  Angus Leeming  <leeming@lyx.org>
+2003-04-14  Angus Leeming  <leeming@lyx.org>
+
+       * math_fboxinset.C:
+       * math_frameboxinset.C: s/\(LColor::\)black/\1foreground/
+       * math_macrotemplate.C: s/\(LColor::\)blue/\1mathline/
+       * math_support.C: s/\(LColor::\)mathcursor/\1cursor/
+
+2003-04-02  John Levon  <levon@movementarian.org>
+
+       * formulabase.C:
+       * math_gridinset.C: tab lfuns changed name
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * formulabase.C: remove LFUN_GREEK - does nothing
+
+2003-03-19  John Levon  <levon@movementarian.org>
+
+       * formulabase.h:
+       * formulabase.C:
+       * math_gridinset.C:
+       * math_hullinset.C:
+       * ref_inset.C: updateInset() doesn't take a bool
+       anymore
+
+2003-03-17  John Levon  <levon@movementarian.org>
+
+       * formula.h:
+       * formula.C:
+       * formulabase.h:
+       * formulamacro.h:
+       * formulamacro.C: draw() prototype changed
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * math_gridinset.[Ch] (d-tor): added to ensure that the tabular
+       dialog is hidden when the inset is deleted and the two are connected.
+
+2003-03-05  Ling Li <ling@caltech.edu>
+
+       * math_casesinset.[Ch] (validate): request feature "amsmath"
+       
+2003-03-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+  
+       * math_braceinset.C (metrics): fix computation of descent
+
+2003-03-04  Angus Leeming  <leeming@lyx.org>
+
+       * command_inset.[Ch] (createDialogStr): a new function to generate
+       something that the frontend Dialogs will understand.
+       (c-tor): the string passed to the c-tor is now understood to be
+       simply the inset's name, not some strange beast containing "|++|".
+
+       * math_factory.[Ch] (createMathInset_fromDialogStr): new function
+       parses the string passed from the frontends.
+
+       * formulabase.C (localDiapatch):
+       * ref_inset.C (dispatch): use createDialogStr and
+       createMathInset_fromDialogStr rather than the current hard-coded
+       stuff.
+
+       * ref_inset.[Ch] (string2RefInset): goes the way of the dodo.
+
+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
@@ -9,7 +105,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>