Mercurial > emacs
changeset 53135:47eb6873df16
Describe enhancements to mouse event positions.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 23 Nov 2003 00:58:56 +0000 |
parents | 5983bf0859dc |
children | fb4a34f4191c |
files | lispref/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Sun Nov 23 00:27:38 2003 +0000 +++ b/lispref/ChangeLog Sun Nov 23 00:58:56 2003 +0000 @@ -1,3 +1,13 @@ +2003-11-23 Kim F. Storm <storm@cua.dk> + + * commands.texi (Click Events): Describe enhancements to event + position lists, including new text-pos and (col . row) items. + Mention left-fringe and right-fringe area events. + (Accessing Events): New functions posn-area, posn-object, and + posn-actual-col-row. Mention posn-timestamp. Mention that + posn-point in non-text area still returns buffer position. + Clarify posn-col-row. + 2003-11-21 Lars Hansen <larsh@math.ku.dk> * files.texi (File Attributes): Describe new parameter ID-FORMAT.