comparison etc/NEWS @ 75876:9a63c2e51e22

Add make-glyph-code etc.
author Kim F. Storm <storm@cua.dk>
date Wed, 14 Feb 2007 11:32:36 +0000
parents 62615657e69c
children 0713e22d4411
comparison
equal deleted inserted replaced
75875:bdb0a4edf3b9 75876:9a63c2e51e22
3867 3867
3868 +++ 3868 +++
3869 ** A hex or octal escape in a string constant forces the string to 3869 ** A hex or octal escape in a string constant forces the string to
3870 be multibyte or unibyte, respectively. 3870 be multibyte or unibyte, respectively.
3871 3871
3872 +++
3873 ** The explicit method of creating a display table element by
3874 combining a face number and a character code into a numeric
3875 glyph code is deprecated.
3876
3877 Instead, the new functions `make-glyph-code', `glyph-char', and
3878 `glyph-face' must be used to create and decode glyph codes in
3879 display tables.
3880
3872 3881
3873 * Lisp Changes in Emacs 22.1 3882 * Lisp Changes in Emacs 22.1
3874 3883
3875 ** General Lisp changes: 3884 ** General Lisp changes:
3876 3885