]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
small fix with footnote, use stringstream some more
[lyx.git] / src / graphics / ChangeLog
index 9503de21c670059467ab63f249681f5b4cb887b2..9ef681cf12464c32ae0c500c8729d5a5ea0bff22 100644 (file)
@@ -1,3 +1,20 @@
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * GraphicsCache.h: inherit privately from noncopyable
+       * ImageLoader.h: ditto
+       * GraphicsCacheItem.h: ditto
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
+       CC 6.0 as an unrecognised preprocessor directive.  So ensure they're 
+       wrapped. 
+
+2001-04-02  Baruch Even  <baruch@lyx.org>
+
+       * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
+       of hard coding ImageMagick.
+
 2001-03-10  Baruch Even  <baruch@lyx.org>
 
        * GraphicsCache.C: Style change from (*it).field to it->field