Mercurial > emacs
comparison src/ChangeLog @ 33464:94ee575dd668
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 14 Nov 2000 05:44:18 +0000 |
parents | dedb98466e0c |
children | 6c0cd7e2d92d |
comparison
equal
deleted
inserted
replaced
33463:968cd8a9cdfe | 33464:94ee575dd668 |
---|---|
1 2000-11-14 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * window.c (Fpos_visible_in_window_p): Call pos_visible with | |
4 extra argument. | |
5 | |
6 * xdisp.c (current_mode_line_height, current_header_line_height): | |
7 New variables. | |
8 (init_xdisp): Initialize them. | |
9 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute | |
10 and use exact mode line heights if it is set. | |
11 | |
12 * lisp.h (pos_visible_p): Change prototype. | |
13 | |
14 * dispextern.h (CURRENT_MODE_LINE_HEIGHT) | |
15 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height | |
16 and current_header_line_height first. | |
17 (current_mode_line_height, current_header_line_height): Declare | |
18 extern. | |
19 | |
1 2000-11-14 Miles Bader <miles@lsi.nec.co.jp> | 20 2000-11-14 Miles Bader <miles@lsi.nec.co.jp> |
2 | 21 |
3 * xterm.c (x_alloc_lighter_color): Use real brightness calculation. | 22 * xterm.c (x_alloc_lighter_color): Use real brightness calculation. |
4 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST. | 23 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST. |
5 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed. | 24 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed. |