[cairo-commit] cairo ChangeLog,1.581,1.582
Kristian Hogsberg
commit at pdx.freedesktop.org
Fri May 13 14:04:24 PDT 2005
- Previous message: [cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.37,
1.38 cairo_snippets_pdf.c, 1.7, 1.8
- Next message: [cairo-commit] cairo/src cairo-output-stream.c, 1.2,
1.3 cairo-pdf-surface.c, 1.33, 1.34 cairoint.h, 1.140, 1.141
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: krh
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv31059
Modified Files:
ChangeLog
Log Message:
2005-05-13 Kristian Høgsberg <krh at redhat.com>
* src/cairo-pdf-surface.c (_cairo_pdf_document_open_stream): Make
this a varg function and use the new
_cairo_output_stream_vprintf() function to format extra dict
contents.
* src/cairo-output-stream.c (_cairo_output_stream_vprintf):
Reimplement the printf logic so we can special case formatting of
doubles to be locale independent and trim trailing zeros.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- ChangeLog 13 May 2005 16:26:20 -0000 1.581
+++ ChangeLog 13 May 2005 21:04:22 -0000 1.582
@@ -1,5 +1,14 @@
2005-05-13 Kristian Høgsberg <krh at redhat.com>
+ * src/cairo-pdf-surface.c (_cairo_pdf_document_open_stream): Make
+ this a varg function and use the new
+ _cairo_output_stream_vprintf() function to format extra dict
+ contents.
+
+ * src/cairo-output-stream.c (_cairo_output_stream_vprintf):
+ Reimplement the printf logic so we can special case formatting of
+ doubles to be locale independent and trim trailing zeros.
+
* src/cairo-pdf-surface.c: Rename
cairo_pdf_surface_create_for_callback() to
cairo_pdf_surface_create_for_stream(), and change PDF constructors
- Previous message: [cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.37,
1.38 cairo_snippets_pdf.c, 1.7, 1.8
- Next message: [cairo-commit] cairo/src cairo-output-stream.c, 1.2,
1.3 cairo-pdf-surface.c, 1.33, 1.34 cairoint.h, 1.140, 1.141
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list