aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-17 00:38:05 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 03:06:27 +0100
commitc2e16827b69f3d3ac3721cfcd608b87f28e2a13f (patch)
tree05231cc737712c9da8c07c2dfee7e3e66384200a /ChangeLog
parent52e024f70198e18c96f613a789baa79622e8f1ea (diff)
downloadqpdf-c2e16827b69f3d3ac3721cfcd608b87f28e2a13f.tar.zst
Replace "file position" with "offset" in error messages
Sometimes it's an offset in an object stream or a content stream, so file position is confusing in some cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2efa056..0d6ab5ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-02-17 Jay Berkenbilt <ejb@ql.org>
+ * Error message fix: replace "file position" with "offset" in
+ error messages that report lexical or parsing errors. Sometimes
+ it's an offset in an object stream or a content stream rather than
+ a file position, so this makes the error message less confusing in
+ those cases. It still requires some knowledge to find the exact
+ position of the error, since when it's not a file offset, it's
+ probably an offset into a stream after uncompressing it.
+
* Error message fix: correct some cases in which the object that
contained a lexical error was omitted from the error message.