Mercurial > emacs
changeset 65348:2061c57aa73f
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Tue, 06 Sep 2005 08:08:08 +0000 |
parents | 307b8f7742fe |
children | 3607a394b655 |
files | src/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 06 08:07:45 2005 +0000 +++ b/src/ChangeLog Tue Sep 06 08:08:08 2005 +0000 @@ -1,3 +1,19 @@ +2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs. + (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p) + (xlfdpat_block_match_1, xlfdpat_match): New functions. + (xlfdpat_block_match): New macro. + (mac_to_x_fontname): Don't use tolower for non-ASCII characters. + (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0. + (add_font_name_table_entry): Increase font_name_table_size more + rapidly. + (mac_c_string_match): Remove function. + (mac_do_list_fonts): Use XLFD pattern match instead of regular + expression match. + + * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters. + 2005-09-03 Richard M. Stallman <rms@gnu.org> * xdisp.c (redisplay_internal): Make UPDATED as long as needed.