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