diff options
| author | Kim F. Storm | 2002-06-13 22:06:32 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-06-13 22:06:32 +0000 |
| commit | e4f10c83edb0dd081a91cceb50164188793ac7c4 (patch) | |
| tree | 1ded9bdbc1efc794ccf19a5b5dcedec79207b797 /src | |
| parent | 91224f9ebf50008efee96f743f4609705d6edcf0 (diff) | |
| download | emacs-e4f10c83edb0dd081a91cceb50164188793ac7c4.tar.gz emacs-e4f10c83edb0dd081a91cceb50164188793ac7c4.zip | |
*** empty log message ***
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. |