mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
*** empty log message ***
This commit is contained in:
parent
e596f2a24b
commit
5259a0d03c
@ -1,3 +1,14 @@
|
|||||||
|
2002-05-04 Jason Rumney <jasonr@gnu.org>
|
||||||
|
|
||||||
|
* mwheel.el (mwheel-event-button): Translate mouse-wheel events.
|
||||||
|
(mwheel-scroll): Recognize nil scroll amount as documented.
|
||||||
|
|
||||||
|
* term/w32-win.el (mouse-wheel-scroll-line)
|
||||||
|
(mouse-wheel-scroll-screen): Remove.
|
||||||
|
([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
|
||||||
|
|
||||||
|
* w32-vars.el: (mouse-wheel-scroll-amount): Removed.
|
||||||
|
|
||||||
2002-05-04 Markus Rost <rost@math.ohio-state.edu>
|
2002-05-04 Markus Rost <rost@math.ohio-state.edu>
|
||||||
|
|
||||||
* emacs-lisp/find-func.el (find-function-search-for-symbol): Bind
|
* emacs-lisp/find-func.el (find-function-search-for-symbol): Bind
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2002-05-04 Jason Rumney <jasonr@gnu.org>
|
2002-05-04 Jason Rumney <jasonr@gnu.org>
|
||||||
|
|
||||||
|
* keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
|
||||||
|
for event-click-count.
|
||||||
|
|
||||||
* process.c (init_process): Only add server subfeature if we can
|
* process.c (init_process): Only add server subfeature if we can
|
||||||
use non-blocking I/O.
|
use non-blocking I/O.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user