aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-05-29 19:01:05 +0300
committerEli Zaretskii2012-05-29 19:01:05 +0300
commita02ae4e5bfa13097dabee45f45ee992cdb830bb3 (patch)
tree087dd2026ed1f059c967bbde9471d1257b982dcf /src/ChangeLog
parent291d430f5f184c8a9438eace09b141131de343e8 (diff)
downloademacs-a02ae4e5bfa13097dabee45f45ee992cdb830bb3.tar.gz
emacs-a02ae4e5bfa13097dabee45f45ee992cdb830bb3.zip
Don't call r_alloc_inhibit_buffer_relocation from search.c.
src/search.c (search_buffer): Remove calls to r_alloc_inhibit_buffer_relocation, as it is now called by maybe_unify_char, which was the cause of relocation of buffer text in bug#11519.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec5725af2bc..16bd1659b34 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-05-29 Eli Zaretskii <eliz@gnu.org>
2
3 * search.c (search_buffer): Remove calls to
4 r_alloc_inhibit_buffer_relocation, as it is now called by
5 maybe_unify_char, which was the cause of relocation of buffer text
6 in bug#11519.
7
12012-05-23 Eli Zaretskii <eliz@gnu.org> 82012-05-23 Eli Zaretskii <eliz@gnu.org>
2 9
3 * charset.c (maybe_unify_char): Inhibit relocation of buffer text 10 * charset.c (maybe_unify_char): Inhibit relocation of buffer text