]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
add lockPath and a few helpers
[lyx.git] / src / ChangeLog
index c8a6f8be5a87270347dbbfd3cac0775672fb34d3..c4dfb6df2855a9d7baf82b69cb231b373d042053 100644 (file)
@@ -1,8 +1,63 @@
-2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
-       * text3.C (dispatch): 
-       * lyxfunc.C (dispatch): 
+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