diff options
| author | Eli Zaretskii | 2014-12-25 17:38:15 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-12-25 17:38:15 +0200 |
| commit | a41d07b329c034ad34e442bef93b6fcaeb556f9f (patch) | |
| tree | 2c2f674122fcb67314d13a7228eee142291a1200 /src/ChangeLog | |
| parent | b70977ce02432b1ded569215096402e2eee318a3 (diff) | |
| download | emacs-a41d07b329c034ad34e442bef93b6fcaeb556f9f.tar.gz emacs-a41d07b329c034ad34e442bef93b6fcaeb556f9f.zip | |
Fix rendering of composed caharacters on the mode line. (Bug#19435)
src/xdisp.c (set_iterator_to_next) <GET_FROM_STRING>: Limit search in
composition_compute_stop_pos to the number of characters in the
string.
<GET_FROM_BUFFER, GET_FROM_STRING>: Simplify code.
src/composite.c (composition_compute_stop_pos): If no composition
was found in a string before ENDPOS, and ENDPOS is the string end,
no need to back up to a safe point.
src/dispextern.h (struct it) <end_charpos>: Improve commentary.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2840109ac1c..2df83082fbd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-12-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_iterator_to_next) <GET_FROM_STRING>: Limit search in | ||
| 4 | composition_compute_stop_pos to the number of characters in the | ||
| 5 | string. (Bug#19435) | ||
| 6 | <GET_FROM_BUFFER, GET_FROM_STRING>: Simplify code. | ||
| 7 | |||
| 8 | * composite.c (composition_compute_stop_pos): If no composition | ||
| 9 | was found in a string before ENDPOS, and ENDPOS is the string end, | ||
| 10 | no need to back up to a safe point. | ||
| 11 | |||
| 12 | * dispextern.h (struct it) <end_charpos>: Improve commentary. | ||
| 13 | |||
| 1 | 2014-12-24 Jan Djärv <jan.h.d@swipnet.se> | 14 | 2014-12-24 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 15 | ||
| 3 | * nsimage.m (allocInitFromFile:): Initialize bmRep. | 16 | * nsimage.m (allocInitFromFile:): Initialize bmRep. |