[cairo-commit] cairo ChangeLog,1.554,1.555

Carl Worth commit at pdx.freedesktop.org
Fri May 6 21:59:12 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv10998

Modified Files:
	ChangeLog 
Log Message:

        * util/cairo-api-update: Make idempotent substitutions that extend
        old names:

        cairo_select_font               -> cairo_select_font_face
        cairo_pattern_add_color_stop    -> cairo_pattern_add_color_stop_rgba

        by only substituting if the old name is not immediately followed
        by an underscore.

        Tweak the substitution slightly to allow the script to be run on
        the cairo source itself, (eg. avoid changing the REPLACED_BY and
        DEPRECATED_BY macros that must mention the old names).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.554
retrieving revision 1.555
diff -u -d -r1.554 -r1.555
--- ChangeLog	7 May 2005 04:33:22 -0000	1.554
+++ ChangeLog	7 May 2005 04:59:10 -0000	1.555
@@ -1,5 +1,20 @@
 2005-05-07  Carl Worth  <cworth at cworth.org>
 
+	* util/cairo-api-update: Make idempotent substitutions that extend
+	old names:
+
+	cairo_select_font		-> cairo_select_font_face
+	cairo_pattern_add_color_stop	-> cairo_pattern_add_color_stop_rgba
+
+	by only substituting if the old name is not immediately followed
+	by an underscore.
+
+	Tweak the substitution slightly to allow the script to be run on
+	the cairo source itself, (eg. avoid changing the REPLACED_BY and
+	DEPRECATED_BY macros that must mention the old names).
+	
+2005-05-07  Carl Worth  <cworth at cworth.org>
+
 	* configure.in:
 
 	* src/cairo-features.h.in: Change definitions of everything in




More information about the cairo-commit mailing list