]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 6 Sep 2006 13:01:57 +0000 (13:01 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 6 Sep 2006 13:01:57 +0000 (13:01 +0000)
etc/NEWS
lispref/ChangeLog

index 7f2bae81f24069a5f202381b7258f273e1a0bbc9..ffc25a51c38df51ddbb5795916c370378f05b819 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -5194,6 +5194,11 @@ external packages to save users from having to update
 *** The new variable `max-image-size' defines the maximum size of
 images that Emacs will load and display.
 
++++
+*** The new variable `display-mm-dimensions-alist' can be used to
+override incorrect graphical display dimensions returned by functions
+`display-mm-height' and `display-mm-width'.
+
 ** Mouse pointer features:
 
 +++ (lispref)
index 396bd778bb2ec0274f7835c6fe2b76dc544ebe70..c8a8dbe2c629062db9383d535b9856b6a45c5c56 100644 (file)
@@ -1,5 +1,7 @@
 2006-09-06  Kim F. Storm  <storm@cua.dk>
 
+       * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
+
        * windows.texi (Window Start): Update pos-visible-in-window-p.
 
 2006-09-04  Richard Stallman  <rms@gnu.org>