X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=b1e13e33a7315d08b3b3116f9fae8cab6eb3aa6d;hb=9a3176581dc3e9aee62d908faf8d48ddb43d4cc3;hp=f05e4cf95c09b6a9a92f1174878fc93babb5eff2;hpb=26428cdf19cf41b4c07ed47c0058af863faacb1e;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index f05e4cf95c..b1e13e33a7 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,5 +1,110 @@ +2001-02-16 Lars Gullik Bjønnes + + * Makefile.am (libmathed_la_SOURCES): remove math_write.C, add + math_utils.h + + * math_write.C: delete file + * math_delim.C: delete file + * marh_sqrtinset.h: delete file + + * move funcs to more localized files, more general cleanup. + Constify several local vars. Doxygen changes. Formatting. + +2001-02-15 Lars Gullik Bjønnes + + * support.C: add some consts + + * matriz.C: clean up a bit. + (matmat): remove the for loop. + + * several files: changes so that several friends can be removed + +2001-02-14 André Pönitz + + * formula.C: reformatting + + * math_cursor.[Ch]: + math_iter.[Ch]: + math_xiter.[Ch]: remove unneeded members + +2001-02-14 Lars Gullik Bjønnes + + * math_parser.C: + * math_panel.C: + * formula.C: remove cruft + + * array.C (begin): new method + (end): ditto + +2001-02-14 André Pönitz + + * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE' + + * math_cursor.C: reformatting + +2001-02-14 Jean-Marc Lasgouttes + + * math_spaceinset.C: + * math_root.C: + * math_matrixinset.C: + * math_macrotemplate.C: + * math_funcinset.C: + * math_fracinset.C: + * math_dotsinset.C: + * math_deliminset.C: + * math_decorationinset.C: + * math_bigopinset.C: + * math_accentinset.C: + * math_sqrtinset.C: include LOstream.h and add using directive. + +2001-02-14 André Pönitz + + * math_iter.C: reformatting + 2001-02-13 Lars Gullik Bjønnes + * math_spaceinset.C (GetSpace): move here + + * math_parinset.C: add debug.h, move several prev. inlined methods + here. + + * math_macrotable.C math_xiter.C support.C: add debug.h + + * math_macro.h: remove debug.h, remove typedefs + + * math_macro.C: remove FORMS_H_LOCATION, and LString.h, remove + extern decls. + + * math_hash.C: change some defines to int const. change use of + LM_TC_NORMAL to LM_TC_VAR + + * math_draw.C: delete file + + * math_defs.h (MATH_DEFS): dont define byte here, remove unneded + forward decls. remove LM_TC_NORMAL, move inline methods to + support.C (and support.h) + + * math_cursor.C: move several previous inlined methods here + + * math_bigopinset.h math_dotsinset.h math_funcinset.h + math_parinset.h math_spaceinset.h: add math_defs.h + + * math_accentinset.h: add support.h and math_defs.h + + * formulamacro.C math_cursor.C math_iter.h math_write.C: add support.h + + * formula.h: remove unused func decl: OpenMathInset + + * formula.C math_inset.h: get rid of math_defs.h + + * array.h: switch to support.h instead of math_defs.h + + * array.C: remove one include + + * Makefile.am (libmathed_la_SOURCES): remove math_draw.C + + * math_panel.C (deco_cb): move the sizeof/sizeof to a const int. + * math_parser.C: include macrotable and macrotemplate * math_macrotemplate.[Ch]: new files