comparison src/ChangeLog @ 109975:0ecdffce3aca

Fix finding a stop position for composition.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Aug 2010 13:07:22 +0900
parents 08e939f21918
children 26e31bcc4b06
comparison
equal deleted inserted replaced
109971:e49f8c56fca8 109975:0ecdffce3aca
1 2010-08-25 Kenichi Handa <handa@m17n.org>
2
3 * composite.c (composition_compute_stop_pos): In forward search,
4 pay attention to the possibility that some character after ENDPOS
5 will be composed with charactrs before ENDPOS.
6
1 2010-08-24 Chong Yidong <cyd@stupidchicken.com> 7 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * keyboard.c (command_loop_1): Don't clobber primary selection 9 * keyboard.c (command_loop_1): Don't clobber primary selection
4 during handle-switch-frame (Bug#6872). 10 during handle-switch-frame (Bug#6872).
5 11