[cairo-commit] cairo ChangeLog,1.370,1.371
Kristian Hogsberg
commit at pdx.freedesktop.org
Sun Feb 13 12:41:44 PST 2005
Committed by: krh
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11043
Modified Files:
ChangeLog
Log Message:
2005-02-10 Kristian Høgsberg <krh at redhat.com>
Patches from Owen Taylor:
* src/cairo_pdf_surface.c
(_cairo_pdf_surface_show_glyphs): Emit text as octal escapes,
to avoid problems with \, \r, ), etc.
(_cairo_pdf_document_write_fonts): Change /Flags to be 4 (symbolic),
not 32 (non-symbolic), otherwise acroread gets confuse.
(cairo_pdf_ft_font_write_cmap_table): Use a 1,0 cmap subtable,
not a 0,0, to conform to the PDF spec.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -d -r1.370 -r1.371
--- ChangeLog 13 Feb 2005 19:57:52 -0000 1.370
+++ ChangeLog 13 Feb 2005 20:41:42 -0000 1.371
@@ -1,3 +1,15 @@
+2005-02-10 Kristian Høgsberg <krh at redhat.com>
+
+ Patches from Owen Taylor:
+
+ * src/cairo_pdf_surface.c
+ (_cairo_pdf_surface_show_glyphs): Emit text as octal escapes,
+ to avoid problems with \, \r, ), etc.
+ (_cairo_pdf_document_write_fonts): Change /Flags to be 4 (symbolic),
+ not 32 (non-symbolic), otherwise acroread gets confuse.
+ (cairo_pdf_ft_font_write_cmap_table): Use a 1,0 cmap subtable,
+ not a 0,0, to conform to the PDF spec.
+
2005-02-13 Carl Worth <cworth at cworth.org>
* autogen.sh (LC_NUMERIC): Use LC_NUMERIC=C so that decimal
More information about the cairo-commit
mailing list