diff options
| author | Kenichi Handa | 2004-10-23 01:35:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-10-23 01:35:38 +0000 |
| commit | d06f99641a2d52371a8d9e4d3dff324e1c1b1ba9 (patch) | |
| tree | a0452062b365f9ec22d8051df32870c10cde828c /src | |
| parent | 71c54d6fdf935d14fd714fa9a3650711fb341c19 (diff) | |
| download | emacs-d06f99641a2d52371a8d9e4d3dff324e1c1b1ba9.tar.gz emacs-d06f99641a2d52371a8d9e4d3dff324e1c1b1ba9.zip | |
*** empty log message ***
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 |