# HG changeset patch # User Glenn Morris # Date 1223146172 0 # Node ID 09a4b21bd2def7ca970f24ebf34dad81a6ba39b8 # Parent c041e66ce8eb6add181a6e9545460f66902d2ce2 Fix case of "GNUstep". diff -r c041e66ce8eb -r 09a4b21bd2de src/ChangeLog --- a/src/ChangeLog Sat Oct 04 18:48:45 2008 +0000 +++ b/src/ChangeLog Sat Oct 04 18:49:32 2008 +0000 @@ -1298,10 +1298,10 @@ * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha. - * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not + * 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. + NSInteger for GNUstep, since it doesn't have NSInteger. * xmenu.c: Revert last change. @@ -1741,7 +1741,7 @@ * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. Remove all references. - (temacs): Add GNUStep specific ld flags. + (temacs): Add GNUstep specific ld flags. * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing, similarly to what X does.