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 /src | |
| parent | e596f2a24bf132fa5bda8d8e0bf7a5f60fd9ed56 (diff) | |
| download | emacs-5259a0d03cb16572a15d5039946f349641e50560.tar.gz emacs-5259a0d03cb16572a15d5039946f349641e50560.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
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 | ||