Mercurial > emacs
comparison src/ChangeLog @ 82819:ebf3e797be0e
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 24 Aug 2007 11:23:33 +0000 |
parents | 688f628e46b6 |
children | ca1ec1c7d14a |
comparison
equal
deleted
inserted
replaced
82818:1588b6b0dcf6 | 82819:ebf3e797be0e |
---|---|
37 socket_callback. | 37 socket_callback. |
38 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing. | 38 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing. |
39 | 39 |
40 2007-08-22 Glenn Morris <rgm@gnu.org> | 40 2007-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 |
45 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> | 44 2007-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. |
51 (svg_load): New function to load SVG image. | 51 (svg_load): New function to load SVG image. |
52 (svg_load_image): New function, helper for svg_load. | 52 (svg_load_image): New function, helper for svg_load. |
190 (Selection): New typedef. Use instead of ScrapRef. | 190 (Selection): New typedef. Use instead of ScrapRef. |
191 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol. | 191 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol. |
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. |
199 (mac_get_selection_value): Rename from get_scrap_string. | 199 (mac_get_selection_value): Rename from get_scrap_string. |
200 (mac_get_selection_target_list): Rename from get_scrap_target_type_list. | 200 (mac_get_selection_target_list): Rename from get_scrap_target_type_list. |