aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
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 @@
12008-06-15 Chong Yidong <cyd@stupidchicken.com> 12008-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
132008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change) 122008-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
182008-06-15 Andreas Schwab <schwab@suse.de> 162008-06-15 Andreas Schwab <schwab@suse.de>
19 17