diff options
| author | Chong Yidong | 2008-06-15 19:41:54 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-15 19:41:54 +0000 |
| commit | 523dbe64afc7261d8b5453d382b4398c07661abf (patch) | |
| tree | 157c047a2d4e5331f6babbc35ffdc130e57aafca /src | |
| parent | 586f928490060f89e56c1db84e0eb660dda4db25 (diff) | |
| download | emacs-523dbe64afc7261d8b5453d382b4398c07661abf.tar.gz emacs-523dbe64afc7261d8b5453d382b4398c07661abf.zip | |
* font.c (font_parse_fcname): Only only one decimal point.
(font_unparse_fcname): Handle data in family and foundry indices
as symbols, not strings.
(font_unparse_gtkname, Ffont_face_attributes): New functions.
* xfns.c (Fx_select_font): Give GTK font dialog the default font
name.
* font.h (font_unparse_gtkname): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cdc44390434..8456e99fbbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-06-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * font.c (font_parse_fcname): Only only one decimal point. | ||
| 4 | (font_unparse_fcname): Handle data in family and foundry indices | ||
| 5 | as symbols, not strings. | ||
| 6 | (font_unparse_gtkname, Ffont_face_attributes): New functions. | ||
| 7 | |||
| 8 | * xfns.c (Fx_select_font): Give GTK font dialog the default font | ||
| 9 | name. | ||
| 10 | |||
| 11 | * font.h (font_unparse_gtkname): Add prototype. | ||
| 12 | |||
| 1 | 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change) | 13 | 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change) |
| 2 | 14 | ||
| 3 | * fontset.c (fontset_pattern_regexp): Escape `+' characters in | 15 | * fontset.c (fontset_pattern_regexp): Escape `+' characters in |