diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 6a001effbab..7d87b17d5ae 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-10-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fontset.c (fs_load_font): Use fast_string_match_ignore_case | ||
| 4 | instead of fast_c_string_match_ignore_case. | ||
| 5 | (find_font_encoding): Argument changed to Lisp_Object. Use | ||
| 6 | fast_string_match_ignore_case instead of | ||
| 7 | fast_c_string_match_ignore_case. Caller changed. | ||
| 8 | |||
| 1 | 2004-10-15 Kenichi Handa <handa@m17n.org> | 9 | 2004-10-15 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (get_next_display_element): In unibyte case, decide to | 11 | * xdisp.c (get_next_display_element): In unibyte case, decide to |