From 995097752e18dffbbbdf4c80d29efb02e1bfdecf Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Tue, 24 Feb 2004 12:29:25 +0000 Subject: [PATCH] PNG backend --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b68800a1..45fc947c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-02-24 Olivier Andrieu + + * src/cairo.h: + * src/cairo-features.h.in: + * src/cairo_png_surface.c: Add PNG backend (cairo_set_target_png + and cairo_png_surface_create). + + * cairo.pc.in: + * configure.in: autoconf support for the PNG backend. Bump version + to 0.1.19. + + * src/Makefile.am: PNG backend support, removed references to + X_LIBS and X_CFLAGS. + 2004-02-24 Carl Worth * AUTHORS: Add attribution for many people who have made generous