Brought up to date
authorkramm <kramm>
Tue, 4 Jun 2002 19:04:15 +0000 (19:04 +0000)
committerkramm <kramm>
Tue, 4 Jun 2002 19:04:15 +0000 (19:04 +0000)
ChangeLog
TODO

index 581bfe6..c8ad6b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -89,6 +89,8 @@
 0.3.1:
        * configure: Didn't create all Makefiles when t1lib or jpeglib were absent. Fixed.
        * swfs/Makefile: FreeBSD fixes.
-0.3.2:
+0.4.0:
        * pdf2swf/xpdf: Upgraded PDF Parser to Version 1.01.
+       * pdf2swf: Can now handle Type 3 Fonts. (As Bitmaps)
+       * src/swfcombine: Completely rewritten, using the rfxswf routines
 
diff --git a/TODO b/TODO
index 43ca89a..fb7d0c1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
 General:
 
     * make more stuff dependent on the information in config.h
-    * consistent output handling if -o is missing. (out.swf/stdout)
 
 pdf2swf:
 
@@ -10,7 +9,6 @@ pdf2swf:
     * fix memory leaks
     * some bounding boxes are too big
     * support for ttf fonts in --fontdirs
-    * implement -q (--quiet) option, especially for -b and -l
     * antialize ImageMasks.
 
 png2swf:
@@ -37,5 +35,6 @@ rfxswf-lib:
    
     * modules/swfshape doesn't allow changing to fillstyle 0
     * modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0
-    * swf_WriteHeader shouldn't modify fileSize and frameNum.
+    * getUsedIDs doesn't work for bitmap fill
+    * parsing of DefineFont2 has bugs.