# HG changeset patch # User Kenichi Handa # Date 1033102464 0 # Node ID 7c5a163f62f3c63cbf03d9735100119b2ad84e82 # Parent 3e0204a3fcb8b00955dada20bb3549b59c91b928 *** empty log message *** diff -r 3e0204a3fcb8 -r 7c5a163f62f3 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 27 04:54:02 2002 +0000 +++ b/lisp/ChangeLog Fri Sep 27 04:54:24 2002 +0000 @@ -1,3 +1,10 @@ +2002-09-27 Kenichi Handa + + * international/fontset.el (generate-fontset-menu): Exclude the + defualt fontset. + + * faces.el (describe-face): Describe :fontset property too. + 2002-09-25 Dave Love * international/characters.el: Fix last change. diff -r 3e0204a3fcb8 -r 7c5a163f62f3 src/ChangeLog --- a/src/ChangeLog Fri Sep 27 04:54:02 2002 +0000 +++ b/src/ChangeLog Fri Sep 27 04:54:24 2002 +0000 @@ -1,3 +1,17 @@ +2002-09-27 Kenichi Handa + + * xdisp.c (display_string): Fix for the case of zero width glyph. + + * xfns.c (x_set_font): Change the error message of the case that + x_new_fontset returns Qt. + + * xfaces.c (set_lface_from_font_name): Reject the default fontset. + (Finternal_set_lisp_face_attribute): Use signal_error for the + error of invalid fontset. + + * xterm.c (x_new_fontset): If FONTSETNAME specifies the default + fontset, return Qt. + 2002-09-19 Kenichi Handa * regex.c (re_search_2): Fix previous change.