]> git.eshelyaron.com Git - emacs.git/commitdiff
INSTALL: Remove obsolete notes about line endings, and fix some typos.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Dec 2009 15:24:26 +0000 (16:24 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Dec 2009 15:24:26 +0000 (16:24 +0100)
nt/ChangeLog
nt/INSTALL

index aea9ff50cd0d54c56efc19ee514c380fd11a04d6..12c952722ec41b4385207be682e1dffa17ace342 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * INSTALL: Remove obsolete notes about line endings, and fix some typos.
+
 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
 
        * INSTALL: Update for CVS->Bazaar switchover.
index b28e642885cc91ad1fa23f4d63178a7e1679772c..6602267098153446f9748e997d0d13eed8140f0d 100644 (file)
   directories, etc.  We suggest to use djtarnt.exe from the GNU FTP
   site.
 
-  If you are building out of Bazaar, then some files in this directory
-  (.bat files, nmake.defs and makefile.w32-in) may need the line-ends
-  fixing first.  The easiest way to do this and avoid future conflicts
-  is to run the following command in this (emacs/nt) directory:
-
-     ### FIXME: Not sure if Bazaar needs line-ending fixing the   ###
-     ### way CVS did.  Will someone who knows please update this? ###
-
-  Alternatively, use programs that convert end-of-line format, such as
-  dos2unix and unix2dos available from GnuWin32 or dtou and utod from
-  the DJGPP project.
-
-  Additionally, the files lisp/international/uni-*.el and
-  lisp/ldefs-boot.el need Unix line ends due to some embedded ^M
-  characters that are not at the end of the line.  So in the
-  lisp/international directory you should run the following command, or
-  use dos2unix on those files.
-
-     ### FIXME: Not sure if Bazaar needs line-ending fixing the   ###
-     ### way CVS did.  Will someone who knows please update this? ###
-
-  and in the lisp directory, use the command:
-
-     ### FIXME: Not sure if Bazaar needs line-ending fixing the   ###
-     ### way CVS did.  Will someone who knows please update this? ###
-
   In addition to this file, you should also read INSTALL.BZR in the
   parent directory, and make sure that you have a version of
   "touch.exe" in your path, and that it will create files that do not
   If you use the MinGW port of GCC and GNU Make to build Emacs, there
   are some compatibility issues wrt Make and the shell that is run by
   Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows
-  or sh.exe., a port of a Unixy shell.  For reference, below is a list
+  or sh.exe, a port of a Unixy shell.  For reference, below is a list
   of which builds of GNU Make are known to work or not, and whether
   they work in the presence and/or absence of sh.exe, the Cygwin port
   of Bash.  Note that any version of Make that is compiled with Cygwin
-  will only work with Cygwin tools, due to the use of cygwin style
+  will only work with Cygwin tools, due to the use of Cygwin style
   paths.  This means Cygwin Make is unsuitable for building parts of
   Emacs that need to invoke Emacs itself (leim and "make bootstrap",
   for example).  Also see the Trouble-shooting section below if you
   In addition to its "native" image formats (pbm and xbm), Emacs can
   handle other image types: xpm, tiff, gif, png, jpeg and experimental
   support for svg.
+
   To build Emacs with support for them, the corresponding headers must
   be in the include path when the configure script is run.  This can
   be setup using environment variables, or by specifying --cflags