]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / ChangeLog
index 9ae6438a2a069da26950e27a9a9da0cbe8685a69..b1e13e33a7315d08b3b3116f9fae8cab6eb3aa6d 100644 (file)
@@ -1,3 +1,66 @@
+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