diff options
author | Jason Rumney <jasonr@gnu.org> | 2009-01-03 11:16:32 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2009-01-03 11:16:32 +0000 |
commit | 8b7d0a16b2a5074f23516b8ca0e16c76ae85d93b (patch) | |
tree | 8e71f743a10ad960afbaa97a24d524c27613695d /src/ChangeLog | |
parent | 958a2b4c49b5f39a1eee119f311bb0995f7d29e1 (diff) | |
download | emacs-8b7d0a16b2a5074f23516b8ca0e16c76ae85d93b.tar.gz |
* w32term.c (x_query_colors, x_query_color): New functions.
* image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
(svg_load_image): Cast returned pointers from dynamically loaded
functions. Eliminate W32 specific code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1d5eff96ab..54731699d0a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2009-01-03 Jason Rumney <jasonr@gnu.org> + + * w32term.c (x_query_colors, x_query_color): New functions. + + * image.c (x_to_xcolors, png_load): Eliminate W32 specific code. + (svg_load_image): Cast returned pointers from dynamically loaded + functions. Eliminate W32 specific code. + 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu> * nsfns.m (x_set_foreground_color, x_set_background_color) |