]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Make lyx2lyx output the new external inset format.
[lyx.git] / src / ChangeLog
index 041015101d3c7a075c53828714e1927161cc8f1d..cfffdcbc3004c4e1654ff5183a02a71870f04d44 100644 (file)
@@ -1,9 +1,22 @@
 
+2003-06-05  André Pönitz  <poenitz@gmx.net>
+
+       * text2.C (redoParagraphs): remove two const_cast<>
+
+2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * ParagraphList.h: remove last remnants of NO_STD_LIST
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * factory.C (createInset): small change to the way InsetExternal's params
+       are set.
+
 2003-06-04  André Pönitz  <poenitz@gmx.net>
 
        * buffer.h: use Undo directly instead of shared_ptr<Undo>
 
-       * paragraph_pimpl.h:    
+       * paragraph_pimpl.h:
        * paragraph.[Ch]: some Inset -> UpdatableInset changes
 
        * undo.[Ch]: use ParagraphList instead of vector<Paragraph>