Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5762:427a72c6ee17 | 5763:23dc211f4d2f |
---|---|
1 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * font-mgr.c: Fix a bunch of comments and reformat some docstrings. | |
4 (Ffc_name_parse): | |
5 Make FcNameParse signal invalid-argument when parse fails. | |
6 | |
1 2013-09-09 Stephen J. Turnbull <stephen@xemacs.org> | 7 2013-09-09 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * alloc.c (free_normal_lisp_object): | 9 * alloc.c (free_normal_lisp_object): |
4 Mark unused argument. | 10 Mark unused argument. |
5 | 11 |