]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Make lyx2lyx output the new external inset format.
[lyx.git] / src / ChangeLog
index 7453a74d7ed35189f460e70358022bfdf99bbeef..cfffdcbc3004c4e1654ff5183a02a71870f04d44 100644 (file)
@@ -1,3 +1,33 @@
+
+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.[Ch]: some Inset -> UpdatableInset changes
+
+       * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
+
+       * undo_funcs.C: make some simple cases of undo work again
+
+2003-06-03  John Levon  <levon@movementarian.org>
+
+       * ispell.C: HPUX doesn't have sys/select.h
+       (from Albert Chin)
+
 2003-06-03  John Levon  <levon@movementarian.org>
 
        * CutAndPaste.C: update tabular and include inset