Mercurial > emacs
changeset 73020:6ee678242fc3
Add window-line-height.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 20 Sep 2006 12:39:11 +0000 |
parents | 1e937b1ed738 |
children | 23ae8f38f090 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Sep 20 10:52:23 2006 +0000 +++ b/etc/NEWS Wed Sep 20 12:39:11 2006 +0000 @@ -2054,7 +2054,7 @@ allout-encryption customization group. *** Navigation within an item is easier. Repeated beginning-of-line and -end-of-line key commands (usually, ^A and ^E) cycle through the +end-of-line key commands (usually, ^A and ^E) cycle through the beginning/end-of-line and then beginning/end of topic, etc. See new customization vars `allout-beginning-of-line-cycles' and `allout-end-of-line-cycles'. @@ -4112,6 +4112,11 @@ arg is non-nil. +++ +*** New function `window-line-height' is an efficient way to get +information about a specific text line in a window provided that the +window's display is up-to-date. + ++++ *** New functions `posn-at-point' and `posn-at-x-y' return click-event-style position information for a given visible buffer position or for a given window pixel coordinate.