comparison src/ChangeLog @ 58438:ae63c87be5eb

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 22 Nov 2004 23:25:11 +0000
parents ad1aa0338053
children 0582bf7a9726
comparison
equal deleted inserted replaced
58437:f81ffb9e961b 58438:ae63c87be5eb
1 2004-11-23 Kim F. Storm <storm@cua.dk>
2
3 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
4 signal_p is zero and face name is unknown.
5 (Fx_list_fonts): Don't signal error in lookup_named_face.
6 (Fface_font): Signal error in lookup_named_face.
7 (ascii_face_of_lisp_face): Likewise.
8
9 * dispextern.h (lookup_named_face): Fix prototype.
10
11 * xdisp.c (handle_single_display_prop): Don't signal error in
12 lookup_named_face for unknown fringe face name.
13 (highlight_trailing_whitespace): Don't signal error in
14 lookup_named_face if trailing-whitespace face unknown.
15 (calc_line_height_property): Don't signal error in
16 lookup_named_face if specified face name is unknown.
17
18 * fringe.c (update_window_fringes): Show top row indicator if
19 window has header-line. Don't show arrow at bob and eob
20 if the boundary indicators are not used.
21 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
22
23 * window.c (set_window_buffer): Clear display_error_modiff.
24
1 2004-11-22 Kim F. Storm <storm@cua.dk> 25 2004-11-22 Kim F. Storm <storm@cua.dk>
2 26
3 * fringe.c (update_window_fringes): Provide sensible fall-back 27 * fringe.c (update_window_fringes): Provide sensible fall-back
4 value for non-nil indicate-buffer-boundaries setting. 28 value for non-nil indicate-buffer-boundaries setting.
5 29