From: Kenichi Handa Date: Wed, 11 Mar 2009 07:58:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.92~274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb9306765f25aabd7b6c5638f548e9922d5b643a;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 4199801fe56..331d06fdccf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2009-03-11 Kenichi Handa + + * frame.c (x_set_font): When ARG is a font-object, don't alter the + fontset of the frame. + + * fontset.c (Fset_fontset_font): When a font for ASCII is changed, + modify the default font of frames that use this fontset. + (num_auto_fontsets): New variable. + (fontset_from_font): Use num_auto_fontsets to decide a fontset + name. Be sure to set FONTSET_ASCII to the correct font name. + (update_auto_fontset_alist): New function. + 2009-03-11 Juanma Barranquero * makefile.w32-in: Update dependencies.