aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-07-28 02:44:45 -0400
committerEli Zaretskii2011-07-28 02:44:45 -0400
commit350c992fe3f2180e11aea5ad8baee24e728a085b (patch)
tree46e1c95af8d351ad9fb5f90ae554ce5a5165e307 /src/ChangeLog
parent5266b4bb6079efcf14e5d4fc633636a65c4b7e80 (diff)
downloademacs-350c992fe3f2180e11aea5ad8baee24e728a085b.tar.gz
emacs-350c992fe3f2180e11aea5ad8baee24e728a085b.zip
Fix bug #9184 with org-agenda crashing under bidi redisplay.
src/xdisp.c (compute_display_string_pos): Don't use cached display string position if the buffer had its restriction changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2625c6f9aad..bfc06b35cc2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
2
3 * xdisp.c (compute_display_string_pos): Don't use cached display
4 string position if the buffer had its restriction changed.
5 (Bug#9184)
6
12011-07-28 Paul Eggert <eggert@cs.ucla.edu> 72011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. 9 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.