comparison etc/NEWS @ 45744:75e9d527da2b

display-supports-face-attributes-p
author Miles Bader <miles@gnu.org>
date Tue, 11 Jun 2002 01:50:15 +0000
parents b31ffbdd8d11
children 3f48cd2eb90a
comparison
equal deleted inserted replaced
45743:9f2bfbcfdb41 45744:75e9d527da2b
997 997
998 These functions work like `insert' and `insert-buffer-substring', but 998 These functions work like `insert' and `insert-buffer-substring', but
999 removes the text properties in the `yank-excluded-properties' list. 999 removes the text properties in the `yank-excluded-properties' list.
1000 1000
1001 ** New function insert-buffer-substring-no-properties. 1001 ** New function insert-buffer-substring-no-properties.
1002
1003 ** New function display-supports-face-attributes-p may be used to test
1004 whether a given set of face attributes is actually displayable.
1005
1006 A new predicate `supports' has also been added to the `defface' face
1007 specification language, which can be used to do this test for faces
1008 defined with defface.
1002 1009
1003 ** Enhanced networking support. 1010 ** Enhanced networking support.
1004 1011
1005 *** There is a new `make-network-process' function which supports 1012 *** There is a new `make-network-process' function which supports
1006 opening of stream and datagram connections to a server, as well as 1013 opening of stream and datagram connections to a server, as well as