diff options
| author | Jan Djärv | 2009-07-10 17:07:36 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-07-10 17:07:36 +0000 |
| commit | e0ab5fcf0422af43346a6726cc445e567f820d30 (patch) | |
| tree | c59cbe11afd5c4ed9f6b50094227c0b12bd44e18 /src/ChangeLog | |
| parent | ee5a613e68803d53b0a9c86029e0acc1d8baefad (diff) | |
| download | emacs-e0ab5fcf0422af43346a6726cc445e567f820d30.tar.gz emacs-e0ab5fcf0422af43346a6726cc445e567f820d30.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 42749e66602..a75a48b8b9b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-07-10 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (Fx_select_font): Remember last font selected in | ||
| 4 | x_last_font_name and use that the next time. Also try the frame | ||
| 5 | parameter font-parameter as default to the font dialog. | ||
| 6 | |||
| 1 | 2009-07-10 Kenichi Handa <handa@m17n.org> | 7 | 2009-07-10 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. | 9 | * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. |