# HG changeset patch # User Glenn Morris # Date 1187841595 0 # Node ID e60bd7840253f0575ccc0dc375858e9d3d2d6912 # Parent 113e0ae42f5d98dfbfd2e0c45f897cce1ba4c9ce Add more detail to existing entry. diff -r 113e0ae42f5d -r e60bd7840253 src/ChangeLog --- a/src/ChangeLog Thu Aug 23 03:38:12 2007 +0000 +++ b/src/ChangeLog Thu Aug 23 03:59:55 2007 +0000 @@ -6,8 +6,16 @@ 2007-08-22 Paul Pogonyshev * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS. - * image.c: Add support for SVG images. - Some additional comments by Joakim Verona . + * image.c: Add support for SVG images. Some additional comments + by Joakim Verona . When HAVE_RSVG is defined: + (svg_image_p): New function to test for SVG image. + (svg_load): New function to load SVG image. + (svg_load_image): New function, helper for svg_load. + (Qsvg): New Lisp_object. + (svg_keyword_index): New enum. + (svg_format): New static `image_keyword' struct. + (svg_type): New static `image_type' struct. + (librsvg/rsvg.h): Include it. 2007-08-22 Katsumi Yamaoka