aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-02 11:28:53 +0200
committerEli Zaretskii2013-03-02 11:28:53 +0200
commit18f2ac090d74eb0e91d5b3b8a6db01063264f254 (patch)
tree0dd3fd6edf7382f5fcc58e660c85c0d7d9116b65 /src/ChangeLog
parentc856b8d4679fe4b75f925c9e87eacf9456398090 (diff)
downloademacs-18f2ac090d74eb0e91d5b3b8a6db01063264f254.tar.gz
emacs-18f2ac090d74eb0e91d5b3b8a6db01063264f254.zip
Protect against changes of interval tree when adding/removing text props.
src/textprop.c (Fadd_text_properties, Fremove_text_properties): If the interval tree changes as a side effect of calling modify_region, re-do processing starting from the call to validate_interval_range. (Bug#13743)
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 1b8b3c56004..35cbab84096 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-03-02 Eli Zaretskii <eliz@gnu.org>
2
3 * textprop.c (Fadd_text_properties, Fremove_text_properties): If
4 the interval tree changes as a side effect of calling
5 modify_region, re-do processing starting from the call to
6 validate_interval_range. (Bug#13743)
7
12013-02-28 Eli Zaretskii <eliz@gnu.org> 82013-02-28 Eli Zaretskii <eliz@gnu.org>
2 9
3 * w32.c (sys_open): Don't reset the flags for FD in fd_info[]. 10 * w32.c (sys_open): Don't reset the flags for FD in fd_info[].