summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-03-09 02:11:06 +0100
committerJay Berkenbilt <ejb@ql.org>2009-03-09 02:11:06 +0100
commit2af08ee3984d2f5f2ea3432572bcb631e3085b7e (patch)
tree8dbf9dd5ff26e0926d6154109ec5e039623d8801 /ChangeLog
parent599daddb47fc0340e48b02f7ba00ef86bfef8c45 (diff)
downloadqpdf-2af08ee3984d2f5f2ea3432572bcb631e3085b7e.tar.zst
checkpoint -- will have to finish another day
git-svn-id: svn+q:///qpdf/trunk@661 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d93ed079..ff2b959b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,8 +8,8 @@
structure of file, attempt to decode all stream data.
* libqpdf/QPDFWriter.cc (QPDFWriter::writeObject): In QDF mode,
- write a comment to the QDF file that indicates the object ID from
- the original file.
+ write a comment to the QDF file before each object that indicates
+ the object ID of the corresponding object from the original file.
* libqpdf/QPDF.cc (QPDF::pipeStreamData): Issue a warning instead
of failing if there is a problem found while decoding stream.