]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
add lockPath and a few helpers
[lyx.git] / src / ChangeLog
index fc6f716d7af41c30dd22077a862078bf5bf8412b..c4dfb6df2855a9d7baf82b69cb231b373d042053 100644 (file)
@@ -1,3 +1,239 @@
+
+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
+       operator dispatch_result_t, and operators for == != and >=
+
+       * cursor.C (dispatch): adjust for operator dispatch_result_t
+       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:
+       * text2.C:
+       * text.C:
+       * lyxtext.h:
+       * lyxfunc.C:
+       * cursor.C:
+       * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
+       (dispatch):
+
+       * dispatchresult.h: new file, DispatchResult broken out of
+       insets/insetbase.h
+
+       * Makefile.am (lyx_SOURCES): add dispatchresult.h
+
+2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text.C (rowBreakPoint): put a hack inside #if 0
+
+2003-10-28  André Pönitz  <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * metricsinfo.C:
+       * paragraph_funcs.C:
+       * rowpainter.C:
+       * text.C:
+       * text2.C: general cleanup (lots of small stuff)
+
+2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text2.C (cursorEnd): simple fix to the "end key goes to one
+       before the end on last row" bug
+
+2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text.C (backspace): fix the "zombie characters"
+
+2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyxfunc.C (dispatch): small fix to toc navigation inside branches
+
+2003-10-27  André Pönitz  <poenitz@gmx.net>
+
+       * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
+
+       * factory.C: handle new InsetPagebreak, InsetLine
+
+       * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
+       and move handling into new InsetPagebreak, InsetLine
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * ParagraphParameters.C:
+       * ParameterStruct.h:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * paragraph.C:
+       * paragraph.h:
+       * paragraph_funcs.C:
+       * paragraph_pimpl.C:
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: adjust
+
+2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text.C:
+       * lyxrow_funcs.[Ch]:
+       * Bidi.C:
+       * paragraph.C:
+       * lyxtext.h:
+       * rowpainter.C:
+       * text2.C:
+       * text3.C: remove lastPos uses in favour of Row::endpos
+
+2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * undo.C (performUndoOrRedo): fix two crashes by setting a
+       cursor by hand and reordering some calls. Use bv->lockInset instead
+       of inset->edit because the latter loses cursor information
+
+2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
+       by Martin
+       (rowBreakPoint): fix width. change point to point + 1.
+       Add a missing check.
+
+2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * MenuBackend.C:
+       * lyxfunc.C: fix (at least partly) the problems
+       with the Nav menu and headers inside branch insets
+       reported by Kayvan
+
+2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
+
+       * paragraph.C (getChar): add strong asserts
+
+       * lyxrow_funcs.C (lastPos): remove hideous hack
+
+       * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
+       (fill): adjust to that (avoid an infinite loop)
+
+2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
+
+2003-10-23  André Pönitz  <poenitz@gmx.net>
+
+       * RowList_fwd.h: change list<> to vector<> to gain speed
+       after suggestion from Alfredo
+
+2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyxtext.h: move the bidi stuff from here...
+       * text.C: and here
+       * text2.C: and here
+       * Bidi.[Ch]: ... to here
+
+2003-10-23  André Pönitz  <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text.C (isLastRow, isFirstRow): new functions
+
+       * paragraph.h: new width cache member
+
+       * rowpainter.C: replace RowList::iterator with Row & where possible
+
+       * lyxfunc.C: replace several view()->text with a single call
+
+       * toc.C: fix 'unused' warning
+
+2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
+       when woring with stream::pos_type
+       * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
+
+2003-10-22  André Pönitz  <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text.C: use Row & instead of RowList::iterator
+
+       * lyxrow.h: rename end() to endpos()
+
+       * rowpainter.C:
+       * text.C:
+       * text2.C: adjust
+
 2003-10-22  Angus Leeming  <leeming@lyx.org>
 
        * buffer.[Ch] (fully_loaded): new member function, returning true
 
 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
 
-       * text.C: fixed an "oops" in the "is a bit silly" 
+       * text.C: fixed an "oops" in the "is a bit silly"
        bug fix
 
 2003-10-21  André Pönitz  <poenitz@gmx.net>
 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * text.C: re-introduce display() for insets, fixing the
-       various bugs (stretch of line above, math inset 
+       various bugs (stretch of line above, math inset
        positioning, ...)
 
 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>