Mercurial > emacs
diff src/ChangeLog @ 103840:a9bb4a9d0ebd
xfns.c (Fx_select_font): Remember last font selected in
x_last_font_name and use that the next time. Also try the frame
parameter font-parameter as default to the font dialog.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 10 Jul 2009 17:07:36 +0000 |
parents | 28fcad21f68a |
children | 2359749268a7 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 10 12:05:14 2009 +0000 +++ b/src/ChangeLog Fri Jul 10 17:07:36 2009 +0000 @@ -1,3 +1,9 @@ +2009-07-10 Jan Djärv <jan.h.d@swipnet.se> + + * xfns.c (Fx_select_font): Remember last font selected in + x_last_font_name and use that the next time. Also try the frame + parameter font-parameter as default to the font dialog. + 2009-07-10 Kenichi Handa <handa@m17n.org> * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.