Mercurial > emacs
comparison src/ChangeLog @ 102482:1c58a919d8b9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 11 Mar 2009 07:58:42 +0000 |
parents | 12f6840bd246 |
children | 3e084f3715bd |
comparison
equal
deleted
inserted
replaced
102481:66d0ea986f06 | 102482:1c58a919d8b9 |
---|---|
1 2009-03-11 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * frame.c (x_set_font): When ARG is a font-object, don't alter the | |
4 fontset of the frame. | |
5 | |
6 * fontset.c (Fset_fontset_font): When a font for ASCII is changed, | |
7 modify the default font of frames that use this fontset. | |
8 (num_auto_fontsets): New variable. | |
9 (fontset_from_font): Use num_auto_fontsets to decide a fontset | |
10 name. Be sure to set FONTSET_ASCII to the correct font name. | |
11 (update_auto_fontset_alist): New function. | |
12 | |
1 2009-03-11 Juanma Barranquero <lekktu@gmail.com> | 13 2009-03-11 Juanma Barranquero <lekktu@gmail.com> |
2 | 14 |
3 * makefile.w32-in: Update dependencies. | 15 * makefile.w32-in: Update dependencies. |
4 | 16 |
5 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> | 17 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> |