Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (mouse-wheel-progressive-speed): Fix typo in name. | Stefan Monnier | 2004-11-11 | 1 | -4/+4 |
| | | | | (mwheel-scroll): Adjust accordingly. | ||||
* | (mouse-wheel-down-event, mouse-wheel-up-event): | Stefan Monnier | 2004-01-14 | 1 | -2/+2 |
| | | | | Test window-system rather than system-type (for X11/Mac). | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (mouse-wheel-up-event, mouse-wheel-down-event): | Jason Rumney | 2003-06-07 | 1 | -2/+2 |
| | | | | Use wheel-* events on darwin. | ||||
* | (mouse-wheel-down-event, mouse-wheel-up-event): | Jason Rumney | 2003-06-04 | 1 | -2/+2 |
| | | | | Default to new wheel-up and wheel-down events on MacOS. | ||||
* | (mouse-wheel-down-event, mouse-wheel-up-event): | Jason Rumney | 2003-06-01 | 1 | -4/+8 |
| | | | | Default to new wheel-up and wheel-down events on Windows. | ||||
* | Commentary change. | Glenn Morris | 2003-05-27 | 1 | -1/+1 |
| | |||||
* | (mouse-wheel-scroll-amount): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -1/+1 |
| | |||||
* | (mouse-wheel-down-button, mouse-wheel-up-button, mouse-wheel-click-button): Add | Juanma Barranquero | 2003-02-05 | 1 | -6/+9 |
| | | | | obsolescence declaration and remove redundant info from docstring. | ||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (mouse-wheel-scroll-amount): Revert previous change - | Markus Rost | 2002-12-09 | 1 | -3/+3 |
| | | | | customize type 'float is now defined. | ||||
* | (mouse-wheel-scroll-amount): Fix customize type. | Andreas Schwab | 2002-12-01 | 1 | -3/+3 |
| | |||||
* | (mouse-wheel-inhibit-click-time): Fix custom type. | Markus Rost | 2002-11-29 | 1 | -1/+1 |
| | |||||
* | Avoid accidental yanking of text while scrolling with | Kim F. Storm | 2002-11-28 | 1 | -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 Rost | 2002-11-11 | 1 | -2/+2 |
| | | | | Declare with defvar, not with defcustom. | ||||
* | * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'. | John Paul Wallington | 2002-08-29 | 1 | -2/+2 |
| | | | | * mwheel.el (mouse-wheel-up-button): Doc fix. | ||||
* | (mouse-wheel-change-button): Deactivate before changing. | Stefan Monnier | 2002-06-27 | 1 | -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 Monnier | 2002-06-24 | 1 | -21/+32 |
| | | | | Don't require the first element to be modifier-free. | ||||
* | Undo last patch for now. | Stefan Monnier | 2002-06-24 | 1 | -170/+93 |
| | |||||
* | Allow arbitrary keys for scrolling, add a third | Richard M. Stallman | 2002-06-21 | 1 | -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 Rumney | 2002-05-04 | 1 | -7/+13 |
| | | | | (mwheel-scroll): Recognize nil scroll amount as documented. | ||||
* | (mouse-wheel-mode): Use global-set-key and global-unset-key. | Pavel Janík | 2002-03-25 | 1 | -2/+2 |
| | |||||
* | (mouse-wheel-mode): Use the result of current-global-map instead of the | Pavel Janík | 2002-03-24 | 1 | -3/+3 |
| | | | | variable `global-map'. | ||||
* | (mwheel-scroll): Remove `double' and `triple' from the | Miles Bader | 2002-03-02 | 1 | -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 symbols | Miles Bader | 2002-02-25 | 1 | -1/+1 |
| | | | | to `define-key', since it no longer accepts the latter. | ||||
* | Can specify different scroll amounts for different modifiers now. | Sam Steingold | 2002-02-19 | 1 | -24/+28 |
| | |||||
* | (mouse-wheel-scroll-amount): Allow float values. | Stefan Monnier | 2001-11-19 | 1 | -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 Moellmann | 2001-07-27 | 1 | -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 Bader | 2000-11-06 | 1 | -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 Monnier | 2000-11-03 | 1 | -2/+1 |
| | |||||
* | (mouse-wheel-mode): New global minor mode. | Miles Bader | 2000-10-25 | 1 | -6/+25 |
| | | | | (mwheel-install): Use `mouse-wheel-mode'. | ||||
* | Fix copyright notice. Don't require 'cl at run time. | Gerd Moellmann | 1999-11-11 | 1 | -16/+12 |
| | |||||
* | Initial import from perry | William M. Perry | 1999-11-10 | 1 | -0/+125 |