comparison admin/nt/README-ftp-server @ 102864:9b40af86e8fa

Updated fro 23.0.92
author Jason Rumney <jasonr@gnu.org>
date Mon, 06 Apr 2009 14:34:38 +0000
parents 00f11ed06c0d
children 8f67158fe544
comparison
equal deleted inserted replaced
102863:a6955c157af1 102864:9b40af86e8fa
3 See the end of the file for license conditions. 3 See the end of the file for license conditions.
4 4
5 Precompiled Distributions of 5 Precompiled Distributions of
6 Emacs for Windows 6 Emacs for Windows
7 7
8 Version 23.0.91 8 Version 23.0.92
9 9
10 February 25, 2009 10 March 31, 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).
14 This port is a part of the standard GNU Emacs distribution from the 14 This port is a part of the standard GNU Emacs distribution from the
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.91.tar.gz. 18 can be found in the parent directory in emacs-23.0.92.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
22 already): 22 already):
23 23
25 25
26 * IMPORTANT LEGAL REMINDER 26 * IMPORTANT LEGAL REMINDER
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.91-bin-i386.tar.gz file from this directory on 30 if you put the emacs-23.0.92-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.91.tar.gz). 32 the SAME version (i.e. ../emacs-23.0.92.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
36 old binaries. 36 old binaries.
37 37
38 38
39 * Files in this directory 39 * Files in this directory
40 40
41 + emacs-23.0.91-bin-i386.zip 41 + emacs-23.0.92-bin-i386.zip
42 Windows binaries of Emacs-23.0.91, with all lisp code and documentation 42 Windows binaries of Emacs-23.0.92, 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
46 are not interested in the C source code for Emacs. After 46 are not interested in the C source code for Emacs. After
47 unpacking, you can optionally run the file bin/addpm.exe to have 47 unpacking, you can optionally run the file bin/addpm.exe to have
48 Emacs add icons to the Start Menu. 48 Emacs add icons to the Start Menu.
49 49
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.91-barebin-i386.zip 53 + emacs-23.0.92-barebin-i386.zip
54 Windows binaries of Emacs-23.0.91, without lisp code or documentation. 54 Windows binaries of Emacs-23.0.92, 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.
57 if you need to redump the emacs.exe executable. 57
58 58 Unpack this over the top of the source distribution. It contains the
59 Unpack this over the top of either the source distribution or the 59 bin subdirectory and etc/DOC file.
60 bin distribution above. It contains the bin subdirectory and etc/DOC
61 file, plus temacs.exe and dump.bat, which are required if you want to
62 redump emacs without recompiling it.
63 60
64 + libxpm-3.5.7-w32-src.zip 61 + libxpm-3.5.7-w32-src.zip
65 Source code required to compile libXpm-3.5.7 on Windows. Contains 62 Source code required to compile libXpm-3.5.7 on Windows. Contains
66 a basic Makefile for compiling with mingw32 and a .def file for 63 a basic Makefile for compiling with mingw32 and a .def file for
67 generating a DLL with the appropriate exports in addition to the 64 generating a DLL with the appropriate exports in addition to the
68 source code to provide the subset of functionality Emacs uses from 65 source code to provide the subset of functionality Emacs uses from
69 libXpm. This corresponds to the libXpm.dll in emacs-23.0.91-bin-i386.zip 66 libXpm. This corresponds to the libXpm.dll in emacs-23.0.92-bin-i386.zip
70 and emacs-23.0.91-barebin-i386.zip. 67 and emacs-23.0.92-barebin-i386.zip.
71 68
72 * Image support 69 * Image support
73 70
74 Emacs 23.0.91 contains support for images, however for most image formats 71 Emacs 23.0.92 contains support for images, however for most image formats
75 supporting libraries are required. This distribution has been tested 72 supporting libraries are required. This distribution has been tested
76 with the libraries that are distributed with GTK for Windows, and the 73 with the libraries that are distributed with GTK for Windows, and the
77 libraries found at http://gnuwin32.sourceforge.net/. The following image 74 libraries found at http://gnuwin32.sourceforge.net/. The following image
78 formats are supported: 75 formats are supported:
79 76
229 http://www.gnu.org/software/emacs/windows/ntemacs.html 226 http://www.gnu.org/software/emacs/windows/ntemacs.html
230 227
231 This document serves as an FAQ and a source for further information 228 This document serves as an FAQ and a source for further information
232 about the Windows port and related software packages. Note that as 229 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 230 most of the information in that FAQ is for earlier versions, so some
234 information may not be relevant to Emacs-23.0.91. 231 information may not be relevant to Emacs-23.0.92.
235 232
236 In addition to the FAQ, there is a mailing list for discussing issues 233 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 234 related to the Windows port of Emacs. For information about the
238 list, see this Web page: 235 list, see this Web page:
239 236