diff options
| author | Paul Eggert | 2015-01-26 16:57:07 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-26 17:03:09 -0800 |
| commit | 2639c2ed08e5b9a55939bab0c575537e50f61141 (patch) | |
| tree | b3db0c45485304a7d886c149b263690f7ecb90a0 /src/ChangeLog | |
| parent | 81f7fcb4b8a4f370162def4fd42fd62674db96a5 (diff) | |
| download | emacs-2639c2ed08e5b9a55939bab0c575537e50f61141.tar.gz emacs-2639c2ed08e5b9a55939bab0c575537e50f61141.zip | |
Use bool for boolean in xfaces.c
* dispextern.h: Adjust to signature changes.
* font.c (font_at, font_range):
* fontset.c (Finternal_char_font):
* fringe.c (draw_fringe_bitmap_1):
* xdisp.c (handle_face_prop, face_before_or_after_it_pos)
(get_next_display_element, highlight_trailing_whitespace)
(display_string, calc_line_height_property)
(note_mode_line_or_margin_highlight, note_mouse_highlight):
* xfaces.c (tty_suppress_bold_inverse_default_colors_p)
(menu_face_changed_default, recompute_basic_faces)
(Fbitmap_spec_p, parse_rgb_list, tty_lookup_color)
(tty_defined_color, defined_color, face_color_gray_p)
(face_color_supported_p, load_color2, load_face_colors)
(Fx_list_fonts, LFACEP, push_named_merge_point)
(resolve_face_name, lface_from_face_name_no_resolve)
(lface_from_face_name, get_lface_attributes_no_remap)
(get_lface_attributes, lface_fully_specified_p)
(set_lface_from_font, merge_face_vectors, merge_named_face)
(merge_face_ref, Finternal_make_lisp_face)
(Finternal_lisp_face_p, Finternal_copy_lisp_face)
(Finternal_set_lisp_face_attribute)
(update_face_from_frame_parameter, set_font_frame_param)
(face_boolean_x_resource_value)
(Finternal_set_lisp_face_attribute_from_resource)
(x_update_menu_appearance, Finternal_get_lisp_face_attribute)
(Finternal_merge_in_global_face, Fface_font, face_attr_equal_p)
(lface_equal_p, Finternal_lisp_face_equal_p)
(Finternal_lisp_face_empty_p, lface_same_font_attributes_p)
(Fcolor_distance, lookup_named_face, lookup_basic_face)
(lookup_derived_face, Fface_attributes_as_vector)
(x_supports_face_attributes_p, tty_supports_face_attributes_p)
(Fdisplay_supports_face_attributes_p, realize_basic_faces)
(realize_default_face, realize_named_face)
(realize_non_ascii_face, realize_x_face, map_tty_color)
(realize_tty_face, compute_char_face, face_at_buffer_position)
(face_for_overlay_string, face_at_string_position):
Use bool for boolean.
* xfaces.c (set_lface_from_font):
Return void, since callers never use the result.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb823b3e152..8e5166e22be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2015-01-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use bool for boolean in xfaces.c | ||
| 4 | * dispextern.h: Adjust to signature changes. | ||
| 5 | * font.c (font_at, font_range): | ||
| 6 | * fontset.c (Finternal_char_font): | ||
| 7 | * fringe.c (draw_fringe_bitmap_1): | ||
| 8 | * xdisp.c (handle_face_prop, face_before_or_after_it_pos) | ||
| 9 | (get_next_display_element, highlight_trailing_whitespace) | ||
| 10 | (display_string, calc_line_height_property) | ||
| 11 | (note_mode_line_or_margin_highlight, note_mouse_highlight): | ||
| 12 | * xfaces.c (tty_suppress_bold_inverse_default_colors_p) | ||
| 13 | (menu_face_changed_default, recompute_basic_faces) | ||
| 14 | (Fbitmap_spec_p, parse_rgb_list, tty_lookup_color) | ||
| 15 | (tty_defined_color, defined_color, face_color_gray_p) | ||
| 16 | (face_color_supported_p, load_color2, load_face_colors) | ||
| 17 | (Fx_list_fonts, LFACEP, push_named_merge_point) | ||
| 18 | (resolve_face_name, lface_from_face_name_no_resolve) | ||
| 19 | (lface_from_face_name, get_lface_attributes_no_remap) | ||
| 20 | (get_lface_attributes, lface_fully_specified_p) | ||
| 21 | (set_lface_from_font, merge_face_vectors, merge_named_face) | ||
| 22 | (merge_face_ref, Finternal_make_lisp_face) | ||
| 23 | (Finternal_lisp_face_p, Finternal_copy_lisp_face) | ||
| 24 | (Finternal_set_lisp_face_attribute) | ||
| 25 | (update_face_from_frame_parameter, set_font_frame_param) | ||
| 26 | (face_boolean_x_resource_value) | ||
| 27 | (Finternal_set_lisp_face_attribute_from_resource) | ||
| 28 | (x_update_menu_appearance, Finternal_get_lisp_face_attribute) | ||
| 29 | (Finternal_merge_in_global_face, Fface_font, face_attr_equal_p) | ||
| 30 | (lface_equal_p, Finternal_lisp_face_equal_p) | ||
| 31 | (Finternal_lisp_face_empty_p, lface_same_font_attributes_p) | ||
| 32 | (Fcolor_distance, lookup_named_face, lookup_basic_face) | ||
| 33 | (lookup_derived_face, Fface_attributes_as_vector) | ||
| 34 | (x_supports_face_attributes_p, tty_supports_face_attributes_p) | ||
| 35 | (Fdisplay_supports_face_attributes_p, realize_basic_faces) | ||
| 36 | (realize_default_face, realize_named_face) | ||
| 37 | (realize_non_ascii_face, realize_x_face, map_tty_color) | ||
| 38 | (realize_tty_face, compute_char_face, face_at_buffer_position) | ||
| 39 | (face_for_overlay_string, face_at_string_position): | ||
| 40 | Use bool for boolean. | ||
| 41 | * xfaces.c (set_lface_from_font): | ||
| 42 | Return void, since callers never use the result. | ||
| 43 | |||
| 1 | 2015-01-26 Andreas Schwab <schwab@linux-m68k.org> | 44 | 2015-01-26 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 45 | ||
| 3 | * image.c (lookup_pixel_color): Reorder conditions that are | 46 | * image.c (lookup_pixel_color): Reorder conditions that are |