From: Juanma Barranquero Date: Sun, 15 Jun 2008 21:08:04 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-23.0.90~4748 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54b2ab27379136f007800d56381ce44db3fc0d2a;p=emacs.git Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8456e99fbbf..cf02d9df3da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,19 +1,17 @@ 2008-06-15 Chong Yidong - * font.c (font_parse_fcname): Only only one decimal point. + * font.c (font_parse_fcname): 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. + * xfns.c (Fx_select_font): Give GTK font dialog the default font name. * font.h (font_unparse_gtkname): Add prototype. 2008-06-15 Naohiro Aota (tiny change) - * fontset.c (fontset_pattern_regexp): Escape `+' characters in - pattern. + * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern. 2008-06-15 Andreas Schwab