diff options
| author | Steven Tamm | 2004-06-29 06:23:08 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-06-29 06:23:08 +0000 |
| commit | c61278bbde089da22d4a774fe348536c172c20da (patch) | |
| tree | 0918ebf077e006133087dff48744fe0569f166f2 /src/ChangeLog | |
| parent | c3762cbd4b8d9569291a20465315a024881eb17c (diff) | |
| download | emacs-c61278bbde089da22d4a774fe348536c172c20da.tar.gz emacs-c61278bbde089da22d4a774fe348536c172c20da.zip | |
macterm.c (mac_get_emulated_btn)
(mac_event_to_emacs_modifiers): Fix emulated mouse button
support to correctly mask out modifiers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7de0eb69cd3..09e9bdc49d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,15 @@ | |||
| 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. |