X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=dc0334bfdc363fe624907c8855ac60e44f08671b;hb=b1be8f3cb0486b659ff7e35601d2ed74d3ce29e0;hp=558075e0a1adff259ca2ec1709c6a6e77b55d161;hpb=5009d66e162b0a45d33884113a4d6d1a36b1bd2b;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 558075e0a1..dc0334bfdc 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,114 @@ +2004-08-04 Jean-Marc Lasgouttes + + * insetfoot.C (latex): use OutputParams::intitle instead of + parOwner() (avoids time consuming lookup) + + * insetquotes.C (latex): same as above with OutputParams::lang. + Moreover the code actually works now. + +2004-07-24 Lars Gullik Bjonnes + + * insetwrap.C, insetvspace.C, insettabular.C, insetnote.C: + * insetinclude.C, insetgraphics.C, insetfloat.C: + * insetexternal.C, insetert.C, insetcharstyle.C, insetcaption.C: + * insetbranch.C, insetbox.C, ExternalTransforms.C: change + "support/std_sstream.h" to + +2004-06-22 Georg Baum + + * insetgraphics.C (prepareFile): remove conversion_needed flag. + It made the following fail for a .eps graphics file: + 1) view->ps + 2) view->pdf (pdflatex) + because the .eps file was already in the temp dir when the pdflatex + export happened and therefore no .eps -> pdf conversion was done. + +2004-06-18 Georg Baum + + * insetgraphics.C, insettabular.C: s/wether/whether/g + +2004-06-10 Georg Baum + + * insetgraphics.C (stripExtension): new + * insetgraphics.C (prepareFile): Don't check for nonexisting files, + the caller does this + * insetgraphics.C (prepareFile): Handle "nice" exports, too + * insetgraphics.C (latex): call prepareFile() also for "nice" exports + +2004-06-02 Jean-Marc Lasgouttes + + * insetfloatlist.C (latex,getScreenLabel): translate according to + the document language (bug #1312) + +2004-06-01 Georg Baum + + * ExternalSupport.[Ch] (doSubstitution): exchange filename argument + with external_in_tmpdir and compute filename ourself + * ExternalSupport.[Ch] (updateExternal): add exportdata argument and + use it to store referenced file(s) + * ExternalSupport.C (writeExternal): write relative filename if + running latex + * ExternalTemplate.[Ch]: add ReferencedFile command + * insetgraphics.C (prepareFile, docbook, linuxdoc): add file to + runparams.exportdata + * insetgraphics.C (prepareFile): write relative filename if + running latex + * insetinclude.C (latex, docbook, linuxdoc): add file to + runparams.exportdata and write it to the temp dir instead of + writing it to the final destination + * insetinclude.C (docbook, linuxdoc): don't copy runparams + +2004-05-19 Angus Leeming + + * insetcite.[Ch]: small change because namespace biblio is + now namespace lyx::biblio. + +2004-05-15 Georg Baum + + * insettabular.[Ch] (buffer): make Buffer * argument const + +2004-05-17 Angus Leeming + + * insetcommand.C (priv_dispatch): act on receipt of LFUN_INSET_REFRESH + to force the button label to be re-generated. + +2004-05-14 José Matos + + * insetlabel (docbook): do not ouput label, for the moment. + +2004-05-14 Angus Leeming + + * insetcite.C (getNatbibLabel, generateLabel, latex): use the + new biblio::asValidLatexString function. + +2004-05-12 Angus Leeming + + * insetcite.C: use BufferParams::cite_engine rather than the three + bools, use_natbib, use_jurabib, use_numerical_citations. + +2004-05-10 Angus Leeming + + * insetcite.[Ch]: move the Cache::Style enum to biblio::CiteEngine. + Ditto with getStyle, moved to biblio::getEngine. + +2004-05-07 Georg Baum + + * insetgraphics.C (validate): remove pre 233 file format stuff, + handle zipped files for "nice" export + +2004-05-05 Georg Baum + + * insetgraphics.C (prepareFile): copy zipped file and corresponding + .bb file to the tmp dir if we don't unzip it (needed for dvi export) + * insetgraphics.C (prepareFile): unzip zipped file also if it has + changed since the last run + * insetgraphics.C (copyToDirIfNeeded): split into copyToDirIfNeeded + and copyFileIfNeeded. + +2004-04-29 Angus Leeming + + * ExternalTemplate.[Ch]: remove redundant #includes. + 2004-04-28 Angus Leeming * insettext.C: