aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4fb6a657939..8dc5fbbd01d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -17,6 +17,11 @@
17 This is better because this code always unconditionally skips 17 This is better because this code always unconditionally skips
18 non-X frames in Vframe_list and issues the only XFlush if we 18 non-X frames in Vframe_list and issues the only XFlush if we
19 have more than one X frame on the same X display. 19 have more than one X frame on the same X display.
20 (any_help_event_p, x_draw_glyph_string_background, x_display_ok):
21 Use bool for booleans.
22 (x_draw_glyph_string_background, cvt_string_to_pixel):
23 (cvt_pixel_dtor): Drop unnecessary prototypes.
24 * xterm.h (x_display_ok): Adjust prototype.
20 25
212013-07-31 Dmitry Antipov <dmantipov@yandex.ru> 262013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
22 27