Mercurial > emacs
changeset 95982:a0a2b7a545bb
* font.c (font_parse_fcname): Correctly parse KEY=VAL values.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 16 Jun 2008 01:58:48 +0000 |
parents | 0080e1e64a78 |
children | 104a55eb192a |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 16 01:57:42 2008 +0000 +++ b/src/ChangeLog Mon Jun 16 01:58:48 2008 +0000 @@ -1,3 +1,7 @@ +2008-06-16 Chong Yidong <cyd@stupidchicken.com> + + * font.c (font_parse_fcname): Correctly parse KEY=VAL values. + 2008-06-15 Chong Yidong <cyd@stupidchicken.com> * font.c (font_parse_fcname): Only one decimal point.