diff options
| author | Kenichi Handa | 2006-10-17 12:34:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-10-17 12:34:25 +0000 |
| commit | 60d0b84b7369044087799eaa9ec3010d0280b1ec (patch) | |
| tree | 5633efb85205dca80cc562923df5c0f684c8efa8 | |
| parent | e1cae3d34f1fc841776c96426fe8d72bebce59e3 (diff) | |
| download | emacs-60d0b84b7369044087799eaa9ec3010d0280b1ec.tar.gz emacs-60d0b84b7369044087799eaa9ec3010d0280b1ec.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.unicode | 5 | ||||
| -rw-r--r-- | src/ChangeLog.unicode | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 3abc6722d40..047f6d58bb2 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-10-17 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule.el (coding-system-list): Be sure to exclude | ||
| 4 | subsidiary coding systems. | ||
| 5 | |||
| 1 | 2006-10-05 Kenichi Handa <handa@m17n.org> | 6 | 2006-10-05 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * composite.el (auto-composition-after-change): Remove | 8 | * composite.el (auto-composition-after-change): Remove |
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index c5fa172cae6..9f1d9e3dd0f 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-10-17 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * ftfont.c (ftfont_list): Allow registry "unicode-sip". | ||
| 4 | |||
| 5 | * font.c (Qunicode_sip): New variable. | ||
| 6 | (syms_of_font): Declare it as a Lisp symbol. | ||
| 7 | |||
| 8 | * font.h (Qunicode_sip): Extern it. | ||
| 9 | |||
| 1 | 2006-10-16 Kenichi Handa <handa@m17n.org> | 10 | 2006-10-16 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * composite.c (get_composition_id): Pay attention to TAB | 12 | * composite.c (get_composition_id): Pay attention to TAB |