diff options
| author | Kenichi Handa | 2007-04-24 11:35:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-04-24 11:35:23 +0000 |
| commit | 0bb328f8f6fce06a7fc65670c7d5c011b613e1c5 (patch) | |
| tree | fd0557391661f9d40a0fc99794c6e697bb9c4fde /src | |
| parent | 1385a8061f0a187e18ba79540481e7698f2e0667 (diff) | |
| download | emacs-0bb328f8f6fce06a7fc65670c7d5c011b613e1c5.tar.gz emacs-0bb328f8f6fce06a7fc65670c7d5c011b613e1c5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 707c253995b..e51ad19de5f 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-04-24 Kenichi Handa <handa@m17n.org> | 1 | 2007-04-24 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * font.c (font_at): If the window W is not on a window system, | ||
| 4 | return Qnil. | ||
| 5 | |||
| 3 | * coding.c (produce_chars): Don't call insert_from_gap if no | 6 | * coding.c (produce_chars): Don't call insert_from_gap if no |
| 4 | characters to produce. | 7 | characters to produce. |
| 5 | (encode_coding): Likewise. | 8 | (encode_coding): Likewise. |