# HG changeset patch # User Chong Yidong # Date 1217606834 0 # Node ID 69be58201e63cb76eb25f2c03821fbbcd1c26a22 # Parent ba4a6844b73c1e7ad3bb30011131c46e88eb6a52 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not define NSApplicationDelegateReplySuccess. (EmacsView -converstationIdentifier): Use long instead of NSInteger for GNUStep, since it doesn't have NSInteger. diff -r ba4a6844b73c -r 69be58201e63 src/ChangeLog --- a/src/ChangeLog Fri Aug 01 15:44:26 2008 +0000 +++ b/src/ChangeLog Fri Aug 01 16:07:14 2008 +0000 @@ -1,5 +1,11 @@ 2008-08-01 Chong Yidong + + * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not + define NSApplicationDelegateReplySuccess. + (EmacsView -converstationIdentifier): Use long instead of + NSInteger for GNUStep, since it doesn't have NSInteger. + * xmenu.c: Revert last change. * keyboard.h: Fix last change.