summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-06-09 03:19:04 +0000
committerMiles Bader <miles@gnu.org>2007-06-09 03:19:04 +0000
commit0114082988eafdb8f7630dce0a1551c55c7b6c07 (patch)
tree489e856347d9655e9dddf9e5af908eb01d13a647 /admin
parent9258f2efcf2372c5aa43ea600c7288bf785e2200 (diff)
parentd3a9d7d64403105c64b1e2b8b774d6f379156ee4 (diff)
downloademacs-0114082988eafdb8f7630dce0a1551c55c7b6c07.tar.gz
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/FOR-RELEASE8
-rw-r--r--admin/nt/README-ftp-server90
-rwxr-xr-xadmin/nt/makedist.bat2
4 files changed, 80 insertions, 24 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 52c9bfb81b2..7349efb1720 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -6,6 +6,10 @@
* make-tarball.txt: Add note about cutting the branch.
+2007-06-02 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 22.1 released.
+
2007-02-03 Eli Zaretskii <eliz@gnu.org>
* nt/makedist.bat: Change EOL format to DOS. Don't use
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index f70781f4340..d8e273c0343 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -12,10 +12,10 @@ make sure all the pages really look ok in the manual as formatted.
Requests to have been sent out on 2006-05-23 (Reiner Steib).
LANG Translator Status
-cs Pavel Janík Can't work on it now.
+cs Pavel Janík Can't work on it now.
de Sven Joachim Done
fr Eric Jacoboni Done
-pl WÅ‚odek Bzyl Done
+pl WÅ‚odek Bzyl Done
pt-br Rodrigo Real Done
ru Alex Ott Done
sk Miroslav Vaško No response
@@ -76,7 +76,7 @@ SECTION READERS
etc/TUTORIAL rms
etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
etc/TUTORIAL.cn
-etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
+etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
etc/TUTORIAL.eo
etc/TUTORIAL.es Marcelo Toledo
@@ -89,7 +89,7 @@ etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
etc/TUTORIAL.pt_BR Marcelo Toledo
etc/TUTORIAL.ro
etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
-etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
+etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index 53a06c3d80a..6b437eb2f1e 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -35,6 +35,72 @@
old binaries.
+* Files in this directory
+
+ + emacs-22.1-bin-i386.zip
+ Windows binaries of Emacs-22.1, with all lisp code and documentation
+ included.
+
+ Download this file if you want a single installation package, and
+ are not interested in the C source code for Emacs. After
+ unpacking, you can optionally run the file bin/addpm.exe to have
+ Emacs add icons to the Start Menu.
+
+ 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.
+
+ + emacs-22.1-barebin-i386.zip
+ Windows binaries of Emacs-22.1, without lisp code or documentation.
+
+ Download this file if you already have the source distribution, or
+ if you need to redump the emacs.exe executable.
+
+ Unpack this over the top of either the source distribution or the
+ bin distribution above. It contains the bin subdirectory and etc/DOC
+ file, plus temacs.exe and dump.bat, which are required if you want to
+ redump emacs without recompiling it.
+
+ + emacs-21.3-bin-i386.tar.gz
+ Windows binaries of Emacs 21.3, with compiled lisp code and some
+ documentation included.
+
+ This is provided for users who require the older version.
+
+ + emacs-21.3-leim.tar.gz
+ Compiled lisp input methods. This optional addition to Emacs-21.3
+ is required if you want to enter languages that are not directly
+ supported by your keyboard.
+
+* Image support
+
+ Emacs 22.1 contains support for images, however for most image formats
+ supporting libraries are required. This distribution has been tested
+ with the libraries that are distributed with GTK for Windows, and the
+ libraries found at http://gnuwin32.sourceforge.net/. The following image
+ formats are supported:
+
+ PBM/PGM/PPM: Supported natively by Emacs. This format is used for
+ the black and white versions of the toolbar icons.
+
+ XPM: requires a Windows port of the XPM library 3.4 or later,
+ which will be named xpm4.dll, libxpm-nox4.dll or
+ libxpm.dll. This format is used for the color versions of the
+ toolbar icons, and other images in Emacs.
+
+ PNG: requires the PNG reference library 1.2 or later, which will
+ be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll
+ or libpng.dll. LibPNG requires zlib, which should come from the same
+ source as you got libpng.
+
+ JPEG: requires the Independant JPEG Group's libjpeg 6b or later,
+ which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
+
+ TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
+ or libtiff.dll.
+
+ GIF: requires libungif or giflib 4.1 or later, which will be
+ called giflib4.dll, libungif4.dll or libungif.dll.
+
* Distributions in .tar.gz and .zip format
Emacs is distributed primarily as source code in a large gzipped tar file
@@ -46,23 +112,6 @@
but since there are no longer legal problems with .zip files, and the
latest versions of Windows support these natively, the Windows binaries
of Emacs are now distributed as .zip files.
- Here are the combinations (i386 in the name indicates a zipfile contains
- executables compiled for Intel-compatible x86 systems):
-
- + Primary precompiled distribution, including lisp source:
-
- emacs-22.1-bin-i386.zip
-
- NB. If you just want to run Emacs, get one of the distributions above.
-
- + Bare executables, useful if you want to get the complete source
- release, but can't compile Emacs yourself:
-
- emacs-22.1-barebin-i386.zip (requires ../emacs-22.1.tar.gz)
-
- + The complete official source for Emacs:
-
- ../emacs-22.1.tar.gz
* Distributions for non-x86 platforms
@@ -108,7 +157,7 @@
You may be prompted to rename or overwrite directories when using
djtarnt: simply type return to continue (this is harmless).
- The precompiled binaries can be unpacked using unzip.exe from info-zip.org
+ Zip files can be unpacked using unzip.exe from info-zip.org
if you do not already have other tools to do this.
% unzip some.zip
@@ -165,7 +214,10 @@
http://www.gnu.org/software/emacs/windows/ntemacs.html
This document serves as an FAQ and a source for further information
- about the Windows port and related software packages.
+ about the Windows port and related software packages. Note that as
+ of writing, most of the information in that FAQ was for Emacs-21.3
+ and earlier versions, so some information may not be relevant to
+ Emacs-22.1.
In addition to the FAQ, there is a mailing list for discussing issues
related to the Windows port of Emacs. For information about the
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index 56fca7949fa..484ab88004c 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -36,7 +36,7 @@ rem Info-ZIP zip seems to be broken on Windows.
rem It always writes to zip.zip and treats the zipfile argument as one
rem of the files to go in it.
rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS
-7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim
+7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp
del emacs-%1\README.W32
if not (%4) == () goto end