diff options
author | Kenichi Handa <handa@etlken> | 2009-12-28 15:09:58 +0900 |
---|---|---|
committer | Kenichi Handa <handa@etlken> | 2009-12-28 15:09:58 +0900 |
commit | bcffff463457c04be042d3f5ca88023bd3ccdfd3 (patch) | |
tree | 0c21fc4c9131c67d557473ca165b7f83af45b5ff /src | |
parent | e0425934a0e5f0abb0fccfa5f4c3f39a330c4ca3 (diff) | |
download | emacs-bcffff463457c04be042d3f5ca88023bd3ccdfd3.tar.gz emacs-bcffff463457c04be042d3f5ca88023bd3ccdfd3.tar.bz2 emacs-bcffff463457c04be042d3f5ca88023bd3ccdfd3.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e43758177d8..02034e61d49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 |