diff options
| author | Eli Zaretskii | 2000-02-02 11:54:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-02-02 11:54:55 +0000 |
| commit | 8a5719f061dfb026002ed2e6a73224ee60928b22 (patch) | |
| tree | b77d8b4b78e0500057f8da04d1c78d9751553e59 | |
| parent | d5179a01729ef1befe7c4509d0052e552057abe8 (diff) | |
| download | emacs-8a5719f061dfb026002ed2e6a73224ee60928b22.tar.gz emacs-8a5719f061dfb026002ed2e6a73224ee60928b22.zip | |
Document functions which return display capabilities.
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1780,6 +1780,18 @@ modify their color-related behavior. | |||
| 1780 | The primitives `color-gray-p' and `color-supported-p' also work for | 1780 | The primitives `color-gray-p' and `color-supported-p' also work for |
| 1781 | any frame type. | 1781 | any frame type. |
| 1782 | 1782 | ||
| 1783 | ** Platform-independent functions to describe display capabilities. | ||
| 1784 | |||
| 1785 | The new functions `display-mouse-p', `display-popup-menus-p', | ||
| 1786 | `display-graphic-p', `display-selections-p', `display-screens', | ||
| 1787 | `display-pixel-width', `display-pixel-height', `display-mm-width', | ||
| 1788 | `display-mm-height', `display-backing-store', `display-save-under', | ||
| 1789 | `display-planes', `display-color-cells', `display-visual-class', and | ||
| 1790 | `display-grayscale-p' describe the basic capabilities of a particular | ||
| 1791 | display. Lisp programs should call these functions instead of testing | ||
| 1792 | the value of the variables `window-system' or `system-type', or calling | ||
| 1793 | platform-specific functions such as `x-display-pixel-width'. | ||
| 1794 | |||
| 1783 | +++ | 1795 | +++ |
| 1784 | ** The minibuffer prompt is now actually inserted in the minibuffer. | 1796 | ** The minibuffer prompt is now actually inserted in the minibuffer. |
| 1785 | 1797 | ||