Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5763:23dc211f4d2f
Make fc-name-parse signal on invalid-argument.
Add fc-name-parse-harder, which retries without unparseable attributes.
Add tests for fc-name-parse and fc-name-parse-harder.
A few fixups in comments and docstrings.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 15 Sep 2013 23:50:20 +0900 |
parents | 427a72c6ee17 |
children | 3bfcdeb65578 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Sep 15 23:47:37 2013 +0900 +++ b/src/ChangeLog Sun Sep 15 23:50:20 2013 +0900 @@ -1,3 +1,9 @@ +2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> + + * font-mgr.c: Fix a bunch of comments and reformat some docstrings. + (Ffc_name_parse): + Make FcNameParse signal invalid-argument when parse fails. + 2013-09-09 Stephen J. Turnbull <stephen@xemacs.org> * alloc.c (free_normal_lisp_object):