diff options
| author | Gerd Moellmann | 2001-10-25 15:01:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-25 15:01:23 +0000 |
| commit | d6da5a06c503182699068e95f7f824b08f227980 (patch) | |
| tree | a49eb54ddf4751fa973e08dd6baa2f70a1194483 /src | |
| parent | 4887597a1c52b8277eabeb4d9484c75b1bc9429d (diff) | |
| download | emacs-d6da5a06c503182699068e95f7f824b08f227980.tar.gz emacs-d6da5a06c503182699068e95f7f824b08f227980.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab5a9e5c650..68d54b4814d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,7 +10,8 @@ | |||
| 10 | 10 | ||
| 11 | * lisp.h (make_fixnum_or_float): Coerce double to int explicitly. | 11 | * lisp.h (make_fixnum_or_float): Coerce double to int explicitly. |
| 12 | 12 | ||
| 13 | * editfns.c (text_property_stickiness): Fix Lisp_Object used as boolean. | 13 | * editfns.c (text_property_stickiness): Fix Lisp_Object used as |
| 14 | boolean. | ||
| 14 | 15 | ||
| 15 | 2001-10-25 Miles Bader <miles@gnu.org> | 16 | 2001-10-25 Miles Bader <miles@gnu.org> |
| 16 | 17 | ||
| @@ -39,6 +40,7 @@ | |||
| 39 | `background_valid', and `background_transparent' fields. | 40 | `background_valid', and `background_transparent' fields. |
| 40 | (image_background, image_background_transparent): New declarations. | 41 | (image_background, image_background_transparent): New declarations. |
| 41 | (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros. | 42 | (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros. |
| 43 | |||
| 42 | * xfns.c (image_background, image_background_transparent) | 44 | * xfns.c (image_background, image_background_transparent) |
| 43 | (four_corners_best): New functions. | 45 | (four_corners_best): New functions. |
| 44 | (xpm_format, png_format, jpeg_format, tiff_format, gif_format) | 46 | (xpm_format, png_format, jpeg_format, tiff_format, gif_format) |
| @@ -58,6 +60,7 @@ | |||
| 58 | (enum gs_keyword_index): Add GS_BACKGROUND. | 60 | (enum gs_keyword_index): Add GS_BACKGROUND. |
| 59 | (pbm_load, png_load, jpeg_load, tiff_load, gif_load): | 61 | (pbm_load, png_load, jpeg_load, tiff_load, gif_load): |
| 60 | Pre-calculate image background color where necessary. | 62 | Pre-calculate image background color where necessary. |
| 63 | |||
| 61 | * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and | 64 | * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and |
| 62 | `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background | 65 | `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background |
| 63 | color to use for image glyph reliefs. | 66 | color to use for image glyph reliefs. |