]> code.delx.au - gnu-emacs/blobdiff - admin/nt/README-ftp-server
(font-weight-table): Fix typo in docstring.
[gnu-emacs] / admin / nt / README-ftp-server
index 0d3d550f56396500b14d4307a2ea8a90b9a7b75a..d16d07a6af9f5d64c06674ea2413c969f169d297 100644 (file)
@@ -1,9 +1,13 @@
+Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+  Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
                      Precompiled Distributions of
                           Emacs for Windows
 
                              Version 22.2
 
-                            May 22, 2007
+                            March 26, 2008
                
   This directory contains source and precompiled distributions for GNU
   Emacs on Windows NT/2000/XP and Windows 95/98/Me.  This port is a
     file, plus temacs.exe and dump.bat, which are required if you want to
     redump emacs without recompiling it.
 
-  + libxpm-src.zip
-    Source code for libXpm-X11R7.2-3.5.6 modified to compile on Windows.
-    This corresponds to the libXpm.dll in emacs-22.2-bin-i386.zip
+  + libxpm-3.5.7-w32-src.zip
+    Source code required to compile libXpm-3.5.7 on Windows. Contains
+    a basic Makefile for compiling with mingw32 and a .def file for
+    generating a DLL with the appropriate exports in addition to the
+    source code to provide the subset of functionality Emacs uses from
+    libXpm. This corresponds to the libXpm.dll in emacs-22.2-bin-i386.zip
     and emacs-22.2-barebin-i386.zip.
 
 
       the black and white versions of the toolbar icons.
 
       XPM: a Windows port of the XPM library corresponding to the x.org
-      release of X11R7.2 is included with the binary distribution, but
+      release of X11R7.3 is included with the binary distribution, but
       can be replaced by other versions with the name xpm4.dll,
       libxpm-nox4.dll or libxpm.dll.
 
 
     % unzip some.zip
 
+  The precompiled binaries can be unpacked using unzip.exe from info-zip.org
+  if you do not already have other tools to do this.
+
+    % unzip some.zip
+
   Once you have unpacked a precompiled distribution of Emacs, it should
   have the following subdirectories:
 
   (jasonr@gnu.org)
 
   Most of this README was contributed by former maintainer Andrew Innes
-  (andrewi@gnu.org)
\ No newline at end of file
+  (andrewi@gnu.org)
+
+\f
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.