]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more cursor dispatch
[lyx.git] / src / ChangeLog
index dd2164e0f89dd85639974b293ad2a55abd5b6a3f..720cb351237c496b16912a1fa522218c984370e5 100644 (file)
@@ -1,7 +1,58 @@
+
+2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
+       on the default clause of the switch
+       * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
+       wasn't catched by LCursor::dispatch
+
+2004-02-03  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * cursor.[Ch]: some additional asserts
+
+       * undo.[Ch]: remove LyXText dependency in interface
+
+       * lyxfunc.C: adjust
+
+       * lyxtext.h (firstPar, lastPar): remove dead functions 
+
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * paragraph.[Ch]: adjust
+
+2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfind.C (find): fix argument order in call to ::find
+
+2004-02-02  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch]: remove direct access to anchor
+
+       * text.C: remove findText() hack
+
+2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * iterators.[Ch] (lockPath): remove in favour of...
+       * BufferView.[Ch] (setCursor): this addition
+       * BufferView.C (putSelectionAt): adjust
+       * undo.C (performUndoOrRedo): adjust
+       * lyxfunc.C (dispatch): adjust
+
+2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * iterators.C (lockPath): add a missing slice
+       * undo.C (performUndoOrRedo): remove redundant positioning code
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * vc-backend.C (scanMaster): ";" -> ';'
+
 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
-       std::binary_function 
+       std::binary_function
 
        * lyxtextclass.C (compare_name): rename to...
        (LayoutNamesEqual): ...this
@@ -24,7 +75,7 @@
        (getConverter): use it, and make function const
        (getNumber): use it, and make function const
        (add): use it
-       (erase): use it: 
+       (erase): use it:
 
        * bufferlist.C: add using boost::bind