]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
the spellcheck cleanup
[lyx.git] / src / ChangeLog
index 320fe5dee76951c044bd51160d1be1e21fce975f..086b6668aa8d6f167a57e1e2e2ffe3e859a11038 100644 (file)
@@ -1,3 +1,47 @@
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyxfind.[Ch]: complete overhaul
+       * BufferView_pimpl.C:
+       * lyxfunc.C: adjust
+       * paragraph.[Ch] (insert): add
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView.[Ch]:
+       * lyxtext.h:
+       * text.C: remove dead spellcheck code
+       
+2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * dispatchresult.h: add a val setter
+
+       * cursor.C (dispatch): use a tempvar for data_[i]
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * PosIterator.[Ch]: compile fix
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text.C (cursorPar): deactivate the cursor cache
+
+2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
+
+       * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
+
+2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text3.C (dispatch): adjust for new DisptchResult semantics.
+
+       * lyxfunc.C (dispatch): handle update when return from
+       Cursor::dispatch, adjust for new DispatchResult semantics.
+
+       * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
+       DispatchResult(true) mean to not update. Add class functions for
+       setting dispatched and update, as well as reading.
+
+       * cursor.C (dispatch): don't handle update here
+
 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * trans_mgr.h: store t1_ and t2_ in scoped_ptr
        * buffer.h:
        * bufferview_funcs.C: remove getInsetFromId()
 
+       * lyxcursor.[Ch]:
+       * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
+
+       * lyxfunc.C:
+       * text2.C:
+       * text3.C: adjust
+
 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
 
        * PosIterator.C (distance, advance): new