X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=5b32b815d876a02c7d246d31709f340a836b6311;hb=22cdac5d5d53c4a5f4ecc9d2af0f5eeaf0f8295b;hp=6eef67e6388a15f4c9c978a44393e65c49e33463;hpb=6688a55908e69456ea774cea04f4b318e9b2b64a;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 6eef67e638..5b32b815d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,57 @@ +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 + + * text2.C (deleteEmptyParagraphMechanism): 64bit compile fix + 2006-02-05 Martin Vermeer * buffer.C: