diff options
| author | Glenn Morris | 2007-08-23 03:59:55 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-23 03:59:55 +0000 |
| commit | 666e0eda659a96ea7b0edc1af3fdf236816bd9b0 (patch) | |
| tree | 6daa839730ca99306d946e86fb407180b089a592 /src/ChangeLog | |
| parent | 08039aa2949f9db06db3af6a78791dc157839a2b (diff) | |
| download | emacs-666e0eda659a96ea7b0edc1af3fdf236816bd9b0.tar.gz emacs-666e0eda659a96ea7b0edc1af3fdf236816bd9b0.zip | |
Add more detail to existing entry.
Diffstat (limited to 'src/ChangeLog')
| -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 | ||