comparison src/ChangeLog @ 47032:4e4bf31455d6

2002-08-25 Andrew Choi <akochoi@shaw.ca> * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is defined instead of MAC_OSX. * s/darwin.h (select): Define select to sys_select only if HAVE_CARBON is defined.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 25 Aug 2002 17:15:26 +0000
parents 56242900e171
children f6d6e1b3e7b7
comparison
equal deleted inserted replaced
47031:56242900e171 47032:4e4bf31455d6
1 2002-08-25 Andrew Choi <akochoi@shaw.ca> 1 2002-08-25 Andrew Choi <akochoi@shaw.ca>
2 2
3 * s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to 3 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
4 fork. 4 defined instead of MAC_OSX.
5
6 * s/darwin.h (select): Define select to sys_select only if
7 HAVE_CARBON is defined.
8 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
5 9
6 * macterm.c (XTread_socket): Remove code to call 10 * macterm.c (XTread_socket): Remove code to call
7 SendEventToEventTarget for keys with command modifiers when 11 SendEventToEventTarget for keys with command modifiers when
8 mac_command_key_is_meta is nil. 12 mac_command_key_is_meta is nil.
9 13