aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-18 14:14:51 +0300
committerEli Zaretskii2011-06-18 14:14:51 +0300
commit1ace72676cb6749c45c5dd6462457fc2cea2988c (patch)
treeb5108765156806efaccf8e5a523951361f480250 /src/ChangeLog
parent4d3a8bb4de2958ba1f5b004da0307b89df4068eb (diff)
downloademacs-1ace72676cb6749c45c5dd6462457fc2cea2988c.tar.gz
emacs-1ace72676cb6749c45c5dd6462457fc2cea2988c.zip
Refactor getting the first element into a separate function.
src/xdisp.c (get_visually_first_element): New function, refactored from common parts of next_element_from_buffer, next_element_from_string, and next_element_from_c_string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 315ac040d41..ba829af4026 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 * xdisp.c (face_before_or_after_it_pos): Support bidi iteration. 3 * xdisp.c (face_before_or_after_it_pos): Support bidi iteration.
4 (next_element_from_c_string): Handle the case of the first string 4 (next_element_from_c_string): Handle the case of the first string
5 character that is not the first one in the visual order. 5 character that is not the first one in the visual order.
6 (get_visually_first_element): New function, refactored from common
7 parts of next_element_from_buffer, next_element_from_string, and
8 next_element_from_c_string.
6 9
72011-06-16 Eli Zaretskii <eliz@gnu.org> 102011-06-16 Eli Zaretskii <eliz@gnu.org>
8 11