Mercurial > emacs
changeset 106662:7b4423169356
*** empty log message ***
author | Kenichi Handa <handa@etlken> |
---|---|
date | Mon, 28 Dec 2009 15:09:26 +0900 |
parents | 5920a7110856 |
children | 57f5cd442a4f |
files | src/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 28 03:13:43 2009 +0100 +++ b/src/ChangeLog Mon Dec 28 15:09:26 2009 +0900 @@ -8,6 +8,21 @@ cmp.from and cmp.to as well. (pitx) Fix last change. +2009-12-25 Kenichi Handa <handa@m17n.org> + + * composite.h (composition_adjust_point): Update prototype. + + * composite.c (composition_reseat_it): Don't make a composition + spanning over point. + (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as + composable characters. + (composition_adjust_point): New arg NEW_PT. Callers changed. + + * keyboard.c (command_loop_1): Force redisplay if the last point + was within a composition. + (adjust_point_for_property): Don't adjust point for automatic + composition when called after buffer modification. + 2009-12-19 Eli Zaretskii <eliz@gnu.org> * .gdbinit (pitx): Don't use enum names, use their values. Remove