aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2004-06-29 06:23:08 +0000
committerSteven Tamm2004-06-29 06:23:08 +0000
commitc61278bbde089da22d4a774fe348536c172c20da (patch)
tree0918ebf077e006133087dff48744fe0569f166f2 /src/ChangeLog
parentc3762cbd4b8d9569291a20465315a024881eb17c (diff)
downloademacs-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/ChangeLog8
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 @@
12004-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
12004-06-29 David Kastrup <dak@gnu.org> 72004-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
62004-06-28 Steven Tamm <tamm@Steven-Tamms-Computer.local> 122004-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.