]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Make lyx2lyx output the new external inset format.
[lyx.git] / src / ChangeLog
index 3db57c1dc55bc20db307f33268fcf6869f41df94..cfffdcbc3004c4e1654ff5183a02a71870f04d44 100644 (file)
@@ -1,5 +1,110 @@
+
+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
+       buffer references
+
+       * buffer.h:
+       * paragraph.h:
+       * paragraph.C: remove owningBuffer(), don't pass Buffer
+       to clone()
+
+       * factory.C: insetGraphicsParams changed
+
+2003-06-02  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C:
+       * factory.C:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: remove insetparent
+
+2003-06-02  John Levon  <levon@movementarian.org>
+
+       * buffer.h:
+       * buffer.C: fix inset_iterator.end(), move out of line
+       (bug 1149)
+
+2003-06-01  John Levon  <levon@movementarian.org>
+
+       * text3.C: use a proper cut/paste when doing inset
+       insert (from Jürgen Spitzmüller)
+
+2003-06-01  John Levon  <levon@movementarian.org>
+
+       * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
+
+2003-05-30  André Pönitz  <poenitz@gmx.net>
+
+       * rowpainter.C: unify second drawing phase
+
 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
+       * trans_mgr.C: remove one case of current_view
+
+       * text2.C (cursorBottom): delete NO_STD_LIST stuff
+
+       * paragraph_funcs.h: remove paragraph.h include
+
+       * paragraph.h: delete NO_STD_LIST stuff
+
+       * paragraph.C (Paragraph): delete NO_STD_LIST stuff
+
+       * buffer.h: remove paragraph.h include
+
+       * ParagraphList.C: delete file
+
+       * Makefile.am (lyx_SOURCES): remove ParagraphList.C
+
+       * toc.C (getTocList): adjust
+
+       * paragraph_pimpl.C (validate): adjust
+
+       * paragraph_funcs.C (optArgInset): use const_iterator, adjust
+
+       * paragraph.C (Paragraph): adjust
+       (getPositionOfInset): use const_iterator, adjust
+       (bibitem): use const_iterator, adjust
+       (setInsetOwner): adjust
+
+       * iterators.C (operator++): adjust
+
+       * InsetList.[Ch]: Replace selfmade iterator with standard
+       vector::iterator also introduce const_iterator. Remove getPos,
+       getInset and setInset from InsetTable. Adjust accordingly.
+
+       * BufferView.C (lockInset): adjust
+       (ChangeInsets): adjust
+
        * tabular.[Ch]: delete commented same_id functions
 
 2003-05-28  John Levon  <levon@movementarian.org>