diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 331d06fdccf..036d540a015 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-03-11 Kenichi Handa <handa@m17n.org> | 1 | 2009-03-11 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * font.c (font_open_by_spec): New function. | ||
| 4 | (font_open_by_name): Use font_open_by_spec. | ||
| 5 | |||
| 3 | * frame.c (x_set_font): When ARG is a font-object, don't alter the | 6 | * frame.c (x_set_font): When ARG is a font-object, don't alter the |
| 4 | fontset of the frame. | 7 | fontset of the frame. |
| 5 | 8 | ||