diff options
| author | Kenichi Handa | 2009-12-28 15:09:58 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2009-12-28 15:09:58 +0900 |
| commit | bcffff463457c04be042d3f5ca88023bd3ccdfd3 (patch) | |
| tree | 0c21fc4c9131c67d557473ca165b7f83af45b5ff | |
| parent | e0425934a0e5f0abb0fccfa5f4c3f39a330c4ca3 (diff) | |
| download | emacs-bcffff463457c04be042d3f5ca88023bd3ccdfd3.tar.gz emacs-bcffff463457c04be042d3f5ca88023bd3ccdfd3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d54f5f08dd..473e539f0da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -16,6 +16,13 @@ | |||
| 16 | * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the | 16 | * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the |
| 17 | switches. Check also for //SUBDIRED// line. | 17 | switches. Check also for //SUBDIRED// line. |
| 18 | 18 | ||
| 19 | 2009-12-25 Kenichi Handa <handa@m17n.org> | ||
| 20 | |||
| 21 | * language/indian.el (devanagari-composable-pattern): Fixed to | ||
| 22 | handle ZWNJ and ZWJ. Use it in composition-function-table for | ||
| 23 | Devanagari. | ||
| 24 | (malayalam-composable-pattern): Fix previous change. | ||
| 25 | |||
| 19 | 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 26 | 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 20 | 27 | ||
| 21 | * ps-print.el (ps-face-attributes): It was not returning the | 28 | * ps-print.el (ps-face-attributes): It was not returning the |
diff --git a/src/ChangeLog b/src/ChangeLog index e43758177d8..02034e61d49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,21 @@ | |||
| 8 | cmp.from and cmp.to as well. | 8 | cmp.from and cmp.to as well. |
| 9 | (pitx) Fix last change. | 9 | (pitx) Fix last change. |
| 10 | 10 | ||
| 11 | 2009-12-25 Kenichi Handa <handa@m17n.org> | ||
| 12 | |||
| 13 | * composite.h (composition_adjust_point): Update prototype. | ||
| 14 | |||
| 15 | * composite.c (composition_reseat_it): Don't make a composition | ||
| 16 | spanning over point. | ||
| 17 | (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as | ||
| 18 | composable characters. | ||
| 19 | (composition_adjust_point): New arg NEW_PT. Callers changed. | ||
| 20 | |||
| 21 | * keyboard.c (command_loop_1): Force redisplay if the last point | ||
| 22 | was within a composition. | ||
| 23 | (adjust_point_for_property): Don't adjust point for automatic | ||
| 24 | composition when called after buffer modification. | ||
| 25 | |||
| 11 | 2009-12-19 Eli Zaretskii <eliz@gnu.org> | 26 | 2009-12-19 Eli Zaretskii <eliz@gnu.org> |
| 12 | 27 | ||
| 13 | * .gdbinit (pitx): Don't use enum names, use their values. Remove | 28 | * .gdbinit (pitx): Don't use enum names, use their values. Remove |