# HG changeset patch # User Gerd Moellmann # Date 995899662 0 # Node ID 393c8e5512ee0acca7d52b5245e36ee61e8c4970 # Parent 90ab35fe206c761dab5f82dea1bc8588d2629df4 *** empty log message *** diff -r 90ab35fe206c -r 393c8e5512ee src/ChangeLog --- a/src/ChangeLog Mon Jul 23 14:47:23 2001 +0000 +++ b/src/ChangeLog Mon Jul 23 14:47:42 2001 +0000 @@ -1,5 +1,9 @@ 2001-07-23 Gerd Moellmann + * indent.c (current_column): Fix column computation in the + presence of display table entries. + (current_column_1, Fmove_to_column, compute_motion): Likewise. + * dispnew.c (adjust_glyph_matrix): In the optimization for windows whose height has changed, use the new window height to compute which rows to invalidate.