summaryrefslogtreecommitdiff
path: root/lisp/avoid.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (mouse-avoidance-mode): Add autoload cookie toDave Love2000-03-121-1/+1
| | | | defcustom.
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* (mouse-avoidance-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (mouse-avoidance-mode): Doc fix.Karl Heuer1999-03-301-1/+2
|
* (mouse-avoidance-banish-hook): Don't move unless in anKarl Heuer1998-09-211-0/+1
| | | | Emacs frame.
* *** empty log message ***Dan Nicolaescu1998-04-201-1/+2
|
* (mouse-avoidance-kbd-command): Function deleted.Richard M. Stallman1998-02-271-22/+21
| | | | | | (mouse-avoidance-fancy-hook, mouse-avoidance-exile-hook) (mouse-avoidance-banish-hook): Test whether last command was a mouse command of any kind.
* (mouse-avoidance-fancy-hook): Do nothing if button is down.Richard M. Stallman1998-02-061-0/+10
| | | | (mouse-avoidance-exile-hook, mouse-avoidance-banish-hook): Likewise.
* (mouse-avoidance-mode): Variable customized to automatically load the package.Richard M. Stallman1997-12-221-7/+22
|
* (mouse-avoidance-timer): New variable.Richard M. Stallman1997-08-121-6/+12
| | | | | (mouse-avoidance-mode): Create or cancel a time, instead of using post-command-idle-hook.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-8/+22
|
* Don't put "Avoid" in the mode line.Karl Heuer1997-02-231-3/+5
|
* (mouse-avoidance-old-pointer-shape): New vbl.Richard M. Stallman1996-03-271-1/+9
| | | | | (mouse-avoidance-mode): Save old pointer shape when entering protean mode; restore when exiting.
* Update FSF's address.Erik Naggum1996-01-141-44/+45
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* Comment change.Richard M. Stallman1995-10-301-1/+1
|
* (mouse-avoidance-mode): Use post-command-idle-hook. Use remove-hook.Richard M. Stallman1995-08-251-9/+6
|
* Change email address for Boris.Boris Goldowsky1995-06-051-1/+1
|
* avoid.el Add autoload cookies; doc fixes.Boris Goldowsky1995-04-071-22/+19
| | | | | | (mouse-avoidance-set-pointer-shape): New function. (mouse-avoidance-nudge-mouse): Use it. (mouse-avoidance-fancy-hook): streamline args to set-mouse-pos.
* (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