diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c8190e0d26..6dcc95b7f8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-08-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we | ||
| 4 | end up on a partially visible line; this reverts a specific part | ||
| 5 | of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty | ||
| 6 | display error which has been reported several times now. | ||
| 7 | However it introduces the problem that changes was supposed to fix. | ||
| 8 | See my comments in the source if you want to debug this further. | ||
| 9 | |||
| 1 | 2002-08-20 Kenichi Handa <handa@etl.go.jp> | 10 | 2002-08-20 Kenichi Handa <handa@etl.go.jp> |
| 2 | 11 | ||
| 3 | * abbrev.c (Fexpand_abbrev): Fix for the multibyte case. | 12 | * abbrev.c (Fexpand_abbrev): Fix for the multibyte case. |