diff options
| author | Kenichi Handa | 2006-06-08 06:54:41 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-08 06:54:41 +0000 |
| commit | 1f42befb93430fa2c563a2c0bc87a29a46f1cdaa (patch) | |
| tree | 7ba2f2c13080017173245fca8ed33684ab37c06e /src | |
| parent | 091a0ff08823041bd0f53be1c6124ad108fab9cb (diff) | |
| download | emacs-1f42befb93430fa2c563a2c0bc87a29a46f1cdaa.tar.gz emacs-1f42befb93430fa2c563a2c0bc87a29a46f1cdaa.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 13c8fdc0918..a3a3752c842 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2006-06-08 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (Ffind_operation_coding_system): Sync with HEAD. | ||
| 4 | |||
| 5 | * callproc.c (Fcall_process): Sync with HEAD. | ||
| 6 | |||
| 7 | * coding.h (CODING_REQUIRE_ENCODING): Comment sync with HEAD. | ||
| 8 | |||
| 9 | 2006-06-07 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * xftfont.c (xftfont_default_fid): Set fid_known to 1. | ||
| 12 | (struct xftdraw_list, xftdraw_list): Delete them. | ||
| 13 | (register_xftdraw, check_xftdraw): Delete them. | ||
| 14 | (xftfont_prepare_face): Don't call register_xftdraw. | ||
| 15 | (xftfont_done_face): Don't call check_xftdraw. | ||
| 16 | (xftfont_draw): Get backroudn color only when with_background is | ||
| 17 | nonzero. | ||
| 18 | |||
| 19 | * xfont.c (xfont_encode_char): Fix calculation of char2b. | ||
| 20 | |||
| 1 | 2006-06-06 Kenichi Handa <handa@m17n.org> | 21 | 2006-06-06 Kenichi Handa <handa@m17n.org> |
| 2 | 22 | ||
| 3 | These changes are for the new font handling codes. | 23 | These changes are for the new font handling codes. |