]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
the spellcheck cleanup
[lyx.git] / src / ChangeLog
index f727aa27110901d88c02c0a11506c5ed5ae47e2f..086b6668aa8d6f167a57e1e2e2ffe3e859a11038 100644 (file)
@@ -1,3 +1,158 @@
+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
+       * trans_mgr.C: adjust
+
+       * paragraph_funcs.C (readParToken): exception safety
+
+       * lyxvc.h: store the vcs pointer in a scoped_ptr
+       * lyxvc.C: adjust
+
+       * lyxsocket.C (serverCallback): exception safety
+
+       * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
+
+       * ispell.C (clone): make it return a auto_ptr
+
+       * factory.C (createInset): exception safety
+       (readInset): exception safety
+
+       * bufferlist.C (newBuffer): exception safety
+
+       * Thesaurus.C (Thesaurus): use initialization for aik_
+
+       * MenuBackend.C (expandToc): exception safety.
+
+2003-11-03  André Pönitz  <poenitz@gmx.net>
+
+       * buffer.C:
+       * 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
+       * bufferview_funcs.[Ch] (put_selection_at): new
+       * iterators.[Ch] (lockPath): new
+
+2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
+
+       * iterators.[Ch] (asPosIterator): added
+       * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
+       * PosIterator.[Ch]: added
+
+2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text3.C:
+       * lyxfunc.C:
+       * cursor.C (dispatch):
+       * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
+
+       * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
+       DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
+       contructor, add a class function dispatched. Remove operator>=
+
+2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * debug.C: only use the default constructor for debugstream
+       (lyxerr) here.
+
+       * main.C (main): include debug.h and setup the lyxerr streambuf
+       here.
+
+2003-10-31  José Matos  <jamatos@lyx.org>
+
+       * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
+
+       * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
+       * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
+       * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
+       * paragraph_pimpl.C (simpleTeXSpecialC):
+       * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
+       add LatexRunParams argument.
+
+       * exporter.C (Export): change call accordingly.
+
+       * latexrunparams.h: add new member to take care of the other backends.
+2003-10-30  José Matos  <jamatos@lyx.org>
+
+       * buffer.C (makeLinuxDocFile, makeDocBookFile):
+       * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
+       factorise code for paragraph output.
+       * buffer.[Ch]:
+       * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
+       move functions.
+
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text3.C (dispatch):
+       * lyxfunc.C (dispatch):
+       * cursor.C (dispatch):
+       * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
+
+       * dispatchresult.h: make the dispatch_result_t ctor explicit
+
+2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * sgml.[Ch]:
+       * buffer.C: small refactoring of docbook stuff
+
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
+       meaning.
+
 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
@@ -7,7 +162,7 @@
        removal. comment out call to update
 
        * BufferView_pimpl.C (dispatch): dont implicit covert to bool
-       
+
 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C:
        * lyxfunc.C:
        * cursor.C:
        * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
-       (dispatch): 
+       (dispatch):
 
        * dispatchresult.h: new file, DispatchResult broken out of
        insets/insetbase.h