aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Monnier2010-08-11 07:42:48 +0200
committerStefan Monnier2010-08-11 07:42:48 +0200
commitc566235d981eba73c88bbff00b6a1d88360b6e9f (patch)
treef8d653add3570fe750a83d1123ed35022e0bf4ef /admin
parent0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff)
parent490b89acab3e759426ede25c31c94268df55e925 (diff)
downloademacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz
emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip
Merge from trunk
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES8
-rw-r--r--admin/ChangeLog19
-rw-r--r--admin/MAINTAINERS2
-rw-r--r--admin/admin.el3
-rw-r--r--admin/nt/README.W32264
-rwxr-xr-xadmin/nt/makedist.bat65
6 files changed, 21 insertions, 340 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index b647370a781..b5f4d555ad4 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -65,9 +65,7 @@ SYSTEM_TYPE
65EXPLICIT_SIGN_EXTEND 65EXPLICIT_SIGN_EXTEND
66LOAD_AVE_CVT 66LOAD_AVE_CVT
67LOAD_AVE_TYPE 67LOAD_AVE_TYPE
68NO_REMAP
69VIRT_ADDR_VARIES 68VIRT_ADDR_VARIES
70WORDS_BIG_ENDIAN
71 69
72** Misc macros 70** Misc macros
73USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. 71USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default.
@@ -101,7 +99,6 @@ CLASH_DETECTION
101DATA_SEG_BITS 99DATA_SEG_BITS
102DATA_START 100DATA_START
103DBL_MIN_REPLACEMENT 101DBL_MIN_REPLACEMENT
104DECLARE_GETPWUID_WITH_UID_T
105DEFAULT_SOUND_DEVICE 102DEFAULT_SOUND_DEVICE
106DEVICE_SEP 103DEVICE_SEP
107DIRECTORY_SEP 104DIRECTORY_SEP
@@ -190,7 +187,6 @@ HAVE_TZSET
190HAVE_UNISTD_H 187HAVE_UNISTD_H
191HAVE_UTIMES 188HAVE_UTIMES
192HAVE_UTIME_H 189HAVE_UTIME_H
193HAVE_VOLATILE
194HAVE_WINDOW_SYSTEM 190HAVE_WINDOW_SYSTEM
195HAVE_WORKING_VFORK 191HAVE_WORKING_VFORK
196HAVE_XRMSETDATABASE 192HAVE_XRMSETDATABASE
@@ -237,7 +233,6 @@ PTY_TTY_NAME_SPRINTF
237PURESIZE 233PURESIZE
238RUN_TIME_REMAP 234RUN_TIME_REMAP
239SA_RESTART 235SA_RESTART
240SECTION_ALIGNMENT -- was only used by s/lynxos.h, maybe all code depending on it can be removed.
241SEGMENT_MASK 236SEGMENT_MASK
242SETPGRP_RELEASES_CTTY 237SETPGRP_RELEASES_CTTY
243SETUP_SLAVE_PTY 238SETUP_SLAVE_PTY
@@ -252,14 +247,12 @@ SIGTRAP
252SIGTYPE 247SIGTYPE
253SOLARIS2 248SOLARIS2
254STDC_HEADERS 249STDC_HEADERS
255SYMS_SYSTEM
256SYSTEM_PURESIZE_EXTRA 250SYSTEM_PURESIZE_EXTRA
257SYSTEM_MALLOC 251SYSTEM_MALLOC
258SYSV_SYSTEM_DIR 252SYSV_SYSTEM_DIR
259TAB3 253TAB3
260TABDLY 254TABDLY
261TERM 255TERM
262THIS_IS_CONFIGURE
263TIME_WITH_SYS_TIME 256TIME_WITH_SYS_TIME
264TIOCSIGSEND 257TIOCSIGSEND
265TM_IN_SYS_TIME 258TM_IN_SYS_TIME
@@ -272,7 +265,6 @@ USG5
272USG5_4 265USG5_4
273USG_SUBTTY_WORKS 266USG_SUBTTY_WORKS
274VALBITS 267VALBITS
275WORDS_BIG_ENDIAN
276WRETCODE 268WRETCODE
277XINT 269XINT
278XOS_NEEDS_TIME_H 270XOS_NEEDS_TIME_H
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 7a3104c9c40..22777674373 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,18 @@
12010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2
3 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
4
52010-08-05 Eli Zaretskii <eliz@gnu.org>
6
7 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
8
92010-07-24 Christoph Scholtes <cschol2112@gmail.com>
10
11 * admin.el: Write version number to nt/makefile.w32-in.
12 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
13 in the nt/ directory.
14 * nt/README.W32: Relocate to nt/ directory.
15
12010-07-11 Andreas Schwab <schwab@linux-m68k.org> 162010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2 17
3 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove. 18 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
@@ -432,7 +447,7 @@
432 447
433 * charsets/mapconv: Handle UNICODE2. 448 * charsets/mapconv: Handle UNICODE2.
434 449
435 * charsets/Makefile (CJK): Include CP932-2BYTE.map 450 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
436 (CP932-2BYTE.map): New target. 451 (CP932-2BYTE.map): New target.
437 452
4382008-02-01 Kenichi Handa <handa@m17n.org> 4532008-02-01 Kenichi Handa <handa@m17n.org>
@@ -752,7 +767,7 @@
752 767
7532004-08-28 Jan Djärv <jan.h.d@swipnet.se> 7682004-08-28 Jan Djärv <jan.h.d@swipnet.se>
754 769
755 * FOR-RELEASE (Indications): Remove entry about GTK and geometry, 770 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
756 (now behaves as well as other ports). 771 (now behaves as well as other ports).
757 772
7582004-06-28 Jan Djärv <jan.h.d@swipnet.se> 7732004-06-28 Jan Djärv <jan.h.d@swipnet.se>
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index ee51e162b3b..432e4f5cf9f 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -191,7 +191,7 @@ src/tparam.c
191src/undo.c 191src/undo.c
192src/unexaix.c 192src/unexaix.c
193src/unexalpha.c 193src/unexalpha.c
194src/unexec.c 194src/unexcoff.c
195src/unexelf.c 195src/unexelf.c
196src/unexhp9k800.c 196src/unexhp9k800.c
197src/unexw32.c 197src/unexw32.c
diff --git a/admin/admin.el b/admin/admin.el
index f2cf008f475..51bbecf4c57 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -95,6 +95,9 @@ Root must be the root of an Emacs source tree."
95 (set-version-in-file root "lib-src/makefile.w32-in" version 95 (set-version-in-file root "lib-src/makefile.w32-in" version
96 (rx (and "VERSION" (0+ space) "=" (0+ space) 96 (rx (and "VERSION" (0+ space) "=" (0+ space)
97 (submatch (1+ (in "0-9.")))))) 97 (submatch (1+ (in "0-9."))))))
98 (set-version-in-file root "nt/makefile.w32-in" version
99 (rx (and "VERSION" (0+ space) "=" (0+ space)
100 (submatch (1+ (in "0-9."))))))
98 ;; nt/emacs.rc also contains the version number, but in an awkward 101 ;; nt/emacs.rc also contains the version number, but in an awkward
99 ;; format. It must contain four components, separated by commas, and 102 ;; format. It must contain four components, separated by commas, and
100 ;; in two places those commas are followed by space, in two other 103 ;; in two places those commas are followed by space, in two other
diff --git a/admin/nt/README.W32 b/admin/nt/README.W32
deleted file mode 100644
index 9f1df8abd3a..00000000000
--- a/admin/nt/README.W32
+++ /dev/null
@@ -1,264 +0,0 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
2 Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
5 Emacs for Windows
6
7 This README file describes how to set up and run a precompiled
8 version of GNU Emacs for Windows. This distribution can be found on
9 the ftp.gnu.org server and its mirrors:
10
11 ftp://ftp.gnu.org/gnu/emacs/windows/
12
13 This server contains other distributions, including the full Emacs
14 source distribution and a barebin distribution which can be installed
15 over it, as well as older releases of Emacs for Windows.
16
17 Answers to frequently asked questions, and further information about
18 this port of GNU Emacs and related software packages can be found via
19 http:
20
21 http://www.gnu.org/software/emacs/windows/
22
23* Preliminaries
24
25 Along with this file should be six subdirectories (bin, etc, info,
26 lisp, leim, site-lisp). If you have downloaded the barebin
27 distribution, then it will contain only the bin directory and the
28 built in documentation in etc/DOC-X, the rest of the subdirectories
29 are in the src distribution, which the barebin distribution is
30 designed to be used with.
31
32* Setting up Emacs
33
34 To install Emacs, simply unpack all the files into a directory of
35 your choice, but note that you might encounter minor problems if
36 there is a space anywhere in the directory name. To complete the
37 installation process, you can optionally run the program addpm.exe
38 in the bin subdirectory. This will put an icon for Emacs in the
39 Start Menu under "Start -> Programs -> Gnu Emacs".
40
41 Some users have reported that the Start Menu item is not created for
42 them. If this happens, just create your own shortcut to runemacs.exe,
43 eg. by dragging it on to the desktop or the Start button.
44
45 Note that running addpm is now an optional step; Emacs is able to
46 locate all of its files without needing any information to be set in
47 the environment or the registry, although such settings will still
48 be obeyed if present. This is convenient for running Emacs on a
49 machine which disallows registry changes, or on which software
50 should not be installed. For instance, you can now run Emacs
51 directly from a CD or USB flash drive without copying or installing
52 anything on the machine itself.
53
54* Starting Emacs
55
56 To run Emacs, simply select Emacs from the Start Menu, or invoke
57 runemacs.exe directly from Explorer or from a command prompt. This
58 will start Emacs in its default GUI mode, ready to use. If you have
59 never used Emacs before, you should follow the tutorial at this
60 point (select Emacs Tutorial from the Help menu), since Emacs is
61 quite different from ordinary Windows applications in many respects.
62
63 If you want to use Emacs in tty or character mode within a command
64 window, you can start it by typing "emacs -nw" at the command prompt.
65 (Obviously, you need to ensure that the Emacs bin subdirectory is in
66 your PATH first, or specify the path to emacs.exe.) The -nw
67 (non-windowed) mode of operation is most useful if you have a telnet
68 server on your machine, allowing you to run Emacs remotely.
69
70* EXE files included
71
72 Emacs comes with the following executable files in the bin directory.
73
74 + emacs.exe - The main Emacs executable. As this is designed to run
75 as both a text-mode application (emacs -nw) and as a GUI application,
76 it will pop up a command prompt window if run directly from Explorer.
77
78 + runemacs.exe - A wrapper for running Emacs as a GUI application
79 without popping up a command prompt window.
80
81 + emacsclient.exe - A command-line client program that can
82 communicate with a running Emacs process. See the `Emacs Server'
83 node of the Emacs manual.
84
85 + emacsclientw.exe - A version of emacsclient that does not open
86 a command-line window.
87
88 + addpm.exe - A basic installer that creates Start Menu icons for Emacs.
89 Running this is optional.
90
91 + cmdproxy.exe - Used internally by Emacs to work around problems with
92 the native shells in various versions of Windows.
93
94 + ctags.exe, etags.exe - Tools for generating tag files. See the
95 `Tags' node of the Emacs manual.
96
97 + ebrowse.exe - A tool for generating C++ browse information. See the
98 `Ebrowse' manual.
99
100 + ddeclient.exe - A tool for interacting with DDE servers.
101
102 + hexl.exe - A tool for converting files to hex dumps. See the
103 `Editing Binary Files' node of the Emacs manual.
104
105 + movemail.exe - A helper application for safely moving mail from
106 a mail spool or POP server to a local user mailbox. See the
107 `Movemail' node of the Emacs manual.
108
109 + digest-doc.exe, sorted-doc.exe - Tools for rebuilding the
110 built-in documentation.
111
112* Image support
113
114 Emacs has built in support for XBM and PPM/PGM/PBM images, and the
115 libXpm library is bundled, providing XPM support (required for color
116 toolbar icons and splash screen). Source for libXpm should be available
117 on the same place as you got this binary distribution from. The version
118 of libXpm bundled with this version of Emacs is 3.5.7, based on x.org's
119 libXpm library from X11R7.3.
120
121 Emacs can also support some other image formats with appropriate
122 libraries. These libraries are all available as part of GTK, or from
123 gnuwin32.sourceforge.net. Emacs will find them if the directory they
124 are installed in is on the PATH.
125
126 PNG: requires the PNG reference library 1.2 or later, which will
127 be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll
128 or libpng.dll. LibPNG requires zlib, which should come from the same
129 source as you got libpng.
130
131 JPEG: requires the Independant JPEG Group's libjpeg 6b or later,
132 which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
133
134 TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
135 or libtiff.dll.
136
137 GIF: requires libungif or giflib 4.1 or later, which will be
138 called giflib4.dll, libungif4.dll or libungif.dll.
139
140 In addition, Emacs can be compiled to support SVG. This precompiled
141 distribution has not been compiled that way, since the SVG library
142 or one or more of its extensive dependencies appear to be
143 unreliable under Windows. See nt/INSTALL in the src distribution if
144 you wish to compile Emacs with SVG support.
145
146* Uninstalling Emacs
147
148 If you should need to uninstall Emacs, simply delete all the files
149 and subdirectories from the directory where it was unpacked (Emacs
150 does not install or update any files in system directories or
151 anywhere else). If you ran the addpm.exe program to create the
152 registry entries and the Start menu icon, then you can remove the
153 registry entries using regedit. All of the settings are written
154 under the Software\GNU\Emacs key in HKEY_LOCAL_MACHINE, or if you
155 didn't have administrator privileges when you installed, the same
156 key in HKEY_CURRENT_USER. Just delete the whole Software\GNU\Emacs
157 key.
158
159 The Start menu entry can be removed by right-clicking on the Task bar
160 and selecting Properties, then using the Remove option on the Start
161 Menu Programs page. (If you installed under an account with
162 administrator privileges, then you need to click the Advanced button
163 and look for the Gnu Emacs menu item under All Users.)
164
165* Troubleshooting
166
167 Unpacking the distributions
168
169 If you encounter trouble trying to run Emacs, there are a number of
170 possible causes. Check the following for indications that the
171 distribution was not corrupted by the tools used to unpack it:
172
173 * Be sure to disable CR/LF translation or the executables will
174 be unusable. Older versions of WinZipNT would enable this
175 translation by default. If you are using WinZipNT, disable it.
176 (I don't have WinZipNT myself, and I do not know the specific
177 commands necessary to disable it.)
178
179 * Check that filenames were not truncated to 8.3. For example,
180 there should be a file lisp\abbrevlist.elc; if this has been
181 truncated to abbrevli.elc, your distribution has been corrupted
182 while unpacking and Emacs will not start.
183
184 If you believe you have unpacked the distributions correctly and are
185 still encountering problems, see the section on Further Information
186 below.
187
188 Virus scanners
189
190 Some virus scanners interfere with Emacs' use of subprocesses. If you
191 are unable to use subprocesses and you use Dr. Solomon's WinGuard or
192 McAfee's Vshield, turn off "Scan all files" (WinGuard) or "boot sector
193 scanning" (McAfee exclusion properties).
194
195* Further information
196
197 If you have access to the World Wide Web, I would recommend pointing
198 your favorite web browser to the following document (if you haven't
199 already):
200
201 http://www.gnu.org/software/emacs/windows/
202
203 This document serves as an FAQ and a source for further information
204 about the Windows port and related software packages.
205
206 In addition to the FAQ, there is a mailing list for discussing issues
207 related to the Windows port of Emacs. For information about the
208 list, see this Web page:
209
210 http://lists.gnu.org/mailman/listinfo/help-emacs-windows
211
212 To ask questions on the mailing list, send email to
213 help-emacs-windows@gnu.org. (You don't need to subscribe for that.)
214 To subscribe to the list or unsubscribe from it, fill the form you
215 find at http://lists.gnu.org/mailman/listinfo/help-emacs-windows as
216 explained there.
217
218 Another valuable source of information and help which should not be
219 overlooked is the various Usenet news groups dedicated to Emacs.
220 These are particularly good for help with general issues which aren't
221 specific to the Windows port of Emacs. The main news groups to use
222 for seeking help are:
223
224 gnu.emacs.help
225 comp.emacs
226
227 There are also fairly regular postings and announcements of new or
228 updated Emacs packages on this group:
229
230 gnu.emacs.sources
231
232* Reporting bugs
233
234 If you encounter a bug in this port of Emacs, we would like to hear
235 about it. First check the FAQ on the web page above to see if the bug
236 is already known and if there are any workarounds. Then check whether
237 the bug has something to do with code in your .emacs file, e.g. by
238 invoking Emacs with the "-Q" option.
239
240 If you decide that it is a bug in Emacs, use the built in bug
241 reporting facility to report it (from the menu; Help -> Send Bug Report).
242 If you have not yet configured Emacs for mail, then when you press
243 C-c C-c to send the report, it will ask you to paste the text of the
244 report into your mail client. If the bug is related to subprocesses,
245 also specify which shell you are using (e.g., include the values of
246 `shell-file-name' and `explicit-shell-file-name' in your message).
247
248 Enjoy!
249
250
251This file is part of GNU Emacs.
252
253GNU Emacs is free software: you can redistribute it and/or modify
254it under the terms of the GNU General Public License as published by
255the Free Software Foundation, either version 3 of the License, or
256(at your option) any later version.
257
258GNU Emacs is distributed in the hope that it will be useful,
259but WITHOUT ANY WARRANTY; without even the implied warranty of
260MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
261GNU General Public License for more details.
262
263You should have received a copy of the GNU General Public License
264along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
deleted file mode 100755
index 6546e6e10dc..00000000000
--- a/admin/nt/makedist.bat
+++ /dev/null
@@ -1,65 +0,0 @@
1@echo off
2
3rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4rem Free Software Foundation, Inc.
5
6rem Cannot use brackets in andrewi's email below because
7rem older Windows shells will treat that as redirection.
8
9rem Author: Andrew Innes andrewi@gnu.org
10
11rem This file is part of GNU Emacs.
12
13rem GNU Emacs is free software: you can redistribute it and/or modify
14rem it under the terms of the GNU General Public License as published by
15rem the Free Software Foundation, either version 3 of the License, or
16rem (at your option) any later version.
17
18rem GNU Emacs is distributed in the hope that it will be useful,
19rem but WITHOUT ANY WARRANTY; without even the implied warranty of
20rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21rem GNU General Public License for more details.
22
23rem You should have received a copy of the GNU General Public License
24rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
25
26
27if (%3) == () goto usage
28if not (%4) == () goto %4
29
30:bin
31
32echo Create full bin distribution
33copy %3\README.W32 emacs-%1\README.W32
34rem Info-ZIP zip seems to be broken on Windows.
35rem It always writes to zip.zip and treats the zipfile argument as one
36rem of the files to go in it.
37rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/COPYING 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
387z 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/COPYING 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
39del emacs-%1\README.W32
40if not (%4) == () goto end
41
42:barebin
43echo Create archive with just the basic binaries and generated files
44echo (the user needs to unpack the full source distribution for
45echo everything else)
46copy %3\README.W32 emacs-%1\README.W32
47rem Info-ZIP zip seems to be broken on Windows.
48rem It always writes to zip.zip and treats the zipfile argument as one
49rem of the files to go in it.
50rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
517z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
52del emacs-%1\README.W32
53if not (%4) == () goto end
54
55goto end
56
57:usage
58echo Generate source and binary distributions of emacs.
59echo Usage: %0 emacs-version dist-basename distfiles [bin,barebin]
60echo (e.g., %0 19.34 emacs-19.34.5 d:\andrewi\distfiles)
61:end
62
63goto skipArchTag
64 arch-tag: 6e2ddd92-c1c9-4992-b6b5-207aaab72f68
65:skipArchTag