From 57d83313c16e7966ce5b94d77dba8cacc97abad6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 27 Sep 2002 04:54:24 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 14 ++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a56097ef9a9..4a1c3754c3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 9ca721a8bf4..cfe1c17f03d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.5