diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 159b74e4707..852eed78043 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -106,7 +106,10 @@ | |||
| 106 | 106 | ||
| 107 | 2008-06-26 Kenichi Handa <handa@m17n.org> | 107 | 2008-06-26 Kenichi Handa <handa@m17n.org> |
| 108 | 108 | ||
| 109 | * composite.el (terminal-composition-base-character-p): New function. | 109 | * international/mule-cmds.el (encode-coding-char): Fix for ASCII |
| 110 | characters. | ||
| 111 | |||
| 112 | * composite.el (terminal-composition-base-character-p): New funciton. | ||
| 110 | (terminal-composition-function): | 113 | (terminal-composition-function): |
| 111 | Use terminal-composition-base-character-p. Include the base character | 114 | Use terminal-composition-base-character-p. Include the base character |
| 112 | in the composition. | 115 | in the composition. |