comparison src/ChangeLog @ 82776:e60bd7840253

Add more detail to existing entry.
author Glenn Morris <rgm@gnu.org>
date Thu, 23 Aug 2007 03:59:55 +0000
parents b5682656f2d4
children 8a06fd81b05c
comparison
equal deleted inserted replaced
82775:113e0ae42f5d 82776:e60bd7840253
4 etc/. 4 etc/.
5 5
6 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> 6 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7 7
8 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS. 8 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
9 * image.c: Add support for SVG images. 9 * image.c: Add support for SVG images. Some additional comments
10 Some additional comments by Joakim Verona <joakim@verona.se>. 10 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
11 (svg_image_p): New function to test for SVG image.
12 (svg_load): New function to load SVG image.
13 (svg_load_image): New function, helper for svg_load.
14 (Qsvg): New Lisp_object.
15 (svg_keyword_index): New enum.
16 (svg_format): New static `image_keyword' struct.
17 (svg_type): New static `image_type' struct.
18 (librsvg/rsvg.h): Include it.
11 19
12 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org> 20 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13 21
14 * puresize.h (BASE_PURESIZE): Increase to 1140000. 22 * puresize.h (BASE_PURESIZE): Increase to 1140000.
15 23