summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2015-08-20 18:30:07 +0200
committerMartin Rudalics <rudalics@gmx.at>2015-08-20 18:30:07 +0200
commitdaf390b5e927ef87d6d3ccad793cc3fb389acd30 (patch)
tree7c095b7c7069f0977215e3c35a3c811c200a8e9d /etc
parente68d43eb8734b4ec466c489b43b26fe732e02dfd (diff)
downloademacs-daf390b5e927ef87d6d3ccad793cc3fb389acd30.tar.gz
; * etc/NEWS: Mention frame geometry related changes and additions.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6058f221464..3a654c855d9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1123,6 +1123,29 @@ Horizontal scroll bars are turned off by default.
`scroll-bar-height'.
+++
+** New functions `x-frame-geometry' and `frame-edges' give access to a
+frame's geometry.
+
++++
+** New functions `x-mouse-absolute-pixel-position' and
+`x-set-mouse-absolute-pixel-position' get/set screen coordinates of the
+mouse cursor.
+
++++
+** The function `window-edges' now accepts three additional arguments to
+retrieve body, absolute and pixel edges of the window.
+
++++
+** The functions `window-inside-edges', `window-inside-pixel-edges' and
+`window-inside-absolute-pixel-edges' have been renamed to respectively
+`window-body-edges', `window-body-pixel-edges' and
+`window-absolute-body-pixel-edges'. The old names are kept as aliases.
+
++++
+** New function `window-absolute-pixel-position' to get the screen
+coordinates of a visible buffer position.
+
++++
** The height of a frame's menu and tool bar are no longer counted in the
frame's text height. This means that the text height stands only for
the height of the frame's root window plus that of the echo area (if