aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog6
-rw-r--r--admin/FOR-RELEASE16
-rw-r--r--admin/nt/README-ftp-server40
-rwxr-xr-xadmin/nt/makedist.bat4
4 files changed, 42 insertions, 24 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 51332e21cdc..3cb98270c8b 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12007-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.
4
12007-07-25 Glenn Morris <rgm@gnu.org> 52007-07-25 Glenn Morris <rgm@gnu.org>
2 6
3 * Relicense all FSF files to GPLv3 or later. 7 * Relicense all FSF files to GPLv3 or later.
@@ -19,7 +23,7 @@
19 * nt/makedist.bat: Change EOL format to DOS. Don't use 23 * nt/makedist.bat: Change EOL format to DOS. Don't use
20 redirection characters in REM lines. 24 redirection characters in REM lines.
21 25
222007-01-27 Jan Dj,Ad(Brv <jhd@winter.localdomain> 262007-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
23 27
24 * FOR-RELEASE: Removed Gtk/Xft issue. 28 * FOR-RELEASE: Removed Gtk/Xft issue.
25 29
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 9d67f20240a..6ddf0bb54dd 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -48,19 +48,23 @@ that branch. Do not make manual changes to this file on the trunk.
48http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html 48http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
49 49
50** davby@ida.liu.se, 6 July: Bug in pos-visible-in-window-p 50** davby@ida.liu.se, 6 July: Bug in pos-visible-in-window-p
51
52** dak@gnu.org, 30 May: Redraw problem with overlapping frames 51** dak@gnu.org, 30 May: Redraw problem with overlapping frames
53 52
54** dksw@eircom.net, 3 Jul: Telnet mode (rsh/ssh)
55
56** bojohan+news@dd.chalmers.se, 1 Aug: n_schumacher@web.de: modification hooks called only once in 53** bojohan+news@dd.chalmers.se, 1 Aug: n_schumacher@web.de: modification hooks called only once in
57 54
58** sdl.web@gmail.com: problem with transparent PNG image display 55** ams@gnu.org, 9 July: eshell and external commands
56
57** timh@insightful.com, 25 June: undigestify-rmail-message in emacs 22.1 doesn't split a digest
58
59** andreas.roehler@online.de, 24 Jul: CVS build on Suse 10.0 failed
60
61** Gtk+ tool bar looses focus when pressing next tool bar button in GUD.
62http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-08/msg00008.html
59 63
60* FIXES FOR EMACS 22.2 64* FIXES FOR EMACS 22.2
61 65
62Here we list small fixes that arrived too late for Emacs 22.1, but 66Here we list small fixes that arrived too late for Emacs 22.2, but
63that should be installed on the release branch after 22.1 is released. 67that should be installed on the release branch after 22.2 is released.
64 68
65** Changes to six pbm icons in etc/images. 69** Changes to six pbm icons in etc/images.
66Sync change from trunk 2007-05-19. 70Sync change from trunk 2007-05-19.
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index 92f2920ba6c..470c78fd41d 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -1,7 +1,7 @@
1 Precompiled Distributions of 1 Precompiled Distributions of
2 Emacs for Windows 2 Emacs for Windows
3 3
4 Version 22.1 4 Version 22.2
5 5
6 May 22, 2007 6 May 22, 2007
7 7
@@ -26,9 +26,9 @@
26 26
27 If you want to redistribute any of the precompiled distributions of 27 If you want to redistribute any of the precompiled distributions of
28 Emacs, be careful to check the implications of the GPL. For instance, 28 Emacs, be careful to check the implications of the GPL. For instance,
29 if you put the emacs-22.1-bin-i386.tar.gz file from this directory on 29 if you put the emacs-22.2-bin-i386.tar.gz file from this directory on
30 an Internet site, you must arrange to distribute the source files of 30 an Internet site, you must arrange to distribute the source files of
31 the SAME version (i.e. ../emacs-22.1.tar.gz). 31 the SAME version (i.e. ../emacs-22.2.tar.gz).
32 32
33 Making a link to our copy of the source is NOT sufficient, since we 33 Making a link to our copy of the source is NOT sufficient, since we
34 might upgrade to a new version while you are still distributing the 34 might upgrade to a new version while you are still distributing the
@@ -37,8 +37,8 @@
37 37
38* Files in this directory 38* Files in this directory
39 39
40 + emacs-22.1-bin-i386.zip 40 + emacs-22.2-bin-i386.zip
41 Windows binaries of Emacs-22.1, with all lisp code and documentation 41 Windows binaries of Emacs-22.2, with all lisp code and documentation
42 included. 42 included.
43 43
44 Download this file if you want a single installation package, and 44 Download this file if you want a single installation package, and
@@ -49,8 +49,8 @@
49 If you need the C source code at a later date, it will be safe to 49 If you need the C source code at a later date, it will be safe to
50 unpack the source distribution on top of this installation. 50 unpack the source distribution on top of this installation.
51 51
52 + emacs-22.1-barebin-i386.zip 52 + emacs-22.2-barebin-i386.zip
53 Windows binaries of Emacs-22.1, without lisp code or documentation. 53 Windows binaries of Emacs-22.2, without lisp code or documentation.
54 54
55 Download this file if you already have the source distribution, or 55 Download this file if you already have the source distribution, or
56 if you need to redump the emacs.exe executable. 56 if you need to redump the emacs.exe executable.
@@ -60,12 +60,22 @@
60 file, plus temacs.exe and dump.bat, which are required if you want to 60 file, plus temacs.exe and dump.bat, which are required if you want to
61 redump emacs without recompiling it. 61 redump emacs without recompiling it.
62 62
63 + libxpm-src.zip
64 Source code for libXpm-X11R7.2-3.5.6 modified to compile on Windows.
65 This corresponds to the libXpm.dll in emacs-22.2-bin-i386.zip
66 and emacs-22.2-barebin-i386.zip.
67
68
69 The following are provided for users who require older versions.
70
71 + emacs-22.1-bin-i386.zip
72 + emacs-22-1-barebin-i386.zip
73 Windows binaries of Emacs 22.1, contents as above.
74
63 + emacs-21.3-bin-i386.tar.gz 75 + emacs-21.3-bin-i386.tar.gz
64 Windows binaries of Emacs 21.3, with compiled lisp code and some 76 Windows binaries of Emacs 21.3, with compiled lisp code and some
65 documentation included. 77 documentation included.
66 78
67 This is provided for users who require the older version.
68
69 + emacs-21.3-leim.tar.gz 79 + emacs-21.3-leim.tar.gz
70 Compiled lisp input methods. This optional addition to Emacs-21.3 80 Compiled lisp input methods. This optional addition to Emacs-21.3
71 is required if you want to enter languages that are not directly 81 is required if you want to enter languages that are not directly
@@ -73,7 +83,7 @@
73 83
74* Image support 84* Image support
75 85
76 Emacs 22.1 contains support for images, however for most image formats 86 Emacs 22.2 contains support for images, however for most image formats
77 supporting libraries are required. This distribution has been tested 87 supporting libraries are required. This distribution has been tested
78 with the libraries that are distributed with GTK for Windows, and the 88 with the libraries that are distributed with GTK for Windows, and the
79 libraries found at http://gnuwin32.sourceforge.net/. The following image 89 libraries found at http://gnuwin32.sourceforge.net/. The following image
@@ -82,10 +92,10 @@
82 PBM/PGM/PPM: Supported natively by Emacs. This format is used for 92 PBM/PGM/PPM: Supported natively by Emacs. This format is used for
83 the black and white versions of the toolbar icons. 93 the black and white versions of the toolbar icons.
84 94
85 XPM: requires a Windows port of the XPM library 3.4 or later, 95 XPM: a Windows port of the XPM library corresponding to the x.org
86 which will be named xpm4.dll, libxpm-nox4.dll or 96 release of X11R7.2 is included with the binary distribution, but
87 libxpm.dll. This format is used for the color versions of the 97 can be replaced by other versions with the name xpm4.dll,
88 toolbar icons, and other images in Emacs. 98 libxpm-nox4.dll or libxpm.dll.
89 99
90 PNG: requires the PNG reference library 1.2 or later, which will 100 PNG: requires the PNG reference library 1.2 or later, which will
91 be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll 101 be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll
@@ -222,7 +232,7 @@
222 about the Windows port and related software packages. Note that as 232 about the Windows port and related software packages. Note that as
223 of writing, most of the information in that FAQ was for Emacs-21.3 233 of writing, most of the information in that FAQ was for Emacs-21.3
224 and earlier versions, so some information may not be relevant to 234 and earlier versions, so some information may not be relevant to
225 Emacs-22.1. 235 Emacs-22.2.
226 236
227 In addition to the FAQ, there is a mailing list for discussing issues 237 In addition to the FAQ, there is a mailing list for discussing issues
228 related to the Windows port of Emacs. For information about the 238 related to the Windows port of Emacs. For information about the
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index 87e151dd06a..5afef00e9b3 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -35,8 +35,8 @@ copy %3\README.W32 emacs-%1\README.W32
35rem Info-ZIP zip seems to be broken on Windows. 35rem Info-ZIP zip seems to be broken on Windows.
36rem It always writes to zip.zip and treats the zipfile argument as one 36rem It always writes to zip.zip and treats the zipfile argument as one
37rem of the files to go in it. 37rem of the files to go in it.
38rem 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 38rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS
397z 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 397z 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/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp
40del emacs-%1\README.W32 40del emacs-%1\README.W32
41if not (%4) == () goto end 41if not (%4) == () goto end
42 42