diff etc/NEWS @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents f200f93c0b69
children 5d2981eee77e
line wrap: on
line diff
--- a/etc/NEWS	Sat Dec 26 00:20:27 2009 -0600
+++ b/etc/NEWS	Sat Dec 26 21:18:49 2009 -0600
@@ -67,6 +67,19 @@
 type of mapping between characters and keysyms that it affected is no longer
 in place. 
 
+** The set-charset-registry function is deprecated.
+
+set-charset-registries replaces it; this function takes a vector of X11
+CHARSET_REGISTRY and CHARSET_ENCODINGs, and doesn't support regexp or XLFD
+wildcarding. It improves lookup performance (especially failures) for those
+X servers with large numbers of fonts. 
+
+** define-specifier-tag now has an optional CHARSET-PREDICATE parameter. 
+
+This allows you to create specifier tags that match over Mule character sets
+when instantiating fonts, finally making it possible to explicitly set a
+font for a charset in given face with set-face-font. 
+
 
 * Changes in XEmacs 21.4
 ========================