diff options
| author | Dmitry Antipov | 2013-10-29 09:55:25 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-29 09:55:25 +0400 |
| commit | 0085b9be229be7369300f4f4ab27a9699db641b4 (patch) | |
| tree | c9f11e1b06eaa030b0a0ebacbaf38f5eef6c5d77 /src/ChangeLog | |
| parent | b9bef71fd33a3789b2a67a19745f6bbf8f4aff6e (diff) | |
| download | emacs-0085b9be229be7369300f4f4ab27a9699db641b4.tar.gz emacs-0085b9be229be7369300f4f4ab27a9699db641b4.zip | |
* xterm.h (struct x_output): For 'black_relief' and 'white_relief'
fields, drop 'allocated_p' member and use -1 for uninitialized value.
* w32term.h (struct w32_output): Similarly but do not use -1 because...
* xfaces.c (unload_color) [HAVE_X_WINDOWS]: ...this function is a no-op
on MS-Windows anyway.
(free_face_colors): Define only if HAVE_X_WINDOWS and...
(free_realized_face): ...adjust user.
* xfns.c (Fx_create_frame, x_create_tip_frame): Initialize black and
white relief pixels to -1.
* xterm.c (x_setup_relief_color, x_free_frame_resources): Adjust users.
* w32term.c (w32_setup_relief_color, x_free_frame_resources): Likewise.
* dispextern.h (unload_color): Move prototype under HAVE_X_WINDOWS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6458b739a52..55ff9390ce6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2013-10-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | ||
| 4 | fields, drop 'allocated_p' member and use -1 for uninitialized value. | ||
| 5 | * w32term.h (struct w32_output): Similarly but do not use -1 because... | ||
| 6 | * xfaces.c (unload_color) [HAVE_X_WINDOWS]: ...this function is a no-op | ||
| 7 | on MS-Windows anyway. | ||
| 8 | (free_face_colors): Define only if HAVE_X_WINDOWS and... | ||
| 9 | (free_realized_face): ...adjust user. | ||
| 10 | * xfns.c (Fx_create_frame, x_create_tip_frame): Initialize black and | ||
| 11 | white relief pixels to -1. | ||
| 12 | * xterm.c (x_setup_relief_color, x_free_frame_resources): Adjust users. | ||
| 13 | * w32term.c (w32_setup_relief_color, x_free_frame_resources): Likewise. | ||
| 14 | * dispextern.h (unload_color): Move prototype under HAVE_X_WINDOWS. | ||
| 15 | |||
| 1 | 2013-10-28 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2013-10-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static. | 18 | * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static. |