diff options
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 |