diff options
| author | Lars Magne Ingebrigtsen | 2015-01-28 14:21:33 +1100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2015-01-28 14:21:33 +1100 |
| commit | 7f4f16b3ae6fdb59d83cfc01017668f2a564309f (patch) | |
| tree | 60e4a7f23f949afaed3bc2fddd0a528aef297861 /src/ChangeLog | |
| parent | 1a369fc7f1ccec6954344ec1ee0211a4d24c312d (diff) | |
| parent | be2d23e58721b7acc68c0ea654a38e5109df2aa2 (diff) | |
| download | emacs-7f4f16b3ae6fdb59d83cfc01017668f2a564309f.tar.gz emacs-7f4f16b3ae6fdb59d83cfc01017668f2a564309f.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4fc0de7c815..8e5166e22be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 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 | |||
| 44 | 2015-01-26 Andreas Schwab <schwab@linux-m68k.org> | ||
| 45 | |||
| 46 | * image.c (lookup_pixel_color): Reorder conditions that are | ||
| 47 | written backwards. | ||
| 48 | (x_to_xcolors): Likewise. | ||
| 49 | (x_detect_edges): Likewise. | ||
| 50 | (png_load_body): Likewise. | ||
| 51 | (gif_close): Likewise. | ||
| 52 | (gif_load): Likewise. | ||
| 53 | |||
| 1 | 2015-01-25 Eli Zaretskii <eliz@gnu.org> | 54 | 2015-01-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 55 | ||
| 3 | Use bool for boolean in w32term.c | 56 | Use bool for boolean in w32term.c |