aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJason Rumney2009-02-01 14:32:05 +0000
committerJason Rumney2009-02-01 14:32:05 +0000
commita3992354504b3b25b3f1ece6ec2ba5232989f3de (patch)
tree8d750fa1b25f0dd822b7462f993db67d038d6557 /admin
parent7112648c53d4cba8b45be9323b5429927feba8d5 (diff)
downloademacs-a3992354504b3b25b3f1ece6ec2ba5232989f3de.tar.gz
emacs-a3992354504b3b25b3f1ece6ec2ba5232989f3de.zip
Update for 23.1 pretest
Diffstat (limited to 'admin')
-rw-r--r--admin/nt/README-ftp-server47
1 files changed, 26 insertions, 21 deletions
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index e8d81c7df31..5b19760a7c7 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -5,17 +5,17 @@ See the end of the file for license conditions.
5 Precompiled Distributions of 5 Precompiled Distributions of
6 Emacs for Windows 6 Emacs for Windows
7 7
8 Version 22.3 8 Version 23.0.90
9 9
10 September 7, 2008 10 February 1, 2009
11 11
12 This directory contains precompiled distributions for GNU Emacs 12 This directory contains precompiled distributions for GNU Emacs on
13 on Windows NT/2000/XP/Vista and Windows 95/98/Me. This port is a 13 Windows (versions before Windows 95 and NT4 are not supported).
14 part of the standard GNU Emacs distribution from the Free Software 14 This port is a part of the standard GNU Emacs distribution from the
15 Foundation; the precompiled distributions are provided here for 15 Free Software Foundation; the precompiled distributions are provided
16 convenience since the majority of Windows users are not accustomed 16 here for convenience since the majority of Windows users are not
17 to compiling programs themselves. Corresponding source can be found 17 accustomed to compiling programs themselves. Corresponding source
18 in the parent directory in emacs-22.3.tar.gz. 18 can be found in the parent directory in emacs-23.0.90.tar.gz.
19 19
20 If you have access to the World Wide Web, I would recommend pointing 20 If you have access to the World Wide Web, I would recommend pointing
21 your favorite web browser to the following document (if you haven't 21 your favorite web browser to the following document (if you haven't
@@ -27,9 +27,9 @@ See the end of the file for license conditions.
27 27
28 If you want to redistribute any of the precompiled distributions of 28 If you want to redistribute any of the precompiled distributions of
29 Emacs, be careful to check the implications of the GPL. For instance, 29 Emacs, be careful to check the implications of the GPL. For instance,
30 if you put the emacs-22.3-bin-i386.tar.gz file from this directory on 30 if you put the emacs-23.0.90-bin-i386.tar.gz file from this directory on
31 an Internet site, you must arrange to distribute the source files of 31 an Internet site, you must arrange to distribute the source files of
32 the SAME version (i.e. ../emacs-22.3.tar.gz). 32 the SAME version (i.e. ../emacs-23.0.90.tar.gz).
33 33
34 Making a link to our copy of the source is NOT sufficient, since we 34 Making a link to our copy of the source is NOT sufficient, since we
35 might upgrade to a new version while you are still distributing the 35 might upgrade to a new version while you are still distributing the
@@ -38,8 +38,8 @@ See the end of the file for license conditions.
38 38
39* Files in this directory 39* Files in this directory
40 40
41 + emacs-22.3-bin-i386.zip 41 + emacs-23.0.90-bin-i386.zip
42 Windows binaries of Emacs-22.3, with all lisp code and documentation 42 Windows binaries of Emacs-23.0.90, with all lisp code and documentation
43 included. 43 included.
44 44
45 Download this file if you want a single installation package, and 45 Download this file if you want a single installation package, and
@@ -50,8 +50,8 @@ See the end of the file for license conditions.
50 If you need the C source code at a later date, it will be safe to 50 If you need the C source code at a later date, it will be safe to
51 unpack the source distribution on top of this installation. 51 unpack the source distribution on top of this installation.
52 52
53 + emacs-22.3-barebin-i386.zip 53 + emacs-23.0.90-barebin-i386.zip
54 Windows binaries of Emacs-22.3, without lisp code or documentation. 54 Windows binaries of Emacs-23.0.90, without lisp code or documentation.
55 55
56 Download this file if you already have the source distribution, or 56 Download this file if you already have the source distribution, or
57 if you need to redump the emacs.exe executable. 57 if you need to redump the emacs.exe executable.
@@ -66,12 +66,12 @@ See the end of the file for license conditions.
66 a basic Makefile for compiling with mingw32 and a .def file for 66 a basic Makefile for compiling with mingw32 and a .def file for
67 generating a DLL with the appropriate exports in addition to the 67 generating a DLL with the appropriate exports in addition to the
68 source code to provide the subset of functionality Emacs uses from 68 source code to provide the subset of functionality Emacs uses from
69 libXpm. This corresponds to the libXpm.dll in emacs-22.3-bin-i386.zip 69 libXpm. This corresponds to the libXpm.dll in emacs-23.0.90-bin-i386.zip
70 and emacs-22.3-barebin-i386.zip. 70 and emacs-23.0.90-barebin-i386.zip.
71 71
72* Image support 72* Image support
73 73
74 Emacs 22.3 contains support for images, however for most image formats 74 Emacs 23.0.90 contains support for images, however for most image formats
75 supporting libraries are required. This distribution has been tested 75 supporting libraries are required. This distribution has been tested
76 with the libraries that are distributed with GTK for Windows, and the 76 with the libraries that are distributed with GTK for Windows, and the
77 libraries found at http://gnuwin32.sourceforge.net/. The following image 77 libraries found at http://gnuwin32.sourceforge.net/. The following image
@@ -99,6 +99,12 @@ See the end of the file for license conditions.
99 GIF: requires libungif or giflib 4.1 or later, which will be 99 GIF: requires libungif or giflib 4.1 or later, which will be
100 called giflib4.dll, libungif4.dll or libungif.dll. 100 called giflib4.dll, libungif4.dll or libungif.dll.
101 101
102 SVG: not compiled into the binary release, but available if you
103 compile Emacs yourself if you have development packages for all the
104 dependencies. Requires many libraries from GTK and Gnome
105 as well as the base librsvg library. Known to crash Emacs on many
106 sample images.
107
102* Distributions in .tar.gz and .zip format 108* Distributions in .tar.gz and .zip format
103 109
104 Emacs is distributed primarily as source code in a large gzipped tar 110 Emacs is distributed primarily as source code in a large gzipped tar
@@ -224,9 +230,8 @@ See the end of the file for license conditions.
224 230
225 This document serves as an FAQ and a source for further information 231 This document serves as an FAQ and a source for further information
226 about the Windows port and related software packages. Note that as 232 about the Windows port and related software packages. Note that as
227 of writing, most of the information in that FAQ was for Emacs-21.3 233 most of the information in that FAQ is for earlier versions, so some
228 and earlier versions, so some information may not be relevant to 234 information may not be relevant to Emacs-23.0.90.
229 Emacs-22.3.
230 235
231 In addition to the FAQ, there is a mailing list for discussing issues 236 In addition to the FAQ, there is a mailing list for discussing issues
232 related to the Windows port of Emacs. For information about the 237 related to the Windows port of Emacs. For information about the