diff options
| author | Kim F. Storm | 2004-11-22 23:25:11 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-22 23:25:11 +0000 |
| commit | 11e0be49d85254195684a812d7702f297ac436e7 (patch) | |
| tree | c8a2a79f64a801e5e690123b015527f3abbd8963 /src | |
| parent | 7e8424e28d141db7f52269c6a42a86bbed23ce5f (diff) | |
| download | emacs-11e0be49d85254195684a812d7702f297ac436e7.tar.gz emacs-11e0be49d85254195684a812d7702f297ac436e7.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6a17bc11c16..888bcf6e988 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 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 |