]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
introduce namespace lyx::support
[lyx.git] / src / mathed / ChangeLog
index 9092e1304feeb392d336e3f926ec16e5a786370d..19b01aea3576ac15ada1ef3406e5a932999d1f93 100644 (file)
@@ -1,7 +1,46 @@
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::support
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * 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  <leeming@lyx.org>
+
+       * formulabase.C (localDiapatch): replace LFUN_MATH_PANEL with
+       LFUN_DIALOG_SHOW "mathpanel".
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (lfunMouseRelease): s/showMathPanel/show("mathpanel")/
+
+2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * formulabase.C (mathDispatchCreation): fix call to cutSelection
+
+2003-06-16  André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.[Ch]: IU of clone()
+
+       * math_cursorpos.[Ch]:
+       * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_
 
 2003-05-28  André Pönitz  <poenitz@gmx.net>
 
-       * *.[Ch]: prepare unified two-stage drawing
+       * math_*.[Ch]: prepare unified two-stage drawing
 
 2003-05-27  André Pönitz  <poenitz@gmx.net>