summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-09-20 12:39:11 +0000
committerKim F. Storm <storm@cua.dk>2006-09-20 12:39:11 +0000
commitc78450fd77f6604a65c50857a28a3019370a1d66 (patch)
treee4c0dac5fdfbaa56bad75a6fdeccac38712e2c4c /etc
parent213957deb6dfa80f1c72893f731e683f2f124637 (diff)
downloademacs-c78450fd77f6604a65c50857a28a3019370a1d66.tar.gz
Add window-line-height.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e16bb5cab92..49c16c5c4b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2054,7 +2054,7 @@ powerful ways. Encryption behavior customization is collected in the
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 @@ and partial visibility state of the corresponding row, if the PARTIALLY
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.