From 101997640b822bfada472726fe69a8ca71e4c2a0 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 4 Jun 2002 19:04:15 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 4 +++- TODO | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 581bfe6..c8ad6b2 100644 --- 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 --- 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. -- 1.7.10.4