diff options
| author | Miles Bader | 2001-10-28 03:12:04 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-28 03:12:04 +0000 |
| commit | 788faf1fc20d8d9ce1f2193c75a20614a74cfa7e (patch) | |
| tree | 956519a43c79ff3f92b3909690cb1d51e876034a /src | |
| parent | 56487dd41144733fd72c065f08576b276f1e9e59 (diff) | |
| download | emacs-788faf1fc20d8d9ce1f2193c75a20614a74cfa7e.tar.gz emacs-788faf1fc20d8d9ce1f2193c75a20614a74cfa7e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d7207fc15cc..91abfeb94f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -116,7 +116,6 @@ | |||
| 116 | `background_valid', and `background_transparent' fields. | 116 | `background_valid', and `background_transparent' fields. |
| 117 | (image_background, image_background_transparent): New declarations. | 117 | (image_background, image_background_transparent): New declarations. |
| 118 | (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros. | 118 | (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros. |
| 119 | |||
| 120 | * xfns.c (image_background, image_background_transparent) | 119 | * xfns.c (image_background, image_background_transparent) |
| 121 | (four_corners_best): New functions. | 120 | (four_corners_best): New functions. |
| 122 | (xpm_format, png_format, jpeg_format, tiff_format, gif_format) | 121 | (xpm_format, png_format, jpeg_format, tiff_format, gif_format) |
| @@ -136,7 +135,6 @@ | |||
| 136 | (enum gs_keyword_index): Add GS_BACKGROUND. | 135 | (enum gs_keyword_index): Add GS_BACKGROUND. |
| 137 | (pbm_load, png_load, jpeg_load, tiff_load, gif_load): | 136 | (pbm_load, png_load, jpeg_load, tiff_load, gif_load): |
| 138 | Pre-calculate image background color where necessary. | 137 | Pre-calculate image background color where necessary. |
| 139 | |||
| 140 | * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and | 138 | * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and |
| 141 | `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background | 139 | `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background |
| 142 | color to use for image glyph reliefs. | 140 | color to use for image glyph reliefs. |