aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Choi2002-08-25 17:43:29 +0000
committerAndrew Choi2002-08-25 17:43:29 +0000
commit5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1 (patch)
tree148828ddec2b5b5fbb84d6b4ef6c4f3ffe76b57c /src/ChangeLog
parenta6311b2f6e785e8cb79c492a242c9c12d0a84554 (diff)
downloademacs-5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1.tar.gz
emacs-5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1.zip
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (DONT_REOPEN_PTY): #def it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6e41b4bc75..1f6f1134f63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,7 +6,8 @@
6 * s/darwin.h (select): Define select to sys_select only if 6 * s/darwin.h (select): Define select to sys_select only if
7 HAVE_CARBON is defined. 7 HAVE_CARBON is defined.
8 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork. 8 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
9 9 (DONT_REOPEN_PTY): #def it.
10
10 * macterm.c (XTread_socket): Remove code to call 11 * macterm.c (XTread_socket): Remove code to call
11 SendEventToEventTarget for keys with command modifiers when 12 SendEventToEventTarget for keys with command modifiers when
12 mac_command_key_is_meta is nil. 13 mac_command_key_is_meta is nil.