Mercurial > emacs
comparison etc/NEWS @ 38471:83fa544a8070
Document display-images-p.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 17 Jul 2001 12:59:50 +0000 |
parents | ef44d82c6020 |
children | 71c6489a2aff |
comparison
equal
deleted
inserted
replaced
38470:b8361f155685 | 38471:83fa544a8070 |
---|---|
3708 `display-planes', `display-color-cells', `display-visual-class', and | 3708 `display-planes', `display-color-cells', `display-visual-class', and |
3709 `display-grayscale-p' describe the basic capabilities of a particular | 3709 `display-grayscale-p' describe the basic capabilities of a particular |
3710 display. Lisp programs should call these functions instead of testing | 3710 display. Lisp programs should call these functions instead of testing |
3711 the value of the variables `window-system' or `system-type', or calling | 3711 the value of the variables `window-system' or `system-type', or calling |
3712 platform-specific functions such as `x-display-pixel-width'. | 3712 platform-specific functions such as `x-display-pixel-width'. |
3713 | |
3714 The new function `display-images-p' returns non-nil if a particular | |
3715 display can display image files. | |
3713 | 3716 |
3714 +++ | 3717 +++ |
3715 ** The minibuffer prompt is now actually inserted in the minibuffer. | 3718 ** The minibuffer prompt is now actually inserted in the minibuffer. |
3716 | 3719 |
3717 This makes it possible to scroll through the prompt, if you want to. | 3720 This makes it possible to scroll through the prompt, if you want to. |