diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdc7c721095..4fc0de7c815 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2015-01-25 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | Use bool for boolean in w32term.c | ||
| 4 | * w32term.c (x_update_window_begin, x_update_window_end) | ||
| 5 | (x_update_end, x_after_update_window_line) | ||
| 6 | (x_set_glyph_string_gc, x_draw_glyph_string_background) | ||
| 7 | (x_draw_glyph_string_foreground) | ||
| 8 | (x_draw_composite_glyph_string_foreground) | ||
| 9 | (x_draw_glyphless_glyph_string_foreground) | ||
| 10 | (x_draw_image_glyph_string, x_draw_glyph_string) | ||
| 11 | (x_draw_stretch_glyph_string, note_mouse_movement) | ||
| 12 | (w32_mouse_position, x_scroll_bar_report_motion) | ||
| 13 | (x_horizontal_scroll_bar_report_motion, w32_read_socket) | ||
| 14 | (w32_set_vertical_scroll_bar, w32_set_horizontal_scroll_bar) | ||
| 15 | (w32_draw_window_cursor, x_new_font, x_set_offset) | ||
| 16 | (x_set_window_size, x_make_frame_invisible, x_iconify_frame): Use | ||
| 17 | bool where appropriate. | ||
| 18 | |||
| 3 | Use bool for boolean in w32fns.c | 19 | Use bool for boolean in w32fns.c |
| 4 | * w32fns.c (w32_defined_color, x_decode_color) | 20 | * w32fns.c (w32_defined_color, x_decode_color) |
| 5 | (Fxw_color_defined_p, Fxw_color_values, x_set_icon_type) | 21 | (Fxw_color_defined_p, Fxw_color_values, x_set_icon_type) |