aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-08-24 11:23:33 +0000
committerJuanma Barranquero2007-08-24 11:23:33 +0000
commitff8da4430313a389218af87b170e60351f89a7f9 (patch)
tree1122e8c0cb41043f1783386292e356419899ad85 /src
parent6794bf285d65be022ce1e73085132c1df8dd4448 (diff)
downloademacs-ff8da4430313a389218af87b170e60351f89a7f9.tar.gz
emacs-ff8da4430313a389218af87b170e60351f89a7f9.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab10c92d286..ac3b17f9b2d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -39,12 +39,12 @@
39 39
402007-08-22 Glenn Morris <rgm@gnu.org> 402007-08-22 Glenn Morris <rgm@gnu.org>
41 41
42 * image.c (x_find_image_file): Search in etc/images/ rather than 42 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
43 etc/.
44 43
452007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> 442007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
46 45
47 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS. 46 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
47
48 * image.c: Add support for SVG images. Some additional comments 48 * image.c: Add support for SVG images. Some additional comments
49 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined: 49 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
50 (svg_image_p): New function to test for SVG image. 50 (svg_image_p): New function to test for SVG image.
@@ -192,7 +192,7 @@
192 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p. 192 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
193 (mac_clear_selection): Rename from clear_scrap. 193 (mac_clear_selection): Rename from clear_scrap.
194 (get_flavor_type_from_symbol): New argument SEL and subsume function of 194 (get_flavor_type_from_symbol): New argument SEL and subsume function of
195 scrap_has_target_type. All uses changed. 195 scrap_has_target_type. All uses changed.
196 (mac_get_selection_ownership_info, mac_valid_selection_value_p) 196 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
197 (mac_selection_has_target_p): New functions. 197 (mac_selection_has_target_p): New functions.
198 (mac_put_selection_value): Rename from put_scrap_string. 198 (mac_put_selection_value): Rename from put_scrap_string.