diff options
| author | Jason Rumney | 2002-05-04 22:22:33 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-05-04 22:22:33 +0000 |
| commit | 5259a0d03cb16572a15d5039946f349641e50560 (patch) | |
| tree | d1b662b6bdbd0dec0718da49f789c16a7ad4eb38 | |
| parent | e596f2a24bf132fa5bda8d8e0bf7a5f60fd9ed56 (diff) | |
| download | emacs-5259a0d03cb16572a15d5039946f349641e50560.tar.gz emacs-5259a0d03cb16572a15d5039946f349641e50560.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09b50baafa9..17b6dd92502 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-05-04 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * mwheel.el (mwheel-event-button): Translate mouse-wheel events. | ||
| 4 | (mwheel-scroll): Recognize nil scroll amount as documented. | ||
| 5 | |||
| 6 | * term/w32-win.el (mouse-wheel-scroll-line) | ||
| 7 | (mouse-wheel-scroll-screen): Remove. | ||
| 8 | ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll. | ||
| 9 | |||
| 10 | * w32-vars.el: (mouse-wheel-scroll-amount): Removed. | ||
| 11 | |||
| 1 | 2002-05-04 Markus Rost <rost@math.ohio-state.edu> | 12 | 2002-05-04 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 13 | ||
| 3 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Bind | 14 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Bind |
diff --git a/src/ChangeLog b/src/ChangeLog index c88b33d9425..c453a73256d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-05-04 Jason Rumney <jasonr@gnu.org> | 1 | 2002-05-04 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1 | ||
| 4 | for event-click-count. | ||
| 5 | |||
| 3 | * process.c (init_process): Only add server subfeature if we can | 6 | * process.c (init_process): Only add server subfeature if we can |
| 4 | use non-blocking I/O. | 7 | use non-blocking I/O. |
| 5 | 8 | ||