[cairo-commit] cairo ChangeLog,1.554,1.555
Carl Worth
commit at pdx.freedesktop.org
Fri May 6 21:59:12 PDT 2005
- Previous message: [cairo-commit]
cairo/src cairo-atsui.h, 1.3, 1.4 cairo-cache.c, 1.9,
1.10 cairo-features.h.in, 1.17, 1.18 cairo-ft-private.h, 1.2,
1.3 cairo-ft.h, 1.3, 1.4 cairo-glitz.h, 1.4, 1.5 cairo-pdf.h,
1.6, 1.7 cairo-ps.h, 1.4, 1.5 cairo-quartz.h, 1.5,
1.6 cairo-win32.h, 1.9, 1.10 cairo-xcb.h, 1.5,
1.6 cairo-xlib.h, 1.12, 1.13 cairo.c, 1.90, 1.91 cairo.h,
1.114, 1.115 cairoint.h, 1.136, 1.137
- Next message: [cairo-commit] cairo/util cairo-api-update,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [cairo-commit]
cairo/src cairo-atsui.h, 1.3, 1.4 cairo-cache.c, 1.9,
1.10 cairo-features.h.in, 1.17, 1.18 cairo-ft-private.h, 1.2,
1.3 cairo-ft.h, 1.3, 1.4 cairo-glitz.h, 1.4, 1.5 cairo-pdf.h,
1.6, 1.7 cairo-ps.h, 1.4, 1.5 cairo-quartz.h, 1.5,
1.6 cairo-win32.h, 1.9, 1.10 cairo-xcb.h, 1.5,
1.6 cairo-xlib.h, 1.12, 1.13 cairo.c, 1.90, 1.91 cairo.h,
1.114, 1.115 cairoint.h, 1.136, 1.137
- Next message: [cairo-commit] cairo/util cairo-api-update,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list