From bdb9ccd0d3e058d0555a73aca3cb01f7dd45b5a7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 16 Oct 2006 19:37:18 +0000 Subject: Don't parse pictures in one big data block which is slow. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dc21a2..a7daeb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Version 0.9.7 - Don't let most characters below 0x0020 through. Old RTF's seem to have these for strange reasons. + - Send data in chunks so massive amounts of picture data don't + slow down the conversion. Version 0.9.6 - Add character styles -- cgit v1.2.3