comparison src/ChangeLog @ 98515:09a4b21bd2de

Fix case of "GNUstep".
author Glenn Morris <rgm@gnu.org>
date Sat, 04 Oct 2008 18:49:32 +0000
parents 6ea8079d84c7
children a97852c2d560
comparison
equal deleted inserted replaced
98514:c041e66ce8eb 98515:09a4b21bd2de
1296 1296
1297 2008-08-01 Chong Yidong <cyd@stupidchicken.com> 1297 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
1298 1298
1299 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha. 1299 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
1300 1300
1301 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not 1301 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
1302 define NSApplicationDelegateReplySuccess. 1302 define NSApplicationDelegateReplySuccess.
1303 (EmacsView -converstationIdentifier): Use long instead of 1303 (EmacsView -converstationIdentifier): Use long instead of
1304 NSInteger for GNUStep, since it doesn't have NSInteger. 1304 NSInteger for GNUstep, since it doesn't have NSInteger.
1305 1305
1306 * xmenu.c: Revert last change. 1306 * xmenu.c: Revert last change.
1307 1307
1308 * keyboard.h: Fix last change. 1308 * keyboard.h: Fix last change.
1309 1309
1739 * s/aix4-2.h (subprocesses): 1739 * s/aix4-2.h (subprocesses):
1740 * s/darwin.h (subprocesses): Do not define, defined by default now. 1740 * s/darwin.h (subprocesses): Do not define, defined by default now.
1741 1741
1742 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. 1742 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
1743 Remove all references. 1743 Remove all references.
1744 (temacs): Add GNUStep specific ld flags. 1744 (temacs): Add GNUstep specific ld flags.
1745 1745
1746 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing, 1746 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
1747 similarly to what X does. 1747 similarly to what X does.
1748 1748
1749 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com> 1749 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>