doc/emacs/misc.texi (Network Security): Improve wording and indexing.
[emacs.git] / nt / ChangeLog
blob01dc0b1feedc51e8653b6a3d8ebc7d4be305028d
1 2014-11-24  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (../src/emacs.res): New target.
5 2014-11-22  Glenn Morris  <rgm@gnu.org>
7         * emacs.rc.in, emacsclient.rc.in: Rename from emacs.rc, emacsclient.rc.
8         Let configure generate the real files, and set the version numbers.
9         * Makefile.in (distclean): Delete *.rc.
10         (emacs.res): Update deps for nt/emacsclient.rc now being in the
11         build directory, not the source directory.
13         * Makefile.in (emacs.res): Add dependency on icons/hand.cur.
15 2014-11-18  Glenn Morris  <rgm@gnu.org>
17         * Makefile.in (addpm${EXEEXT}, ddeclient${EXEEXT})
18         (cmdproxy${EXEEXT}, runemacs${EXEEXT}, emacs.res):
19         Use automatic variables.
21 2014-10-26  Dani Moncayo <dmoncayo@gmail.com>
23         * README.W32 (Preliminaries): Don't assume that this file is at
24         the top level.
25         (Setting up Emacs): Minor rewording to be more accurate.
27 2014-10-25  Eric S. Raymond  <esr@thyrsus.com>
29         * Neutralize language specific to a repository type.
31 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
33         * nt/cmdproxy.c (batch_file_p): New function.
34         (spawn): If calling a quoted batch file pass NULL for progname.
35         (Bug#18745)
37 2014-10-20  Glenn Morris  <rgm@gnu.org>
39         * Merge in all changes up to 24.4 release.
41 2014-09-29  Eli Zaretskii  <eliz@gnu.org>
43         * makefile.w32-in (VERSION): Bump version to 25.0.50.
45         * emacsclient.rc: Bump version to 25.0.50.
47         * emacs.rc: Bump version to 25.0.50.
49         * config.nt (VERSION): Bump version to 25.0.50.
51 2014-09-01  Eli Zaretskii  <eliz@gnu.org>
53         * gnulib.mk: Synchronize with lib/gnulib.mk.
55 2014-06-15  Glenn Morris  <rgm@gnu.org>
57         * Makefile.in (LDFLAGS): Explicitly set via configure.
59 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
61         * Makefile.in (CPPFLAGS): Define.
63 2014-06-15  Glenn Morris  <rgm@gnu.org>
65         * Makefile.in (bootstrap-clean): New.
67 2014-06-05  Dmitry Antipov  <dmantipov@yandex.ru>
69         * inc/ms-w32.h (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
71 2014-05-29  Eli Zaretskii  <eliz@gnu.org>
73         * Makefile.in (DONT_INSTALL): Now empty.
74         (addsection${EXEEXT}): Remove target.
75         * addsection.c: Remove file.
77 2014-05-27  Fabrice Popineau  <fabrice.popineau@gmail.com>
79         * inc/ms-w32.h: Switch to the system heap allocation scheme
80         instead of GNU malloc and ralloc.
82         * inc/sys/mman.h: New file.
84         * INSTALL: Update for the new build requirements.
86 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
88         Assume C99 or later (Bug#17487).
89         * gnulib.mk: Remove stdarg and stdbool modules.
91 2014-05-16  Paul Eggert  <eggert@cs.ucla.edu>
93         Don't require pkg-config when building from repository.
94         * INSTALL: Remove no-longer-needed notes about pkg-config.
96 2014-05-05  Eli Zaretskii  <eliz@gnu.org>
98         * INSTALL: Update to the effect that pkg-config is now required
99         for building from the repository.
101 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
103         * cmdproxy.c (make_absolute): Don't copy more characters from PATH
104         than a single directory name can hold.  (Bug#17334)
106 2014-04-22  Eli Zaretskii  <eliz@gnu.org>
108         * inc/ms-w32.h (lseek): Define only if not already a macro.
109         Suggested by Fabrice Popineau <fabrice.popineau@gmail.com>.
111 2014-04-11  Ken Brown  <kbrown@cornell.edu>
113         * emacs.rc: Revert last change.
115 2014-04-07  Ken Brown  <kbrown@cornell.edu>
117         * emacs.rc: Don't use manifest on Cygwin.  (Bug#17176)
119 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
121         * Makefile.in (install): Create destination directory before copying
122         README.W32, and use ${datadir} to refer to the file (bug#16772).
124 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
126         * Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare.
127         (install): Copy README.W32 to $(datadir)/emacs/$(version).
128         (uninstall): Remove README.W32.  (Bug#14757)
130 2014-02-08  Eli Zaretskii  <eliz@gnu.org>
132         * INSTALL: Update for Emacs 24.4.
134         * README: Update for Emacs 24.4.
136         * README.W32: Update and improve instructions.  (Bug#14762)
138 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
140         * README.W32: Say what GnuTLS and libxml2 does (bug#14762).
142 2014-01-18  Eli Zaretskii  <eliz@gnu.org>
144         * runemacs.c (ensure_unicows_dll): Don't tell in the message box
145         that "emacs -nw" can do without UNICOWS.DLL on Windows 9X.  See
146         w32.c:maybe_load_unicows_dll and its callers for the reason.
148 2014-01-11  Claudio Bley  <claudio.bley@googlemail.com>
150         * inc/sys/stat.h (_WSTAT_DEFINED): Define, to avoid compilation
151         failures when wchar.h is included.
153 2014-01-11  Fabrice Popineau  <fabrice.popineau@supelec.fr>
155         * inc/ms-w32.h (pthread_sigmask): Undefine if defined, for MinGW64.
157 2013-12-31  Fabrice Popineau  <fabrice.popineau@supelec.fr>
159         * inc/ms-w32.h (sys_kill): Fix prototype.
161 2013-12-30  Eli Zaretskii  <eliz@gnu.org>
163         * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask.  (Bug#16299)
165 2013-12-23  Eli Zaretskii  <eliz@gnu.org>
167         * README.W32:
168         * INSTALL: Update instructions for downloading and using image
169         libraries in general, and librsvg in particular.
171 2013-12-16  Eli Zaretskii  <eliz@gnu.org>
173         * emacs-x64.manifest:
174         * emacs-x86.manifest: Declare that we target Windows 8.1 as well
175         as earlier versions.  This is so GetVersion and GetVersionEx APIs
176         used for bug reporting and other purposes return accurate version
177         number on Windows 8.1.  See the discussion on MSDN
178         http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
179         for more details.
181 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
183         * inc/ms-w32.h (MAX_UTF8_PATH): New macro.
184         (opendir, closedir, readdir, seekdir): Redirect to replacement
185         functions.
186         * inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long.
188 2013-11-27  Glenn Morris  <rgm@gnu.org>
190         * README.W32:
191         * addpm.c (env_vars):
192         * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
193         * paths.h (PATH_LOADSEARCH): No more leim directory.
195 2013-11-26  Glenn Morris  <rgm@gnu.org>
197         * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/.
199 2013-11-12  Dani Moncayo  <dmoncayo@gmail.com>
201         * msysconfig.sh: Remove.
202         * INSTALL: Update for this.
204 2013-11-09  Glenn Morris  <rgm@gnu.org>
206         * mingw-cfg.site: No need for this to be executable.
208 2013-10-24  Glenn Morris  <rgm@gnu.org>
210         * Makefile.in ($(DESTDIR)${archlibdir}):
211         Avoid non-portable "`\" nesting.
213         * Makefile.in (abs_top_srcdir): New, set by configure.
215 2013-10-23  Glenn Morris  <rgm@gnu.org>
217         * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
218         Quote entities that might contain whitespace.
220 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
222         * inc/mingw_time.h: New file.
224         * inc/ms-w32.h: Include mingw_time.h instead of doing its job.
226 2013-10-12  Eli Zaretskii  <eliz@gnu.org>
228         * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
229         the layout of 'struct dirent' be compatible with MinGW32 runtime
230         versions 4.0 and later.
232         * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
233         (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
234         defined, but not for MinGW64.
235         (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
236         use of 32-bit time_t type.
238 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
240         Improve support for popcount and counting trailing zeros (Bug#15550).
241         * gnulib.mk: Merge changes from ../lib/gnulib.mk.
243 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
245         * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
247 2013-09-20  Eli Zaretskii  <eliz@gnu.org>
249         * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
250         to avoid gnulib replacement of 'struct timeval' and the resulting
251         compilation of lib/gettimeofday.c with incompatible version of
252         gettimeofday.  Related discussions on emacs-devel:
253         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
254         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
256 2013-08-31  Glenn Morris  <rgm@gnu.org>
258         * INSTALL: Rename from INSTALL.MSYS.
259         * INSTALL.OLD: Rename from INSTALL.
260         * configure.bat: Update for INSTALL name changes.
262 2013-08-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
264         * configure.bat: Rather than disabling, make configure.bat produce
265         some warning that building with configure.bat is deprecated and
266         ask for confirmation to continue.
268 2013-08-25  Glenn Morris  <rgm@gnu.org>
270         * INSTALL: Refer to INSTALL.MSYS.
271         * configure.bat: Disable it.
273 2013-08-04  Eli Zaretskii  <eliz@gnu.org>
275         * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
277         * inc/ms-w32.h (mkostemp): Declare prototype.
278         (mktemp): Don't redirect to sys_mktemp.
280         * config.nt (HAVE_MKOSTEMP): Define to 1.  (Bug#15015)
282 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
284         * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC)
285         (FD_CLOEXEC): New macros.
287 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
289         Make file descriptors close-on-exec when possible (Bug#14803).
290         * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section;
291         otherwise, gnulib-tool complains given close-on-exec changes.
292         * inc/ms-w32.h (pipe): Remove.
293         * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec)
294         (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars.
296 2013-06-25  Juanma Barranquero  <lekktu@gmail.com>
298         * configure.bat: Add warning to the help text about using the
299         MSYS/MinGW building procedure.
301 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
303         * INSTALL.MSYS: mingw-get is not a GUI program (yet).
304         msys-automake is not suitable for MinGW builds.  Mention the
305         --enable-locallisppath switch to msysconfig.sh.  Suggested by
306         Óscar Fuentes <ofv@wanadoo.es>.
308 2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
310         * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
312 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
314         * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
316 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
318         * inc/sys/time.h (struct timeval): Remove the _W64 guards.
320 2013-06-01  Eli Zaretskii  <eliz@gnu.org>
322         * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
323         avoid multiple definition errors on MinGW64.
325 2013-05-31  Eli Zaretskii  <eliz@gnu.org>
327         * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
328         'restrict', which is a C99 extension.  See
329         http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
330         and the following discussion for the problem this caused in the
331         old nt/configure.bat build.
333 2013-05-29  Eli Zaretskii  <eliz@gnu.org>
335         * Makefile.in (emacs.res): Include srcdir when preprocessing
336         resources, for out-of-tree builds.
337         (mostlyclean): Remove *.res files.
339 2013-05-17  Eli Zaretskii  <eliz@gnu.org>
341         * runemacs.c (WinMain): Support invocation of un-installed
342         nt/runemacs.exe, by looking for src/emacs.exe.
344 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
346         * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define.  (Bug#14409)
348         * msysconfig.sh: New file.
350         * mingw-cfg.site: New file.
352         * makefile.w32-in (LOCAL_FLAGS): Add -DOLD_PATHS=1.
354         * inc/unistd.h: Include pwd.h and sys/types.h.
356         * inc/sys/time.h (_TIMEVAL_DEFINED, timerisset, timercmp)
357         (timerclear): Define.
358         (gettimeofday): Adjust signature to be Posix compatible, by using
359         the 'restrict' keyword.
361         * inc/sys/stat.h (UTIME_NOW, UTIME_OMIT): Define.
362         (struct _stat, struct _stati64): Define.
364         * inc/sys/socket.h (timeval): Define only for MSVC.
365         (FD_SET, FD_CLR, FD_ISSET, fd_set): Redefine only if
366         EMACS_CONFIG_H is defined.
367         (timeval): Undefine only for MSVC.
369         * inc/ms-w32.h (HAVE___BUILTIN_UNWIND_INIT, restrict)
370         (HAVE_WINDOW_SYSTEM, HAVE_MENUS, EMACS_CONFIGURATION)
371         (EMACS_CONFIG_OPTIONS, HAVE_LONG_LONG_INT)
372         (HAVE_UNSIGNED_LONG_LONG_INT): Define only if not already defined.
373         (fileno): Move definition after including stdio.h.
374         (sigset_t): Guard typedef by _W64.
376         * gnulib.mk: New file.
378         * epaths.nt: New file.
380         * addpm.c [!OLD_PATHS]: Include src/epaths.h, instead of having a
381         copy of the file names there.
382         <env_vars> [!OLD_PATHS]: Use macros from epaths.h instead of
383         literal strings.
385         * Makefile.in: New file.
387         * INSTALL.MSYS: New file.
389         * INSTALL: Mention INSTALL.MSYS.
391 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
395 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
397         * config.nt: Sync with autogen/config.in.
398         (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE)
399         (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE)
400         (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES)
401         (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE)
402         (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT)
403         (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD)
404         (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED)
405         (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA)
406         (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY)
407         (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros.
409 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
411         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
412         * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
413         * inc/ms-w32.h (EOPNOTSUPP): New macro.
415 2013-04-09  Ken Brown  <kbrown@cornell.edu>
417         * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
418         (Bug#12993)
420 2013-04-01  Eli Zaretskii  <eliz@gnu.org>
422         * README: A better documentation of ddeclient.exe.
424         * README.W32: A better documentation of ddeclient.exe.
426         * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
427         subdirectories.
429 2013-03-30  Eli Zaretskii  <eliz@gnu.org>
431         * inc/ms-w32.h (TERM_HEADER): Remove definition.
433         * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
434         ms-w32.h.
436 2013-03-29  Eli Zaretskii  <eliz@gnu.org>
438         * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
440         * config.nt (HAVE_COPYSIGN): Define.
442 2013-03-29  Juanma Barranquero  <lekktu@gmail.com>
444         * config.nt: Sync with autogen/config.in.
445         (HAVE_XKBGETKEYBOARD): Remove.
446         (HAVE_XKB): New macro.
448 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
450         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
451         (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
452         Depend on .exe files.
454         * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
455         avoid MinGW64 compiler warnings in editfns.c.
457         Fix rules for parallel builds.
458         * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
459         without the .exe suffix.
460         (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
461         targets.
462         (.PHONY): Remove.
464         * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
465         headers, since that's where _W64 is declared by MinGW64.
467 2013-03-26  Eli Zaretskii  <eliz@gnu.org>
469         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
470         (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
472         * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
473         define for MinGW64.
475         * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
476         for MinGW64.
478         Fix more incompatibilities between MinGW.org and MinGW64 headers
479         reported by Óscar Fuentes in
480         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
481         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
482         and in
483         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
484         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
485         For MinGW64, include sys/types.h and time.h.
486         (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
488         * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
490         * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
491         _W64.
492         (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
493         _TIMEZONE_DEFINED.
495         * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
497         * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
498         lstat, and fstatat.
500 2013-03-25  Eli Zaretskii  <eliz@gnu.org>
502         Fix incompatibilities between MinGW.org and MinGW64 headers
503         reported by Óscar Fuentes in
504         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
505         * inc/ms-w32.h (struct timespec): Don't define if
506         _TIMESPEC_DEFINED is already defined.
507         (sigset_t) [!_POSIX]: Typedef for MinGW64.
508         (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
509         including the first system header, to avoid redefinition if some
510         system header defines a default value.
512         * inc/sys/time.h (struct itimerval): Don't define if
513         _TIMESPEC_DEFINED is already defined.
515 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
517         Fix the MSVC build.  (Bug#13939)
518         * inc/stdint.h (UINTPTR_MAX): Define.
520         * nmake.defs (libc): Fix syntax of !if conditional.
522 2013-03-15  Juanma Barranquero  <lekktu@gmail.com>
524         * config.nt: Sync with autogen/config.in.
525         (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
526         (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
527         (HAVE_FDATASYNC): New macros.
529 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
531         File synchronization fixes (Bug#13944).
532         * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
534 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
536         FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
537         * inc/unistd.h (O_NOFOLLOW): New macro.
539 2013-03-04  Juanma Barranquero  <lekktu@gmail.com>
541         * config.nt: Sync with autogen/config.in.
542         (DATA_START, ORDINARY_LINK): Remove.
543         (HAVE_DATA_START, HAVE__PUTENV): New macros.
545 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
547         * inc/ms-w32.h (BOOT_TIME_FILE): Define.
549         * config.nt (CLASH_DETECTION): Define to 1.
551 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
553         * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
554         (Bug#9066)
555         (chown, logb): Remove, unused.
557 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
559         * config.nt: Sync with autogen/config.in.
560         (GC_MARK_STACK): Remove.
561         (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
562         (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
563         (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
565 2013-02-12  Eli Zaretskii  <eliz@gnu.org>
567         * inc/ms-w32.h: Add prototype for memrchr.
569 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
571         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
572         * inc/sys/stat.h (fstatat):
573         * inc/unistd.h (readlinkat): New decls.
575 2013-01-28  Eli Zaretskii  <eliz@gnu.org>
577         * inc/dirent.h (opendir): Update prototype.
579 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
581         * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
582         used in term.c.  (Bug#13387)
584 2013-01-09  Juanma Barranquero  <lekktu@gmail.com>
586         * config.nt: Sync with autogen/config.in.
587         (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
589 2012-12-24  Eli Zaretskii  <eliz@gnu.org>
591         * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
592         in lib/filemode.c that broke the MS-Windows build.
593         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
595 2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
597         * config.nt: Sync with autogen/config.in.
598         (BSD4_2): Remove.
600 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
602         * inc/sys/acl.h: New file.
604         * inc/ms-w32.h (ENOTSUP): Define if undefined.
606         * config.nt (HAVE_POSIX_ACL): Define.
608 2012-12-15  Eli Zaretskii  <eliz@gnu.org>
610         * inc/ms-w32.h (sys_unlink): Provide prototype.
612 2012-12-14  Eli Zaretskii  <eliz@gnu.org>
614         * inc/sys/stat.h: Declare w32_stat_get_owner_group.
616 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
618         * config.nt: Sync with autogen/config.in.
619         (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
621 2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
623         * config.nt: Sync with autogen/config.in.
624         (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
625         (ULIMIT_BREAK_VALUE): Remove.
627 2012-12-10  Daniel Colascione  <dancol@dancol.org>
629         * emacs.rc: Use forward slashes in relative paths in order to
630         avoid complaints from Cygwin.  (Forward slashes work perfectly
631         well in the NT build.)
633 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
635         * inc/unistd.h (unsetenv): Provide a prototype.
637 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
639         * inc/ms-w32.h (putenv): Redirect to sys_putenv.
640         (sys_putenv): Add prototype.
642         * config.nt (HAVE_UNSETENV): Define to 1.
644 2012-12-01  Juanma Barranquero  <lekktu@gmail.com>
646         * config.nt: Sync with autogen/config.in.
648 2012-11-24  Ken Brown  <kbrown@cornell.edu>
650         * config.nt (HAVE_MOUSE): Remove.
652 2012-11-23  Juanma Barranquero  <lekktu@gmail.com>
654         * config.nt: Sync with autogen/config.in.
655         (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
656         Remove.
658 2012-11-23  Eli Zaretskii  <eliz@gnu.org>
660         * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
661         (Bug#12955)
663         * nmake.defs (SWITCHCHAR): Define to /.
665 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
667         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
668         * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
669         (struct dirent): Rename from struct direct.  All uses changed.
670         * inc/sys/dir.h: Remove.
672 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
674         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
675         * config.nt (HAVE_GETCWD): Remove.
677 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
679         * nmake.defs: Use !if, not !ifdef.  For the details, see
680         http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
682         * inc/stdint.h (INTPTR_MIN)
683         (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
685 2012-11-18  Eli Zaretskii  <eliz@gnu.org>
687         * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
689 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
691         * config.nt: Sync with autogen/config.in.
692         (HAVE_FPATHCONF): Remove.
694 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
696         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
697         * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
698         POSIX name for this flag is O_NONBLOCK.  All uses changed.
699         * inc/unistd.h (O_RDWR, O_NOCTTY): New macros.  Like AT_FDCWD etc.
700         these really should be moved to a replacement <fcntl.h> if and
701         when that gets implemented.  In the meantime, include <fcntl.h>
702         to make sure we don't override its definitions.
704 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
706         * inc/sys/wait.h: New file, with prototype of waitpid and
707         definitions of macros it needs.
709         * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
710         (sys_wait): Remove prototype.
712         * config.nt (HAVE_SYS_WAIT_H): Define to 1.
714 2012-11-17  Dani Moncayo  <dmoncayo@gmail.com>
716         * zipdist.bat (ZIP_CHECK): Remove unused label.  When invoking 7z
717         to check if it's installed, redirect standard output and standard
718         error to the null device.
719         (ZIP_DIST): Don't build the "barebin" distribution.
721 2012-11-15  Juanma Barranquero  <lekktu@gmail.com>
723         * config.nt: Sync with autogen/config.in.
724         (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
725         (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
726         New macros.
728 2012-11-14  Eli Zaretskii  <eliz@gnu.org>
730         * inc/unistd.h (faccessat): Add prototype.
731         (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
732         2 moved from ms-w32.h.
734         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
736 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
738         Use faccessat, not access, when checking file permissions (Bug#12632).
739         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
740         (access): Remove.
741         (faccessat): New macro.
743 2012-11-05  Eli Zaretskii  <eliz@gnu.org>
745         * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
747 2012-11-05  Juanma Barranquero  <lekktu@gmail.com>
749         * config.nt: Sync with autogen/config.in.
750         (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
751         (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
753 2012-11-04  Juanma Barranquero  <lekktu@gmail.com>
755         * config.nt: Sync with autogen/config.in.
756         (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
758 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
760         * config.nt (PENDING_OUTPUT_N_BYTES): Define.
762 2012-11-01  Eli Zaretskii  <eliz@gnu.org>
764         * inc/unistd.h (setpgid, getpgrp): Provide prototypes.  (Bug#12776)
766         * config.nt (GETPGRP_VOID): Define to 1.
768 2012-10-24  Juanma Barranquero  <lekktu@gmail.com>
770         * config.nt: Sync with autogen/config.in.
772 2012-10-17  Eli Zaretskii  <eliz@gnu.org>
774         * inc/pwd.h (getuid, geteuid): Add prototypes.
776         * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
777         (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
778         (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
779         (sys_kill, getpagesize): Add prototypes for emulated functions.
781         * inc/grp.h (getgid, getegid): Add prototypes.
783         * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
785         * configure.bat (chkapiN): Avoid compiler warning in junk.c when
786         compiling with -std=gnu99.
788         * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
789         could be used via --cflags switch to configure.bat.
791 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
793         * config.nt: Sync with autogen/config.in.
794         (HAVE_NTGUI): New macro.
796 2012-10-02  Eli Zaretskii  <eliz@gnu.org>
798         * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
799         compiler warnings when using the value.
801 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
803         * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
804         'void *', for pointer arithmetics.
805         (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
806         macro arguments in parentheses.
808 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
810         * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
812 2012-09-30  Fabrice Popineau  <fabrice.popineau@supelec.fr>
814         * inc/sys/socket.h: Don't map Winsock error codes to standard ones
815         that are already defined.
817         * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
818         (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
819         [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
821         * preprep.c (pfnCheckSumMappedFile, rva_to_section)
822         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
823         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
824         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
825         (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
826         Use DWORD_PTR instead of DWORD for compatibility with x64.
828         * nmake.defs: Support AMD64.
829         (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
831         * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
832         New macros.
834         * addsection.c (pfnCheckSumMappedFile, rva_to_section)
835         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
836         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
837         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
838         (copy_executable_and_add_section, main): Use DWORD_PTR instead of
839         DWORD, for compatibility with x64.
841         * emacs-x64.manifest: New file.
843         * emacs-x86.manifest: Renamed from emacs.manifest.
845 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
847         * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
848         (struct itimerval): Define.
849         (getitimer, setitimer): Add prototypes.
851         * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
852         with MinGW.
853         (SA_RESTART, SIGPROF): Define.
855         * config.nt (HAVE_SETITIMER): Define to 1.
857 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
859         * config.nt: Sync with autogen/config.in.
861 2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
863         * config.nt: Sync with autogen/config.in.
864         (HAVE_TIMER_SETTIME): New macro.
866 2012-09-23  Eli Zaretskii  <eliz@gnu.org>
868         * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
870 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
872         Simplify and avoid signal-handling races (Bug#12471).
873         * inc/ms-w32.h (emacs_raise): New macro.
875 2012-09-18  Eli Zaretskii  <eliz@gnu.org>
877         * configure.bat: Include stddef.h before gif_lib.h, to have size_t
878         defined, as needed by giflib-5.0.0.  (Bug#12464)
880 2012-09-17  Juanma Barranquero  <lekktu@gmail.com>
882         * config.nt: Sync with autogen/config.in.
883         (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
885 2012-09-17  Glenn Morris  <rgm@gnu.org>
887         * config.nt (COPYRIGHT): New.
889 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
891         Port _setjmp fix to POSIXish hosts as well as Microsoft.
892         * config.nt: Attempt to sync with autogen/config.in.
893         (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
894         (_longjmp, _setjmp): Remove.
896 2012-09-14  Juanma Barranquero  <lekktu@gmail.com>
898         * config.nt: Sync with autogen/config.in.
899         (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
900         (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
901         (USABLE_FIONREAD, USABLE_SIGIO): New macros.
903 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
905         * config.nt: Sync with autogen/config.in.
906         (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
907         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
909 2012-09-08  Eli Zaretskii  <eliz@gnu.org>
911         * configure.bat <use_extensions>: Don't leave it set in the
912         environment when the script exits.
914 2012-09-07  Juanma Barranquero  <lekktu@gmail.com>
916         * config.nt: Sync with autogen/config.in.
917         (NO_ABORT, SIGNAL_H_AHB): Remove.
919 2012-09-07  Eli Zaretskii  <eliz@gnu.org>
921         * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
923 2012-09-05  Juanma Barranquero  <lekktu@gmail.com>
925         * config.nt: Sync with autogen/config.in.
927 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
929         Simplify redefinition of 'abort' (Bug#12316).
930         * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
932 2012-09-02  Juanma Barranquero  <lekktu@gmail.com>
934         * config.nt: Sync with autogen/config.in.
935         (HAVE_EXECINFO_H, TERM_HEADER): New macros.
937 2012-09-01  Daniel Colascione  <dancol@dancol.org>
939         * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
941 2012-08-22  Juanma Barranquero  <lekktu@gmail.com>
943         * config.nt: Sync with autogen/config.in.
945 2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
947         * config.nt: Sync with autogen/config.in.
948         (HAVE_POSIX_OPENPT): New macro.
950 2012-08-14  Juanma Barranquero  <lekktu@gmail.com>
952         * config.nt: Sync with autogen/config.in.
953         (_GL_INLINE_HEADER_BEGIN): Update.
955 2012-08-10  Glenn Morris  <rgm@gnu.org>
957         * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
959 2012-08-07  Juanma Barranquero  <lekktu@gmail.com>
961         * config.nt: Sync with autogen/config.in.
962         (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
963         (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
965         * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
967 2012-08-06  Glenn Morris  <rgm@gnu.org>
969         * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
970         (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
972 2012-08-04  Eli Zaretskii  <eliz@gnu.org>
974         * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
975         (PATH_DATA, PATH_DOC): Replace dummy directory names with
976         directories relative to %emacs_dir%.
977         (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
978         to the use case of running un-installed Emacs.
980 2012-08-03  Juanma Barranquero  <lekktu@gmail.com>
982         * config.nt: Sync with autogen/config.in.
983         (DOS_NT, MSDOS): New macros.
984         (WRETCODE, wait3): Remove.
986         * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
988 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
990         * inc/sys/stat.h (S_IFLNK): Define.
991         (S_ISLNK): A non-trivial definition.
992         (lstat): Prototype instead of a macro that redirects to 'stat'.
994 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
996         Use C99-style 'extern inline' if available.
997         * config.nt: Sync with autogen/config.in.
998         (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
999         (_GL_INLINE_HEADER_END): New macros.
1001 2012-08-02  Glenn Morris  <rgm@gnu.org>
1003         * inc/ms-w32.h: Move here from ../src/s.
1004         * config.nt (config_opsysfile): Change to <ms-w32.h>.
1006 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
1008         * config.nt: Sync with autogen/config.in.
1009         (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1010         (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
1011         New macros.
1013 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
1015         * config.nt: Sync with autogen/config.in.
1016         Remove code moved to conf_post.h and include <conf_post.h>
1017         (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
1018         (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
1020 2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
1022         * config.nt: Sync with autogen/config.in.
1023         (HAVE_ENVIRON_DECL): New macro.
1025 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
1027         * inc/stdalign.h (_Alignas, alignas): Define.
1029 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1031         Use Gnulib stdalign module (Bug#9772, Bug#9960).
1032         * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
1034 2012-07-14  Juanma Barranquero  <lekktu@gmail.com>
1036         * config.nt: Sync with autogen/config.in.
1037         (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
1038         (SETUP_SLAVE_PTY): New macros.
1040 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
1042         * config.nt: Sync with autogen/config.in.
1043         (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
1044         (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
1045         (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
1046         (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
1047         (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
1048         (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
1049         (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1050         (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
1051         (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
1052         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
1053         Set in src/s/ms-w32.h, not here.
1055 2012-07-11  Juanma Barranquero  <lekktu@gmail.com>
1057         * config.nt: Sync with autogen/config.in.
1058         (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
1059         (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
1060         (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
1062 2012-07-10  Juanma Barranquero  <lekktu@gmail.com>
1064         * config.nt: Sync with autogen/config.in.
1066 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1068         * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
1070 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
1072         * config.nt: Sync with autogen/config.in.
1074 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
1076         * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
1078 2012-07-06  Juanma Barranquero  <lekktu@gmail.com>
1079             Eli Zaretskii  <eliz@gnu.org>
1081         * config.nt: Complete rework to bring it in sync with autogen/config.in.
1082         All Windows-specific code moved to src/s/ms-w32.h.
1084 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1085             Eli Zaretskii  <eliz@gnu.org>
1087         * configure.bat (enablechecking): Enable checks through src/config.h,
1088         not the compiler's command line.
1090         * nmake.defs (CHECKING_CFLAGS): Remove.
1091         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
1093         * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
1094         (CHECKING_CFLAGS): Remove.
1095         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
1097 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1099         * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
1100         (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
1101         (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
1102         (HAVE_MEMCMP): Remove, obsolete.
1104 2012-06-30  Glenn Morris  <rgm@gnu.org>
1106         * paths.h (PATH_SITELOADSEARCH): New.
1108 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
1110         * nmake.defs (CHECKING_CFLAGS):
1111         * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
1113 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
1115         * config.nt (_Noreturn): Don't reference __SUNPRO_C.
1117 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
1119         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1120         * config.nt (_Noreturn): New macro.
1121         (NO_RETURN): Remove.  All uses replaced with _Noreturn.
1122         (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
1124 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
1126         * inc/sys/time.h (struct timespec): Don't define it here, it is
1127         now defined in src/s/ms-w32.h.
1129 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
1131         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1132         * inc/sys/time.h (struct timespec): Define.
1134 2012-06-16  Eli Zaretskii  <eliz@gnu.org>
1136         * makefile.w32-in (install-addpm): New target.
1137         (dist): Depend on it.
1138         (install-shortcuts): Depend on install-addpm instead of copying
1139         addpm.exe as part of the recipe.  See
1140         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
1141         for the related problem and discussions.
1143 2012-06-11  Glenn Morris  <rgm@gnu.org>
1145         * config.nt (SYSTEM_TYPE): Define it.
1147 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
1149         * configure.bat (genmakefiles): Move the redirection away from the
1150         end of the command, to avoid excess whitespace at the end of Make
1151         variables created at configure time, and also avoid things like
1152         "FOO1>>config.settings", where "1" gets interpreted as the file
1153         descriptor and eaten up.  This fixes breakage introduced by the
1154         last change, without reintroducing the bug fixed by that change.
1156 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
1158         * nmake.defs (MWINDOWS): Define as
1159         "-subsystem:windows -entry:mainCRTStartup".  Suggested by Fabrice
1160         Popineau <fabrice.popineau@supelec.fr>.  (Bug#11405)
1162         * gmake.defs (MWINDOWS): Define as "-mwindows".
1164 2012-05-28  Eli Zaretskii  <eliz@gnu.org>
1166         * config.nt (HAVE_SYSINFO): Remove; unused.
1168 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
1170         * inc/stdalign.h: New file.
1172         * configure.bat: Ensure a space between %var% expansion and
1173         redirection symbol '>', which breaks when %var% ends in a digit,
1174         such as 1.
1176 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1178         Remove src/m/*.
1179         * config.nt: Do not include "m/intel386.h"; file was removed.
1180         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1181         Move to src/lisp.h.
1182         (EMACS_INT_MAX): New macro.
1184 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1186         * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
1187         (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
1189         * config.nt (HAVE_FTIME): Remove undef; not needed.
1191 2012-05-01  Glenn Morris  <rgm@gnu.org>
1193         * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
1195 2012-04-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1197         * makefile.w32-in: Fix typo (Bug#10261).
1199 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
1201         * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
1202         each runs makeinfo in its own subdirectory of 'doc'.
1203         (info-gmake): Depend on these new targets.
1205 2012-04-07  Glenn Morris  <rgm@gnu.org>
1207         * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
1208         Bump version to 24.1.50.
1210 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1212         * configure.bat: Support building with libxml2.
1214         * INSTALL:
1215         * README.W32: Add information about libxml2.
1217 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1219         * makefile.w32-in: Convert to Unix EOL format.
1220         (all): Don't depend on stamp_BLD and on maybe-bootstrap.
1221         (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
1222         (bootstrap-gmake): Invoke the "clean" and build targets in 2
1223         separate commands, so they run in that order even under "make -j".
1225 2012-03-29  Eli Zaretskii  <eliz@gnu.org>
1227         * config.nt: Discourage from defining HAVE_GETCWD.
1229 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
1231         * makefile.w32-in (install-bin): Don't copy addpm.exe here.  Use
1232         $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
1233         on other (parallel) Make job's toes.
1234         (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
1235         (install-shortcuts): Depend on $(INSTALL_DIR)/bin.  Copy addpm.exe
1236         here.
1237         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
1238         Depend on create-tmp-dist-dir.
1240         * nmake.defs (DIRNAME): New variable.
1241         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1242         same-dir.tst.
1244         * gmake.defs (DIRNAME): New variable.
1245         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1246         same-dir.tst, to avoid conflicts between several (parallel) Make
1247         jobs.
1249 2012-02-24  Eli Zaretskii  <eliz@gnu.org>
1251         Prevent endless re-spawning of cmdproxy.exe when some of its
1252         parent directories have access limitations.
1254         * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
1255         and our own module name to short 8+3 aliases, if the original file
1256         names compare equal.  If GetShortPathName fails, compare the base
1257         names of the two file names, and only re-spawn the command line if
1258         the base-name comparison also fails.  (Bug#10674)
1260 2012-02-23  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1262         * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
1264 2012-02-06  Christoph Scholtes  <cschol2112@googlemail.com>
1266         * README.W32: Removed specific version information for libXpm
1267         included in the binary distribution for maintenance purposes.
1269 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
1271         * README.W32: Clarification for inclusion in source tarball (bug#9750).
1273         * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
1275         * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
1277         * makefile.w32-in (maybe-copy-distfiles)
1278         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
1279         (create-tmp-dist-dir): Add to make --distfiles optional.
1280         (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
1282 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
1284         * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
1285         by other headers.
1287 2011-11-27  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1289         * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
1290         (UINT64_MAX) [_WIN64]: Fix definition.
1291         (uintmax_t, intmax_t): Fix definitions.
1293         * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
1294         Provide correct definitions.
1296         * config.nt (HAVE_DECL_STRTOLL): Define.
1297         (va_copy) [_WIN64]: Provide a better definition.
1299 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1301         * configure.bat: Fix typos.
1303 2011-11-25  Eli Zaretskii  <eliz@gnu.org>
1305         * INSTALL: Elaborate on debugging fatal errors.
1307 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1309         * README.W32: Update the GTK Windows download URL for libpng.
1311 2011-11-13  Christoph Scholtes  <cschol2112@googlemail.com>
1313         * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
1315 2011-11-05  Christoph Scholtes  <cschol2112@googlemail.com>
1317         * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
1318         (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
1319         (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
1320         (intmax_t, INT64_MAX): Add for MSVC.
1322         * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
1324 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
1326         * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
1328         Support MSVC build with newer versions of Visual Studio.
1329         * makefile.w32-in (clean-other-dirs-nmake)
1330         (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
1331         Update for current structure of doc/ subdirectories.
1333         * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
1335         * INSTALL: Update for newer versions of MSVC.
1337 2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1339         Support MSVC build with newer versions of Visual Studio.
1340         * nmake.defs (USE_CRT_DLL): Define to 1.
1341         (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
1342         (D): New variable.
1344 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1346         * runemacs.c (ensure_unicows_dll): New function, tries to load
1347         UNICOWS.DLL on Windows 9X.
1348         (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
1349         display a dialog to the effect that Emacs cannot be started.
1350         (Bug#8562)
1352 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1354         * README.W32: Mention UNICOWS.DLL as prerequisite for running
1355         Emacs on Windows 9X.
1357 2011-10-25  Eli Zaretskii  <eliz@gnu.org>
1359         * makefile.w32-in (dist): Don't put the top-level INSTALL into the
1360         distribution.  (Bug#9861)
1362 2011-10-25  Christoph Scholtes  <cschol2112@googlemail.com>
1364         * INSTALL: Update URL for GTK download page.
1366 2011-10-19  Eli Zaretskii  <eliz@gnu.org>
1368         * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
1369         (Bug#9794) (Bug#641)
1371 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1373         * config.nt (HAVE_SNPRINTF): New macro.
1375 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1377         Assume freestanding C89 headers, string.h, stdlib.h.
1378         * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
1379         (STDC_HEADERS): Remove.
1380         Iinclude string.h, stdlib.h unconditionally.
1382 2011-06-07  Eli Zaretskii  <eliz@gnu.org>
1384         * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
1385         [!__GNUC__]: New macros.
1387 2011-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1389         Use 'inline', not 'INLINE'.
1390         * config.nt (INLINE): Remove.
1392 2011-05-17  Eli Zaretskii  <eliz@gnu.org>
1394         * README.W32: Add information about GnuTLS libraries.
1396 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
1398         * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
1400 2011-05-07  Ben Key  <bkey76@gmail.com>
1402         * configure.bat: Renamed the fusercflags variable to escusercflags
1403         so that the variable name better matches its purpose, to be
1404         identical to usercflags with the exception that all quotes are
1405         escaped by the \ character.
1407         Renamed the fuserldflags variable to escuserldflags so that the
1408         variable name better matches its purpose, to be identical to
1409         userldflags with the exception that all quotes are escaped by
1410         the \ character.
1412         A new ESC_USER_CFLAGS variable is written to config.settings.
1413         This variable has the same value as the escusercflags variable.
1415         * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1416         This variable is identical to the CFLAGS variable except that it
1417         includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1419         These changes, along with some changes to src/makefile.w32-in,
1420         are required to extend my earlier fix to add support for
1421         --cflags and --ldflags options that include quotes so that it
1422         works whether make uses cmd or sh as the shell.
1424 2011-05-06  Eli Zaretskii  <eliz@gnu.org>
1426         * inc/inttypes.h [!__MINGW32__]: Include stdint.h.  Move the
1427         definition of uintmax_t from here...
1428         * inc/stdint.h (uintmax_t): ...to here.
1429         (intptr_t) [!__GNUC__]: New typedef.
1431 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1433         * config.nt: Prepare to configure 64-bit integers for older compilers.
1434         However, temporarily disable this change unless the temporary
1435         symbol WIDE_EMACS_INT is defined.
1436         (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1437         "%I64d" work but long long and "%lld" do not.
1439 2011-05-05  Ben Key  <bkey76@gmail.com>
1441         * configure.bat: Added support for --cflags and --ldflags
1442         options that include quotes as long as command extensions are
1443         enabled.  Specifically when -I, -L, and similar flags are used
1444         to specify supplementary include and library directories a
1445         directory name that includes spaces may now be used if it is
1446         enclosed in quotes.
1448         * INSTALL: Documented the change to configure.bat.
1450 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
1452         * INSTALL: Clarify GnuTLS support.
1454 2011-04-30  Eli Zaretskii  <eliz@gnu.org>
1456         * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1457         Define to 1 for MinGW of MSVC versions >= 1400.
1459 2011-04-28  Eli Zaretskii  <eliz@gnu.org>
1461         * gmake.defs (ARCH): Fix error message in case of unknown architecture.
1463 2011-04-27  Eli Zaretskii  <eliz@gnu.org>
1465         * inc/inttypes.h: New file.
1467         * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1468         (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1470 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
1472         * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1473         inside quotation marks and bail out.
1475 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1477         * cmdproxy.c (try_dequote_cmdline): New function.
1478         (main): Use it.
1480 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1482         * configure.bat: New options --without-gnutls and --lib, new build
1483         variable USER_LIBS, automatically detect GnuTLS.  Copies the PNG
1484         library setup with trivial modifications.
1485         * INSTALL: Add instructions for GnuTLS support.
1486         * gmake.defs: Prefix USER_LIBS with -l.
1488 2011-04-15  Ben Key  <bkey76@gmail.com>
1490         * configure.bat: Modified the code that parses the --cflags and
1491         --ldflags options to support parameters that include the =
1492         character as long as they are enclosed in quotes.
1493         This functionality depends on command extensions.  Configure.bat now
1494         attempts to enable command extensions and displays a warning
1495         message if they could not be enabled.  If configure.bat could
1496         not enable command extensions the old parsing code is used that
1497         does not support parameters that include the = character.
1499         * INSTALL: Updated the file to describe the new functionality
1500         using text provided by Eli Zaretskii.
1502 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1504         * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1505         (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1506         on the trunk on 2011-04-06.
1508 2011-03-27  Glenn Morris  <rgm@gnu.org>
1510         * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1512 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
1514         * addpm.c (main): Remove unused variable `retval'.
1516         * preprep.c (main): Remove unused variable `ptr'.
1518 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
1520         * cmdproxy.c: Include <ctype.h>.
1521         (make_absolute): Remove unused variable `i'.
1523 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1525         * Version 23.3 released.
1527 2011-02-27  Eli Zaretskii  <eliz@gnu.org>
1529         * inc/unistd.h (readlink, symlink): Declare prototypes.
1531 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
1533         * config.nt (nlink_t): Define.
1535 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
1537         * inc/stdint.h: New file, to support compilation with tool chains
1538         that do not have stdint.h (e.g. MSVC).
1540 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
1542         * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1543         (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1544         (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1545         (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1546         (lstat): Define to stat.
1548 2011-02-09  Eli Zaretskii  <eliz@gnu.org>
1550         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1551         "make-docfile" target in lib-src, before bootstrapping the src
1552         directory.  Needed since building in src needs to run make-docfile
1553         to produce globals.h.
1555 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
1557         * config.nt (inline) [__GNUC__]: Define (for gnulib).
1559 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1561         * config.nt (VERSION): Uncomment definition.
1562         (restrict): Define.
1564         * inc/stdbool.h: New file.
1566 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1568         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1569         (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1570         (bootstrap-clean-gmake, clean-other-dirs-nmake)
1571         (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1572         (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1573         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1574         (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1575         (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
1577         * configure.bat: Create lib/makefile.
1579         * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1580         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1581         (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1582         (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1584 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
1586         * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1588 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1590         * configure.bat (end): Unset environment variables used by this
1591         batch file.
1593         * INSTALL: Update the information about PNG support libraries.
1594         (Bug#7716)
1596         * README.W32: Update the information about PNG support libraries.
1598 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
1600         * config.nt (EXTERNALLY_VISIBLE): Define.
1602 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1604         * INSTALL: Refer to `dynamic-library-alist'.
1606 2010-10-06  Juanma Barranquero  <lekktu@gmail.com>
1608         * INSTALL: Add note about problematic characters passed to configure.
1610 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1612         * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1613         emacs-src.tags: New file.
1615         * gmake.defs: Add a comment with a single quote to fix
1616         fontification.  (Bug#7102)
1618 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
1620         * configure.bat: Fix the condition for copying paths.h into
1621         ../src/epaths.h.
1623 2010-09-28  Juanma Barranquero  <lekktu@gmail.com>
1625         * addpm.c (entry, add_registry, main):
1626         * addsection.c (file_data, open_input_file, open_output_file)
1627         (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1628         (COPY_CHUNK):
1629         * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1630         (skip_nonspace, get_next_token, search_dir, make_absolute)
1631         (spawn, main):
1632         * preprep.c (file_data, open_input_file, open_output_file)
1633         (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1634         Use const char*.
1636         * cmdproxy.c (stdin): Don't define, not used.
1637         (main): Don't assign remlen after last use.
1639 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
1641         * configure.bat: Err out when the argument of --cflags contains
1642         invalid characters (check implemented only for GCC).  (Bug#6820)
1644 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
1646         * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1648 2010-08-12  Jason Rumney  <jasonr@gnu.org>
1650         * addpm.c (add_registry): Set path for runemacs.exe to use.
1652 2010-08-08  Óscar Fuentes  <ofv@wanadoo.es>
1654         * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1655         which has a 1024 char limit on Windows (bug#6647).
1657 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1659         * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1660         Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1662 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
1664         * config.nt: Remove code referring to NO_REMAP, unused.
1666 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
1668         Build binary distros on Windows using emacs-VERSION as root dir name.
1670         * makefile.w32-in: Copy README.W32 to installation directory
1671         during `make install'.  Remove README.W32 with `distclean' (in
1672         case Emacs was installed in place).  Use temporary directory to
1673         create distribution zip files in `dist' target.
1674         * zipdist.bat: Simplify code using temporary directory.
1676 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
1678         * runemacs.c (set_user_model_id): Fix prototype.
1680 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1682         New make target for Windows platform: make dist (bug#6602)
1684         * INSTALL: Document new dist target and add section about
1685         creating binary distributions.
1686         * README.W32: Relocate from admin/nt/ directory.
1687         * configure.bat: New parameter `--distfiles'.
1688         * makefile.w32-in: Add version number, new target `dist'.
1689         Add new target `install-shortcuts'.
1690         * zipdist.bat: New file; create zipped binary distribution,
1691         replaces admin/nt/makedist.bat.
1693 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
1695         * INSTALL: Add note about backslashes in Windows paths.
1696         Fix typos.  Simplify references to Windows versions.
1698 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1700         * addpm.c (add_registry, main):
1701         * cmdproxy.c (get_env_size):
1702         * ddeclient.c (main):
1703         * runemacs.c (set_user_model_id):
1704         Convert definitions to standard C.
1706 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1708         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1710 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
1712         * configure.bat: New option --enable-checking.
1713         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1714         (CFLAGS): Include it.
1716 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
1718         * config.nt (volatile): Remove definition.
1720 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1722         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1723         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1725 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
1727         * config.nt (__P): Remove.
1729 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
1731         * config.nt: Remove code depending on BSTRING.
1733 2010-06-03  Glenn Morris  <rgm@gnu.org>
1735         * config.nt: Remove NOT_C_CODE tests, it is always true now.
1737 2010-05-13  Glenn Morris  <rgm@gnu.org>
1739         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1741 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1743         * Version 23.2 released.
1745 2010-05-04  Glenn Morris  <rgm@gnu.org>
1747         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1749 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
1751         * emacs.manifest: Add trustInfo section to Windows manifest.
1753 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1755         * Branch for 23.2.
1757 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
1759         * emacsclient.rc: Fix format of "LegalCopyright" value.
1761 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1763         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1765 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
1767         * INSTALL: Update for CVS->Bazaar switchover.
1769 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
1771         * configure.bat: Add #define PROFILING to config.h.
1773 2009-07-03  Jason Rumney  <jasonr@gnu.org>
1775         * runemacs.c (set_user_model_id): Use standard types.
1777 2009-06-30  Jason Rumney  <jasonr@gnu.org>
1779         * runemacs.c (set_user_model_id): New function.
1780         (WinMain): Use it.
1782 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1784         * Branch for 23.1.
1786 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1788         * inc/sys/stat.h (struct stat): Change the types of st_uid and
1789         st_gid to unsigned.
1791         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1792         to unsigned.
1793         (getpwuid): Argument is now unsigned.
1794         uid_t is now unsigned.
1796 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1798         * INSTALL: Add comment about TCC; fix typos.
1800 2009-01-26  Jason Rumney  <jasonr@gnu.org>
1802         * emacsclient.rc, emacs.rc: Swap name and description.
1803         Remove Windows versions.
1805 2009-01-15  Jason Rumney  <jasonr@gnu.org>
1807         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1809         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1811         * addpm.c (main): Try using COM to create start menu shortcuts
1812         before resorting to DDE (Bug#202)
1813         Remove second command-line argument.
1815 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
1817         * configure.bat: Untabify help message.
1819 2009-01-03  Jason Rumney  <jasonr@gnu.org>
1821         * configure.bat: New option --with-svg.
1823         * INSTALL: Document experimental SVG support.
1825 2008-12-25  Jason Rumney  <jasonr@gnu.org>
1827         * config.nt (PTR): Remove.
1829 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
1831         * config.nt (LISTPROC, PROCATTR): Remove.
1833 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
1835         * config.nt (LISTPROC, PROCATTR): New macros.
1837 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1839         * config.nt (MULTI_KBOARD): Remove.
1841 2008-07-23  Jason Rumney  <jasonr@gnu.org>
1843         * configure.bat: New option --profile.
1844         * gmake.defs: Set cflags and ldflags for profiling when specified.
1846 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1848         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1850 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1852         * config.nt (HAVE_FACES): Remove, unused.
1854 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
1855             Eli Zaretskii  <eliz@gnu.org>
1857         * nmake.defs (FONT_CFLAGS):
1858         * gmake.defs (FONT_CFLAGS): Remove.
1859         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1860         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1861         and _CRTAPI1.
1862         (ARCH_FLAGS): Don't include _X86_.
1864         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1866 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1868         * config.nt: Remove reference to UNEXEC_SRC.
1870 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
1871             Eli Zaretskii  <eliz@gnu.org>
1873         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1874         Don't hardcode -gstabs+, use DEBUG_INFO.
1876         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1877         Default to stabs if the compiler does not support DWARF-2.
1878         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1880 2008-05-14  Jason Rumney  <jasonr@gnu.org>
1882         * configure.bat: Remove code dealing with --disable-font-backend.
1884 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
1886         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1887         better alignment.  Make st_size 64-bit wide.  Add new members
1888         st_uname and st_gname.
1890         * inc/grp.h (struct group): Add gr_gid member.
1892 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
1894         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1895         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
1896         a real file there is not a good idea.
1898 2008-04-23  Jason Rumney  <jasonr@gnu.org>
1900         * makefile.w32-in (CLIENTRES): New variable and build target.
1901         (all): Depend on it.
1902         ($(TRES)): Use $(TRES) in rule.
1904 2008-04-21  Jason Rumney  <jasonr@gnu.org>
1906         * configure.bat (success): Print "make" rather than "gmake", as that
1907         is what MinGW uses.
1909 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
1911         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1912         Add copyright notice.
1914 2008-04-10  Jason Rumney  <jasonr@gnu.org>
1916         * emacsclient.rc: New file.
1918         * INSTALL: Document make targets.
1920 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1922         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
1923         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
1924         (top-distclean, distclean, distclean-other-dirs-nmake)
1925         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1926         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1928 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1930         * inc/sys/stat.h: New file.
1932         * configure.bat: Add check for usp10.h.
1934 2008-04-04  Jason Rumney  <jasonr@gnu.org>
1936         * INSTALL: Update Windows API requirements.
1938 2008-04-03  Jason Rumney  <jasonr@gnu.org>
1940         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1942 2008-03-13  Glenn Morris  <rgm@gnu.org>
1944         * emacs.rc: Set version to 23.0.60.
1946 2008-03-04  Jason Rumney  <jasonr@gnu.org>
1948         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1949         (EMACS_EXTRA_C_FLAGS): Include it.
1950         * configure.bat (usefontbackend): Default to Y.
1951         (--enable-font-backend): Replace with --disable-font-backend.
1952         (:withfont): Replace with :withoutfont.
1954 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1956         * icons/emacs.ico: Full alpha for 32x32 full color.
1957         Add 32x32 and 16x16 256 color versions.
1959 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
1961         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1963 2008-03-02  Jason Rumney  <jasonr@gnu.org>
1965         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1967 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1969         * icons/README: Update.
1971         * icons/emacs.ico: New icon.
1973 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
1975         * addpm.c: Include malloc.h.
1976         (add_registry): Cast return value of alloca.
1978 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1980         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1982 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
1984         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1985         conditional on existence of junk.o.  If %nocygwin% is already set
1986         to Y, skip to chkapiN instead of chkapi.
1987         (chkapi): Move "rm -f junk.c junk.o" to here.
1988         (chkapiN): New label.
1990 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1992         * makefile.w32-in: Remove unidata-gen related rules.
1994 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1996         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1998 2008-02-11  Jason Rumney  <jasonr@gnu.org>
2000         * addpm.c (add_registry): Add an App Paths registry key.
2001         Look for GTK and add it to the DLL search path for Emacs if found.
2003 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
2005         * configure.bat: In help, use generic names for the image libraries.
2007 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
2009         * .cvsignore: Don't ignore .arch-inventory.
2011 2008-02-03  Jason Rumney  <jasonr@gnu.org>
2013         * configure.bat: Make gcc the default compiler.
2015 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
2017         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
2018         Ignore return status.
2020         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
2021         it out of the way of Windows generated file.
2022         Generate admin/unidata/makefile.
2024         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
2025         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
2026         (unidatagen-clean-SH): New targets.
2027         (bootstrap-nmake): Invoke unidatagen-nmake.
2028         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
2030 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2032         * configure.bat (withfont): Set sep1 after modifying usercflags.
2034 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2036         * configure.bat: Rename --with-font-backend to --enable-font-backend
2037         for consistency with other platforms.
2039 2008-02-01  Jason Rumney  <jasonr@gnu.org>
2041         * configure.bat: Add --with-font-backend option.
2043 2008-01-20  Jason Rumney  <jasonr@gnu.org>
2045         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
2046         permissions to NTFS ACLs.
2048 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2050         * config.nt: Remove HAVE_X11R5.
2052 2007-10-22  Jason Rumney  <jasonr@gnu.org>
2054         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
2055         (strings.h, stdlib.h): Conditionally include.
2056         (w32_abort): Declare here.
2057         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
2059 2007-10-20  Jason Rumney  <jasonr@gnu.org>
2061         * makefile.w32-in (info-nmake): Change into correct directories.
2063 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
2065         * configure.bat (docflags, doldflags): New variables.
2066         (genmakefiles): Use them to work around problems with whitespace
2067         in arguments of the `if' command.
2069 2007-10-18  Jason Rumney  <jasonr@gnu.org>
2071         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
2073 2007-09-27  Jason Rumney  <jasonr@gnu.org>
2075         * gmake.defs (COMCTL32): New system library.
2077         * nmake.defs (COMCTL32): New system library.
2079 2007-09-06  Glenn Morris  <rgm@gnu.org>
2081         * configure.bat:
2082         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
2083         Change from ../man to ../doc/emacs and ../doc/misc; and from
2084         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
2086 2007-08-29  Glenn Morris  <rgm@gnu.org>
2088         * emacs.rc: Increase version to 23.0.50.
2090 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
2092         * makefile.w32-in (bootstrap-nmake): Change directories once more.
2094 2007-07-25  Glenn Morris  <rgm@gnu.org>
2096         * Relicense all FSF files to GPLv3 or later.
2098         * COPYING: Switch to GPLv3.
2100 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
2102         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
2103         Depend on cmdproxy.
2104         (cleanall): Don't delete *~.
2106 2007-07-15  Jason Rumney  <jasonr@gnu.org>
2108         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
2109         be fully supported.
2111 2007-07-14  Jason Rumney  <jasonr@gnu.org>
2113         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
2114         of winsock.h.
2116 2007-07-11  Jason Rumney  <jasonr@gnu.org>
2118         * gmake.defs (OLE32): New library to link.
2120         * nmake.defs (OLE32): Likewise.
2122 2007-06-25  Jason Rumney  <jasonr@gnu.org>
2124         * cmdproxy.c (main): Set console codepages to "ANSI".
2126 2007-06-20  Jason Rumney  <jasonr@gnu.org>
2128         * configure.bat: Complain if image libraries are missing.
2130 2007-06-15  Jason Rumney  <jasonr@gnu.org>
2132         * emacs.manifest: New file.
2134         * emacs.rc: Use it.
2136 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2138         * Version 22.1 released.
2140 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2142         * INSTALL: Add information about where to find GDB, and warn
2143         against --no-debug option to configure.bat.
2145 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
2147         * INSTALL: Fix URL of EmacsW32 site where building with image
2148         support is described.
2150 2007-04-26  Glenn Morris  <rgm@gnu.org>
2152         * emacs.rc: Increase version to 22.1.50.
2154 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2156         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
2158 2007-03-09  Richard Stallman  <rms@gnu.org>
2160         * INSTALL: Say explicitly this is not for Cygwin.
2162 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
2164         * INSTALL: Add URL of another site with detailed build instructions.
2166 2007-02-16  Glenn Morris  <rgm@gnu.org>
2168         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
2169         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
2170         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
2171         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
2172         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
2173         Restore all but two of icons deleted in previous change.
2175 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
2177         * icons/README: New file.
2179         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
2180         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
2181         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
2182         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
2183         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
2184         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
2185         Unused icons deleted.
2187 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2189         * configure.bat: Update ../site-lisp/subdirs.el when needed.
2191 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
2193         * subdirs.el: Add "no-byte-compile: t" local variable.
2195 2007-01-10  Jason Rumney  <jasonr@gnu.org>
2197         * README: Update URLs and advice about reporting bugs.
2199 2006-12-29  Jason Rumney  <jasonr@gnu.org>
2201         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
2202         DEBUG_LINK.
2203         (DEBUG_LINK): Remove -debugtype:both.
2205 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2207         * INSTALL: Update table of supported Make ports.  Show "make -j"
2208         command that is known to work.
2210         * configure.bat: Update table of supported Make ports.
2212 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
2214         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
2215         only in implicit rules.  Use literal "emacs.rc" instead.
2217 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2219         * gmake.defs: Export XMFLAGS.
2221         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
2222         Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
2224 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2226         * INSTALL: Explain how to invoke GNU Make for parallel builds.
2228         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
2229         command-line argument to sub-Make in src, since src/makefile.w32-in
2230         invokes Make recursively during bootstrap.
2231         (clean): Delete stamp_BLD.
2232         (bootstrap): Make `all' explicitly in a recursive Make.
2234         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
2235         stamp_BLD after creating the $(BLD) directory.
2237         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
2238         stamp_BLD after creating the $(BLD) directory.
2240         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
2241         (preprep, $(TRES), runemacs)
2242         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
2243         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2244         Depend on stamp_BLD instead of on $(BLD).
2245         (XMFLAGS): New macro.
2246         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
2247         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
2248         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
2249         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
2251 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
2253         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
2254         $(ALL_DEPS).
2255         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
2256         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2257         New dependency on $(BLD).
2258         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
2259         (bootstrap-gmake): Depend on addsection.
2261 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
2263         * runemacs.c (WinMain): Process all recognized arguments, not just
2264         the first one.  Remove unused variable sec_desc.
2266 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
2268         * config.nt (HAVE_LANGINFO_CODESET): Define.
2270         * inc/langinfo.h: New file.
2272         * inc/nl_types.h: New file.
2274 2006-09-15  Jay Belanger  <belanger@truman.edu>
2276         * COPYING: Replace "Library Public License" by "Lesser Public
2277         License" throughout.
2279 2006-07-27  Jason Rumney  <jasonr@gnu.org>
2281         * INSTALL: Add notes about Cygwin make to impatient section.
2283 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2285         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
2286         known to work.
2288 2006-03-12  Jason Rumney  <jasonr@gnu.org>
2290         * addpm.c (add_registry): Don't change the registry unless keys
2291         already exist from a previous version.
2293         * makefile.w32-in (install): Use -q when invoking addpm.
2295         * addpm.c (main): Accept -q as alternative for /q.
2297 2006-03-11  Jason Rumney  <jasonr@gnu.org>
2299         * runemacs.c (WinMain): Set screen buffer to 80x25.
2301 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2303         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
2304         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2306 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
2308         * INSTALL: Add explanation of how to debug with GDB starting from
2309         the Emacs Abort dialog.
2311 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
2313         * emacs.rc: Use new icons.
2315 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
2317         * emacs21.ico: Renamed from emacs.ico.
2318         * emacs.ico: New icons from Andrew Zhilin
2319         <andrew_zhilin@yahoo.com>.
2321 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2323         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
2325 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
2327         * .cvsignore: Add `obj' and `oo' for in-place installations.
2329 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2331         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
2333 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2335         * configure.bat: Don't create lisp/Makefile.unix.
2337 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2339         * .cvsignore: Add `makefile' and `config.log'.
2341 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
2343         Merge gnulib getopt implementation into Emacs.
2345         * inc/gettext.h: Remove; no longer needed now that
2346         lib-src/gettext.h exists.
2348 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2350         * configure.bat: Finish config.log with a line that indicates that
2351         the configure step was successful.
2353 2005-07-04  Lute Kamstra  <lute@gnu.org>
2355         Update FSF's address in GPL notices.
2357 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
2359         * configure.bat: If their fc.exe returns a meaningful exit status,
2360         don't overwrite src/config.h and src/epaths.h with identical
2361         copies.
2363         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
2364         changes.  Add a pointer to another site with detailed configure
2365         and build instructions.  Suggest to look at config.log when
2366         configure fails.  Add MinGW Make 3.80 to the list of successful
2367         combinations.
2369         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
2370         "-mcpu=i686".
2372         * configure.bat: Update copyright years.
2373         Delete config.log before doing anything else.
2374         Write additional diagnostics to config.log in case of failures to
2375         compile test programs, including the failed test program itself.
2376         Add a test for support of -mtune=pentium4 switch to GCC; if it is
2377         supported, set up MCPU_FLAG variable on the various Makefiles to
2378         use that switch during compilations.  (This avoids GCC warning
2379         about -mcpu being deprecated.)
2381 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
2383         * addsection.c (copy_executable_and_add_section): Pass non-zero
2384         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
2385         environment.  Print section names with %.8s.
2386         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
2387         only if non-zero.  All callers changed.
2389 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
2391         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
2392         `const void *', for consistency with POSIX.
2394 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
2396         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
2398 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
2400         * INSTALL: Add more pointers to ports of Unix tools to Windows,
2401         and to the Emacs Wiki (which contains building instructions for
2402         Windows).  Reword image library instructions and remove obsolete
2403         incompatibility information.
2405 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
2407         * config.nt (HAVE_PWD_H): Undef.
2409 2004-06-07  Juanma Barranquero  <lektu@terra.es>
2411         * INSTALL: Clarify paragraph about compatibility between image
2412         libraries and builds of Emacs with several compilers.
2414 2004-06-06  Juanma Barranquero  <lektu@terra.es>
2416         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2417         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
2418         calling non-existent cmdproxy.exe on bootstrapping after a
2419         previous install followed by realclean.
2421         * nmake.defs: Add quote in comment to resync font-locking.
2423 2004-06-04  Juanma Barranquero  <lektu@terra.es>
2425         * INSTALL: Reword the section on image support.  Add reference to
2426         GnuWin32.  Mention problems when mixing binaries from different
2427         compilers.
2429 2004-05-06  Jason Rumney  <jasonr@gnu.org>
2431         * configure.bat: Use -mno-cygwin to check for image libraries
2432         when needed.
2434 2004-05-03  Jason Rumney  <jasonr@gnu.org>
2436         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2437         * makefile.def: Remove.
2439         * nmake.defs (SYS_LDFLAGS): Add -nologo.
2441         * makefile.w32-in (info-gmake, info-nmake): New targets.
2442         (info): Use them.
2444 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2446         * nmake.defs:
2447         * gmake.defs:
2448         * makefile.w32-in:
2449         * makefile.def:
2450         * makefile.nt: Add "-*- makefile -*-" mode tag.
2452 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2454         * runemacs.c (WinMain): Let Emacs environment default to parent.
2456 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2458         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2460 2004-03-10  Juanma Barranquero  <lektu@terra.es>
2462         * makefile.w32-in (install): Don't try to copy
2463         ../lib-src/fns-*.el, as it isn't used anymore.
2465 2004-01-28  Peter Runestig  <peter@runestig.com>
2467         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2469 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
2471         * .cvsignore: Add `.arch-inventory'.
2473 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
2475         * inc/grp.h: New file.
2477 2003-09-03  Peter Runestig  <peter@runestig.com>
2479         * configure.bat: Create ``makefile'' in directories man, lispref
2480         and lispintro.
2482         * makefile.w32-in (force-info, info): New targets.
2484         * envadd.bat: New file.
2486         * multi-install-info.bat: New file.
2488 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
2490         * config.nt (my_strftime): New define.
2492 2003-02-01  Jason Rumney  <jasonr@gnu.org>
2494         * configure.bat: Automatically detect libXpm.
2495         Suppress compiler output when testing for image libraries.
2496         Give names of un-found libraries in messages.
2498 2003-01-31  Juanma Barranquero  <lektu@terra.es>
2500         * configure.bat: Automatically detect giflib and tifflib.
2502 2003-01-29  Jason Rumney  <jasonr@gnu.org>
2504         * gmake.defs (CURDIR): Disable cygpath kludge.
2506 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
2508         * configure.bat: Avoid endless loop when configuring without image
2509         support.
2511 2003-01-26  Jason Rumney  <jasonr@gnu.org>
2513         * configure.bat: Automatically detect jpeglib.
2515 2003-01-25  Jason Rumney  <jasonr@gnu.org>
2517         * configure.bat: Automatically detect libpng.
2519 2003-01-21  Jason Rumney  <jasonr@gnu.org>
2521         * icons/hand.cur: New file.
2523 2003-01-21  David Ponce  <david@dponce.com>
2525         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2527 2003-01-15  Andrew Innes  <andrewi@gnu.org>
2529         * gmake.defs (CURDIR): Convert to native Windows format (with
2530         forward slashes), to support building with Cygwin builds of make.
2532 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
2534         * nmake.defs:
2535         * gmake.defs: Made changes so that Emacs would link with
2536         WinMM.lib.  This change was required for my addition of a Windows
2537         compatible implementation of play-sound-internal.
2539 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
2541         * emacs.rc: Version updated to 21.3.50.
2543 2002-06-13  Jason Rumney  <jasonr@gnu.org>
2545         * addpm.c (env_vars): Remove EMACSLOCKDIR.
2547         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2548         (maybe-bootstrap-SH): New targets.
2549         (all): Depend on maybe-bootstrap.
2551 2002-05-03  Jason Rumney  <jasonr@gnu.org>
2553         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2554         (sys_getpeername, fcntl): Declare as wrappers.
2556 2002-04-10  Juanma Barranquero  <lektu@terra.es>
2558         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2559         after compiling .el files.
2561 2002-03-20  Jason Rumney  <jasonr@gnu.org>
2563         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2564         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2566 2002-03-19  Kim F. Storm  <storm@cua.dk>
2568         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2569         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2570         (HAVE_SYS_UN_H): Undef.
2571         From David Ponce <dponce@voila.fr>.
2573 2002-03-13  Jason Rumney  <jasonr@gnu.org>
2575         * config.nt (STRFTIME_NO_POSIX2): Define.
2577 2002-02-18  Jason Rumney  <jasonr@gnu.org>
2579         * emacs.rc: Define VS_VERSION_INFO if not already.
2580         Update version info.
2582 2002-01-04  Andrew Innes  <andrewi@gnu.org>
2584         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2585         pick up relevant bits of the Windows API definitions.
2587         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2588         pick up relevant bits of the Windows API definitions.
2590 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2592         * makefile.w32-in (bootstrap): Build addsection program before
2593         bootstrap (required for post-processing temacs.exe).
2595 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
2597         * COPYING: New file.
2599 2001-12-03  Andrew Innes  <andrewi@gnu.org>
2601         * makefile.w32-in (bootstrap-nmake)
2602         (bootstrap-gmake): Extend bootstrap process to first do
2603         bootstrap-clean in lisp dir and rebuild the DOC file.
2604         (bootstrap): Do a "normal" make after the bootstrap work.
2606 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2608         * INSTALL: Update table of versions of make that are suitable
2609         for building Emacs, based on recent feedback.
2611         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
2613 2001-11-19  Andrew Innes  <andrewi@gnu.org>
2615         * ftime-nostartup.bat: New file.
2617         * ftime.bat: Don't include libc.lib for profiling - the profiler
2618         corrupts part of memcpy.
2620 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2622         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2623         expansion.  From Juanma Barranquero <lektu@terra.es>.
2625 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2627         * (Version 21.1 released.)
2629 2001-10-12  Andrew Innes  <andrewi@gnu.org>
2631         * inc/pwd.h (uid_t, gid_t): New typedefs.
2633 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2635         * Branch for 21.1.
2637 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2639         * README: Update the address of the mailing list and subscription
2640         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
2642 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
2644         * INSTALL: Suggest to avoid using WinZip.
2646         * configure.bat: Make sure ../site-lisp exists; create if necessary.
2648 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
2650         * INSTALL: Mention that "make install" can be "nmake install".
2652 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
2654         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2655         since some versions of `mkdir' don't automatically create parent
2656         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2658 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
2660         * subdirs.el: New file.
2662         * configure.bat: Copy subdirs.el to the site-lisp directory.
2664         * makefile.w32-in (install): Copy subdirs.el to the installation
2665         directory.
2667 2001-06-20  Jason Rumney  <jasonr@gnu.org>
2669         * runemacs.c (WinMain): Add quotes around command in case of spaces.
2671 2001-06-01  Andrew Innes  <andrewi@gnu.org>
2673         * gmake.defs (sh_output): Don't use $(warning ...) to output
2674         messages, since that is not supported by GNU make 3.77.
2676 2001-05-24  Jason Rumney  <jasonr@gnu.org>
2678         * INSTALL: Clarify that building with MSVC requires nmake.
2680 2001-05-17  Andrew Innes  <andrewi@gnu.org>
2682         * gmake.defs (NEW_CYGWIN): Output message about spurious error
2683         message that is to be ignored.
2685 2001-05-13  Andrew Innes  <andrewi@gnu.org>
2687         * TODO: Remove file, since it is completely out of date.
2689         * README: Add copyright notice.
2691         * INSTALL: Add copyright notice.
2693 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2695         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2696         the environment.
2698         * gmake.defs (SETLOADPATH): Remove definition.
2699         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2700         environment.
2702 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
2704         * configure.bat: Make the checkw32api* labels be distinct in the
2705         first 8 characters.
2707 2001-03-17  Andrew Innes  <andrewi@gnu.org>
2709         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2710         escaped quotes.
2712         * gmake.defs (DEBUG_LINK): New macro.
2713         (LINK_FLAGS): Use it.
2715         * nmake.defs (DEBUG_LINK): New macro.
2716         (LINK_FLAGS): Use it.
2718 2001-03-06  Andrew Innes  <andrewi@gnu.org>
2720         * INSTALL: Add --ldflags to configure line for building with
2721         recent versions of Cygwin GCC.
2723 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
2725         * configure.bat: Use correct options when compiling a test program
2726         with Cygwin.  From David Ponce <dponce@voila.fr>.
2728 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2730         * _emacs: Remove obsolete file.
2732         * emacs.bat.in: Remove obsolete file.
2734         * debug.bat.in: Remove obsolete file.
2736         * inc/sys/socket.h: Add copyright notice.
2738         * paths.h: Add copyright notice.
2740         * makefile.nt: Update copyright notice.
2742         * makefile.def: Update copyright notice.
2744         * configure.bat: Update copyright notice.
2746         * nmake.defs: Add copyright notice.
2748         * gmake.defs: Add copyright notice.
2750         * makefile.w32-in: Add copyright notice.
2752 2001-02-05  Andrew Innes  <andrewi@gnu.org>
2754         * nmake.defs (THISDIR): New definition.
2756         * gmake.defs (THISDIR): New definition.
2758 2001-02-03  Andrew Innes  <andrewi@gnu.org>
2760         * configure.bat: Leave a space before >> only when there is a
2761         preceding digit.  Add a comment about the importance of this.
2763         * README: Replace outdated information.
2765         * INSTALL (Trouble-shooting): Add note about need to specify extra
2766         compiler flags with recent Cygwin ports of gcc.
2768 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2770         * configure.bat: Use "rm -f" instead of "del /f", as the latter
2771         is not supported by Windows 9X's COMMAND.COM.
2773 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
2775         * configure.bat: Make sure redirection is preceded by a blank, to
2776         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2777         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
2779 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
2781         * INSTALL: Copy the table of tested combinations of development
2782         tools from configure.bat.  Add suggestion to install Bash on
2783         Windows 9X.
2785         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2786         lisp/Makefile.in instead.  Use "rm -f" where more than one file
2787         needs to be deleted, since command.com in Windows 9X doesn't grok
2788         more than one argument.
2790 2001-01-24  Andrew Innes  <andrewi@gnu.org>
2792         * makefile.w32-in (cleanall-other-dirs-nmake)
2793         (cleanall-other-dirs-gmake): New targets.
2794         (cleanall): Invoke them.
2796 2001-01-19  Andrew Innes  <andrewi@gnu.org>
2798         * addpm.c (env_vars): Add a version-independent site-lisp
2799         directory to EMACSLOADPATH, after the version dependent one.
2801 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2803         * README: Update info about compilers.
2805         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2806         select correct rule for invoking make in another directory.
2807         Amend rules accordingly.
2808         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2810         * nmake.defs (EMACS_ICON_PATH): Delete definition.
2811         (COMPILER_TEMP_FILES): New definition.
2812         (MAKETYPE): New definition.
2814         * gmake.defs (EMACS_ICON_PATH): Delete definition.
2815         (COMPILER_TEMP_FILES): New definition.
2816         (MAKETYPE): New definition.
2818         * makefile.def (EMACS_ICON_PATH): Delete definition.
2820         * configure.bat: Be careful not to add trailing spaces when
2821         outputting to config.settings.
2823 2001-01-02  Andrew Innes  <andrewi@gnu.org>
2825         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2826         than the function.
2828 2000-12-17  Andrew Innes  <andrewi@gnu.org>
2830         * makefile.w32-in (install): Copy directories to the correct
2831         places.
2832         (real_install): Remove obsolete target.
2834 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2836         * nmake.defs (CURDIR): New define.
2837         (INSTALL_DIR): Use it.
2839         * gmake.defs (NEW_CYGWIN): New define.
2840         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2841         so we need to adjust how we escape embedded quotes.
2842         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2843         relative to $(CURDIR).
2845 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2847         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2849 2000-10-17  Andrew Innes  <andrewi@gnu.org>
2851         * makefile.w32-in (recompile): New target to recompile lisp
2852         directory.
2853         (recompile-CMD, recompile-SH): New support targets.
2855 2000-09-24  Jason Rumney  <jasonr@gnu.org>
2857         * config.nt (NO_RETURN): Define it.
2859 2000-09-17  Andrew Innes  <andrewi@gnu.org>
2861         * gmake.defs: Revert to Unix line endings.
2863         * nmake.defs: Revert to Unix line endings.
2865 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2867         * gmake.defs (SETLOADPATH): Change definition to work from any
2868         subdirectory.
2870 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2872         * makefile.w32-in: Revert to Unix line endings.
2874 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2876         * INSTALL: Add note about expected error messages when configure
2877         is run.
2879         * configure.bat: Simplify the generation of makefiles (don't need
2880         to generate various top-level targets that invoke make in other
2881         directories).
2883         * gmake.defs (SHELLTYPE): New define.
2884         (SETLOADPATH): New define.
2886         * nmake.defs (SHELLTYPE): New define.
2888         * makefile.w32-in: Standardize indentation somewhat.
2889         Add bootstrap support.
2890         Pass $(MFLAGS) when invoking make recursively.
2891         Add shell-specific variants of top-level targets that invoke make
2892         recursively in other directories, and add necessary computed
2893         dependencies.
2895 2000-09-03  Andrew Innes  <andrewi@gnu.org>
2897         * makefile.w32-in: Change to DOS line endings.
2899         * configure.bat: Change to DOS line endings.
2901         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2902         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2904         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2905         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2907         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2908         -D_ANONYMOUS_STRUCT on compile line.
2909         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2910         (ARCH_CFLAGS): Change optimization flags to -O2.
2911         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2912         (ARGQUOTE, DQUOTE): New defines.
2914         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2915         -D_ANONYMOUS_STRUCT on compile line.
2916         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2917         (ARGQUOTE, DQUOTE): New defines.
2919 2000-08-22  Andrew Innes  <andrewi@gnu.org>
2921         * configure.bat: New file.
2923         * gmake.defs: New file.
2925         * nmake.defs: New file.
2927         * makefile.w32-in: New file.
2929         * INSTALL: Rewrite to match new configure process.
2931         * config.nt [WINDOWSNT]: Don't declare getenv.
2932         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2934         * addpm.c (main): Accept /q to mean install based on addpm's
2935         location without asking.  Remove reference to emacs.bat which is
2936         now obsolete.
2938         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2940         * paths.h: Use forward slash as directory separator in all path
2941         definitions.
2942         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2944         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2946         * runemacs.c: Remove WIN32 define.
2948         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2949         not defined.
2951         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2952         (fd_set): Define to new name, after including winsock.h, so we can
2953         provide our own implementation.
2955 2000-07-05  Andrew Innes  <andrewi@gnu.org>
2957         * ebuild.bat: Add support for specifying make arguments.
2959         * makefile.nt: Add support for `bootstrap' and related targets.
2961 2000-06-11  Jason Rumney  <jasonr@gnu.org>
2963         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2965 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2967         * inc/sys/time.h: Add inclusion protection.
2969         * makefile.def (SYS_LDFLAGS): Add -nologo.
2971 1999-11-22  Andrew Innes  <andrewi@gnu.org>
2973         * install.bat: Pass on command line arguments to make.
2975         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
2977 1999-11-21  Andrew Innes  <andrewi@gnu.org>
2979         * makefile.nt (all): Build leim if present.
2980         (install): Install leim if present.
2981         (clean): Clean leim if present.
2983         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2984         definition.
2986         * emacs.bat.in (EMACSLOADPATH): Include leim.
2988 1999-07-12  Richard Stallman  <rms@gnu.org>
2990         * Version 20.4 released.
2992 1999-06-16  Andrew Innes  <andrewi@gnu.org>
2994         * emacs.rc: Use an icon with a transparent background, to be in
2995         keeping with other applications.
2997 1999-06-03  Andrew Innes  <andrewi@gnu.org>
2999         * preprep.c: Fix typo.
3001 1999-05-02  Andrew Innes  <andrewi@gnu.org>
3003         * config.h: Remove obsolete file.
3005         * preprep.c (copy_executable_and_move_sections): Ifdef out a
3006         couple of unused switch cases that aren't defined on all
3007         platforms.
3009         * ftime.bat: Add another variation of the profile command, which
3010         only profiles extended commands.
3012 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
3014         * cmdproxy.c (main): Fix parens.
3016 1999-03-25  Andrew Innes  <andrewi@gnu.org>
3018         * cmdproxy.c (main): Call GetShortPathName to normalize program
3019         names for comparison.
3021 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
3023         * makefile.def: Compile multiple .c files when possible.
3024         Use BLD instead of assuming i386.
3025         * makefile.nt: Remove common multiple file compilation commands.
3027 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
3029         * cmdproxy.c (main): Add missing parens.
3031 1999-02-20  Andrew Innes  <andrewi@gnu.org>
3033         * preprep.c: New program to allow dumped image to be profiled.
3035         * makefile.nt (preprep): New target.
3036         (ALL): Build it.
3038         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
3040         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
3041         Change prep options to profile libc functions and skip the startup
3042         code.
3044 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
3046         * makefile.nt: Create installation directory as first step.
3048 1999-01-31  Andrew Innes  <andrewi@gnu.org>
3050         * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
3051         ROUND_UP_DST.  Zeroes the alignment slop.
3052         (copy_executable_and_add_section): Update the
3053         SizeOfHeaders field properly.
3055 1999-01-27  Andrew Innes  <andrewi@gnu.org>
3057         * makefile.nt: Do make version comparison as strings.
3059 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
3061         * runemacs.c (WinMain): Pass explicit environment block to
3062         CreateProcess, to work around a bug in Windows 95/98.
3064 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
3066         * icons: New directory with Davenport's icons.
3067         * icons/sink.ico: Renamed from emacs.ico.
3069         * makefile.nt (install, fast_install): Install Windows icons
3070         into etc/icons.
3072         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
3074 1999-01-17  Andrew Innes  <andrewi@gnu.org>
3076         * makefile.nt (ALL): List top-level targets.
3077         (addsection): New top-level target.
3078         (install): Copy fns-*.el to bin directory.
3080         * addsection.c: New program to add static heap section to
3081         temacs.exe after linking, in support of new unexec method.
3083 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
3085         * cmdproxy.c (spawn): Pass directory for child as parameter.
3086         (main): Save startup directory to give to spawn, then change
3087         directory to location of .exe in order not to prevent startup
3088         directory from being deleted.
3090 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
3092         * makefile.nt: Do string comparison of _NMAKE_VER.
3094 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
3096         * config.nt (LOCALTIME_CACHE): Define.
3098 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
3100         * install.bat: Convert to DOS format.
3102 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
3104         * cmdproxy.c (main): Set environment size only when running
3105         command.com.
3107 1998-11-03  Theodore Jump  <tjump@tertius.com>
3109         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
3110         (DEL_TREE): Use rd instead of rmdir.
3111         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
3112         * makefile.nt: Compile multiple source files when possible.
3114 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
3116         * cmdproxy.c (main): Treat command line options as case-insensitive.
3118 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
3120         * Version 20.3 released.
3122 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
3124         * addpm.c (main): Explicitly check result of message box for OK.
3126 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
3128         * inc/sys/file.h (D_OK): Define new macro.
3130 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
3132         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
3134 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
3136         * emacs.rc (VS_VERSION_INFO): Define.
3138 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
3140         * makefile.nt (emacs.bat, debug.bat): Create them in the
3141         installation directory.
3143 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
3145         * ddeclient.c: New file.  (Support program for performing limited
3146         interprocess communication on Windows.)
3148         * makefile.nt: Build ddeclient.
3150         * cmdproxy.c (main): Only set environment size for real shell, and
3151         provide extra directory argument, when running on Windows 95.
3153 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
3155         * cmdproxy.c (fail): Exit with a negative return value.
3156         (spawn): Return subprocess return code as an argument.
3157         Explicitly copy environment block.
3158         (main): Update to use return value argument with spawn.
3159         Retry if spawn failed when a subshell was not tried.
3161         * config.nt: Include new macros from src/config.in.
3162         (GNU_MALLOC, REL_ALLOC): Define.
3163         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
3164         (RE_TRANSLATE): Use char_table_translate.
3166         * makefile.def (CP_DIR): Preserve attributes.
3168         * makefile.nt (clean): Delete patch generated files, optimized
3169         build directory.
3171 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
3173         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
3175 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3177         * Version 20.2 released.
3179 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3181         * Version 20.1 released.
3183 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
3185         * debug.bat.in: New file.
3186         * makefile.nt (debug.bat): New target.
3188 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
3190         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
3191         Quote group name.  Allow different icons to be specified.
3193         * cmdproxy.c (get_env_size): New function.
3194         (spawn): Explicitly pass in environment when creating subprocess.
3195         (main): Cleanup error messages.
3196         Specify dynamically sized environment block for real shell.
3197         Pass on unhandled switches to real shell.
3198         Quote program name.
3200         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
3201         directory.
3202         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
3204         * runemacs.c (WinMain): Allow Emacs process to be started with
3205         high or low priority.
3207         * emacs.bat.in: Remove OS dependent operations.
3209 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
3211         * addpm.c (env_vars): No longer set INFOPATH.
3213         * cmdproxy.c (get_next_token): Null terminate token returned.
3215         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
3217 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
3219         * addpm.c (env_vars): Set SHELL to cmdproxy.
3220         (main): Initialize idDde to 0.
3221         Determine emacs_path from module file name.
3222         Prompt for install.
3224         * makefile.def (MSVCNT11): Conditionally define it.
3225         (BASE_LIBS): Do not use oldnames.lib.
3226         (SYS_LDFLAGS): Use pdb files.
3227         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
3228         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
3229         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
3231         * makefile.nt (ALL): Build cmdproxy.
3232         (cmdproxy): New target.
3233         (install): Install cmdproxy.
3235         * ftime.bat, debug.bat, cmdproxy.c: New files.
3237 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
3239         * inc/sys/socket.h (shutdown): Define.
3240         (sys_shutdown): Export.
3242 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3244         * config.nt (RE_TRANSLATE): Copy definition from config.in.
3246 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
3248         * config.nt: Update file comments.
3249         Update undefs added/removed in src/config.in.
3251 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
3253         * makefile.def, emacs.bat.in: Use windows95 and windowsnt instead
3254         of win95 and winnt, respectively.
3256 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
3258         * makefile.nt (real_install): Create site-lisp in installation dir.
3259         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
3260         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
3262 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3264         * Version 19.33 released.
3266 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
3268         * runemacs.c (WinMain): Put a space between the binary and its args.
3270 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3272         * Version 19.32 released.
3274 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
3276         * makefile.nt (clean): Use OBJDIR macro.
3278 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
3280         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
3281         Not defined by default.
3282         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
3283         (WinMain): Convert backslashes to slashes in env var values.
3285         * addpm.c (env_vars): Use slashes, not backslashes.
3287 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
3289         * Version 19.31 released.
3291 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
3293         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
3294         undo settings afterwards.
3296 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
3298         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
3299         environment variable.
3301 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3303         * install.bat: Allow for optimized build.
3304         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
3305         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
3307 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3309         * addpm.c (REG_ROOT): Don't use a trailing backslash.
3310         (env_vars): Rename field emacs_path to emacs_dir.
3311         (main): Add link to runemacs instead of emacs.
3313         * install.bat: Check if INSTALL_DIR is passed as an argument.
3315         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
3317         * makefile.nt: Build and install runemacs.exe.
3319         * runemacs.c: New file.
3321         * config.w95: File removed.
3323         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
3324         inc/sys/socket.h, inc/sys/time.h: New header files.
3326         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
3328 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
3330         * makefile.def (DEL): Defined.
3331         (DEL_TREE) [win95]: Defined.
3332         (SYS_LDFLAGS): Set executable versions to 3.10.
3334         * makefile.nt: Change uses of del to $(DEL).
3336 1996-01-17  Erik Naggum  <erik@naggum.no>
3338         * All files: Update FSF's address in comment preamble.
3340 1996-01-03  George V. Reilly  <georger@microcrafts.com>
3342         * emacs.ico: Now the proverbial kitchen sink icon.
3344 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3346         * Version 19.30 released.
3348 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
3350         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
3352         * makefile.nt (install, fast_install, real_install, clean):
3353         Don't use switches to del not supported by Windows 95.
3355 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
3357         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
3358         (install, fast_install): Change same-dir test to create test file in
3359         installation tree and thereby support read-only shares.
3360         (clean): Remove .pdb files.
3362         * makefile.def (NTGUI): New macro.
3363         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
3365         * config.nt, config.w95: Update to latest src/config.in.
3367         * addpm.c (env_vars): New variable.
3368         (add_registry): New procedure.
3369         (main): Use values of configuration environment variables from
3370         the registry if defined, the process environment otherwise.
3372 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3374         * Version 19.29 released.
3376         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
3378 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
3380         * makefile.nt: Define .c to .obj suffix rule.
3381         (addpm.obj): Compile directly, use CFLAGS.
3382         (addpm.exe): Link from addpm.obj.
3384         * makefile.def (MSVCNT11): Defined.
3385         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
3386         (CFLAGS_COMMON): Defined.
3387         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
3389 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
3391         * emacs.bat.in: Renamed from emacs.bat.
3392         (emacs_dir): Rename from emacs_path.
3393         Definition removed.
3395         * addpm.c: New file.
3396         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
3397         (all): Depend upon $(BLD) and $(ALL).
3398         (install): Depend upon emacs.bat.
3399         Create program item for Emacs.
3400         (clean): Delete obj.
3401         (emacs.bat): Defined.
3402         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
3404 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
3406         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
3407         Add carriage returns; necessary for batch files on Windows 95.
3409 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
3411         * config.w95: Created.
3412         * config.h: Changed to config.nt.
3414         * makefile.nt (SUBDIRS): Commented out.
3415         (all, install, clean): Expand for-loops.
3416         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
3418         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
3419         (ARCH): New definition.
3420         (CPU, CONFIG_H, OS_TYPE): Defined.
3421         (INCLUDE, LIB): Checked if valid.
3422         (ntwin32.mak): Included.
3423         (AR, CC, LINK): New definition.
3424         (ADVAPI32, libc, BASE_LIBS): Defined.
3425         (SYS_LDFLAGS): New definition.
3426         Update comments and preprocessor conditionals.
3428         * emacs.bat (SHELL): Conditionally defined.
3429         (HOME): Conditionally defined.
3430         (emacs_path, HOME): Update comments.
3431         Turn off all echo.
3433 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
3435         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc:
3436         * fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h:
3437         * inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h:
3438         * inc/sys/param.h: Removed carriage-returns.
3440 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
3442         * makefile.def (CVTRES): Defined.
3444         * emacs.ico, emacs.rc: New files by Kevin Gallo.
3446 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
3448         * src/config.h, src/paths.h: Moved to parent dir, src/ removed.
3450 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
3452         * makefile.def (INSTALL_DIR): Change to generic directory.
3454         * emacs.bat: Added arguments when emacs.exe invoked.
3456         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3458 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
3460         * makefile.def (CC): In configuration section.
3461         (COMPAT_LIB): Defined.
3463 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
3465         * src/paths.h: New file.
3467         * src/config.h: New file.
3469         * inc/pwd.h: New file.
3471         * inc/sys/dir.h: New file.
3473         * inc/sys/file.h: New file.
3475         * inc/sys/ioctl.h: New file.
3477         * inc/sys/param.h: New file.
3479         * todo: New file.
3481         * README: New file.
3483         * makefile.nt: New file.
3485         * makefile.def: New file.
3487         * install.cmd: New file.
3489         * INSTALL: New file.
3491         * fast-install.cmd: New file.
3493         * emacs.cmd: New file.
3495         * ebuild.cmd: New file.
3497         * _emacs: New file.
3499 ;; Local Variables:
3500 ;; coding: utf-8
3501 ;; add-log-time-zone-rule: t
3502 ;; End:
3504   Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc.
3506   This file is part of GNU Emacs.
3508   GNU Emacs is free software: you can redistribute it and/or modify
3509   it under the terms of the GNU General Public License as published by
3510   the Free Software Foundation, either version 3 of the License, or
3511   (at your option) any later version.
3513   GNU Emacs is distributed in the hope that it will be useful,
3514   but WITHOUT ANY WARRANTY; without even the implied warranty of
3515   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3516   GNU General Public License for more details.
3518   You should have received a copy of the GNU General Public License
3519   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.