]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more IU
[lyx.git] / src / ChangeLog
index d7b155bfd7fcdcc1b02958ab547947a0bc5968aa..f28aee93dec6bcfdac8acd816fec85463383f311 100644 (file)
@@ -1,4 +1,135 @@
 
+
+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.
+
+2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * LaTeXFeatures.h: add nice_ and nice() const
+       * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
+
+2004-01-20  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.C:
+       * PosIterator.C:
+       * bufferview_funcs.C:
+       * cursor.[Ch]:
+       * cursor_slice.[Ch]:
+       * factory.C:
+       * iterators.C:
+       * lyx_cb.C:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
+         LCursor and mathcursor parts to LCursor and InsetBase.
+
+2004-01-15  André Pönitz  <poenitz@gmx.net>
+
+       * cursor_slice.[Ch]: add a few covienience functions
+
+       * funcrequest.[Ch]: remove BufferView * member
+
+       * BufferView_pimpl.C:
+       * cursor.C:
+       * factory.[Ch]:
+       * lyxfind.[Ch]:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * text3.C:
+       * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
+
+2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
+       * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
+
 2004-01-13  André Pönitz  <poenitz@gmx.net>
 
        * textcursor.[Ch]:
        * text3.C:
        * undo.C: adjust
 
+       * cursor.h:
+       * cursor_slice.[Ch]: some integer type changes for inset unification
+
+       * lyxcursor.[hC]: remove, it's CursorSlice now.
+
+       * Makefile.am:
+       * BufferView_pimpl.[Ch]:
+       * bufferview_funcs.C:
+       * cursor_slice.C:
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * textcursor.[Ch]: adjust
+
 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
 
        * text2.C (undoSpan): add and use
 
        * 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>