diff options
| author | Jason Rumney | 2003-06-02 19:50:05 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-06-02 19:50:05 +0000 |
| commit | 9862c13513ba24774e56401c849f897c64415b87 (patch) | |
| tree | cb5401aed7c6424f708874af783908e32dd90dbd /src | |
| parent | efd60266f5c1719715230627d61339a6e40ef442 (diff) | |
| download | emacs-9862c13513ba24774e56401c849f897c64415b87.tar.gz emacs-9862c13513ba24774e56401c849f897c64415b87.zip | |
Changes from yesterday
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ecdb754e1d..cd152412488 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -34,6 +34,24 @@ | |||
| 34 | 34 | ||
| 35 | * buffer.c (Fset_buffer_multibyte): Fix previous change. | 35 | * buffer.c (Fset_buffer_multibyte): Fix previous change. |
| 36 | 36 | ||
| 37 | 2003-06-01 David Ponce <david@dponce.com> | ||
| 38 | |||
| 39 | * termhooks.h (enum event_kind): Added new WHEEL_EVENT event. | ||
| 40 | Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined. | ||
| 41 | |||
| 42 | * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined. | ||
| 43 | (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise. | ||
| 44 | (discard_mouse_events): Discard WHEEL_EVENT events too. | ||
| 45 | (lispy_wheel_names, wheel_syms): New. | ||
| 46 | (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and | ||
| 47 | staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX | ||
| 48 | defined. | ||
| 49 | (make_lispy_event): Added WHEEL_EVENT handler. | ||
| 50 | |||
| 51 | * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT. | ||
| 52 | (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs | ||
| 53 | WHEEL_EVENT events. | ||
| 54 | |||
| 37 | 2003-05-31 John Paul Wallington <jpw@gnu.org> | 55 | 2003-05-31 John Paul Wallington <jpw@gnu.org> |
| 38 | 56 | ||
| 39 | * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and | 57 | * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and |