comparison lispref/ChangeLog @ 53182:5098a5df98db

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 27 Nov 2003 21:53:51 +0000
parents 47eb6873df16
children 49d5fa0b5a1c
comparison
equal deleted inserted replaced
53181:8337e648c2b3 53182:5098a5df98db
1 2003-11-27 Kim F. Storm <storm@cua.dk>
2
3 * commands.texi (Click Events): Click object may be an images.
4 Describe (dx . dy) element of click positions.
5 (Accessing Events): Remove duplicate posn-timestamp.
6 New functions posn-object and posn-object-x-y.
7
1 2003-11-23 Kim F. Storm <storm@cua.dk> 8 2003-11-23 Kim F. Storm <storm@cua.dk>
2 9
3 * commands.texi (Click Events): Describe enhancements to event 10 * commands.texi (Click Events): Describe enhancements to event
4 position lists, including new text-pos and (col . row) items. 11 position lists, including new text-pos and (col . row) items.
5 Mention left-fringe and right-fringe area events. 12 Mention left-fringe and right-fringe area events.
6 (Accessing Events): New functions posn-area, posn-object, and 13 (Accessing Events): New functions posn-area and
7 posn-actual-col-row. Mention posn-timestamp. Mention that 14 posn-actual-col-row. Mention posn-timestamp. Mention that
8 posn-point in non-text area still returns buffer position. 15 posn-point in non-text area still returns buffer position.
9 Clarify posn-col-row. 16 Clarify posn-col-row.
10 17
11 2003-11-21 Lars Hansen <larsh@math.ku.dk> 18 2003-11-21 Lars Hansen <larsh@math.ku.dk>