diff options
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. |