changeset 75876:9a63c2e51e22

Add make-glyph-code etc.
author Kim F. Storm <storm@cua.dk>
date Wed, 14 Feb 2007 11:32:36 +0000
parents bdb0a4edf3b9
children 9ba96fd63815
files etc/NEWS
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Feb 14 11:31:28 2007 +0000
+++ b/etc/NEWS	Wed Feb 14 11:32:36 2007 +0000
@@ -3869,6 +3869,15 @@
 ** A hex or octal escape in a string constant forces the string to
 be multibyte or unibyte, respectively.
 
++++
+** The explicit method of creating a display table element by
+combining a face number and a character code into a numeric
+glyph code is deprecated.
+
+Instead, the new functions `make-glyph-code', `glyph-char', and
+`glyph-face' must be used to create and decode glyph codes in
+display tables.
+
 
 * Lisp Changes in Emacs 22.1