]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / ChangeLog
index 26dc2f1afc15b5b23003108077d9ae15f053d315..b1e13e33a7315d08b3b3116f9fae8cab6eb3aa6d 100644 (file)
@@ -1,3 +1,240 @@
+2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * 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  <larsbj@lyx.org>
+
+       * 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  <poenitz@htwm.de>
+
+       * formula.C: reformatting 
+
+       * math_cursor.[Ch]:
+         math_iter.[Ch]:
+         math_xiter.[Ch]: remove unneeded members
+
+2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * math_parser.C: 
+       * math_panel.C: 
+       * formula.C: remove cruft
+
+       * array.C (begin): new method
+       (end): ditto
+
+2001-02-14  André Pönitz  <poenitz@htwm.de>
+       
+       * math_iter.[Ch]: remove 'insert', 'maxsize' and 'ARRAY_SIZE'
+
+       * math_cursor.C: reformatting 
+
+2001-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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  <poenitz@htwm.de>
+
+       * math_iter.C: reformatting 
+
+2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * 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
+
+       * math_macrotable.[Ch]: new files
+
+       * math_macroarg.[Ch]: new files
+
+       * math_macro.C: move stuff to the new files.
+
+       * math_cursor.C: include math_macrotable.h
+
+       * macro_support.[Ch]: new files
+
+       * formulamacro.C: add more includes
+
+       * Makefile.am (libmathed_la_SOURCES): add new files.
+
+2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Makefile.am (libmathed_la_SOURCES): remove duplicate
+       math_sqrtinset. 
+
+       * support.C: 
+       * math_xiter.C: 
+       * math_parinset.C: add a bunch of "using" directives.
+
+       * math_funcinset.h: 
+       * math_decorationinset.h: 
+       * math_bigopinset.h: 
+       * math_spaceinset.h: remove more couples of inline.
+
+2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * math_xiter.h: remove a couple of "inline"
+
+       * array.C (strange_copy): fix bug (hopefully) 
+       * many files: add a lot of new files and move methods to the class
+       files they belong to. Only first attempt at cleanup more will
+       follow.
+       
+2001-02-12  André Pönitz  <poenitz@htwm.de>
+       
+       * math_macro.[hC]: replace MathMacroArgument[] with
+         std::vector<MathMacroArgument>
+       * math_defs.h:
+         math_inset.C: replace int[] with std::vector<int>
+       * math_panel.h:
+       * math_symbols.C: replace FL_OBJECTP[] with
+       std::vector<FL_OBJECT*>
+       
+2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * math_defs.h (struct MathedRowSt): make all private variables end
+       with '_', initialize in initializer list instead of in function
+       body.
+
+2001-02-12  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * formula.C (LocalDispatch): Change the default action of
+       break-line to create an align* environment instead of eqnarray*.
+
+       * math_inset.C (Metrics): Correct drawing of the multline
+       environment.
+
+2001-02-12  André Pönitz  <poenitz@htwm.de>
+       
+       * array.[hC]: replace private variable maxsize_ with call to
+       bf_.size()
+       * math_defs.h: replace int[] by std::vector<int> for
+       MathedRowSt::widths
+
+2001-02-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * array.h: made all variables private, removed friend, added new
+       methods: raw_pointer_insert, raw_pointer_copy, strange_copy, added
+       non const operator[] added setter for last and getter for maxsize.
+       changed name from LyxArrayBase to MathedArray.
+       changed name of some methods to start with lowerchar.
+       moved inline methods to array.C
+       
+       * math_iter.C + several file: changes because of the above.
+
+       * array.C: new file with the prev inline methods.
+       
+2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Many files: add support for the align environment from amsmath.
+
+2001-02-09  André Pönitz  <poenitz@htwm.de>
+
+       * array.h: replace array buffer  'byte bf[]'  by 'std::vector<byte> bf'
+       * several files: subsequent changes         
+       * math_iter.h: remove unused prototype
+       * array.h: ditto.
+
+2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * math_macro.C (draw): add .c_str() to .str() (useful when
+       compiling with lyxstring, but STL sstream).
+       (Metrics): ditto.
+
+2001-02-08  André Pönitz  <poenitz@htwm.de>
+
+       * several files: get rid of reinterpret_cast.
+
+2001-02-04  Allan Rae  <rae@lyx.org>
+
+       * math_parser.C (mathed_parse): I'm sure Lars has a better fix than
+       just casting the variable.
+
+2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Many files: Add support for multline and alignat environments from 
+       amsmath.
+
+2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_symbols.C (math_insert_greek): Move cursor right when
+       unlocking the math inset.
+
+2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * math_parser.C (LexGetArg): Fix crash when loading corrupt files.
+
+       * formula.C (LocalDispatch): Before inserting a label in an
+       eqnarray, move the cursor to the top level.
+
+       * math_iter.C (getLabel): Test if crow == 0.
+
 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
 
        * math_draw.C (Metrics): Use the correct GetString.