# HG changeset patch # User Kim F. Storm # Date 1069549136 0 # Node ID 47eb6873df1673b0b4938dccb6cfc882215ebb9c # Parent 5983bf0859dccbcfbc59ba845d4452b4d3e1523f Describe enhancements to mouse event positions. diff -r 5983bf0859dc -r 47eb6873df16 lispref/ChangeLog --- 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 + + * 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.