]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more IU
[lyx.git] / src / ChangeLog
index 640a1aeb942e84b2152a67e1aa589708d0ee3300..f28aee93dec6bcfdac8acd816fec85463383f311 100644 (file)
@@ -1,3 +1,85 @@
+
+
+2004-01-30  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView_pimpl.C:
+       * cursor.C:
+       * cursor.h:
+       * cursor_slice.[Ch]:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * paragraph_funcs.C:
+       * paragraph_funcs.h:
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: move some of the edit(x,y) handling to the insets
+       some coordinate changes.
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * text.C: add using statements for std::advance and std::distance
+
+       * paragraph.C: add using statement for std::distance
+
+       * lyxfind.C: add using statement for std::advance
+
+       * cursor.C (region): remove std:: from swap
+       (openable): use nucleus in stead of operator->
+
+       * BufferView.C: add using statements for std::distance and std::swap
+
+2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * iterators.C: Remove the pimple, move the needed structures to
+       the header file. Create accessor for the positions stack.
+       (asPosIterator): remove function
+
+       * PosIterator.C (PosIterator): move constructors to top of file
+       (PosIterator): reimplement the constructor taking a ParIterator in
+       terms of setFrom.
+       (setFrom): new function
+       (operator!=): inline it
+
+2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyxfind.C (replaceAll): use std::advance
+
+       * iterators.h: inherit from std::iterator.
+
+       * PosIterator.C (advance, distance): remove
+       * PosIterator.h: interit from std::iterator.
+
+2004-01-26  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * InsetList.[Ch]:
+       * PosIterator.[Ch]:
+       * buffer.h:
+       * bufferview_funcs.C:
+       * cursor.[Ch]:
+       * cursor_slice.h:
+       * factory.[Ch]:
+       * iterators.[Ch]:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * output_docbook.C:
+       * output_latex.C:
+       * output_linuxdoc.C:
+       * output_plaintext.C:
+       * paragraph.[Ch]:
+       * paragraph_funcs.[Ch]:
+       * paragraph_pimpl.[Ch]:
+       * rowpainter.C:
+       * tabular.C:
+       * tabular.h:
+       * text.C:
+       * text2.C:
+       * text3.C: more IU:  dumps most of the rest of the mathcursor
+    implementation into cursor.[Ch]; "globalize" a bit of it.
+
 2004-01-25  Angus Leeming  <leeming@lyx.org>
 
        * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
 
        * lyxcursor.[hC]: remove, it's CursorSlice now.
 
-       * Makefile.am: 
+       * Makefile.am:
        * BufferView_pimpl.[Ch]:
        * bufferview_funcs.C:
        * cursor_slice.C:
 
        * BufferView_pimpl.C (MenuInsertLyXFile):
        * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
-       * lyxfunc.C (menuNew, open, doImport): 
+       * lyxfunc.C (menuNew, open, doImport):
        FileFilterList change to the FileDialog open and save functions.
 
 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>