Mercurial > emacs
changeset 82796:8c21b4187989
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 24 Aug 2007 00:28:53 +0000 |
parents | bf61b6631aba |
children | 46c1137c9130 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 24 00:27:49 2007 +0000 +++ b/src/ChangeLog Fri Aug 24 00:28:53 2007 +0000 @@ -1,3 +1,13 @@ +2007-08-24 Jason Rumney <jasonr@gnu.org> + + * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG. + (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols. + (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them. + (init_svg_functions) [HAVE_NTGUI]: New function. + (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines. + (svg_load_image): Use them. + (svg_load_image) [HAVE_NTGUI]: Implement background. + 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.