X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=0ab399626e00a5d71362aa45f8be9363a05f0599;hb=58408d23621d77c0c3acc4b36ab8dc608717f08f;hp=4f0f649919a0c345ef463479b8c31eeafb743587;hpb=3490f23a1d21de518e664ecec6960aeda20ef7ae;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 4f0f649919..0ab399626e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,56 @@ +2006-03-10 Jürgen Spitzmüller + + * bufferparams.C (writeLaTeX): define \labelitemi with \def. Fixes LaTeX + error if the class has not defined them yet (bug 2053). + +2006-03-10 Martin Vermeer + + * BufferView.[Ch]: + * BufferView_pimpl.[Ch]: + * LyXAction.C: + * debug.[Ch]: + * rowpainter.C: + * text3.C: Inside-inset speedup, esp. for the Mac (bug 2195) + +2006-03-07 Georg Baum + + * pch.h: fix nullstream.hpp location for boost 1.33.0 + +2006-03-05 Lars Gullik Bjønnes + + * pch.h: + * support/pch.h: + * support/debugstream.h: Use the correct nullstream. + +2006-02-26 Georg Baum + + * text3.C (mathDispatch): fix math inset creation from string (bug 2315) + +2006-02-28 Martin Vermeer + + * cursor.C (niceInsert): fix (properly) insertion of + fonts/decorations around selection + +2006-02-25 Georg Baum + + * lyxfont.C (lyxWriteChanges): Don't write \lang latex + +2006-02-24 Jean-Marc Lasgouttes + + * text3.C (mathDispatch): fix crash when selection is not empty + but selectionAsString is empty (bug 2321). + +2006-02-23 Jean-Marc Lasgouttes + + * text.C (changeCase): avoid crash in empty paragraph or on last + word of the paragraph. (buf 2323) + (cursorRightOneWord): fix the logic to stop at a beginning of a word. + 2006-02-22 Jürgen Spitzmüller + * buffer.C (readHeader): also erase params.preamble in advance + so that an empty preamble is actually recognized (bug 2317). + * rowpainter.C (paintFromPos): ditch applyOuterFont (bug 2308). 2006-02-06 Georg Baum