diff options
| author | Jason Rumney | 2007-08-24 00:28:53 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-08-24 00:28:53 +0000 |
| commit | 5fc9fdeb310edda5cf48bb3d19c103cb7a5017eb (patch) | |
| tree | cb176dfea5ea69e4431b744871748752a3fd1e90 /src/ChangeLog | |
| parent | 68a4a27a03da595dc3f2e88b319650267b0f9945 (diff) | |
| download | emacs-5fc9fdeb310edda5cf48bb3d19c103cb7a5017eb.tar.gz emacs-5fc9fdeb310edda5cf48bb3d19c103cb7a5017eb.zip | |
[HAVE_NTGUI]: Define dynamic loaded functions.
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 816b96db013..fca37df9e8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-08-24 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG. | ||
| 4 | (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols. | ||
| 5 | (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them. | ||
| 6 | (init_svg_functions) [HAVE_NTGUI]: New function. | ||
| 7 | (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines. | ||
| 8 | (svg_load_image): Use them. | ||
| 9 | (svg_load_image) [HAVE_NTGUI]: Implement background. | ||
| 10 | |||
| 1 | 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 11 | 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 12 | ||
| 3 | * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables. | 13 | * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables. |