aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJason Rumney2009-02-23 12:23:44 +0000
committerJason Rumney2009-02-23 12:23:44 +0000
commita6f4f1e5b26469e5b0f8dd319d88145b6277bbf8 (patch)
tree73bba42f4dda2d63fdb10855c3ca130367db34ae /admin
parentdb922cc0e5b0479e5a016d45456000c299ab7ee2 (diff)
downloademacs-a6f4f1e5b26469e5b0f8dd319d88145b6277bbf8.tar.gz
emacs-a6f4f1e5b26469e5b0f8dd319d88145b6277bbf8.zip
Update for 23.0.91
Diffstat (limited to 'admin')
-rw-r--r--admin/nt/README-ftp-server26
1 files changed, 13 insertions, 13 deletions
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index 5b19760a7c7..9ce495111ba 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -5,9 +5,9 @@ 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 23.0.90 8 Version 23.0.91
9 9
10 February 1, 2009 10 February 25, 2009
11 11
12 This directory contains precompiled distributions for GNU Emacs on 12 This directory contains precompiled distributions for GNU Emacs on
13 Windows (versions before Windows 95 and NT4 are not supported). 13 Windows (versions before Windows 95 and NT4 are not supported).
@@ -15,7 +15,7 @@ See the end of the file for license conditions.
15 Free Software Foundation; the precompiled distributions are provided 15 Free Software Foundation; the precompiled distributions are provided
16 here for convenience since the majority of Windows users are not 16 here for convenience since the majority of Windows users are not
17 accustomed to compiling programs themselves. Corresponding source 17 accustomed to compiling programs themselves. Corresponding source
18 can be found in the parent directory in emacs-23.0.90.tar.gz. 18 can be found in the parent directory in emacs-23.0.91.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-23.0.90-bin-i386.tar.gz file from this directory on 30 if you put the emacs-23.0.91-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-23.0.90.tar.gz). 32 the SAME version (i.e. ../emacs-23.0.91.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-23.0.90-bin-i386.zip 41 + emacs-23.0.91-bin-i386.zip
42 Windows binaries of Emacs-23.0.90, with all lisp code and documentation 42 Windows binaries of Emacs-23.0.91, 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-23.0.90-barebin-i386.zip 53 + emacs-23.0.91-barebin-i386.zip
54 Windows binaries of Emacs-23.0.90, without lisp code or documentation. 54 Windows binaries of Emacs-23.0.91, 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-23.0.90-bin-i386.zip 69 libXpm. This corresponds to the libXpm.dll in emacs-23.0.91-bin-i386.zip
70 and emacs-23.0.90-barebin-i386.zip. 70 and emacs-23.0.91-barebin-i386.zip.
71 71
72* Image support 72* Image support
73 73
74 Emacs 23.0.90 contains support for images, however for most image formats 74 Emacs 23.0.91 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
@@ -231,7 +231,7 @@ See the end of the file for license conditions.
231 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
232 about the Windows port and related software packages. Note that as 232 about the Windows port and related software packages. Note that as
233 most of the information in that FAQ is for earlier versions, so some 233 most of the information in that FAQ is for earlier versions, so some
234 information may not be relevant to Emacs-23.0.90. 234 information may not be relevant to Emacs-23.0.91.
235 235
236 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
237 related to the Windows port of Emacs. For information about the 237 related to the Windows port of Emacs. For information about the