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