]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / ChangeLog
index 14f583a99d618aa156f71e1c5769641195b41a8c..085a5ed14674b53fc6f49453b03adac4b169aa3f 100644 (file)
@@ -1,5 +1,34 @@
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetparent.C (getScreenLabel): use boost::format
+
+       * insetgraphics.C (prepareFile): use boost::format
+       (ascii): ditto
+
+       * insetfloatlist.C (latex): use boost::format
+
+       * insetcaption.C (draw): use boost::format
+
+2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettabular.C (tabularFeatures): Support for block alignment in fixed width
+       columns.
+
+2002-11-20  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (resetPos): temporary fix for endless loop in
+       this function on a redraw.
+
 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
+       * insettabular.C (copySelection): STRCONV
+
+       * insetinclude.C (uniqueID): STRCONV
+       (latexString): ditto
+
+       * insetgraphics.C: put VersionNumber inside anon namespace
+       (createLatexOptions): STRCONV
+
        * insetcommandparams.C: include config.h
 
 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>