# HG changeset patch # User Adrian Robert # Date 1253673488 0 # Node ID 33cdbbd76097f9d8859924297f3ece72e1f0a0c7 # Parent 25063db12150b8e5d4170ef24049ff3ed096cf80 * nsfont.m (Vns_reg_to_script): New lisp variable. (syms_of_nsfont): Declare it. (ns_registry_to_script): New function. (ns_get_req_script): Call it. (ns_findfonts): Don't give up on non-unicode registry. * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. diff -r 25063db12150 -r 33cdbbd76097 src/ChangeLog --- a/src/ChangeLog Wed Sep 23 02:36:57 2009 +0000 +++ b/src/ChangeLog Wed Sep 23 02:38:08 2009 +0000 @@ -6,6 +6,14 @@ * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492). + * nsfont.m (Vns_reg_to_script): New lisp variable. + (syms_of_nsfont): Declare it. + (ns_registry_to_script): New function. + (ns_get_req_script): Call it. + (ns_findfonts): Don't give up on non-unicode registry. + + * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. + 2009-09-20 Tom Tromey * eval.c (find_handler_clause): Make stack-trace-on-error work in