aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2009-09-23 02:38:08 +0000
committerAdrian Robert2009-09-23 02:38:08 +0000
commite14f0a78d694fc00c8d1c53eb8877eb571f65e2e (patch)
tree95ece5b28c9863900890c0ff11685970b94619f3
parent87f66bd3162d0e068bab6b4da062ec78369943e8 (diff)
downloademacs-e14f0a78d694fc00c8d1c53eb8877eb571f65e2e.tar.gz
emacs-e14f0a78d694fc00c8d1c53eb8877eb571f65e2e.zip
* 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.
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa85197417e..a5b3d7c2383 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,14 @@
6 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been 6 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7 deleted (bug #4492). 7 deleted (bug #4492).
8 8
9 * nsfont.m (Vns_reg_to_script): New lisp variable.
10 (syms_of_nsfont): Declare it.
11 (ns_registry_to_script): New function.
12 (ns_get_req_script): Call it.
13 (ns_findfonts): Don't give up on non-unicode registry.
14
15 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
16
92009-09-20 Tom Tromey <tromey@redhat.com> 172009-09-20 Tom Tromey <tromey@redhat.com>
10 18
11 * eval.c (find_handler_clause): Make stack-trace-on-error work in 19 * eval.c (find_handler_clause): Make stack-trace-on-error work in