]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 27 Sep 2002 04:54:24 +0000 (04:54 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 27 Sep 2002 04:54:24 +0000 (04:54 +0000)
lisp/ChangeLog
src/ChangeLog

index a56097ef9a920cf8a44912ba5bacfa1f47e528a9..4a1c3754c3dfc4d12a62e78f572e05ebea39cf3a 100644 (file)
@@ -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.
index 9ca721a8bf47842c931efe7468f376077a15ddba..cfe1c17f03d0918c003de9a9073833db3ade17eb 100644 (file)
@@ -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.