diff options
| author | Paul Eggert | 2015-01-25 12:32:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-25 12:34:02 -0800 |
| commit | 11a9f3779ca7ec0c7559a5a3abf732d068684b84 (patch) | |
| tree | 9bc56f5f83c70e8d42ee22d0f8490286d8091472 /src/ChangeLog | |
| parent | a3689d3c661fe36df971c875760f8d500b5ae994 (diff) | |
| download | emacs-11a9f3779ca7ec0c7559a5a3abf732d068684b84.tar.gz emacs-11a9f3779ca7ec0c7559a5a3abf732d068684b84.zip | |
Use bool for boolean in xfns.c
* xfaces.c (x_update_menu_appearance):
* xfns.c (x_real_positions, x_defined_color, x_decode_color)
(xg_set_icon, xg_set_icon_from_xpm_data, x_set_cursor_color)
(x_set_icon_type, x_set_icon_name, x_set_menu_bar_lines)
(x_change_tool_bar_height, x_set_internal_border_width)
(x_encode_text, x_set_name_internal, x_explicitly_set_name)
(x_implicitly_set_name, x_default_scroll_bar_color_parameter)
(hack_wm_protocols, xic_create_fontsetname, xic_free_xfontset)
(x_window, x_icon, Fx_wm_set_size_hint, Fx_create_frame)
(Fxw_color_defined_p, Fxw_color_values, x_create_tip_frame)
(Fx_show_tip, clean_up_file_dialog, Fx_file_dialog)
(clean_up_dialog, syms_of_xfns):
* xterm.h (xg_set_icon, xg_set_icon_from_xpm_data)
(xic_create_fontsetname):
Use bool for boolean.
* xfns.c: Include bitmaps/gray.xbm unconditionally.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b137045f216..eeea0d8bb22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,23 @@ | |||
| 1 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use bool for boolean in xfns.c | ||
| 4 | * xfaces.c (x_update_menu_appearance): | ||
| 5 | * xfns.c (x_real_positions, x_defined_color, x_decode_color) | ||
| 6 | (xg_set_icon, xg_set_icon_from_xpm_data, x_set_cursor_color) | ||
| 7 | (x_set_icon_type, x_set_icon_name, x_set_menu_bar_lines) | ||
| 8 | (x_change_tool_bar_height, x_set_internal_border_width) | ||
| 9 | (x_encode_text, x_set_name_internal, x_explicitly_set_name) | ||
| 10 | (x_implicitly_set_name, x_default_scroll_bar_color_parameter) | ||
| 11 | (hack_wm_protocols, xic_create_fontsetname, xic_free_xfontset) | ||
| 12 | (x_window, x_icon, Fx_wm_set_size_hint, Fx_create_frame) | ||
| 13 | (Fxw_color_defined_p, Fxw_color_values, x_create_tip_frame) | ||
| 14 | (Fx_show_tip, clean_up_file_dialog, Fx_file_dialog) | ||
| 15 | (clean_up_dialog, syms_of_xfns): | ||
| 16 | * xterm.h (xg_set_icon, xg_set_icon_from_xpm_data) | ||
| 17 | (xic_create_fontsetname): | ||
| 18 | Use bool for boolean. | ||
| 19 | * xfns.c: Include bitmaps/gray.xbm unconditionally. | ||
| 20 | |||
| 3 | Count MANY function args more reliably | 21 | Count MANY function args more reliably |
| 4 | * alloc.c (Fgc_status, purecopy, unbind_to, garbage_collect_1): | 22 | * alloc.c (Fgc_status, purecopy, unbind_to, garbage_collect_1): |
| 5 | * buffer.c (Fbuffer_list, Fkill_buffer): | 23 | * buffer.c (Fbuffer_list, Fkill_buffer): |