comparison lisp/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 a1f281776176
children 182d01410b8d
comparison
equal deleted inserted replaced
5762:427a72c6ee17 5763:23dc211f4d2f
1 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * fontconfig.el (fc-name-parse-known-problem-attributes): New.
4 (fc-name-parse-harder): New.
5
6 * font.el (xft-font-create-object): Use fc-name-parse-harder.
7
1 2013-08-21 Aidan Kehoe <kehoea@parhasard.net> 8 2013-08-21 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * startup.el (normal-top-level): 10 * startup.el (normal-top-level):
4 Use #'call-with-condition-handler here when calling 11 Use #'call-with-condition-handler here when calling
5 #'command-line, giving better backtraces on error. 12 #'command-line, giving better backtraces on error.