diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6aa35c5657..3c1e8f0148d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2002-11-15 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string) | ||
| 4 | (w32_draw_image_foreground_1): Handle image masks. | ||
| 5 | (x_draw_image_glyph_string): Don't BitBlt transparently. | ||
| 6 | |||
| 7 | * w32fns.c (w32_defined_color): Adjust RGB values for Emacs. | ||
| 8 | (x_from_xcolors): Adjust RGB values for W32. | ||
| 9 | (image_background, image_background_transparent) | ||
| 10 | (postprocess_image, x_to_xcolors, x_disable_image) | ||
| 11 | (x_build_heuristic_mask): Adapt for W32 and enable. | ||
| 12 | (x_create_x_image_and_pixmap): Mark images with palettes as such. | ||
| 13 | (xbm_load): Remove unused variable. | ||
| 14 | |||
| 1 | 2002-11-14 Dave Love <fx@gnu.org> | 15 | 2002-11-14 Dave Love <fx@gnu.org> |
| 2 | 16 | ||
| 3 | * alloc.c (SETJMP_WILL_NOT_WORK): Add note. | 17 | * alloc.c (SETJMP_WILL_NOT_WORK): Add note. |