]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
use anon namespace, somewhat better comp. handling of minipages, not quite there yet
[lyx.git] / src / graphics / ChangeLog
index 9cedf2bc33fbb3d0c7e0d6bd437f371368fcfbb2..9503de21c670059467ab63f249681f5b4cb887b2 100644 (file)
@@ -1,3 +1,26 @@
+2001-03-10  Baruch Even  <baruch@lyx.org>
+
+       * GraphicsCache.C: Style change from (*it).field to it->field
+
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * GraphicsCache.h: noncopyable is in namespace boost
+       * ImageLoader.h: ditto
+       * GraphicsCacheItem.h: ditto
+
+2001-03-07  Baruch Even  <baruch@lyx.org>
+
+       * GraphicsCache.C (d-tor): Removed the assert, the assumption it carried
+       was false and it's not needed anyhow since the shared_ptr's in the cache
+       will destroy everything on exit.
+
+2001-02-28  Baruch Even  <baruch@ev-en.org>
+
+       * GraphicsCache.h:
+       * GraphicsCache.C: Changed the singleton pattern implementation, the
+       former version "leaked" in the sense that it was not deallocated at
+       program end.
+
 2001-02-20  Baruch Even  <baruch@ev-en.org>
 
        * GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>