summaryrefslogtreecommitdiff
path: root/lisp/avoid.el
Commit message (Collapse)AuthorAgeFilesLines
* (mouse-avoidance-threshold): Renamed from ...threshhold.Richard M. Stallman1994-06-141-6/+6
|
* (mouse-avoidance-point-position): Fix compute-motionRichard M. Stallman1994-06-111-7/+15
| | | | | call to use (X . Y) relative to window, not frame. Avoid errors if window-start < point-min.
* (mouse-avoidance-nudge-dist): Doc fix.Richard M. Stallman1994-05-191-1/+1
|
* Doc fixes.Richard M. Stallman1994-05-191-17/+16
| | | | | (mouse-avoidance-nudge-mouse): Removed redundant bounds check on destination coordinates.
* doc fix.Karl Heuer1994-04-211-68/+159
| | | | | | | | | | | | (mouse-avoidance-point-position): new function, using new `compute-motion' functionality. Use of this fixes bugs involving wrapped lines & horizontally-scrolled windows. new avoidance mode, "exile", like "banish" but temporary. jump/animate modes now keep track of net offset that they have moved the mouse, and try to keep this near 0. No longer wraps to other side of screen. (mouse-avoidance-mode): update mode line. (mouse-avoidance-*-hook): do nothing if inside kbd macro.
* Fix comment typos.David J. MacKenzie1994-02-271-1/+2
|
* Doc fix.Richard M. Stallman1994-02-021-12/+35
|
* Comment changes.Richard M. Stallman1993-11-231-21/+1
|
* Initial revisionRichard M. Stallman1993-11-231-0/+254