[cairo-commit] xsvg ChangeLog,1.24,1.25

Carl Worth commit at pdx.freedesktop.org
Tue Feb 15 19:47:38 PST 2005


Committed by: cworth

Update of /cvs/cairo/xsvg
In directory gabe:/tmp/cvs-serv21816

Modified Files:
	ChangeLog 
Log Message:

        * src/xsvg.c: Fix file encoding to utf-8.
        (main): Rip out all support for rendering to a PNG image. This
        functionality is already more completely in svg2png, (and there's
        no good reason to also maintain that code here).

        * src/args.c: Fix file encoding to utf-8.
        (args_parse): Switch argument parsing from argp to getopt for
        better portability. Remove all PNG-generation-related arguments.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/xsvg/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ChangeLog	20 Jan 2005 16:40:23 -0000	1.24
+++ ChangeLog	16 Feb 2005 03:47:34 -0000	1.25
@@ -1,3 +1,14 @@
+2005-02-15  Carl Worth  <cworth at cworth.org>
+
+	* src/xsvg.c: Fix file encoding to utf-8.
+	(main): Rip out all support for rendering to a PNG image. This
+	functionality is already more completely in svg2png, (and there's
+	no good reason to also maintain that code here).
+
+	* src/args.c: Fix file encoding to utf-8.
+	(args_parse): Switch argument parsing from argp to getopt for
+	better portability. Remove all PNG-generation-related arguments.
+
 2005-01-20  Carl Worth  <cworth at cworth.org>
 
 	* src/xsvg.c: Track split-up of cairo.h.




More information about the cairo-commit mailing list