diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c57e6174632..51d088925b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,8 +6,16 @@ | |||
| 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 | ||