diff options
| author | Gerd Moellmann | 2001-07-23 14:47:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-23 14:47:42 +0000 |
| commit | f1004faf26f399e86f2000ef7702f4142de0a64b (patch) | |
| tree | 415193bb96c91411424a74e0ba2a0729104ce1df /src/ChangeLog | |
| parent | dd42b31ac43a08a15e5fa6e7ada37dbf8f4a05f9 (diff) | |
| download | emacs-f1004faf26f399e86f2000ef7702f4142de0a64b.tar.gz emacs-f1004faf26f399e86f2000ef7702f4142de0a64b.zip | |
(current_column): Fix column computation in the
presence of display table entries.
(current_column_1, Fmove_to_column, compute_motion): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 790b79e07cd..b8702273e7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * indent.c (current_column): Fix column computation in the | ||
| 4 | presence of display table entries. | ||
| 5 | (current_column_1, Fmove_to_column, compute_motion): Likewise. | ||
| 6 | |||
| 3 | * dispnew.c (adjust_glyph_matrix): In the optimization for | 7 | * dispnew.c (adjust_glyph_matrix): In the optimization for |
| 4 | windows whose height has changed, use the new window height | 8 | windows whose height has changed, use the new window height |
| 5 | to compute which rows to invalidate. | 9 | to compute which rows to invalidate. |