Mercurial > emacs
comparison src/ChangeLog @ 30654:4cfa4fd4a53f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 07 Aug 2000 21:54:31 +0000 |
parents | b9b3d00cd2db |
children | 77dfebdf286a |
comparison
equal
deleted
inserted
replaced
30653:319c3bad8ada | 30654:4cfa4fd4a53f |
---|---|
1 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 1 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * xdisp.c (start_display): WHen starting display on a continuation | |
4 line, clear ascent and descent members of the iterator structure; | |
5 the height of the continued line does not affect the height of the | |
6 continuation line. | |
7 (make_cursor_line_fully_visible): Do nothing if cursor is on a | |
8 line taller than the window. | |
9 (redisplay_window) <forced window start>: Handle case that the | |
10 middle of the window is not found in any row. | |
11 (dump_glyph_row): Show more information. | |
12 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the | |
13 first text line in a glyph matrix. | |
14 | |
15 * xterm.c (x_draw_image_foreground): Avoid drawing outside | |
16 of the clip area when image doesn't have a mask. | |
2 | 17 |
3 * fns.c (sweep_weak_table): Fix survival conditions for | 18 * fns.c (sweep_weak_table): Fix survival conditions for |
4 key-or-value and key-and-value weakness. | 19 key-or-value and key-and-value weakness. |
5 | 20 |
6 * .gdbinit (xhashtable): New command. | 21 * .gdbinit (xhashtable): New command. |