diff options
| author | Kenichi Handa | 2007-12-14 12:53:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-14 12:53:04 +0000 |
| commit | 7e095e45a3f790e4608c88db9648d248e24901dc (patch) | |
| tree | deb70979977bce8d408d6adf6c307c5b3553f8e1 /src | |
| parent | 52e42a752dfe11c49fdcbda5c80c8fbb8f5b18e8 (diff) | |
| download | emacs-7e095e45a3f790e4608c88db9648d248e24901dc.tar.gz emacs-7e095e45a3f790e4608c88db9648d248e24901dc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index e0172aa1bae..74acedc4885 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-12-14 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access | ||
| 4 | dpyinfo->font_table. | ||
| 5 | (x_delete_display) [USE_FONT_BACKEND]: Likewise. | ||
| 6 | (x_delete_terminal) [USE_FONT_BACKEND]: Likewise | ||
| 7 | |||
| 8 | * font.c (font_at): Handle the case that the arg C is negative. | ||
| 9 | Handle the unibyte case. | ||
| 10 | (Ffont_at): Call font_at with the arg C -1. | ||
| 11 | |||
| 12 | * xdisp.c (handle_auto_composed_prop): Don't get a character at | ||
| 13 | the position here, and call font_at with the arg C -1. Don't | ||
| 14 | check the range of the existing composition at the point. | ||
| 15 | |||
| 1 | 2007-12-13 Kenichi Handa <handa@ni.aist.go.jp> | 16 | 2007-12-13 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 17 | ||
| 3 | * fontset.c (fontset_add): New args charset_id and famliy. Caller | 18 | * fontset.c (fontset_add): New args charset_id and famliy. Caller |