diff options
| author | Eli Zaretskii | 2010-11-26 20:15:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-26 20:15:09 +0200 |
| commit | 8547874a7cfa4e353f0307c8b614e802d8abfc21 (patch) | |
| tree | 2327dcba0c8f1442a6f94802d0c8bfa726b9e11e /src/ChangeLog | |
| parent | f5462bae4eed999b82c24bbaf17373ddedbf06fd (diff) | |
| download | emacs-8547874a7cfa4e353f0307c8b614e802d8abfc21.tar.gz emacs-8547874a7cfa4e353f0307c8b614e802d8abfc21.zip | |
Fix and document components of mouse event position.
src/keyboard.c (make_lispy_position): Put a meaningful value in yret
when the click is on the header or mode line.
doc/lispref/commands.texi (Click Events): Document the values of X, Y and
COL, ROW in the event's position, when the click is on the header or
mode line, on the fringes, or in the margins.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 61ef9a202a8..eac550a7334 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-11-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_position): Put a meaningful value in yret | ||
| 4 | when the click is on the header or mode line. | ||
| 5 | |||
| 1 | 2010-11-25 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-11-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't forget to consider the | 8 | * xdisp.c (set_cursor_from_row): Don't forget to consider the |