diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 11e36eb5a51..54a5c1cd484 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-06-14 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * insdel.c (insert_1_both, insert_from_string_1) | ||
| 4 | (insert_from_buffer_1): Recalculate END_UNCHANGED in case the | ||
| 5 | insert happened in the end_unchanged region. Otherwise, the | ||
| 6 | redisplay may be confused and duplicate the last line in the | ||
| 7 | buffer [seen after save-buffer when require-final-newline==t]. | ||
| 8 | |||
| 1 | 2002-06-13 Jason Rumney <jasonr@gnu.org> | 9 | 2002-06-13 Jason Rumney <jasonr@gnu.org> |
| 2 | 10 | ||
| 3 | * w32.c (init_environment): Remove EMACSLOCKDIR. | 11 | * w32.c (init_environment): Remove EMACSLOCKDIR. |