diff options
| author | Kenichi Handa | 2007-12-13 02:44:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-13 02:44:19 +0000 |
| commit | 12fa59988f92c6a07edc3a1de90cff33a84408e1 (patch) | |
| tree | fedae990b08d3a3badae5a3eb357912651cbb3f7 /src | |
| parent | ea0162a64a94ea237d68a4dc18fab558e850a9aa (diff) | |
| download | emacs-12fa59988f92c6a07edc3a1de90cff33a84408e1.tar.gz emacs-12fa59988f92c6a07edc3a1de90cff33a84408e1.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 24142131fe8..e0172aa1bae 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2007-12-13 Kenichi Handa <handa@ni.aist.go.jp> | 1 | 2007-12-13 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 2 | ||
| 3 | * fontset.c (fontset_add): New args charset_id and famliy. Caller | ||
| 4 | changed. | ||
| 5 | (load_font_get_repertory): Assume that font_spec is always a | ||
| 6 | font-spec object. | ||
| 7 | (fontset_find_font): Likewise. | ||
| 8 | (Fset_fontset_font): Always store a font-spec object in a fontset. | ||
| 9 | |||
| 3 | * xdisp.c (handle_auto_composed_prop): Use Fget_text_property | 10 | * xdisp.c (handle_auto_composed_prop): Use Fget_text_property |
| 4 | instead of get_property_and_range. | 11 | instead of get_property_and_range. |
| 5 | 12 | ||