Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7758e7e3
Commit
7758e7e3
authored
Apr 06, 2009
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated fro 23.0.92
parent
ab193662
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
19 deletions
+16
-19
admin/nt/README-ftp-server
admin/nt/README-ftp-server
+16
-19
No files found.
admin/nt/README-ftp-server
View file @
7758e7e3
...
@@ -5,9 +5,9 @@ See the end of the file for license conditions.
...
@@ -5,9 +5,9 @@ See the end of the file for license conditions.
Precompiled Distributions of
Precompiled Distributions of
Emacs for Windows
Emacs for Windows
Version 23.0.9
1
Version 23.0.9
2
February 25
, 2009
March 31
, 2009
This directory contains precompiled distributions for GNU Emacs on
This directory contains precompiled distributions for GNU Emacs on
Windows (versions before Windows 95 and NT4 are not supported).
Windows (versions before Windows 95 and NT4 are not supported).
...
@@ -15,7 +15,7 @@ See the end of the file for license conditions.
...
@@ -15,7 +15,7 @@ See the end of the file for license conditions.
Free Software Foundation; the precompiled distributions are provided
Free Software Foundation; the precompiled distributions are provided
here for convenience since the majority of Windows users are not
here for convenience since the majority of Windows users are not
accustomed to compiling programs themselves. Corresponding source
accustomed to compiling programs themselves. Corresponding source
can be found in the parent directory in emacs-23.0.9
1
.tar.gz.
can be found in the parent directory in emacs-23.0.9
2
.tar.gz.
If you have access to the World Wide Web, I would recommend pointing
If you have access to the World Wide Web, I would recommend pointing
your favorite web browser to the following document (if you haven't
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,9 +27,9 @@ See the end of the file for license conditions.
If you want to redistribute any of the precompiled distributions of
If you want to redistribute any of the precompiled distributions of
Emacs, be careful to check the implications of the GPL. For instance,
Emacs, be careful to check the implications of the GPL. For instance,
if you put the emacs-23.0.9
1
-bin-i386.tar.gz file from this directory on
if you put the emacs-23.0.9
2
-bin-i386.tar.gz file from this directory on
an Internet site, you must arrange to distribute the source files of
an Internet site, you must arrange to distribute the source files of
the SAME version (i.e. ../emacs-23.0.9
1
.tar.gz).
the SAME version (i.e. ../emacs-23.0.9
2
.tar.gz).
Making a link to our copy of the source is NOT sufficient, since we
Making a link to our copy of the source is NOT sufficient, since we
might upgrade to a new version while you are still distributing the
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,8 +38,8 @@ See the end of the file for license conditions.
* Files in this directory
* Files in this directory
+ emacs-23.0.9
1
-bin-i386.zip
+ emacs-23.0.9
2
-bin-i386.zip
Windows binaries of Emacs-23.0.9
1
, with all lisp code and documentation
Windows binaries of Emacs-23.0.9
2
, with all lisp code and documentation
included.
included.
Download this file if you want a single installation package, and
Download this file if you want a single installation package, and
...
@@ -50,28 +50,25 @@ See the end of the file for license conditions.
...
@@ -50,28 +50,25 @@ See the end of the file for license conditions.
If you need the C source code at a later date, it will be safe to
If you need the C source code at a later date, it will be safe to
unpack the source distribution on top of this installation.
unpack the source distribution on top of this installation.
+ emacs-23.0.9
1
-barebin-i386.zip
+ emacs-23.0.9
2
-barebin-i386.zip
Windows binaries of Emacs-23.0.9
1
, without lisp code or documentation.
Windows binaries of Emacs-23.0.9
2
, without lisp code or documentation.
Download this file if you already have the source distribution, or
Download this file if you already have the source distribution.
if you need to redump the emacs.exe executable.
Unpack this over the top of either the source distribution or the
Unpack this over the top of the source distribution. It contains the
bin distribution above. It contains the bin subdirectory and etc/DOC
bin subdirectory and etc/DOC file.
file, plus temacs.exe and dump.bat, which are required if you want to
redump emacs without recompiling it.
+ libxpm-3.5.7-w32-src.zip
+ libxpm-3.5.7-w32-src.zip
Source code required to compile libXpm-3.5.7 on Windows. Contains
Source code required to compile libXpm-3.5.7 on Windows. Contains
a basic Makefile for compiling with mingw32 and a .def file for
a basic Makefile for compiling with mingw32 and a .def file for
generating a DLL with the appropriate exports in addition to the
generating a DLL with the appropriate exports in addition to the
source code to provide the subset of functionality Emacs uses from
source code to provide the subset of functionality Emacs uses from
libXpm. This corresponds to the libXpm.dll in emacs-23.0.9
1
-bin-i386.zip
libXpm. This corresponds to the libXpm.dll in emacs-23.0.9
2
-bin-i386.zip
and emacs-23.0.9
1
-barebin-i386.zip.
and emacs-23.0.9
2
-barebin-i386.zip.
* Image support
* Image support
Emacs 23.0.9
1
contains support for images, however for most image formats
Emacs 23.0.9
2
contains support for images, however for most image formats
supporting libraries are required. This distribution has been tested
supporting libraries are required. This distribution has been tested
with the libraries that are distributed with GTK for Windows, and the
with the libraries that are distributed with GTK for Windows, and the
libraries found at http://gnuwin32.sourceforge.net/. The following image
libraries found at http://gnuwin32.sourceforge.net/. The following image
...
@@ -231,7 +228,7 @@ See the end of the file for license conditions.
...
@@ -231,7 +228,7 @@ See the end of the file for license conditions.
This document serves as an FAQ and a source for further information
This document serves as an FAQ and a source for further information
about the Windows port and related software packages. Note that as
about the Windows port and related software packages. Note that as
most of the information in that FAQ is for earlier versions, so some
most of the information in that FAQ is for earlier versions, so some
information may not be relevant to Emacs-23.0.9
1
.
information may not be relevant to Emacs-23.0.9
2
.
In addition to the FAQ, there is a mailing list for discussing issues
In addition to the FAQ, there is a mailing list for discussing issues
related to the Windows port of Emacs. For information about the
related to the Windows port of Emacs. For information about the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment