]> 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 8dd59712947a0cbf692cc465d0e79b7932648c82..085a5ed14674b53fc6f49453b03adac4b169aa3f 100644 (file)
@@ -1,8 +1,47 @@
+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>
+
+       * insetgraphicsParams.C (Write): use lyx::float_equal.
+       Write height data correctly.
+       (Read): zero scale when reading height data.
+
 2002-10-30  John Levon  <levon@movementarian.org>
 
        * insetfloat.C (addToTOC): recursively traverse all
          contents looking for captions (fix #568)
+
 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * insetexternal.C (doSubstitution): do not try to replace
@@ -26,7 +65,7 @@
        * inset.h: remove unused DISPATCH_RESULT
 
        * insettext.C: sgml open/close tag now in sgml namespace
+
 2002-10-21  Angus Leeming  <leeming@lyx.org>
 
        * insetgraphics.C (draw): Fix the drawing of an inset with a relative
@@ -36,7 +75,7 @@
 2002-10-16  John Levon  <levon@movementarian.org>
 
        * insetspecialchar.C: remove \\protected_separator parsing
+
 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
 
        * insetquote.C: fix LaTeX output of quotation marks.