[poppler] poppler: ChangeLog,1.75,1.76
Jeff Muizelaar
jrmuizel at freedesktop.org
Sat Apr 30 10:31:49 PDT 2005
Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv19950
Modified Files:
ChangeLog
Log Message:
2005-04-30 Jeff Muizelaar <jeff at infidigm.net>
* fofi/FoFiType1.cc (FoFiType1::parse):
Don't assume Encoding array of Type1 fonts end in "foo def".
http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF says
"This sequence of assignments must be followed by an instance of the
token def or readonly; such a token may not occur within the sequence
of assignments." so it must end with "readonly" "def" "readonly def"
(That is what most fonts are using and this is why it was not
crashing)
Patch from Albert Astals Cid.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- ChangeLog 29 Apr 2005 19:37:07 -0000 1.75
+++ ChangeLog 30 Apr 2005 17:31:47 -0000 1.76
@@ -1,3 +1,16 @@
+2005-04-30 Jeff Muizelaar <jeff at infidigm.net>
+
+ * fofi/FoFiType1.cc (FoFiType1::parse):
+ Don't assume Encoding array of Type1 fonts end in "foo def".
+ http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF says
+ "This sequence of assignments must be followed by an instance of the
+ token def or readonly; such a token may not occur within the sequence
+ of assignments." so it must end with "readonly" "def" "readonly def"
+ (That is what most fonts are using and this is why it was not
+ crashing)
+
+ Patch from Albert Astals Cid.
+
Fri Apr 29 14:54:44 2005 Jonathan Blandford <jrb at redhat.com>
* goo/GooTimer.h: New class to do simple timing checks.
More information about the poppler
mailing list