Mercurial > emacs
changeset 97205:69be58201e63
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 01 Aug 2008 16:07:14 +0000 |
parents | ba4a6844b73c |
children | 03666fbbecf2 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * 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.