diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0232aea8b48..5b71d4b089f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,25 @@ | |||
| 1 | 2005-06-11 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-06-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg | ||
| 4 | to CreateDIBSection to avoid a compiler warning. | ||
| 5 | (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler | ||
| 6 | warning. | ||
| 7 | (png_load): Cast return values of fn_png_create_read_struct and | ||
| 8 | fn_png_create_info_struct, to avoid compiler warnings on W32. | ||
| 9 | Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent | ||
| 10 | to avoid compiler warnings. | ||
| 11 | (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a | ||
| 12 | compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to | ||
| 13 | avoid a compiler warning. | ||
| 14 | (tiff_load): Cast return values of fn_TIFFOpen and | ||
| 15 | fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg | ||
| 16 | to IMAGE_BACKGROUND to avoid a compiler warning. | ||
| 17 | (gif_load): Cast return values of fn_DGifOpenFileName and | ||
| 18 | fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to | ||
| 19 | IMAGE_BACKGROUND to avoid a compiler warning. | ||
| 20 | (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef | ||
| 21 | before redefining. | ||
| 22 | |||
| 3 | * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in | 23 | * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in |
| 4 | the call to CreateDIBSection, to avoid a compiler warning. | 24 | the call to CreateDIBSection, to avoid a compiler warning. |
| 5 | 25 | ||