Mercurial > emacs
changeset 89128:7c5a163f62f3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 27 Sep 2002 04:54:24 +0000 |
parents | 3e0204a3fcb8 |
children | ed1d9d1cfc71 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@etl.go.jp> + + * international/fontset.el (generate-fontset-menu): Exclude the + defualt fontset. + + * faces.el (describe-face): Describe :fontset property too. + 2002-09-25 Dave Love <fx@gnu.org> * international/characters.el: Fix last change.
--- 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 <handa@etl.go.jp> + + * 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 <handa@etl.go.jp> * regex.c (re_search_2): Fix previous change.