aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-14 20:20:53 -0800
committerPaul Eggert2013-12-14 20:20:53 -0800
commitb4dd49e0faee3ff97b544cab2ef82898310c8999 (patch)
treef2274915eb78730bf3abe09480d313fc16f8b731 /src/ChangeLog
parentf629af5493b01170f0fc9c26d8a51c928f4ea711 (diff)
downloademacs-b4dd49e0faee3ff97b544cab2ef82898310c8999.tar.gz
emacs-b4dd49e0faee3ff97b544cab2ef82898310c8999.zip
Use bool for boolean (GLYPH_DEBUG case).
* xdisp.c (trace_redisplay_p) [GLYPH_DEBUG]: Use bool for boolean. * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void. Args must now be expressions; all callers changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a063d2d51d6..ebf715e9374 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -77,6 +77,7 @@
77 (sync_frame_with_window_matrix_rows, try_window_id) 77 (sync_frame_with_window_matrix_rows, try_window_id)
78 (display_menu_bar, display_tty_menu_item, display_mode_line) 78 (display_menu_bar, display_tty_menu_item, display_mode_line)
79 (coords_in_mouse_face_p, cursor_in_mouse_face_p): 79 (coords_in_mouse_face_p, cursor_in_mouse_face_p):
80 * xdisp.c (trace_redisplay_p) [GLYPH_DEBUG]:
80 * xmenu.c (xmenu_show): 81 * xmenu.c (xmenu_show):
81 * xterm.c (use_xim, x_term_init): 82 * xterm.c (use_xim, x_term_init):
82 * xterm.h (XSync, GTK_CHECK_VERSION, use_xim, SET_SCROLL_BAR_X_WIDGET) 83 * xterm.h (XSync, GTK_CHECK_VERSION, use_xim, SET_SCROLL_BAR_X_WIDGET)
@@ -118,6 +119,8 @@
118 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY): 119 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY):
119 * interval.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE) 120 * interval.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE)
120 Surround statement macro with proper 'do { ... } while (false)' brackets. 121 Surround statement macro with proper 'do { ... } while (false)' brackets.
122 * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void.
123 Args must now be expressions; all callers changed.
121 (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool. 124 (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool.
122 (PRODUCE_GLYPHS): Simplify use of boolean. 125 (PRODUCE_GLYPHS): Simplify use of boolean.
123 * fileio.c (Fcopy_file): 126 * fileio.c (Fcopy_file):