]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more IU
[lyx.git] / src / ChangeLog
index 90e892a4df339a4e5015a6dba1f62b8c8be213c1..f28aee93dec6bcfdac8acd816fec85463383f311 100644 (file)
@@ -1,3 +1,34 @@
+
+
+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