Mercurial > emacs
comparison etc/NEWS @ 46246:097c4cba0759
Add entries for face-attribute-relative-p, merge-face-attribute.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 08 Jul 2002 00:02:20 +0000 |
parents | d6e8e4f90f8c |
children | 5d5a55d8897b |
comparison
equal
deleted
inserted
replaced
46245:fb42c0446cbf | 46246:097c4cba0759 |
---|---|
1177 | 1177 |
1178 A new predicate `supports' has also been added to the `defface' face | 1178 A new predicate `supports' has also been added to the `defface' face |
1179 specification language, which can be used to do this test for faces | 1179 specification language, which can be used to do this test for faces |
1180 defined with defface. | 1180 defined with defface. |
1181 | 1181 |
1182 ** face-attribute, face-foreground, face-background, and face-stipple now | |
1183 accept a new optional argument, INHERIT, which controls how face | |
1184 inheritance is used when determining the value of a face attribute. | |
1185 | |
1186 ** New functions face-attribute-relative-p and merge-face-attribute | |
1187 help with handling relative face attributes. | |
1188 | |
1182 ** Enhanced networking support. | 1189 ** Enhanced networking support. |
1183 | 1190 |
1184 *** There is a new `make-network-process' function which supports | 1191 *** There is a new `make-network-process' function which supports |
1185 opening of stream and datagram connections to a server, as well as | 1192 opening of stream and datagram connections to a server, as well as |
1186 create a stream or datagram server inside emacs. | 1193 create a stream or datagram server inside emacs. |
1418 property over the second half of the command to force (deferred) | 1425 property over the second half of the command to force (deferred) |
1419 refontification of `bar' whenever the `e' is added/removed. | 1426 refontification of `bar' whenever the `e' is added/removed. |
1420 | 1427 |
1421 ** describe-vector now takes a second argument `describer' which is | 1428 ** describe-vector now takes a second argument `describer' which is |
1422 called to print the entries' values. It defaults to `princ'. | 1429 called to print the entries' values. It defaults to `princ'. |
1423 | |
1424 ** face-attribute, face-foreground, face-background, and face-stipple now | |
1425 accept a new optional argument, INHERIT, which controls how face | |
1426 inheritance is used when determining the value of a face attribute. | |
1427 | 1430 |
1428 ** defcustom and other custom declarations now use a default group | 1431 ** defcustom and other custom declarations now use a default group |
1429 (the last group defined in the same file) when no :group was given. | 1432 (the last group defined in the same file) when no :group was given. |
1430 | 1433 |
1431 ** emacsserver now runs pre-command-hook and post-command-hook when | 1434 ** emacsserver now runs pre-command-hook and post-command-hook when |