comparison src/ChangeLog @ 56277:fd126130c3cd

macterm.c (mac_get_emulated_btn) (mac_event_to_emacs_modifiers): Fix emulated mouse button support to correctly mask out modifiers.
author Steven Tamm <steventamm@mac.com>
date Tue, 29 Jun 2004 06:23:08 +0000
parents b04610e283ce
children 3d525d0266de
comparison
equal deleted inserted replaced
56276:b04610e283ce 56277:fd126130c3cd
1 2004-06-29 Steven Tamm <steventamm@mac.com>
2
3 * macterm.c (mac_get_emulated_btn)
4 (mac_event_to_emacs_modifiers): Fix emulated mouse button
5 support to correctly mask out modifiers.
6
1 2004-06-29 David Kastrup <dak@gnu.org> 7 2004-06-29 David Kastrup <dak@gnu.org>
2 8
3 * search.c (Fset_match_data): Allow buffer before end of list 9 * search.c (Fset_match_data): Allow buffer before end of list
4 which can happen if set-match-data is using a pre-consed list. 10 which can happen if set-match-data is using a pre-consed list.
5 11
6 2004-06-28 Steven Tamm <tamm@Steven-Tamms-Computer.local> 12 2004-06-28 Steven Tamm <steventamm@mac.com>
7 13
8 * macterm.c (XTread_socket): Correctly set the frame position 14 * macterm.c (XTread_socket): Correctly set the frame position
9 after the window is moved. 15 after the window is moved.
10 16
11 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 17 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>