comparison etc/NEWS @ 3674:f200f93c0b69

[xemacs-hg @ 2006-11-11 16:05:31 by aidan] Update some documentation, comments; add some entries to etc/NEWS.
author aidan
date Sat, 11 Nov 2006 16:05:39 +0000
parents b95fe16005fd
children 5d2981eee77e
comparison
equal deleted inserted replaced
3673:887d4be44334 3674:f200f93c0b69
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