Mercurial > emacs
changeset 38267:1cd4c129890f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 03 Jul 2001 10:30:08 +0000 |
parents | 6f8192f9ec53 |
children | 829f5676c842 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jul 03 10:29:50 2001 +0000 +++ b/src/ChangeLog Tue Jul 03 10:30:08 2001 +0000 @@ -1,3 +1,12 @@ +2001-07-03 Gerd Moellmann <gerd@gnu.org> + + * xdisp.c (compute_line_metrics): On ttys, subtract continuation + glyphs and truncation glyphs at the end of a row from its pixel + width. + (dump_glyph_row): Print row's continuation_lines_width. + (try_window_id): Take the shortcut if ZV is visible in the + window, but there are actually no changes at ZV. + 2001-07-02 Gerd Moellmann <gerd@gnu.org> * xterm.h (x_free_dpy_colors): Add prototype.