]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
selection patch
[features.git] / src / ChangeLog
index 82642f22c87e8b3d2e6bc82aa8ef899e95201915..7ccf3e4e4056e8579ca7c4eada88c724ba599796 100644 (file)
@@ -1,4 +1,17 @@
-2003-12-12  Alfredo Braunstein  <abraunst@libero.it>
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * textcursor.[Ch] (selStart,selEnd): add new methods 
+       remove selection::start, end, use LyXCursor::operator<
+       * lyxcursor.[Ch] (operator<): add
+       * BufferView_pimpl.[Ch]: add new struct xsel_cache_
+       * BufferView.[Ch] (unsetXSel): add
+       * text2.C (clearSelection): use unsetXSel,adjust
+       * text.C: adjust
+       * text3.C: adjust
+       * rowpainter.C: adjust
+       * bufferview_funcs.C (put_selection_at): adjust
+
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
 
        * BufferView_pimpl.C: small coord. correction