changeset 98515:09a4b21bd2de

Fix case of "GNUstep".
author Glenn Morris <rgm@gnu.org>
date Sat, 04 Oct 2008 18:49:32 +0000
parents c041e66ce8eb
children a3386be0b080
files src/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.