emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 02 Jun 2003 15:50:07 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3268 emacs/src/ChangeLog:1.3269
*** emacs/src/ChangeLog:1.3268  Mon Jun  2 14:50:51 2003
--- emacs/src/ChangeLog Mon Jun  2 15:50:05 2003
***************
*** 34,39 ****
--- 34,57 ----
  
        * buffer.c (Fset_buffer_multibyte): Fix previous change.
  
+ 2003-06-01  David Ponce  <address@hidden>
+ 
+       * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
+       Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
+ 
+       * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
+       (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
+       (discard_mouse_events): Discard WHEEL_EVENT events too.
+       (lispy_wheel_names, wheel_syms): New.
+       (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
+       staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
+       defined.
+       (make_lispy_event): Added WHEEL_EVENT handler.
+ 
+       * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
+       (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
+       WHEEL_EVENT events.
+ 
  2003-05-31  John Paul Wallington  <address@hidden>
  
        * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]