aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9378c9df4e2..36a3e8d64d2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12015-01-29 Eli Zaretskii <eliz@gnu.org>
2
3 Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.
4 * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where
5 appropriate.
6
7 * w32font.c (struct font_callback_data, w32font_list_internal)
8 (w32font_driver, w32font_match_internal): Use bool where appropriate.
9
10 * w32menu.c (x_activate_menubar, set_frame_menubar)
11 (w32_dialog_show, initialize_frame_menubar, w32_menu_show)
12 (is_simple_dialog): Use bool where appropriate.
13
12015-01-28 Paul Eggert <eggert@cs.ucla.edu> 142015-01-28 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 Use bool, not int, to track face changes 16 Use bool, not int, to track face changes