X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=c4dfb6df2855a9d7baf82b69cb231b373d042053;hb=4faa9e29cf9d341bd1ab84e0e1a99985f2cceac2;hp=9b685fa25aa9bc048037b70f597f1ae8eabd4e20;hpb=b0eb70e869128e30ab7e4538aa32a244fd4cea57;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 9b685fa25a..c4dfb6df28 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,17 +1,102 @@ + +2003-11-03 Alfredo Braunstein + + * PosIterator.C (distance, advance): new + * bufferview_funcs.[Ch] (put_selection_at): new + * iterators.[Ch] (lockPath): new + +2003-11-02 Alfredo Braunstein + + * iterators.[Ch] (asPosIterator): added + * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added + * PosIterator.[Ch]: added + +2003-11-01 Lars Gullik Bjønnes + + * 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 + + * 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 + + * 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 + + * 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 - * text3.C: - * text2.C: - * text.C: - * lyxtext.h: - * lyxfunc.C: - * cursor.C: + * 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 + + * sgml.[Ch]: + * buffer.C: small refactoring of docbook stuff + +2003-10-29 Lars Gullik Bjønnes + + * dispatchresult.h: remove FINISHED_POP as FINISHED has the same + meaning. + +2003-10-29 Lars Gullik Bjønnes + + * 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 + + * 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 + insets/insetbase.h - * Makefile.am (lyx_SOURCES): add dispatchresult.h + * Makefile.am (lyx_SOURCES): add dispatchresult.h 2003-10-28 Alfredo Braunstein