aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1b1a8f67e43..431a515def5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,45 @@
12011-08-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
4 Change return value to nil.
5 (Frecord_buffer): Delete unused function.
6
72011-08-24 Eli Zaretskii <eliz@gnu.org>
8
9 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
10 buffers, return left-to-right.
11 (set_cursor_from_row): Consider candidate row a win if its glyph
12 represents a newline and point is on that newline. Fixes cursor
13 positioning on the newline at EOL of R2L text within L2R
14 paragraph, and vice versa.
15 (try_cursor_movement): Check continued rows, in addition to
16 continuation rows. Fixes unwarranted scroll when point enters a
17 continued line of R2L text within an L2R paragraph, or vice versa.
18 (cursor_row_p): Consider the case of point being equal to
19 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
20 from the end of a short line to the beginning of a continued line
21 of R2L text within L2R paragraph.
22 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
23 composed characters.
24
25 * bidi.c (bidi_check_type): Use xassert.
26 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
27 members.
28
292011-08-23 Eli Zaretskii <eliz@gnu.org>
30
31 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
32 a character.
33
342011-08-23 Chong Yidong <cyd@stupidchicken.com>
35
36 * nsfont.m (ns_otf_to_script): Fix typo.
37
382011-08-22 Kenichi Handa <handa@m17n.org>
39
40 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
41 extra slot even if the purpose is char-code-property-table.
42
12011-08-23 Eli Zaretskii <eliz@gnu.org> 432011-08-23 Eli Zaretskii <eliz@gnu.org>
2 44
3 * xdisp.c (redisplay_window): When computing centering_position, 45 * xdisp.c (redisplay_window): When computing centering_position,