[cairo-commit] cairo ChangeLog,1.581,1.582

Kristian Hogsberg commit at pdx.freedesktop.org
Fri May 13 14:04:24 PDT 2005


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




More information about the cairo-commit mailing list