Mercurial > emacs
changeset 48344:df87e7e6ad10
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 15 Nov 2002 18:51:53 +0000 |
parents | 35889dbb9b84 |
children | 44c0f878e8b9 |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 15 07:25:20 2002 +0000 +++ b/src/ChangeLog Fri Nov 15 18:51:53 2002 +0000 @@ -1,3 +1,17 @@ +2002-11-15 Jason Rumney <jasonr@gnu.org> + + * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string) + (w32_draw_image_foreground_1): Handle image masks. + (x_draw_image_glyph_string): Don't BitBlt transparently. + + * w32fns.c (w32_defined_color): Adjust RGB values for Emacs. + (x_from_xcolors): Adjust RGB values for W32. + (image_background, image_background_transparent) + (postprocess_image, x_to_xcolors, x_disable_image) + (x_build_heuristic_mask): Adapt for W32 and enable. + (x_create_x_image_and_pixmap): Mark images with palettes as such. + (xbm_load): Remove unused variable. + 2002-11-14 Dave Love <fx@gnu.org> * alloc.c (SETJMP_WILL_NOT_WORK): Add note.