X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=5d3ffcd9932b814f275d7e23d402328d9479efe8;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=715c7a273a7ac0ff367142f9270d781a26a9031a;hpb=cfcb59904b0e84e597ddb528a76a2cf88ffce78d;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 715c7a273a..5d3ffcd993 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,58 @@ +2006-03-11 Jürgen Spitzmüller + + * insettabular.C (dist): fix miscalculation of rowheight (bug 2006) + +2005-03-10 Martin Vermeer + + * insetcollapsable.C: + * insettext.[Ch]: Inside-inset speedup, esp. for the Mac (bug 2195) + +2006-02-25 Georg Baum + + * insetert.[Ch] (read): new, force all paragraphs to latex_language + * insetert.C (doDispatch): set latex_language, not buffer language + for copied text + * insetert.C (doDispatch): force latex_language for newly inserted + text + * insetert.C (draw): realize draw font + * insetert.[Ch] (InsetERT): use latex_language and comment out unused + constructor + * insettext.h (setFont): remove unused declaration + +2006-02-22 Jürgen Spitzmüller + + * insetfootlike.C (metrics, draw): use buffer's default font (bug 2308). + +2006-02-05 Martin Vermeer + + * insettext.C: Fix bug 2115: blue language lines (for default font) + popping up when the documnent font is different. This includes + work by Georg Baum. + +2006-01-11 Georg Baum + + * insetgraphics.C (findTargetFormat): document + * insetgraphics.C (prepareFile): handle unknown formats + +2006-01-10 Jean-Marc Lasgouttes + + * insettext.C (getLabelList): + * insettabular.C (getLabelList): remove, since the ParIterator + already does the job of looking inside insets (bug 2188) + +2006-01-07 Georg Baum + + * ExternalSupport.[Ch] (updateExternal): add external_in_comment flag + * insetexternal.C (latex, linuxdoc, docbook, plaintext): Don't copy + files inside comments + * insetbibtex.C (latex): ditto + * insetinclude.C (latex, linuxdoc, docbook, plaintext): ditto + * insetnote.C (latex): set inComment flag in runparams and ignore + exported files for comment insets + * insetnote.C (linuxdoc): ditto + * insetnote.C (docbook): ditto + * insetnote.C (plaintext): ditto + 2006-01-01 * insetcharstyle.h: fix syntax error @@ -744,6 +799,10 @@ * insettabular.[Ch] (string2params): Don't pretend to return the active cell anymore and simplify keyword parsing. +2004-11-11 Edwin Leuven + + * insettabular.C (getStatus, tabularFeatures): handle booktabs feature + 2004-11-10 Jean-Marc Lasgouttes * insetlatexaccent.h (isLetter): implement, so that word selection