Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5117:3742ea8250b5 | 5118:e0db3c197671 |
---|---|
64 | 64 |
65 While it is still accepted, for compatibilty with older code, | 65 While it is still accepted, for compatibilty with older code, |
66 event-to-character no longer takes note of this argument, since the specific | 66 event-to-character no longer takes note of this argument, since the specific |
67 type of mapping between characters and keysyms that it affected is no longer | 67 type of mapping between characters and keysyms that it affected is no longer |
68 in place. | 68 in place. |
69 | |
70 ** The set-charset-registry function is deprecated. | |
71 | |
72 set-charset-registries replaces it; this function takes a vector of X11 | |
73 CHARSET_REGISTRY and CHARSET_ENCODINGs, and doesn't support regexp or XLFD | |
74 wildcarding. It improves lookup performance (especially failures) for those | |
75 X servers with large numbers of fonts. | |
76 | |
77 ** define-specifier-tag now has an optional CHARSET-PREDICATE parameter. | |
78 | |
79 This allows you to create specifier tags that match over Mule character sets | |
80 when instantiating fonts, finally making it possible to explicitly set a | |
81 font for a charset in given face with set-face-font. | |
69 | 82 |
70 | 83 |
71 * Changes in XEmacs 21.4 | 84 * Changes in XEmacs 21.4 |
72 ======================== | 85 ======================== |
73 | 86 |