From: Kim F. Storm Date: Sun, 23 Nov 2003 00:58:56 +0000 (+0000) Subject: Describe enhancements to mouse event positions. X-Git-Tag: ttn-vms-21-2-B4~8295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ce7c819482ed2253e23461a95281a1e744ca660;p=emacs.git Describe enhancements to mouse event positions. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f7dc32509e0..984d54eb534 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,13 @@ +2003-11-23 Kim F. Storm + + * 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 * files.texi (File Attributes): Describe new parameter ID-FORMAT.