aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
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 @@
12013-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
12013-10-28 Paul Eggert <eggert@cs.ucla.edu> 162013-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.