changeset 95980:d23d08a7e312

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 15 Jun 2008 21:08:04 +0000
parents ab77bad0093c
children 0080e1e64a78
files src/ChangeLog
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jun 15 20:20:42 2008 +0000
+++ b/src/ChangeLog	Sun Jun 15 21:08:04 2008 +0000
@@ -1,19 +1,17 @@
 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
 
-	* 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  <nao.aota@gmail.com>  (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  <schwab@suse.de>