]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
more cursor dispatch
[lyx.git] / src / ChangeLog
index 83653aae7b9727d4308d77c877fb6bc303908c76..720cb351237c496b16912a1fa522218c984370e5 100644 (file)
@@ -1,4 +1,37 @@
 
+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...