diff options
| author | Eli Zaretskii | 2013-03-05 20:12:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-05 20:12:25 +0200 |
| commit | 05e193f1706f5d9846530e734d0271b15b9a818c (patch) | |
| tree | b8bd20d10eb3528a638276f6f80c8fd2c074e1d8 /src/ChangeLog | |
| parent | d37e489360181dca771d0cffb4f7a84c715cb3dc (diff) | |
| download | emacs-05e193f1706f5d9846530e734d0271b15b9a818c.tar.gz emacs-05e193f1706f5d9846530e734d0271b15b9a818c.zip | |
Don't sync charpos and bytepos in bidi_resolve_explicit_1.
src/bidi.c (bidi_resolve_explicit_1): Don't call CHAR_TO_BYTE or
bidi_count_bytes, as the callers now arrange for bidi_it->charpos
to be in sync with bidi_it->bytepos. Suggested by Dmitry Antipov
<dmantipov@yandex.ru>.
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 23071b03bee..c4b4703e59d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-03-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * bidi.c (bidi_resolve_explicit_1): Don't call CHAR_TO_BYTE or | ||
| 4 | bidi_count_bytes, as the callers now arrange for bidi_it->charpos | ||
| 5 | to be in sync with bidi_it->bytepos. Suggested by Dmitry Antipov | ||
| 6 | <dmantipov@yandex.ru>. | ||
| 7 | |||
| 1 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Fix a build failure on OpenBSD 4.x and MirBSD. | 10 | Fix a build failure on OpenBSD 4.x and MirBSD. |