]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
architectural changes to tex2lyx
[lyx.git] / src / mathed / ChangeLog
index fdf5f29afb3e7af864df62973fa4a5b0d22032cc..c6793d156662202e829c5d0890220f8ccdfcd5d7 100644 (file)
@@ -1,24 +1,71 @@
-2003-06-11  Angus Leeming  <leeming@lyx.org>
+2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
-       * button_inset.[Ch]: removed.
-       * Makefile.am: remove button_inset.[Ch].
+       * always use std::endl with lyxerr, and <config.h> in some places.
 
-       * command_inset.[Ch]: no longer derived from ButtonInset.
-       Instead has a ButtonRenderer member variable.
+2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
-       * ref_inset.[Ch]: associated changes.
-       
-2003-06-03  John Levon  <levon@movementarian.org>
+       * rename Inset to InsetOld
 
-       * formula.[Ch]:
-       * formulabase.h:
-       * formulamacro.[Ch]: clone() doesn't take a Buffer anymore
+       * all inset files (clone) return a auto_ptr<InsetBase>
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (c-tor, addPreview): use namespace lyx::graphics rather
+       than grfx shortcut.
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_parser.C (catInit): dont use unprintable control chars in
+       source.
+
+2003-07-17  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (localDispatch): return UNDISPATCHED for all
+       LFUN_DIALOG_SHOW.
+
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::graphics
+
+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-02  André Pönitz  <poenitz@gmx.net>
+2003-06-16  André Pönitz  <poenitz@gmx.net>
 
-       * math_*.[Ch]: finish unified two-stage drawing
+       * math_*inset.[Ch]: IU of clone()
 
-       * math_inset.h: move validate to insetbase.h
+       * math_cursorpos.[Ch]:
+       * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_
 
 2003-05-28  André Pönitz  <poenitz@gmx.net>