From: Chong Yidong Date: Fri, 1 Aug 2008 16:07:14 +0000 (+0000) Subject: * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not X-Git-Tag: emacs-pretest-23.0.90~3713 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fcb12fdcf455f3fdad5e7b66a27edc21961b372;p=emacs.git * 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 --git a/src/ChangeLog b/src/ChangeLog index a1c067ed2c6..d6dc5bff8e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.