aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5ab88743b1..8a77fc15792 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12010-11-21 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
4 Define (Bug#7458).
5 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
6 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
7 NSRightControlKeyMask also (Bug#7458).
8 (keyDown): Ditto (Bug#7458).
9 (syms_of_nsterm): Defvar ns-right-command-modifier and
10 ns-right-control-modifier (Bug#7458).
11
12010-11-21 Dan Nicolaescu <dann@ics.uci.edu> 122010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2 13
3 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY. 14 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.