summaryrefslogtreecommitdiff
path: root/lisp/mwheel.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change.YAMAMOTO Mitsuharu2005-11-041-2/+2
|
* (mouse-wheel-down-event, mouse-wheel-up-event): Use system-type insteadSam Steingold2005-11-031-2/+2
| | | | of window-system because window-system is not correctly defined during loadup.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (mouse-wheel-progressive-speed): Fix typo in name.Stefan Monnier2004-11-111-4/+4
| | | | (mwheel-scroll): Adjust accordingly.
* (mouse-wheel-down-event, mouse-wheel-up-event):Stefan Monnier2004-01-141-2/+2
| | | | Test window-system rather than system-type (for X11/Mac).
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (mouse-wheel-up-event, mouse-wheel-down-event):Jason Rumney2003-06-071-2/+2
| | | | Use wheel-* events on darwin.
* (mouse-wheel-down-event, mouse-wheel-up-event):Jason Rumney2003-06-041-2/+2
| | | | Default to new wheel-up and wheel-down events on MacOS.
* (mouse-wheel-down-event, mouse-wheel-up-event):Jason Rumney2003-06-011-4/+8
| | | | Default to new wheel-up and wheel-down events on Windows.
* Commentary change.Glenn Morris2003-05-271-1/+1
|
* (mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
|
* (mouse-wheel-down-button, mouse-wheel-up-button, mouse-wheel-click-button): AddJuanma Barranquero2003-02-051-6/+9
| | | | obsolescence declaration and remove redundant info from docstring.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (mouse-wheel-scroll-amount): Revert previous change -Markus Rost2002-12-091-3/+3
| | | | customize type 'float is now defined.
* (mouse-wheel-scroll-amount): Fix customize type.Andreas Schwab2002-12-011-3/+3
|
* (mouse-wheel-inhibit-click-time): Fix custom type.Markus Rost2002-11-291-1/+1
|
* Avoid accidental yanking of text while scrolling withKim F. Storm2002-11-281-3/+43
| | | | | | | | | | | | the mouse wheel. This adds a short period after each mouse wheel scroll event where a click on the mouse wheel button is ignored. (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs. (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars. (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns. (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook. Start mwheel-inhibit-click-event-timer with timeout handler mwheel-inhibit-click-timeout.
* (mouse-wheel-down-button, mouse-wheel-up-button):Markus Rost2002-11-111-2/+2
| | | | Declare with defvar, not with defcustom.
* * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.John Paul Wallington2002-08-291-2/+2
| | | | * mwheel.el (mouse-wheel-up-button): Doc fix.
* (mouse-wheel-change-button): Deactivate before changing.Stefan Monnier2002-06-271-29/+33
| | | | | | | | | | (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete. (mouse-wheel-up-event, mouse-wheel-down-event): New vars. (mouse-wheel-follow-mouse): Change default to t. (mwheel-event-button): Return the basic event symbol. (mwheel-scroll): Work with non-mouse events. (mouse-wheel-mode): Use the new vars. (mwheel-install): Obey `uninstall'.
* (mouse-wheel-scroll-amount, mwheel-scroll, mouse-wheel-mode):Stefan Monnier2002-06-241-21/+32
| | | | Don't require the first element to be modifier-free.
* Undo last patch for now.Stefan Monnier2002-06-241-170/+93
|
* Allow arbitrary keys for scrolling, add a thirdRichard M. Stallman2002-06-211-93/+170
| | | | | | | | scrolling speed, fix an unwind-protect. (mouse-wheel-scroll-amount): Now a three-element list. (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow) (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal) (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast): New functions.
* (mwheel-event-button): Translate mouse-wheel events.Jason Rumney2002-05-041-7/+13
| | | | (mwheel-scroll): Recognize nil scroll amount as documented.
* (mouse-wheel-mode): Use global-set-key and global-unset-key.Pavel Janík2002-03-251-2/+2
|
* (mouse-wheel-mode): Use the result of current-global-map instead of thePavel Janík2002-03-241-3/+3
| | | | variable `global-map'.
* (mwheel-scroll): Remove `double' and `triple' from theMiles Bader2002-03-021-4/+6
| | | | | | | event-modifiers before looking up in `mouse-wheel-scroll-amount'. If there's no applicable modifiers entry in the alist in `mouse-wheel-scroll-amount', fall back to the default, not to nil (which causes full screen scrolls).
* (mouse-wheel-mode): Pass vectors instead of symbolsMiles Bader2002-02-251-1/+1
| | | | to `define-key', since it no longer accepts the latter.
* Can specify different scroll amounts for different modifiers now.Sam Steingold2002-02-191-24/+28
|
* (mouse-wheel-scroll-amount): Allow float values.Stefan Monnier2001-11-191-7/+20
| | | | | (mouse-wheel-scroll-amount): New var. (mwheel-scroll): Use it and handle float values.
* (mouse-wheel-down-button, mouse-wheel-up-button):Gerd Moellmann2001-07-271-6/+33
| | | | | | | New user-options. (mouse-wheel-change-button): New function. (mouse-wheel-mode): Use mouse-wheel-{up,down}-button. (mwheel-scroll): Ditto.
* (mouse-wheel-scroll-amount): Renamed from `mwheel-scroll-amount'.Miles Bader2000-11-061-10/+10
| | | | | | (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'. (mouse-wheel-mode): Use (featurep 'xemacs) instead of string-matching against the version string.
* (mouse-wheel-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-2/+1
|
* (mouse-wheel-mode): New global minor mode.Miles Bader2000-10-251-6/+25
| | | | (mwheel-install): Use `mouse-wheel-mode'.
* Fix copyright notice. Don't require 'cl at run time.Gerd Moellmann1999-11-111-16/+12
|
* Initial import from perryWilliam M. Perry1999-11-101-0/+125