]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
If the graphics loader has a copy c-tor it should have copy assignment that does...
[lyx.git] / src / graphics / ChangeLog
index 69316d549bb0a963494690cfa2a5c865d0bcace8..48e67610cbc59b01c46682c24b72543fd615053c 100644 (file)
@@ -1,3 +1,45 @@
+2003-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.C (Loader copy c-tor): make it work as expected. ;-)
+       (operator=): if it has a copy c-tor, it should have this too.
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.[Ch] (Loader): add copy constructor.
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): rename fragile as moving_arg.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): no longer pass a free_spacing arg to
+       the inset::latex method.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): no longer pass a fragile arg to
+       the inset::latex method.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): the 'nice' param passed to
+       makeLaTeXFile is now encapsulated within runparams.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble):
+       pass around a LatexRunParams parameter.
+
+2003-05-13 André Pönitz <poenitz@gmx.net>
+
+       * GraphicsConverter.C:
+       * PreviewLoader.C: use tostr from own header
+
+2003-05-12 André Pönitz <poenitz@gmx.net>
+
+       * PreviewLoader.C:  boost::format -> bformat 
+
 2003-04-15  Angus Leeming  <leeming@lyx.org>
 
        * GraphicsConverter.C: #include lstrings.h.