Mercurial > emacs
comparison src/ChangeLog @ 45817:3a276adf4d80
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 13 Jun 2002 22:06:32 +0000 |
parents | e47c404691fe |
children | 35938e94ade9 |
comparison
equal
deleted
inserted
replaced
45816:e47c404691fe | 45817:3a276adf4d80 |
---|---|
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. |
4 (stat): Swap _S_IFDIR and _S_IFREG. | 12 (stat): Swap _S_IFDIR and _S_IFREG. |
5 | 13 |