[cairo-commit] cairo ChangeLog,1.1219,1.1220
Carl Worth
commit at pdx.freedesktop.org
Fri Jan 13 13:41:47 PST 2006
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv16134
Modified Files:
ChangeLog
Log Message:
2006-01-13 Carl Worth <cworth at cworth.org>
* src/cairo-ps-surface.c: (_cairo_ps_surface_emit_header),
(_cairo_ps_surface_emit_footer), (_cairo_ps_surface_end_page),
(_cairo_ps_surface_copy_page), (_cairo_ps_surface_show_page): Fix
things up to conform with Adobe PostScript Document Structuring
Conventions Specification. Thanks to Michael Sweet for bringing
several items to our attention. Things that are fixed: Add Pages:
(atend) to header, add Pages: N to trailer, properly advertise
DocumentData of Binary rather than Clean7Bit, remove fictitious
EndPage, move showpage to after the grestore.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1219
retrieving revision 1.1220
diff -u -d -r1.1219 -r1.1220
--- ChangeLog 13 Jan 2006 19:02:25 -0000 1.1219
+++ ChangeLog 13 Jan 2006 21:41:45 -0000 1.1220
@@ -1,5 +1,17 @@
2006-01-13 Carl Worth <cworth at cworth.org>
+ * src/cairo-ps-surface.c: (_cairo_ps_surface_emit_header),
+ (_cairo_ps_surface_emit_footer), (_cairo_ps_surface_end_page),
+ (_cairo_ps_surface_copy_page), (_cairo_ps_surface_show_page): Fix
+ things up to conform with Adobe PostScript Document Structuring
+ Conventions Specification. Thanks to Michael Sweet for bringing
+ several items to our attention. Things that are fixed: Add Pages:
+ (atend) to header, add Pages: N to trailer, properly advertise
+ DocumentData of Binary rather than Clean7Bit, remove fictitious
+ EndPage, move showpage to after the grestore.
+
+2006-01-13 Carl Worth <cworth at cworth.org>
+
* src/cairo-paginated-surface.c:
(_cairo_paginated_surface_acquire_source_image), (_paint_page),
(_cairo_paginated_surface_snapshot): Rip out the misguided
More information about the cairo-commit
mailing list