]> git.eshelyaron.com Git - emacs.git/commitdiff
Add make-glyph-code etc.
authorKim F. Storm <storm@cua.dk>
Wed, 14 Feb 2007 11:32:36 +0000 (11:32 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 14 Feb 2007 11:32:36 +0000 (11:32 +0000)
etc/NEWS

index 98814ba2593b6b3d8f1d83b8b0d9c40898aaca99..76577697fcac391a210c11b596fe1b381a7f3cc4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3869,6 +3869,15 @@ handle these events.
 ** 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.
+
 \f
 * Lisp Changes in Emacs 22.1