Brought up to date
authorkramm <kramm>
Sat, 6 Aug 2005 10:16:49 +0000 (10:16 +0000)
committerkramm <kramm>
Sat, 6 Aug 2005 10:16:49 +0000 (10:16 +0000)
ChangeLog
TODO

index 795323e..e43e72e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * m4/python.m4: Python MacOS X fixes
        * src/gif2swf.c: New tool, for converting (animated) gifs to swf (Daichi Shinozaki)
 
-0.7.0:
+0.7.0 (not yet released):
        * swfdump: Fixed bit overflow bug
        * lib/gfxdevice.h: Started implementation of graphic layer abstraction
        * pdf2swf: Fixed Type 3 color bug
        * pdf2swf: Fixed Type0C handling
        * swfcombine: Fixed jpeg table conversion
        * lib/rfxswf.c: added support for definejpeg3 extraction
-       * pdf2swf: fix for non-closed shapes
        * pdf2swf: New option -s bboxvars
        * pdf2swf: Added support for stroke/clip text rendering
        * swfbbox: Default behaviour has been fixed
+       * pdf2swf: fix for non-closed shapes
        * pdf2swf: Font quality is now determined by the used font sizes
        * pdf2swf: Shapes are now all starting at (0,0), and then explizitly placed at their
                   actual starting positions (useful with zlib)
diff --git a/TODO b/TODO
index 317c030..76bcff3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -22,8 +22,6 @@ swfc:
 
 pdf2swf:
 
-    * store shapes relatively to the origin, so zlib works better
-      on the files
 
 avi2swf:
 
@@ -72,8 +70,6 @@ png2swf:
 
     * Image mode 4
     * Interlace mode 1
-    * filtering: is alpha 255 or 0 in non-existant surrounding pixels?
-    * move png parsing code to lib/
 
 swfrender: