aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-07-05 16:05:02 +0000
committerChong Yidong2006-07-05 16:05:02 +0000
commit234fb7734a5577ede16c6d40bac73e5fbe7bb33e (patch)
tree55989ba671d4a6ebf5e71a08413f14b68d6b2828 /src/ChangeLog
parente2e6e4d2fa20a63755d1b88b54de8eee2008b941 (diff)
downloademacs-234fb7734a5577ede16c6d40bac73e5fbe7bb33e.tar.gz
emacs-234fb7734a5577ede16c6d40bac73e5fbe7bb33e.zip
* insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
clash detection using the base buffer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a5e7afa99a..d91bee1cb1c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12006-07-05 Chong Yidong <cyd@stupidchicken.com> 12006-07-05 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
4 clash detection using the base buffer.
5
3 * puresize.h (BASE_PURESIZE): Increment to 1210500. 6 * puresize.h (BASE_PURESIZE): Increment to 1210500.
4 7
52006-07-04 Kim F. Storm <storm@cua.dk> 82006-07-04 Kim F. Storm <storm@cua.dk>