# HG changeset patch # User Gerd Moellmann # Date 974180658 0 # Node ID 94ee575dd6682155f0502b6e9f728c6aef5c9a7a # Parent 968cd8a9cdfe0347c88e5e23039e3146efda2478 *** empty log message *** diff -r 968cd8a9cdfe -r 94ee575dd668 src/ChangeLog --- a/src/ChangeLog Tue Nov 14 05:43:37 2000 +0000 +++ b/src/ChangeLog Tue Nov 14 05:44:18 2000 +0000 @@ -1,3 +1,22 @@ +2000-11-14 Gerd Moellmann + + * window.c (Fpos_visible_in_window_p): Call pos_visible with + extra argument. + + * xdisp.c (current_mode_line_height, current_header_line_height): + New variables. + (init_xdisp): Initialize them. + (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute + and use exact mode line heights if it is set. + + * lisp.h (pos_visible_p): Change prototype. + + * dispextern.h (CURRENT_MODE_LINE_HEIGHT) + (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height + and current_header_line_height first. + (current_mode_line_height, current_header_line_height): Declare + extern. + 2000-11-14 Miles Bader * xterm.c (x_alloc_lighter_color): Use real brightness calculation.