diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4199801fe56..331d06fdccf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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. |