]> git.eshelyaron.com Git - emacs.git/commitdiff
Document functions which return display capabilities.
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 Feb 2000 11:54:55 +0000 (11:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 2 Feb 2000 11:54:55 +0000 (11:54 +0000)
etc/NEWS

index db345d1a5fb708de668a1bb9f488f92000d27c5d..826bfc65d62f5fb37452c990ec4a7da410e8203d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1780,6 +1780,18 @@ modify their color-related behavior.
 The primitives `color-gray-p' and `color-supported-p' also work for
 any frame type.
 
+** Platform-independent functions to describe display capabilities.
+
+The new functions `display-mouse-p', `display-popup-menus-p',
+`display-graphic-p', `display-selections-p', `display-screens',
+`display-pixel-width', `display-pixel-height', `display-mm-width',
+`display-mm-height', `display-backing-store', `display-save-under',
+`display-planes', `display-color-cells', `display-visual-class', and
+`display-grayscale-p' describe the basic capabilities of a particular
+display.  Lisp programs should call these functions instead of testing
+the value of the variables `window-system' or `system-type', or calling
+platform-specific functions such as `x-display-pixel-width'.
+
 +++
 ** The minibuffer prompt is now actually inserted in the minibuffer.