Mercurial > emacs
changeset 102482:1c58a919d8b9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 11 Mar 2009 07:58:42 +0000 |
parents | 66d0ea986f06 |
children | d25713758c3e |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 11 07:53:37 2009 +0000 +++ b/src/ChangeLog Wed Mar 11 07:58:42 2009 +0000 @@ -1,3 +1,15 @@ +2009-03-11 Kenichi Handa <handa@m17n.org> + + * 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 <lekktu@gmail.com> * makefile.w32-in: Update dependencies.