From 1dc1959ebf50401c69adeb6d182950b59835f94d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 29 Jan 2015 20:46:03 +0200 Subject: [PATCH] Commit src/ChangeLog for previous commit. --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 9378c9df4e2..36a3e8d64d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2015-01-29 Eli Zaretskii + + Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. + * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where + appropriate. + + * w32font.c (struct font_callback_data, w32font_list_internal) + (w32font_driver, w32font_match_internal): Use bool where appropriate. + + * w32menu.c (x_activate_menubar, set_frame_menubar) + (w32_dialog_show, initialize_frame_menubar, w32_menu_show) + (is_simple_dialog): Use bool where appropriate. + 2015-01-28 Paul Eggert Use bool, not int, to track face changes -- 2.11.4.GIT