diff options
author | Kim F. Storm <storm@cua.dk> | 2003-11-27 21:53:51 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-11-27 21:53:51 +0000 |
commit | 0f6a07a85a4999ffd9a572b0e3de2869e1ef8aa3 (patch) | |
tree | 35da4dea59c50520a1dbe9298cf86bae4cc5bc74 /lispref/ChangeLog | |
parent | e08f9a0df92ee0d3cbb00126b39cc648553e3e7f (diff) | |
download | emacs-0f6a07a85a4999ffd9a572b0e3de2869e1ef8aa3.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r-- | lispref/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 984d54eb534..9623b52533c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,9 +1,16 @@ +2003-11-27 Kim F. Storm <storm@cua.dk> + + * commands.texi (Click Events): Click object may be an images. + Describe (dx . dy) element of click positions. + (Accessing Events): Remove duplicate posn-timestamp. + New functions posn-object and posn-object-x-y. + 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 + (Accessing Events): New functions posn-area and posn-actual-col-row. Mention posn-timestamp. Mention that posn-point in non-text area still returns buffer position. Clarify posn-col-row. |