summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
Commit message (Collapse)AuthorAgeFilesLines
* (xterm-mouse-mode): Use define-minor-mode.Stefan Monnier2002-04-121-24/+12
|
* (turn-off-xterm-mouse-tracking): Doc fix.Andreas Schwab2001-12-041-1/+1
|
* (xterm-mouse-event): Recognize control sequencesGerd Moellmann2001-07-251-14/+26
| | | | | | for buttons > 3. (xterm-mouse-translate): Handle the case that we don't get a down-event.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (xterm-mouse-event): If the buffer displayed in theEli Zaretskii2001-06-251-1/+6
| | | | | window where they clicked the mouse has a header line, adjust vertical movement by one.
* (xterm-mouse-mode): Typo.Dave Love2000-02-221-1/+1
|
* Doc fixes.Dave Love2000-02-221-20/+19
| | | | | | (xterm-mouse-position-function): New function, replacing advice of mouse-position. (xterm-mouse-mode): Use it.
* (xterm-mouse-mode): Pacify the byte compiler.Markus Rost1998-12-051-3/+3
|
* (xterm-mouse-translate, xterm-mouse-event): ReplaceAndreas Schwab1998-03-231-3/+3
| | | | obsolete `concat with integer' by format.
* Updated address.Per Abrahamsen1997-05-271-1/+1
|
* (xterm-mouse-event): Adjust for minibuffer prompt width.Richard M. Stallman1996-06-041-0/+4
|
* Comment change.Richard M. Stallman1996-03-041-1/+8
|
* Update FSF's address.Erik Naggum1996-01-141-6/+10
|
* (xterm-mouse-translate, xterm-mouse-event):Richard M. Stallman1996-01-021-4/+6
| | | | | Variable `last' renamed to `xterm-mouse-last'. (xterm-mouse-last): Add defvar.
* (global-map): Removed bindings of down events to ignore.Richard M. Stallman1995-11-111-23/+51
| | | | | | | | | | (xterm-mouse-translate): Only generate down event when bound. Cleanup. Support for mode line and vertical bar dragging, and menu-bar events. (xterm-mouse-x): New variable. (xterm-mouse-y): New variable. (mouse-position): Advice to use above variables. (xterm-mouse-event): Support menu-bar. Set xterm-mouse-x and xterm-mouse-y.
* Initial revisionRichard M. Stallman1995-10-091-0/+145