diff options
| author | Glenn Morris | 2008-10-04 18:45:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-04 18:45:30 +0000 |
| commit | 3dcdb6ea2ccd415f5496e14c926c24877597dd62 (patch) | |
| tree | cb1a47ed4d71e453d97843b291adbf46cefbb86f | |
| parent | 244a0c3ce7790056bf8745db11b364d32f9d8372 (diff) | |
| download | emacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.tar.gz emacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.zip | |
Fix case of "GNUstep".
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/term/ns-win.el | 2 | ||||
| -rw-r--r-- | nextstep/README | 2 |
6 files changed, 7 insertions, 7 deletions
| @@ -5,7 +5,7 @@ See the end of the file for license conditions. | |||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | This file contains general information. For more specific information | 7 | This file contains general information. For more specific information |
| 8 | for the Windows, and GNUStep/Mac OS X ports, also see the files | 8 | for the Windows, and GNUstep/Mac OS X ports, also see the files |
| 9 | nt/INSTALL and nextstep/INSTALL. | 9 | nt/INSTALL and nextstep/INSTALL. |
| 10 | 10 | ||
| 11 | 11 | ||
| @@ -231,7 +231,7 @@ DETAILED BUILDING AND INSTALLATION: | |||
| 231 | (This is for a Unix or Unix-like system. For MS-DOS and Windows 3.X, | 231 | (This is for a Unix or Unix-like system. For MS-DOS and Windows 3.X, |
| 232 | see below; search for MSDOG. For Windows 9X, Windows ME, Windows NT, | 232 | see below; search for MSDOG. For Windows 9X, Windows ME, Windows NT, |
| 233 | Windows 2000, Windows XP/2003, and Windows Vista/2008, see the file | 233 | Windows 2000, Windows XP/2003, and Windows Vista/2008, see the file |
| 234 | nt/INSTALL. For GNUStep and Mac OS X, see nextstep/INSTALL.) | 234 | nt/INSTALL. For GNUstep and Mac OS X, see nextstep/INSTALL.) |
| 235 | 235 | ||
| 236 | 1) Make sure your system has enough swapping space allocated to handle | 236 | 1) Make sure your system has enough swapping space allocated to handle |
| 237 | a program whose pure code is 1.5 MB and whose data area is at | 237 | a program whose pure code is 1.5 MB and whose data area is at |
| @@ -82,7 +82,7 @@ There are several subdirectories: | |||
| 82 | in Emacs Lisp manual. | 82 | in Emacs Lisp manual. |
| 83 | `msdos' holds configuration files for compiling Emacs under MSDOG. | 83 | `msdos' holds configuration files for compiling Emacs under MSDOG. |
| 84 | `nextstep' holds instructions and some other files for compiling the | 84 | `nextstep' holds instructions and some other files for compiling the |
| 85 | Nextstep port of Emacs, for GNUStep and Mac OS X Cocoa. | 85 | Nextstep port of Emacs, for GNUstep and Mac OS X Cocoa. |
| 86 | `nt' holds various command files and documentation files that pertain | 86 | `nt' holds various command files and documentation files that pertain |
| 87 | to building and running Emacs on Windows 9X/ME/NT/2000/XP. | 87 | to building and running Emacs on Windows 9X/ME/NT/2000/XP. |
| 88 | `test' holds tests for various aspects of Emacs's functionality. | 88 | `test' holds tests for various aspects of Emacs's functionality. |
diff --git a/configure.in b/configure.in index 9a8c8e36ecf..ead577f5246 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2627,7 +2627,7 @@ AH_BOTTOM([ | |||
| 2627 | /* See also .m.o rule in Makefile.in */ | 2627 | /* See also .m.o rule in Makefile.in */ |
| 2628 | /* FIXME: are all these flags really needed? Document here why. */ | 2628 | /* FIXME: are all these flags really needed? Document here why. */ |
| 2629 | # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing | 2629 | # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing |
| 2630 | /* GNUStep needs a bit more pure memory. Of the existing knobs, | 2630 | /* GNUstep needs a bit more pure memory. Of the existing knobs, |
| 2631 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ | 2631 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ |
| 2632 | # define SYSTEM_PURESIZE_EXTRA 30000 | 2632 | # define SYSTEM_PURESIZE_EXTRA 30000 |
| 2633 | # endif /* NS_IMPL_GNUSTEP */ | 2633 | # endif /* NS_IMPL_GNUSTEP */ |
| @@ -57,7 +57,7 @@ a GIF library. | |||
| 57 | *** Emacs now supports multi-page TIFF images. | 57 | *** Emacs now supports multi-page TIFF images. |
| 58 | 58 | ||
| 59 | ** New NeXTSTEP-based port | 59 | ** New NeXTSTEP-based port |
| 60 | This provides support for GNUStep (via the GNUStep libraries) and Mac | 60 | This provides support for GNUstep (via the GNUstep libraries) and Mac |
| 61 | OS X (via the Cocoa libraries). | 61 | OS X (via the Cocoa libraries). |
| 62 | 62 | ||
| 63 | Specify --with-ns to configure for this. By default, a self-contained | 63 | Specify --with-ns to configure for this. By default, a self-contained |
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 94f0806e985..51de66ee5c9 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | (if (not (featurep 'ns)) | 42 | (if (not (featurep 'ns)) |
| 43 | (error "%s: Loading ns-win.el but not compiled for GNUStep/MacOS" | 43 | (error "%s: Loading ns-win.el but not compiled for GNUstep/MacOS" |
| 44 | (invocation-name))) | 44 | (invocation-name))) |
| 45 | 45 | ||
| 46 | (eval-when-compile (require 'cl)) | 46 | (eval-when-compile (require 'cl)) |
diff --git a/nextstep/README b/nextstep/README index 2cf385b909f..ae09d77c363 100644 --- a/nextstep/README +++ b/nextstep/README | |||
| @@ -2,7 +2,7 @@ Copyright (C) 2008 Free Software Foundation, Inc. | |||
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | This directory contains the files needed to build Emacs on | 4 | This directory contains the files needed to build Emacs on |
| 5 | Nextstep-based platforms, including GNUStep and Mac OS X. | 5 | Nextstep-based platforms, including GNUstep and Mac OS X. |
| 6 | 6 | ||
| 7 | The Nextstep support code works on many POSIX systems (and possibly | 7 | The Nextstep support code works on many POSIX systems (and possibly |
| 8 | W32) using the GNUstep libraries, and on MacOS X systems using the | 8 | W32) using the GNUstep libraries, and on MacOS X systems using the |