aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 431a515def5..b2f2334427c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12011-08-25 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
4 the display spec is of the form `(space ...)'.
5 (handle_display_spec): Return the value returned by
6 handle_single_display_spec, not just 1 or zero.
7 (handle_single_display_spec): If the display spec is of the form
8 `(space ...)', and specifies display in the text area, return 2
9 rather than 1.
10
11 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
12 into disp_prop; all users changed.
13
14 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
15 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
16 for the text covered by the display property.
17
12011-08-25 Chong Yidong <cyd@stupidchicken.com> 182011-08-25 Chong Yidong <cyd@stupidchicken.com>
2 19
3 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer. 20 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.