# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: address@hidden # target_branch: http://bzr.savannah.gnu.org/r/emacs/trunk/ # testament_sha1: 9d6f3af7c4df463524ba2f2ad711e0697016bf6d # timestamp: 2010-04-07 11:05:35 -0600 # base_revision_id: address@hidden # # Begin patch === modified file 'admin/admin.el' --- admin/admin.el 2010-01-13 08:35:10 +0000 +++ admin/admin.el 2010-03-31 02:27:15 +0000 @@ -95,6 +95,9 @@ (set-version-in-file root "lib-src/makefile.w32-in" version (rx (and "VERSION" (0+ space) "=" (0+ space) (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "nt/makefile.w32-in" version + (rx (and "VERSION" (0+ space) "=" (0+ space) + (submatch (1+ (in "0-9.")))))) ;; nt/emacs.rc also contains the version number, but in an awkward ;; format. It must contain four components, separated by commas, and ;; in two places those commas are followed by space, in two other === modified file 'nt/INSTALL' --- nt/INSTALL 2010-01-13 08:35:10 +0000 +++ nt/INSTALL 2010-04-03 17:01:17 +0000 @@ -403,6 +403,9 @@ Removes the installed files in the bin subdirectory in addition to the files removed by make cleanall. + make dist + Builds Emacs from the available sources and pre-compiled lisp files. + Packages Emacs binaries as full distribution and barebin distribution. The following targets are intended only for use with the Bazaar sources. @@ -425,7 +428,33 @@ bootstrap to rebuild. Occasionally it may be necessary to run this target after an update. - +* Creating binary distributions + + Binary distributions (full and barebin distributions) can be + automatically built and packaged from source tarballs or a bzr + checkout. + + When building Emacs binary distributions, the --distfiles argument + to configure.bat specifies files to be included in the bin directory + of the binary distributions. This is intended for libraries that are + not built as part of Emacs, e.g. image libraries. + + For example, specifying + + --distfiles D:\distfiles\libXpm.dll + + results in libXpm.dll being copied from D:\distfiles to the + bin directory before packaging starts. + + Multiple files can be specified using multiple --distfiles arguments: + + --distfiles D:\distfiles\libXpm.dll --distfiles C:\jpeglib\jpeg.dll + + For packaging the binary distributions, the 'dist' make target uses + 7-Zip (http://www.7-zip.org), which must be installed and available + on the Windows Path. + + * Trouble-shooting The main problems that are likely to be encountered when building === added file 'nt/README.W32' --- nt/README.W32 1970-01-01 00:00:00 +0000 +++ nt/README.W32 2010-03-31 02:27:15 +0000 @@ -0,0 +1,264 @@ +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. +See the end of the file for license conditions. + + Emacs for Windows + + This README file describes how to set up and run a precompiled + version of GNU Emacs for Windows. This distribution can be found on + the ftp.gnu.org server and its mirrors: + + ftp://ftp.gnu.org/gnu/emacs/windows/ + + This server contains other distributions, including the full Emacs + source distribution and a barebin distribution which can be installed + over it, as well as older releases of Emacs for Windows. + + Answers to frequently asked questions, and further information about + this port of GNU Emacs and related software packages can be found via + http: + + http://www.gnu.org/software/emacs/windows/ + +* Preliminaries + + Along with this file should be six subdirectories (bin, etc, info, + lisp, leim, site-lisp). If you have downloaded the barebin + distribution, then it will contain only the bin directory and the + built in documentation in etc/DOC-X, the rest of the subdirectories + are in the src distribution, which the barebin distribution is + designed to be used with. + +* Setting up Emacs + + To install Emacs, simply unpack all the files into a directory of + your choice, but note that you might encounter minor problems if + there is a space anywhere in the directory name. To complete the + installation process, you can optionally run the program addpm.exe + in the bin subdirectory. This will put an icon for Emacs in the + Start Menu under "Start -> Programs -> Gnu Emacs". + + Some users have reported that the Start Menu item is not created for + them. If this happens, just create your own shortcut to runemacs.exe, + eg. by dragging it on to the desktop or the Start button. + + Note that running addpm is now an optional step; Emacs is able to + locate all of its files without needing any information to be set in + the environment or the registry, although such settings will still + be obeyed if present. This is convenient for running Emacs on a + machine which disallows registry changes, or on which software + should not be installed. For instance, you can now run Emacs + directly from a CD or USB flash drive without copying or installing + anything on the machine itself. + +* Starting Emacs + + To run Emacs, simply select Emacs from the Start Menu, or invoke + runemacs.exe directly from Explorer or from a command prompt. This + will start Emacs in its default GUI mode, ready to use. If you have + never used Emacs before, you should follow the tutorial at this + point (select Emacs Tutorial from the Help menu), since Emacs is + quite different from ordinary Windows applications in many respects. + + If you want to use Emacs in tty or character mode within a command + window, you can start it by typing "emacs -nw" at the command prompt. + (Obviously, you need to ensure that the Emacs bin subdirectory is in + your PATH first, or specify the path to emacs.exe.) The -nw + (non-windowed) mode of operation is most useful if you have a telnet + server on your machine, allowing you to run Emacs remotely. + +* EXE files included + + Emacs comes with the following executable files in the bin directory. + + + emacs.exe - The main Emacs executable. As this is designed to run + as both a text-mode application (emacs -nw) and as a GUI application, + it will pop up a command prompt window if run directly from Explorer. + + + runemacs.exe - A wrapper for running Emacs as a GUI application + without popping up a command prompt window. + + + emacsclient.exe - A command-line client program that can + communicate with a running Emacs process. See the `Emacs Server' + node of the Emacs manual. + + + emacsclientw.exe - A version of emacsclient that does not open + a command-line window. + + + addpm.exe - A basic installer that creates Start Menu icons for Emacs. + Running this is optional. + + + cmdproxy.exe - Used internally by Emacs to work around problems with + the native shells in various versions of Windows. + + + ctags.exe, etags.exe - Tools for generating tag files. See the + `Tags' node of the Emacs manual. + + + ebrowse.exe - A tool for generating C++ browse information. See the + `Ebrowse' manual. + + + ddeclient.exe - A tool for interacting with DDE servers. + + + hexl.exe - A tool for converting files to hex dumps. See the + `Editing Binary Files' node of the Emacs manual. + + + movemail.exe - A helper application for safely moving mail from + a mail spool or POP server to a local user mailbox. See the + `Movemail' node of the Emacs manual. + + + digest-doc.exe, sorted-doc.exe - Tools for rebuilding the + built-in documentation. + +* Image support + + Emacs has built in support for XBM and PPM/PGM/PBM images, and the + libXpm library is bundled, providing XPM support (required for color + toolbar icons and splash screen). Source for libXpm should be available + on the same place as you got this binary distribution from. The version + of libXpm bundled with this version of Emacs is 3.5.7, based on x.org's + libXpm library from X11R7.3. + + Emacs can also support some other image formats with appropriate + libraries. These libraries are all available as part of GTK, or from + gnuwin32.sourceforge.net. Emacs will find them if the directory they + are installed in is on the PATH. + + 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. + + In addition, Emacs can be compiled to support SVG. This precompiled + distribution has not been compiled that way, since the SVG library + or one or more of its extensive dependencies appear to be + unreliable under Windows. See nt/INSTALL in the src distribution if + you wish to compile Emacs with SVG support. + +* Uninstalling Emacs + + If you should need to uninstall Emacs, simply delete all the files + and subdirectories from the directory where it was unpacked (Emacs + does not install or update any files in system directories or + anywhere else). If you ran the addpm.exe program to create the + registry entries and the Start menu icon, then you can remove the + registry entries using regedit. All of the settings are written + under the Software\GNU\Emacs key in HKEY_LOCAL_MACHINE, or if you + didn't have administrator privileges when you installed, the same + key in HKEY_CURRENT_USER. Just delete the whole Software\GNU\Emacs + key. + + The Start menu entry can be removed by right-clicking on the Task bar + and selecting Properties, then using the Remove option on the Start + Menu Programs page. (If you installed under an account with + administrator privileges, then you need to click the Advanced button + and look for the Gnu Emacs menu item under All Users.) + +* Troubleshooting + + Unpacking the distributions + + If you encounter trouble trying to run Emacs, there are a number of + possible causes. Check the following for indications that the + distribution was not corrupted by the tools used to unpack it: + + * Be sure to disable CR/LF translation or the executables will + be unusable. Older versions of WinZipNT would enable this + translation by default. If you are using WinZipNT, disable it. + (I don't have WinZipNT myself, and I do not know the specific + commands necessary to disable it.) + + * Check that filenames were not truncated to 8.3. For example, + there should be a file lisp\abbrevlist.elc; if this has been + truncated to abbrevli.elc, your distribution has been corrupted + while unpacking and Emacs will not start. + + If you believe you have unpacked the distributions correctly and are + still encountering problems, see the section on Further Information + below. + + Virus scanners + + Some virus scanners interfere with Emacs' use of subprocesses. If you + are unable to use subprocesses and you use Dr. Solomon's WinGuard or + McAfee's Vshield, turn off "Scan all files" (WinGuard) or "boot sector + scanning" (McAfee exclusion properties). + +* Further information + + 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 + already): + + http://www.gnu.org/software/emacs/windows/ + + This document serves as an FAQ and a source for further information + about the Windows port and related software packages. + + In addition to the FAQ, there is a mailing list for discussing issues + related to the Windows port of Emacs. For information about the + list, see this Web page: + + http://lists.gnu.org/mailman/listinfo/help-emacs-windows + + To ask questions on the mailing list, send email to + address@hidden (You don't need to subscribe for that.) + To subscribe to the list or unsubscribe from it, fill the form you + find at http://lists.gnu.org/mailman/listinfo/help-emacs-windows as + explained there. + + Another valuable source of information and help which should not be + overlooked is the various Usenet news groups dedicated to Emacs. + These are particularly good for help with general issues which aren't + specific to the Windows port of Emacs. The main news groups to use + for seeking help are: + + gnu.emacs.help + comp.emacs + + There are also fairly regular postings and announcements of new or + updated Emacs packages on this group: + + gnu.emacs.sources + +* Reporting bugs + + If you encounter a bug in this port of Emacs, we would like to hear + about it. First check the FAQ on the web page above to see if the bug + is already known and if there are any workarounds. Then check whether + the bug has something to do with code in your .emacs file, e.g. by + invoking Emacs with the "-Q" option. + + If you decide that it is a bug in Emacs, use the built in bug + reporting facility to report it (from the menu; Help -> Send Bug Report). + If you have not yet configured Emacs for mail, then when you press + C-c C-c to send the report, it will ask you to paste the text of the + report into your mail client. If the bug is related to subprocesses, + also specify which shell you are using (e.g., include the values of + `shell-file-name' and `explicit-shell-file-name' in your message). + + Enjoy! + + +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 . === modified file 'nt/configure.bat' --- nt/configure.bat 2010-01-13 08:35:10 +0000 +++ nt/configure.bat 2010-04-06 02:16:41 +0000 @@ -89,6 +89,8 @@ set doldflags= set sep1= set sep2= +set sep3= +set distfiles= rem ---------------------------------------------------------------------- rem Handle arguments. @@ -110,6 +112,7 @@ if "%1" == "--without-tiff" goto withouttiff if "%1" == "--without-xpm" goto withoutxpm if "%1" == "--with-svg" goto withsvg +if "%1" == "--distfiles" goto distfiles if "%1" == "" goto checkutils :usage echo Usage: configure [options] @@ -129,6 +132,7 @@ echo. --without-tiff do not use TIFF library even if it is installed echo. --without-xpm do not use XPM library even if it is installed echo. --with-svg use the RSVG library (experimental) +echo. --distfiles path to files for make dist, e.g. libXpm.dll goto end rem ---------------------------------------------------------------------- :setprefix @@ -226,6 +230,16 @@ goto again rem ---------------------------------------------------------------------- + +:distfiles +set HAVE_DISTFILES=1 +shift +set distfiles=%distfiles%%sep3%%1 +set sep3= %nothing% +shift +goto again + +rem ---------------------------------------------------------------------- rem Check that necessary utilities (cp and rm) are present. :checkutils echo Checking for 'cp'... @@ -513,6 +527,35 @@ :svgDone rm -f junk.c junk.obj junk.err junk.out +rem Any distfiles provided for building distribution? If no, we're done. +if "(%HAVE_DISTFILES%)"=="()" goto :distFilesDone + +rem Any arguments to --distfiles specified? If no, we're done. +if not "%distfiles%"=="" goto :checkDistFiles +set distFilesOk=0 +echo No arguments specified for option --distfiles! +goto distfilesDone + +:checkDistFiles +echo Checking for distfiles... +rem Check if all specified distfiles exist +set fileNotFound= +for %%d in (%distfiles%) do if not exist %%d set fileNotFound=%%d +if not "%fileNotFound%"=="" goto distFilesNotFound + +set distFilesOK=1 +echo ...all distfiles found. +goto :distFilesDone + +:distFilesNotFound +set distFilesOk=0 +echo ...%fileNotFound% not found. +set distfiles= +goto :distfilesDone + +:distFilesDone +set fileNotFound= + rem ---------------------------------------------------------------------- :genmakefiles echo Generating makefiles @@ -532,6 +575,7 @@ if (%profile%) == (Y) echo PROFILE=1 >>config.settings if (%nocygwin%) == (Y) echo NOCYGWIN=1 >>config.settings if not "(%prefix%)" == "()" echo INSTALL_DIR=%prefix%>>config.settings +if not "(%distfiles%)" == "()" echo DIST_FILES=%distfiles%>>config.settings rem We go thru docflags because usercflags could be "-DFOO=bar" -something rem and the if command cannot cope with this for %%v in (%usercflags%) do if not (%%v)==() set docflags=Y @@ -633,12 +677,19 @@ echo Install libtiff development files or use --without-tiff :checkgif -if not "(%HAVE_GIF%)" == "()" goto donelibchecks -if (%gifsupport%) == (N) goto donelibchecks +if not "(%HAVE_GIF%)" == "()" goto checkdistfiles +if (%gifsupport%) == (N) goto checkdistfiles set libsOK=0 echo GIF support is missing. echo Install giflib or libungif development files or use --without-gif +:checkdistfiles +if "(%HAVE_DISTFILES%)" == "()" goto donelibchecks +if (%distFilesOk%) == (1) goto donelibchecks +echo. +echo Files specified with option --distfiles could not be found. +echo Fix these issues before running make dist + :donelibchecks if (%libsOK%) == (1) goto success echo. @@ -670,6 +721,9 @@ set doldflags= set mingwflag= set mf= +set distfiles= +set HAVE_DISTFILES= +set distFilesOk= goto skipArchTag arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c === modified file 'nt/makefile.w32-in' --- nt/makefile.w32-in 2010-01-13 08:35:10 +0000 +++ nt/makefile.w32-in 2010-04-07 17:02:07 +0000 @@ -23,6 +23,8 @@ # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out # (and remove or replace this comment). +VERSION = 24.0.50 + TRES = $(BLD)/emacs.res CLIENTRES = $(BLD)/emacsclient.res @@ -197,12 +199,15 @@ # # Build and install emacs in INSTALL_DIR # -install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) +.PHONY: install-bin install-shortcuts + +install: install-bin install-shortcuts + +install-bin: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) - $(CP) $(BLD)/addpm.exe $(INSTALL_DIR)/bin - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin - - "$(INSTALL_DIR)/bin/addpm" -q - $(DEL) ../same-dir.tst - $(DEL) $(INSTALL_DIR)/same-dir.tst echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst" @@ -238,6 +243,14 @@ $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp install $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../leim install +install-shortcuts: + "$(INSTALL_DIR)/bin/addpm" -q + +dist: install-bin + $(CP) $(DIST_FILES) $(INSTALL_DIR)/bin + $(CP) README.W32 $(INSTALL_DIR) + $(COMSPEC)$(ComSpec) /c $(ARGQUOTE)zipdist.bat $(INSTALL_DIR) $(VERSION)$(ARGQUOTE) + force-info: # Note that doc/emacs/makefile knows how to # put the info files in $(infodir), === added file 'nt/zipdist.bat' --- nt/zipdist.bat 1970-01-01 00:00:00 +0000 +++ nt/zipdist.bat 2010-04-01 01:40:58 +0000 @@ -0,0 +1,66 @@ address@hidden off +rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +rem Free Software Foundation, Inc. + +rem Author: Christoph Scholtes cschol2112 at gmail.com + +rem This file is part of GNU Emacs. + +rem GNU Emacs is free software: you can redistribute it and/or modify +rem it under the terms of the GNU General Public License as published by +rem the Free Software Foundation, either version 3 of the License, or +rem (at your option) any later version. + +rem GNU Emacs is distributed in the hope that it will be useful, +rem but WITHOUT ANY WARRANTY; without even the implied warranty of +rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +rem GNU General Public License for more details. + +rem You should have received a copy of the GNU General Public License +rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/. + +SETLOCAL +rem arg 1: full path to Emacs root directory +set ARG_PATH="%~f1" +rem Path separator cannot be parsed correctly, substitute +set ARG_PATH=%ARG_PATH:\=;% + +rem arg 2: Emacs version number +set EMACS_VER=%2 + +rem Parse out last directory from passed in full path (arg 1) +for /f "tokens=* delims=;" %%G in (%ARG_PATH%) do call :PARSE_PATH %%G +goto :EXIT + +:PARSE_PATH +if "%1"=="" ( + goto :ZIP_CHECK +) +set ROOT_DIR=%1 +SHIFT +goto :PARSE_PATH + +rem Check, if 7zip is installed and available on path +:ZIP_CHECK +7z +if %ERRORLEVEL% NEQ 0 goto :ZIP_ERROR +goto ZIP_DIST + +:ZIP_ERROR +echo. +echo ERROR: Make sure 7zip is installed and available on the Windows Path! +goto EXIT + +rem Build distributions +:ZIP_DIST +pushd ..\.. +rem Build and verify full distribution +7z a -bd -tZIP -mx=9 -x!.bzrignore -x!.gitignore -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory emacs-%EMACS_VER%-bin-i386.zip %ROOT_DIR%/BUGS %ROOT_DIR%/COPYING %ROOT_DIR%/README %ROOT_DIR%/README.W32 %ROOT_DIR%/INSTALL %ROOT_DIR%/bin %ROOT_DIR%/etc %ROOT_DIR%/info %ROOT_DIR%/lisp %ROOT_DIR%/leim %ROOT_DIR%/site-lisp +7z t emacs-%EMACS_VER%-bin-i386.zip +rem Build and verify binary only distribution +7z a -bd -tZIP -mx=9 emacs-%EMACS_VER%-barebin-i386.zip %ROOT_DIR%/README.W32 %ROOT_DIR%/bin %ROOT_DIR%/etc/DOC-X %ROOT_DIR%/COPYING +7z t emacs-%EMACS_VER%-barebin-i386.zip +popd +goto EXIT + +:EXIT # Begin bundle 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 IV2rOInFXvmxfUH+n4H/4u5IpwoSAj628uA=