aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a332e604267..2747f40fe40 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * fontset.c (Ffontset_info): Handle the case of inhibitting the
4 fallback fonts.
5 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font
6 names.
7
82008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9
10 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
11 Cancel previous change.
12
132008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
14
15 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
16 ccl->eight_bit_control. Fix check for buffer overflow.
17 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18 (ccl_driver): Initialize extra_bytes to 0.
19
12008-02-04 Jason Rumney <jasonr@gnu.org> 202008-02-04 Jason Rumney <jasonr@gnu.org>
2 21
3 * w32font.c (w32font_open_internal): Use font_unparse_fcname to 22 * w32font.c (w32font_open_internal): Use font_unparse_fcname to