diff options
| author | Eli Zaretskii | 2011-11-06 20:21:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-06 20:21:52 +0200 |
| commit | 88a37c4d87ec916146430bfef0a5e90f175b6a2e (patch) | |
| tree | 268cb8138f5d2640ff56350bbbfe09fc79d2beed /src/ChangeLog | |
| parent | 291d142b33ae732328c61c89e3680f63266d073a (diff) | |
| download | emacs-88a37c4d87ec916146430bfef0a5e90f175b6a2e.tar.gz emacs-88a37c4d87ec916146430bfef0a5e90f175b6a2e.zip | |
Fix bug #9963 with abort in "temacs -nw".
src/xdisp.c (init_iterator, reseat_to_string): Don't set the
iterator's bidi_p flag if Vpurify_flag is non-nil.
(Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
return Qleft_to_right.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12e9a5c9e57..e393da21cc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-11-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (init_iterator, reseat_to_string): Don't set the | ||
| 4 | iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963) | ||
| 5 | (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil, | ||
| 6 | return Qleft_to_right. | ||
| 7 | |||
| 1 | 2011-11-06 Chong Yidong <cyd@gnu.org> | 8 | 2011-11-06 Chong Yidong <cyd@gnu.org> |
| 2 | 9 | ||
| 3 | * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window) | 10 | * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window) |