Fix invocation of commands whose file name includes extension (Bug#19817)
[emacs.git] / nt / ChangeLog
blobd1f953f9ac58300c32825d942db10b8db5cecbd8
1 2015-02-10  Eli Zaretskii  <eliz@gnu.org>
3         * cmdproxy.c (get_next_token): Don't make backslashes disappear
4         without a trace when they are not followed by a quote.
5         (search_dir): Support searching programs whose file name already
6         has an arbitrary extension.  (Bug#19817)
7         (main): When passing a command line to the shell, use cmd.exe
8         rules for quoting command-line tail.
10 2014-11-17  Oscar Fuentes  <ofv@wanadoo.es>
12         * inc/ms-w32.h: Define MINGW_W64.
14         * nt/addpm.c: Use it.
16         * nt/addsection.c: Use it.
18         * nt/preprep.c: Use it.
20 2014-10-31  Eric S. Raymond  <esr@thyrsus.com>
22         * Neutralize language specific to a repository type.
24 2014-10-26  Dani Moncayo <dmoncayo@gmail.com>
26         * README.W32 (Preliminaries): Don't assume that this file is at
27         the top level.
28         (Setting up Emacs): Minor rewording to be more accurate.
30 2014-10-20  Glenn Morris  <rgm@gnu.org>
32         * Version 24.4 released.
34 2014-04-26  Eli Zaretskii  <eliz@gnu.org>
36         * cmdproxy.c (make_absolute): Don't copy more characters from PATH
37         than a single directory name can hold.  (Bug#17334)
39 2014-04-21  Eli Zaretskii  <eliz@gnu.org>
41         * inc/ms-w32.h (lseek): Define only if not already a macro.
42         Suggested by Fabrice Popineau <fabrice.popineau@gmail.com>.
44 2014-04-09  Ken Brown  <kbrown@cornell.edu>
46         * emacs.rc: Revert last change.
48 2014-04-03  Ken Brown  <kbrown@cornell.edu>
50         * emacs.rc: Don't use manifest on Cygwin.  (Bug#17176)
52 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
54         * Makefile.in (install): Create destination directory before copying
55         README.W32, and use ${datadir} to refer to the file (bug#16772).
57 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
59         * Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare.
60         (install): Copy README.W32 to $(datadir)/emacs/$(version).
61         (uninstall): Remove README.W32.  (Bug#14757)
63 2014-02-08  Eli Zaretskii  <eliz@gnu.org>
65         * INSTALL: Update for Emacs 24.4.
67         * README: Update for Emacs 24.4.
69         * README.W32: Update and improve instructions.  (Bug#14762)
71 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
73         * README.W32: Say what GnuTLS and libxml2 does (bug#14762).
75 2014-01-18  Eli Zaretskii  <eliz@gnu.org>
77         * runemacs.c (ensure_unicows_dll): Don't tell in the message box
78         that "emacs -nw" can do without UNICOWS.DLL on Windows 9X.  See
79         w32.c:maybe_load_unicows_dll and its callers for the reason.
81 2014-01-11  Claudio Bley  <claudio.bley@googlemail.com>
83         * inc/sys/stat.h (_WSTAT_DEFINED): Define, to avoid compilation
84         failures when wchar.h is included.
86 2014-01-11  Fabrice Popineau  <fabrice.popineau@supelec.fr>
88         * inc/ms-w32.h (pthread_sigmask): Undefine if defined, for MinGW64.
90 2013-12-31  Fabrice Popineau  <fabrice.popineau@supelec.fr>
92         * inc/ms-w32.h (sys_kill): Fix prototype.
94 2013-12-30  Eli Zaretskii  <eliz@gnu.org>
96         * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask.  (Bug#16299)
98 2013-12-23  Eli Zaretskii  <eliz@gnu.org>
100         * README.W32:
101         * INSTALL: Update instructions for downloading and using image
102         libraries in general, and librsvg in particular.
104 2013-12-16  Eli Zaretskii  <eliz@gnu.org>
106         * emacs-x64.manifest:
107         * emacs-x86.manifest: Declare that we target Windows 8.1 as well
108         as earlier versions.  This is so GetVersion and GetVersionEx APIs
109         used for bug reporting and other purposes return accurate version
110         number on Windows 8.1.  See the discussion on MSDN
111         http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
112         for more details.
114 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
116         * inc/ms-w32.h (MAX_UTF8_PATH): New macro.
117         (opendir, closedir, readdir, seekdir): Redirect to replacement
118         functions.
119         * inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long.
121 2013-11-27  Glenn Morris  <rgm@gnu.org>
123         * README.W32:
124         * addpm.c (env_vars):
125         * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
126         * paths.h (PATH_LOADSEARCH): No more leim directory.
128 2013-11-26  Glenn Morris  <rgm@gnu.org>
130         * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/.
132 2013-11-12  Dani Moncayo  <dmoncayo@gmail.com>
134         * msysconfig.sh: Remove.
135         * INSTALL: Update for this.
137 2013-11-09  Glenn Morris  <rgm@gnu.org>
139         * mingw-cfg.site: No need for this to be executable.
141 2013-10-24  Glenn Morris  <rgm@gnu.org>
143         * Makefile.in ($(DESTDIR)${archlibdir}):
144         Avoid non-portable "`\" nesting.
146         * Makefile.in (abs_top_srcdir): New, set by configure.
148 2013-10-23  Glenn Morris  <rgm@gnu.org>
150         * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
151         Quote entities that might contain whitespace.
153 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
155         * inc/mingw_time.h: New file.
157         * inc/ms-w32.h: Include mingw_time.h instead of doing its job.
159 2013-10-12  Eli Zaretskii  <eliz@gnu.org>
161         * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
162         the layout of 'struct dirent' be compatible with MinGW32 runtime
163         versions 4.0 and later.
165         * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
166         (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
167         defined, but not for MinGW64.
168         (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
169         use of 32-bit time_t type.
171 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
173         Improve support for popcount and counting trailing zeros (Bug#15550).
174         * gnulib.mk: Merge changes from ../lib/gnulib.mk.
176 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
178         * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
180 2013-09-20  Eli Zaretskii  <eliz@gnu.org>
182         * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
183         to avoid gnulib replacement of 'struct timeval' and the resulting
184         compilation of lib/gettimeofday.c with incompatible version of
185         gettimeofday.  Related discussions on emacs-devel:
186         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
187         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
189 2013-08-31  Glenn Morris  <rgm@gnu.org>
191         * INSTALL: Rename from INSTALL.MSYS.
192         * INSTALL.OLD: Rename from INSTALL.
193         * configure.bat: Update for INSTALL name changes.
195 2013-08-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
197         * configure.bat: Rather than disabling, make configure.bat produce
198         some warning that building with configure.bat is deprecated and
199         ask for confirmation to continue.
201 2013-08-25  Glenn Morris  <rgm@gnu.org>
203         * INSTALL: Refer to INSTALL.MSYS.
204         * configure.bat: Disable it.
206 2013-08-04  Eli Zaretskii  <eliz@gnu.org>
208         * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
210         * inc/ms-w32.h (mkostemp): Declare prototype.
211         (mktemp): Don't redirect to sys_mktemp.
213         * config.nt (HAVE_MKOSTEMP): Define to 1.  (Bug#15015)
215 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
217         * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC)
218         (FD_CLOEXEC): New macros.
220 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
222         Make file descriptors close-on-exec when possible (Bug#14803).
223         * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section;
224         otherwise, gnulib-tool complains given close-on-exec changes.
225         * inc/ms-w32.h (pipe): Remove.
226         * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec)
227         (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars.
229 2013-06-25  Juanma Barranquero  <lekktu@gmail.com>
231         * configure.bat: Add warning to the help text about using the
232         MSYS/MinGW building procedure.
234 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
236         * INSTALL.MSYS: mingw-get is not a GUI program (yet).
237         msys-automake is not suitable for MinGW builds.  Mention the
238         --enable-locallisppath switch to msysconfig.sh.  Suggested by
239         Óscar Fuentes <ofv@wanadoo.es>.
241 2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
243         * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
245 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
247         * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
249 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
251         * inc/sys/time.h (struct timeval): Remove the _W64 guards.
253 2013-06-01  Eli Zaretskii  <eliz@gnu.org>
255         * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
256         avoid multiple definition errors on MinGW64.
258 2013-05-31  Eli Zaretskii  <eliz@gnu.org>
260         * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
261         'restrict', which is a C99 extension.  See
262         http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
263         and the following discussion for the problem this caused in the
264         old nt/configure.bat build.
266 2013-05-29  Eli Zaretskii  <eliz@gnu.org>
268         * Makefile.in (emacs.res): Include srcdir when preprocessing
269         resources, for out-of-tree builds.
270         (mostlyclean): Remove *.res files.
272 2013-05-17  Eli Zaretskii  <eliz@gnu.org>
274         * runemacs.c (WinMain): Support invocation of un-installed
275         nt/runemacs.exe, by looking for src/emacs.exe.
277 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
279         * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define.  (Bug#14409)
281         * msysconfig.sh: New file.
283         * mingw-cfg.site: New file.
285         * makefile.w32-in (LOCAL_FLAGS): Add -DOLD_PATHS=1.
287         * inc/unistd.h: Include pwd.h and sys/types.h.
289         * inc/sys/time.h (_TIMEVAL_DEFINED, timerisset, timercmp)
290         (timerclear): Define.
291         (gettimeofday): Adjust signature to be Posix compatible, by using
292         the 'restrict' keyword.
294         * inc/sys/stat.h (UTIME_NOW, UTIME_OMIT): Define.
295         (struct _stat, struct _stati64): Define.
297         * inc/sys/socket.h (timeval): Define only for MSVC.
298         (FD_SET, FD_CLR, FD_ISSET, fd_set): Redefine only if
299         EMACS_CONFIG_H is defined.
300         (timeval): Undefine only for MSVC.
302         * inc/ms-w32.h (HAVE___BUILTIN_UNWIND_INIT, restrict)
303         (HAVE_WINDOW_SYSTEM, HAVE_MENUS, EMACS_CONFIGURATION)
304         (EMACS_CONFIG_OPTIONS, HAVE_LONG_LONG_INT)
305         (HAVE_UNSIGNED_LONG_LONG_INT): Define only if not already defined.
306         (fileno): Move definition after including stdio.h.
307         (sigset_t): Guard typedef by _W64.
309         * gnulib.mk: New file.
311         * epaths.nt: New file.
313         * addpm.c [!OLD_PATHS]: Include src/epaths.h, instead of having a
314         copy of the file names there.
315         <env_vars> [!OLD_PATHS]: Use macros from epaths.h instead of
316         literal strings.
318         * Makefile.in: New file.
320         * INSTALL.MSYS: New file.
322         * INSTALL: Mention INSTALL.MSYS.
324 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
328 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
330         * config.nt: Sync with autogen/config.in.
331         (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE)
332         (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE)
333         (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES)
334         (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE)
335         (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT)
336         (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD)
337         (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED)
338         (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA)
339         (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY)
340         (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros.
342 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
344         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
345         * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
346         * inc/ms-w32.h (EOPNOTSUPP): New macro.
348 2013-04-09  Ken Brown  <kbrown@cornell.edu>
350         * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
351         (Bug#12993)
353 2013-04-01  Eli Zaretskii  <eliz@gnu.org>
355         * README: A better documentation of ddeclient.exe.
357         * README.W32: A better documentation of ddeclient.exe.
359         * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
360         subdirectories.
362 2013-03-30  Eli Zaretskii  <eliz@gnu.org>
364         * inc/ms-w32.h (TERM_HEADER): Remove definition.
366         * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
367         ms-w32.h.
369 2013-03-29  Eli Zaretskii  <eliz@gnu.org>
371         * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
373         * config.nt (HAVE_COPYSIGN): Define.
375 2013-03-29  Juanma Barranquero  <lekktu@gmail.com>
377         * config.nt: Sync with autogen/config.in.
378         (HAVE_XKBGETKEYBOARD): Remove.
379         (HAVE_XKB): New macro.
381 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
383         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
384         (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
385         Depend on .exe files.
387         * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
388         avoid MinGW64 compiler warnings in editfns.c.
390         Fix rules for parallel builds.
391         * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
392         without the .exe suffix.
393         (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
394         targets.
395         (.PHONY): Remove.
397         * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
398         headers, since that's where _W64 is declared by MinGW64.
400 2013-03-26  Eli Zaretskii  <eliz@gnu.org>
402         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
403         (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
405         * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
406         define for MinGW64.
408         * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
409         for MinGW64.
411         Fix more incompatibilities between MinGW.org and MinGW64 headers
412         reported by Óscar Fuentes in
413         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
414         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
415         and in
416         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
417         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
418         For MinGW64, include sys/types.h and time.h.
419         (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
421         * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
423         * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
424         _W64.
425         (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
426         _TIMEZONE_DEFINED.
428         * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
430         * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
431         lstat, and fstatat.
433 2013-03-25  Eli Zaretskii  <eliz@gnu.org>
435         Fix incompatibilities between MinGW.org and MinGW64 headers
436         reported by Óscar Fuentes in
437         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
438         * inc/ms-w32.h (struct timespec): Don't define if
439         _TIMESPEC_DEFINED is already defined.
440         (sigset_t) [!_POSIX]: Typedef for MinGW64.
441         (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
442         including the first system header, to avoid redefinition if some
443         system header defines a default value.
445         * inc/sys/time.h (struct itimerval): Don't define if
446         _TIMESPEC_DEFINED is already defined.
448 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
450         Fix the MSVC build.  (Bug#13939)
451         * inc/stdint.h (UINTPTR_MAX): Define.
453         * nmake.defs (libc): Fix syntax of !if conditional.
455 2013-03-15  Juanma Barranquero  <lekktu@gmail.com>
457         * config.nt: Sync with autogen/config.in.
458         (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
459         (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
460         (HAVE_FDATASYNC): New macros.
462 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
464         File synchronization fixes (Bug#13944).
465         * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
467 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
469         FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
470         * inc/unistd.h (O_NOFOLLOW): New macro.
472 2013-03-04  Juanma Barranquero  <lekktu@gmail.com>
474         * config.nt: Sync with autogen/config.in.
475         (DATA_START, ORDINARY_LINK): Remove.
476         (HAVE_DATA_START, HAVE__PUTENV): New macros.
478 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
480         * inc/ms-w32.h (BOOT_TIME_FILE): Define.
482         * config.nt (CLASH_DETECTION): Define to 1.
484 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
486         * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
487         (Bug#9066)
488         (chown, logb): Remove, unused.
490 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
492         * config.nt: Sync with autogen/config.in.
493         (GC_MARK_STACK): Remove.
494         (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
495         (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
496         (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
498 2013-02-12  Eli Zaretskii  <eliz@gnu.org>
500         * inc/ms-w32.h: Add prototype for memrchr.
502 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
504         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
505         * inc/sys/stat.h (fstatat):
506         * inc/unistd.h (readlinkat): New decls.
508 2013-01-28  Eli Zaretskii  <eliz@gnu.org>
510         * inc/dirent.h (opendir): Update prototype.
512 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
514         * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
515         used in term.c.  (Bug#13387)
517 2013-01-09  Juanma Barranquero  <lekktu@gmail.com>
519         * config.nt: Sync with autogen/config.in.
520         (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
522 2012-12-24  Eli Zaretskii  <eliz@gnu.org>
524         * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
525         in lib/filemode.c that broke the MS-Windows build.
526         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
528 2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
530         * config.nt: Sync with autogen/config.in.
531         (BSD4_2): Remove.
533 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
535         * inc/sys/acl.h: New file.
537         * inc/ms-w32.h (ENOTSUP): Define if undefined.
539         * config.nt (HAVE_POSIX_ACL): Define.
541 2012-12-15  Eli Zaretskii  <eliz@gnu.org>
543         * inc/ms-w32.h (sys_unlink): Provide prototype.
545 2012-12-14  Eli Zaretskii  <eliz@gnu.org>
547         * inc/sys/stat.h: Declare w32_stat_get_owner_group.
549 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
551         * config.nt: Sync with autogen/config.in.
552         (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
554 2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
556         * config.nt: Sync with autogen/config.in.
557         (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
558         (ULIMIT_BREAK_VALUE): Remove.
560 2012-12-10  Daniel Colascione  <dancol@dancol.org>
562         * emacs.rc: Use forward slashes in relative paths in order to
563         avoid complaints from Cygwin.  (Forward slashes work perfectly
564         well in the NT build.)
566 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
568         * inc/unistd.h (unsetenv): Provide a prototype.
570 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
572         * inc/ms-w32.h (putenv): Redirect to sys_putenv.
573         (sys_putenv): Add prototype.
575         * config.nt (HAVE_UNSETENV): Define to 1.
577 2012-12-01  Juanma Barranquero  <lekktu@gmail.com>
579         * config.nt: Sync with autogen/config.in.
581 2012-11-24  Ken Brown  <kbrown@cornell.edu>
583         * config.nt (HAVE_MOUSE): Remove.
585 2012-11-23  Juanma Barranquero  <lekktu@gmail.com>
587         * config.nt: Sync with autogen/config.in.
588         (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
589         Remove.
591 2012-11-23  Eli Zaretskii  <eliz@gnu.org>
593         * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
594         (Bug#12955)
596         * nmake.defs (SWITCHCHAR): Define to /.
598 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
600         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
601         * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
602         (struct dirent): Rename from struct direct.  All uses changed.
603         * inc/sys/dir.h: Remove.
605 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
607         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
608         * config.nt (HAVE_GETCWD): Remove.
610 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
612         * nmake.defs: Use !if, not !ifdef.  For the details, see
613         http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
615         * inc/stdint.h (INTPTR_MIN)
616         (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
618 2012-11-18  Eli Zaretskii  <eliz@gnu.org>
620         * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
622 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
624         * config.nt: Sync with autogen/config.in.
625         (HAVE_FPATHCONF): Remove.
627 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
629         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
630         * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
631         POSIX name for this flag is O_NONBLOCK.  All uses changed.
632         * inc/unistd.h (O_RDWR, O_NOCTTY): New macros.  Like AT_FDCWD etc.
633         these really should be moved to a replacement <fcntl.h> if and
634         when that gets implemented.  In the meantime, include <fcntl.h>
635         to make sure we don't override its definitions.
637 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
639         * inc/sys/wait.h: New file, with prototype of waitpid and
640         definitions of macros it needs.
642         * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
643         (sys_wait): Remove prototype.
645         * config.nt (HAVE_SYS_WAIT_H): Define to 1.
647 2012-11-17  Dani Moncayo  <dmoncayo@gmail.com>
649         * zipdist.bat (ZIP_CHECK): Remove unused label.  When invoking 7z
650         to check if it's installed, redirect standard output and standard
651         error to the null device.
652         (ZIP_DIST): Don't build the "barebin" distribution.
654 2012-11-15  Juanma Barranquero  <lekktu@gmail.com>
656         * config.nt: Sync with autogen/config.in.
657         (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
658         (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
659         New macros.
661 2012-11-14  Eli Zaretskii  <eliz@gnu.org>
663         * inc/unistd.h (faccessat): Add prototype.
664         (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
665         2 moved from ms-w32.h.
667         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
669 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
671         Use faccessat, not access, when checking file permissions (Bug#12632).
672         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
673         (access): Remove.
674         (faccessat): New macro.
676 2012-11-05  Eli Zaretskii  <eliz@gnu.org>
678         * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
680 2012-11-05  Juanma Barranquero  <lekktu@gmail.com>
682         * config.nt: Sync with autogen/config.in.
683         (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
684         (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
686 2012-11-04  Juanma Barranquero  <lekktu@gmail.com>
688         * config.nt: Sync with autogen/config.in.
689         (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
691 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
693         * config.nt (PENDING_OUTPUT_N_BYTES): Define.
695 2012-11-01  Eli Zaretskii  <eliz@gnu.org>
697         * inc/unistd.h (setpgid, getpgrp): Provide prototypes.  (Bug#12776)
699         * config.nt (GETPGRP_VOID): Define to 1.
701 2012-10-24  Juanma Barranquero  <lekktu@gmail.com>
703         * config.nt: Sync with autogen/config.in.
705 2012-10-17  Eli Zaretskii  <eliz@gnu.org>
707         * inc/pwd.h (getuid, geteuid): Add prototypes.
709         * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
710         (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
711         (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
712         (sys_kill, getpagesize): Add prototypes for emulated functions.
714         * inc/grp.h (getgid, getegid): Add prototypes.
716         * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
718         * configure.bat (chkapiN): Avoid compiler warning in junk.c when
719         compiling with -std=gnu99.
721         * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
722         could be used via --cflags switch to configure.bat.
724 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
726         * config.nt: Sync with autogen/config.in.
727         (HAVE_NTGUI): New macro.
729 2012-10-02  Eli Zaretskii  <eliz@gnu.org>
731         * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
732         compiler warnings when using the value.
734 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
736         * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
737         'void *', for pointer arithmetic.
738         (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
739         macro arguments in parentheses.
741 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
743         * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
745 2012-09-30  Fabrice Popineau  <fabrice.popineau@supelec.fr>
747         * inc/sys/socket.h: Don't map Winsock error codes to standard ones
748         that are already defined.
750         * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
751         (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
752         [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
754         * preprep.c (pfnCheckSumMappedFile, rva_to_section)
755         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
756         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
757         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
758         (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
759         Use DWORD_PTR instead of DWORD for compatibility with x64.
761         * nmake.defs: Support AMD64.
762         (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
764         * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
765         New macros.
767         * addsection.c (pfnCheckSumMappedFile, rva_to_section)
768         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
769         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
770         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
771         (copy_executable_and_add_section, main): Use DWORD_PTR instead of
772         DWORD, for compatibility with x64.
774         * emacs-x64.manifest: New file.
776         * emacs-x86.manifest: Renamed from emacs.manifest.
778 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
780         * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
781         (struct itimerval): Define.
782         (getitimer, setitimer): Add prototypes.
784         * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
785         with MinGW.
786         (SA_RESTART, SIGPROF): Define.
788         * config.nt (HAVE_SETITIMER): Define to 1.
790 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
792         * config.nt: Sync with autogen/config.in.
794 2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
796         * config.nt: Sync with autogen/config.in.
797         (HAVE_TIMER_SETTIME): New macro.
799 2012-09-23  Eli Zaretskii  <eliz@gnu.org>
801         * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
803 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
805         Simplify and avoid signal-handling races (Bug#12471).
806         * inc/ms-w32.h (emacs_raise): New macro.
808 2012-09-18  Eli Zaretskii  <eliz@gnu.org>
810         * configure.bat: Include stddef.h before gif_lib.h, to have size_t
811         defined, as needed by giflib-5.0.0.  (Bug#12464)
813 2012-09-17  Juanma Barranquero  <lekktu@gmail.com>
815         * config.nt: Sync with autogen/config.in.
816         (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
818 2012-09-17  Glenn Morris  <rgm@gnu.org>
820         * config.nt (COPYRIGHT): New.
822 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
824         Port _setjmp fix to POSIXish hosts as well as Microsoft.
825         * config.nt: Attempt to sync with autogen/config.in.
826         (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
827         (_longjmp, _setjmp): Remove.
829 2012-09-14  Juanma Barranquero  <lekktu@gmail.com>
831         * config.nt: Sync with autogen/config.in.
832         (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
833         (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
834         (USABLE_FIONREAD, USABLE_SIGIO): New macros.
836 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
838         * config.nt: Sync with autogen/config.in.
839         (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
840         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
842 2012-09-08  Eli Zaretskii  <eliz@gnu.org>
844         * configure.bat <use_extensions>: Don't leave it set in the
845         environment when the script exits.
847 2012-09-07  Juanma Barranquero  <lekktu@gmail.com>
849         * config.nt: Sync with autogen/config.in.
850         (NO_ABORT, SIGNAL_H_AHB): Remove.
852 2012-09-07  Eli Zaretskii  <eliz@gnu.org>
854         * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
856 2012-09-05  Juanma Barranquero  <lekktu@gmail.com>
858         * config.nt: Sync with autogen/config.in.
860 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
862         Simplify redefinition of 'abort' (Bug#12316).
863         * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
865 2012-09-02  Juanma Barranquero  <lekktu@gmail.com>
867         * config.nt: Sync with autogen/config.in.
868         (HAVE_EXECINFO_H, TERM_HEADER): New macros.
870 2012-09-01  Daniel Colascione  <dancol@dancol.org>
872         * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
874 2012-08-22  Juanma Barranquero  <lekktu@gmail.com>
876         * config.nt: Sync with autogen/config.in.
878 2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
880         * config.nt: Sync with autogen/config.in.
881         (HAVE_POSIX_OPENPT): New macro.
883 2012-08-14  Juanma Barranquero  <lekktu@gmail.com>
885         * config.nt: Sync with autogen/config.in.
886         (_GL_INLINE_HEADER_BEGIN): Update.
888 2012-08-10  Glenn Morris  <rgm@gnu.org>
890         * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
892 2012-08-07  Juanma Barranquero  <lekktu@gmail.com>
894         * config.nt: Sync with autogen/config.in.
895         (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
896         (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
898         * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
900 2012-08-06  Glenn Morris  <rgm@gnu.org>
902         * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
903         (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
905 2012-08-04  Eli Zaretskii  <eliz@gnu.org>
907         * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
908         (PATH_DATA, PATH_DOC): Replace dummy directory names with
909         directories relative to %emacs_dir%.
910         (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
911         to the use case of running un-installed Emacs.
913 2012-08-03  Juanma Barranquero  <lekktu@gmail.com>
915         * config.nt: Sync with autogen/config.in.
916         (DOS_NT, MSDOS): New macros.
917         (WRETCODE, wait3): Remove.
919         * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
921 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
923         * inc/sys/stat.h (S_IFLNK): Define.
924         (S_ISLNK): A non-trivial definition.
925         (lstat): Prototype instead of a macro that redirects to 'stat'.
927 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
929         Use C99-style 'extern inline' if available.
930         * config.nt: Sync with autogen/config.in.
931         (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
932         (_GL_INLINE_HEADER_END): New macros.
934 2012-08-02  Glenn Morris  <rgm@gnu.org>
936         * inc/ms-w32.h: Move here from ../src/s.
937         * config.nt (config_opsysfile): Change to <ms-w32.h>.
939 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
941         * config.nt: Sync with autogen/config.in.
942         (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
943         (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
944         New macros.
946 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
948         * config.nt: Sync with autogen/config.in.
949         Remove code moved to conf_post.h and include <conf_post.h>
950         (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
951         (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
953 2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
955         * config.nt: Sync with autogen/config.in.
956         (HAVE_ENVIRON_DECL): New macro.
958 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
960         * inc/stdalign.h (_Alignas, alignas): Define.
962 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
964         Use Gnulib stdalign module (Bug#9772, Bug#9960).
965         * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
967 2012-07-14  Juanma Barranquero  <lekktu@gmail.com>
969         * config.nt: Sync with autogen/config.in.
970         (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
971         (SETUP_SLAVE_PTY): New macros.
973 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
975         * config.nt: Sync with autogen/config.in.
976         (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
977         (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
978         (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
979         (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
980         (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
981         (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
982         (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
983         (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
984         (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
985         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
986         Set in src/s/ms-w32.h, not here.
988 2012-07-11  Juanma Barranquero  <lekktu@gmail.com>
990         * config.nt: Sync with autogen/config.in.
991         (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
992         (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
993         (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
995 2012-07-10  Juanma Barranquero  <lekktu@gmail.com>
997         * config.nt: Sync with autogen/config.in.
999 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1001         * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
1003 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
1005         * config.nt: Sync with autogen/config.in.
1007 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
1009         * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
1011 2012-07-06  Juanma Barranquero  <lekktu@gmail.com>
1012             Eli Zaretskii  <eliz@gnu.org>
1014         * config.nt: Complete rework to bring it in sync with autogen/config.in.
1015         All Windows-specific code moved to src/s/ms-w32.h.
1017 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1018             Eli Zaretskii  <eliz@gnu.org>
1020         * configure.bat (enablechecking): Enable checks through src/config.h,
1021         not the compiler's command line.
1023         * nmake.defs (CHECKING_CFLAGS): Remove.
1024         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
1026         * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
1027         (CHECKING_CFLAGS): Remove.
1028         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
1030 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1032         * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
1033         (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
1034         (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
1035         (HAVE_MEMCMP): Remove, obsolete.
1037 2012-06-30  Glenn Morris  <rgm@gnu.org>
1039         * paths.h (PATH_SITELOADSEARCH): New.
1041 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
1043         * nmake.defs (CHECKING_CFLAGS):
1044         * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
1046 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
1048         * config.nt (_Noreturn): Don't reference __SUNPRO_C.
1050 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
1052         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1053         * config.nt (_Noreturn): New macro.
1054         (NO_RETURN): Remove.  All uses replaced with _Noreturn.
1055         (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
1057 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
1059         * inc/sys/time.h (struct timespec): Don't define it here, it is
1060         now defined in src/s/ms-w32.h.
1062 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
1064         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1065         * inc/sys/time.h (struct timespec): Define.
1067 2012-06-16  Eli Zaretskii  <eliz@gnu.org>
1069         * makefile.w32-in (install-addpm): New target.
1070         (dist): Depend on it.
1071         (install-shortcuts): Depend on install-addpm instead of copying
1072         addpm.exe as part of the recipe.  See
1073         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
1074         for the related problem and discussions.
1076 2012-06-11  Glenn Morris  <rgm@gnu.org>
1078         * config.nt (SYSTEM_TYPE): Define it.
1080 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
1082         * configure.bat (genmakefiles): Move the redirection away from the
1083         end of the command, to avoid excess whitespace at the end of Make
1084         variables created at configure time, and also avoid things like
1085         "FOO1>>config.settings", where "1" gets interpreted as the file
1086         descriptor and eaten up.  This fixes breakage introduced by the
1087         last change, without reintroducing the bug fixed by that change.
1089 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
1091         * nmake.defs (MWINDOWS): Define as
1092         "-subsystem:windows -entry:mainCRTStartup".  Suggested by Fabrice
1093         Popineau <fabrice.popineau@supelec.fr>.  (Bug#11405)
1095         * gmake.defs (MWINDOWS): Define as "-mwindows".
1097 2012-05-28  Eli Zaretskii  <eliz@gnu.org>
1099         * config.nt (HAVE_SYSINFO): Remove; unused.
1101 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
1103         * inc/stdalign.h: New file.
1105         * configure.bat: Ensure a space between %var% expansion and
1106         redirection symbol '>', which breaks when %var% ends in a digit,
1107         such as 1.
1109 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1111         Remove src/m/*.
1112         * config.nt: Do not include "m/intel386.h"; file was removed.
1113         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1114         Move to src/lisp.h.
1115         (EMACS_INT_MAX): New macro.
1117 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1119         * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
1120         (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
1122         * config.nt (HAVE_FTIME): Remove undef; not needed.
1124 2012-05-01  Glenn Morris  <rgm@gnu.org>
1126         * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
1128 2012-04-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1130         * makefile.w32-in: Fix typo (Bug#10261).
1132 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
1134         * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
1135         each runs makeinfo in its own subdirectory of 'doc'.
1136         (info-gmake): Depend on these new targets.
1138 2012-04-07  Glenn Morris  <rgm@gnu.org>
1140         * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
1141         Bump version to 24.1.50.
1143 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1145         * configure.bat: Support building with libxml2.
1147         * INSTALL:
1148         * README.W32: Add information about libxml2.
1150 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1152         * makefile.w32-in: Convert to Unix EOL format.
1153         (all): Don't depend on stamp_BLD and on maybe-bootstrap.
1154         (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
1155         (bootstrap-gmake): Invoke the "clean" and build targets in 2
1156         separate commands, so they run in that order even under "make -j".
1158 2012-03-29  Eli Zaretskii  <eliz@gnu.org>
1160         * config.nt: Discourage from defining HAVE_GETCWD.
1162 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
1164         * makefile.w32-in (install-bin): Don't copy addpm.exe here.  Use
1165         $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
1166         on other (parallel) Make job's toes.
1167         (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
1168         (install-shortcuts): Depend on $(INSTALL_DIR)/bin.  Copy addpm.exe
1169         here.
1170         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
1171         Depend on create-tmp-dist-dir.
1173         * nmake.defs (DIRNAME): New variable.
1174         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1175         same-dir.tst.
1177         * gmake.defs (DIRNAME): New variable.
1178         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1179         same-dir.tst, to avoid conflicts between several (parallel) Make
1180         jobs.
1182 2012-02-24  Eli Zaretskii  <eliz@gnu.org>
1184         Prevent endless re-spawning of cmdproxy.exe when some of its
1185         parent directories have access limitations.
1187         * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
1188         and our own module name to short 8+3 aliases, if the original file
1189         names compare equal.  If GetShortPathName fails, compare the base
1190         names of the two file names, and only re-spawn the command line if
1191         the base-name comparison also fails.  (Bug#10674)
1193 2012-02-23  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1195         * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
1197 2012-02-06  Christoph Scholtes  <cschol2112@googlemail.com>
1199         * README.W32: Removed specific version information for libXpm
1200         included in the binary distribution for maintenance purposes.
1202 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
1204         * README.W32: Clarification for inclusion in source tarball (bug#9750).
1206         * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
1208         * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
1210         * makefile.w32-in (maybe-copy-distfiles)
1211         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
1212         (create-tmp-dist-dir): Add to make --distfiles optional.
1213         (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
1215 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
1217         * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
1218         by other headers.
1220 2011-11-27  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1222         * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
1223         (UINT64_MAX) [_WIN64]: Fix definition.
1224         (uintmax_t, intmax_t): Fix definitions.
1226         * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
1227         Provide correct definitions.
1229         * config.nt (HAVE_DECL_STRTOLL): Define.
1230         (va_copy) [_WIN64]: Provide a better definition.
1232 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1234         * configure.bat: Fix typos.
1236 2011-11-25  Eli Zaretskii  <eliz@gnu.org>
1238         * INSTALL: Elaborate on debugging fatal errors.
1240 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1242         * README.W32: Update the GTK Windows download URL for libpng.
1244 2011-11-13  Christoph Scholtes  <cschol2112@googlemail.com>
1246         * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
1248 2011-11-05  Christoph Scholtes  <cschol2112@googlemail.com>
1250         * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
1251         (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
1252         (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
1253         (intmax_t, INT64_MAX): Add for MSVC.
1255         * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
1257 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
1259         * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
1261         Support MSVC build with newer versions of Visual Studio.
1262         * makefile.w32-in (clean-other-dirs-nmake)
1263         (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
1264         Update for current structure of doc/ subdirectories.
1266         * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
1268         * INSTALL: Update for newer versions of MSVC.
1270 2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1272         Support MSVC build with newer versions of Visual Studio.
1273         * nmake.defs (USE_CRT_DLL): Define to 1.
1274         (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
1275         (D): New variable.
1277 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1279         * runemacs.c (ensure_unicows_dll): New function, tries to load
1280         UNICOWS.DLL on Windows 9X.
1281         (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
1282         display a dialog to the effect that Emacs cannot be started.
1283         (Bug#8562)
1285 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1287         * README.W32: Mention UNICOWS.DLL as prerequisite for running
1288         Emacs on Windows 9X.
1290 2011-10-25  Eli Zaretskii  <eliz@gnu.org>
1292         * makefile.w32-in (dist): Don't put the top-level INSTALL into the
1293         distribution.  (Bug#9861)
1295 2011-10-25  Christoph Scholtes  <cschol2112@googlemail.com>
1297         * INSTALL: Update URL for GTK download page.
1299 2011-10-19  Eli Zaretskii  <eliz@gnu.org>
1301         * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
1302         (Bug#9794) (Bug#641)
1304 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1306         * config.nt (HAVE_SNPRINTF): New macro.
1308 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1310         Assume freestanding C89 headers, string.h, stdlib.h.
1311         * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
1312         (STDC_HEADERS): Remove.
1313         Iinclude string.h, stdlib.h unconditionally.
1315 2011-06-07  Eli Zaretskii  <eliz@gnu.org>
1317         * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
1318         [!__GNUC__]: New macros.
1320 2011-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1322         Use 'inline', not 'INLINE'.
1323         * config.nt (INLINE): Remove.
1325 2011-05-17  Eli Zaretskii  <eliz@gnu.org>
1327         * README.W32: Add information about GnuTLS libraries.
1329 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
1331         * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
1333 2011-05-07  Ben Key  <bkey76@gmail.com>
1335         * configure.bat: Renamed the fusercflags variable to escusercflags
1336         so that the variable name better matches its purpose, to be
1337         identical to usercflags with the exception that all quotes are
1338         escaped by the \ character.
1340         Renamed the fuserldflags variable to escuserldflags so that the
1341         variable name better matches its purpose, to be identical to
1342         userldflags with the exception that all quotes are escaped by
1343         the \ character.
1345         A new ESC_USER_CFLAGS variable is written to config.settings.
1346         This variable has the same value as the escusercflags variable.
1348         * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1349         This variable is identical to the CFLAGS variable except that it
1350         includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1352         These changes, along with some changes to src/makefile.w32-in,
1353         are required to extend my earlier fix to add support for
1354         --cflags and --ldflags options that include quotes so that it
1355         works whether make uses cmd or sh as the shell.
1357 2011-05-06  Eli Zaretskii  <eliz@gnu.org>
1359         * inc/inttypes.h [!__MINGW32__]: Include stdint.h.  Move the
1360         definition of uintmax_t from here...
1361         * inc/stdint.h (uintmax_t): ...to here.
1362         (intptr_t) [!__GNUC__]: New typedef.
1364 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1366         * config.nt: Prepare to configure 64-bit integers for older compilers.
1367         However, temporarily disable this change unless the temporary
1368         symbol WIDE_EMACS_INT is defined.
1369         (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1370         "%I64d" work but long long and "%lld" do not.
1372 2011-05-05  Ben Key  <bkey76@gmail.com>
1374         * configure.bat: Added support for --cflags and --ldflags
1375         options that include quotes as long as command extensions are
1376         enabled.  Specifically when -I, -L, and similar flags are used
1377         to specify supplementary include and library directories a
1378         directory name that includes spaces may now be used if it is
1379         enclosed in quotes.
1381         * INSTALL: Documented the change to configure.bat.
1383 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
1385         * INSTALL: Clarify GnuTLS support.
1387 2011-04-30  Eli Zaretskii  <eliz@gnu.org>
1389         * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1390         Define to 1 for MinGW of MSVC versions >= 1400.
1392 2011-04-28  Eli Zaretskii  <eliz@gnu.org>
1394         * gmake.defs (ARCH): Fix error message in case of unknown architecture.
1396 2011-04-27  Eli Zaretskii  <eliz@gnu.org>
1398         * inc/inttypes.h: New file.
1400         * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1401         (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1403 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
1405         * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1406         inside quotation marks and bail out.
1408 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1410         * cmdproxy.c (try_dequote_cmdline): New function.
1411         (main): Use it.
1413 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1415         * configure.bat: New options --without-gnutls and --lib, new build
1416         variable USER_LIBS, automatically detect GnuTLS.  Copies the PNG
1417         library setup with trivial modifications.
1418         * INSTALL: Add instructions for GnuTLS support.
1419         * gmake.defs: Prefix USER_LIBS with -l.
1421 2011-04-15  Ben Key  <bkey76@gmail.com>
1423         * configure.bat: Modified the code that parses the --cflags and
1424         --ldflags options to support parameters that include the =
1425         character as long as they are enclosed in quotes.
1426         This functionality depends on command extensions.  Configure.bat now
1427         attempts to enable command extensions and displays a warning
1428         message if they could not be enabled.  If configure.bat could
1429         not enable command extensions the old parsing code is used that
1430         does not support parameters that include the = character.
1432         * INSTALL: Updated the file to describe the new functionality
1433         using text provided by Eli Zaretskii.
1435 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1437         * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1438         (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1439         on the trunk on 2011-04-06.
1441 2011-03-27  Glenn Morris  <rgm@gnu.org>
1443         * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1445 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
1447         * addpm.c (main): Remove unused variable `retval'.
1449         * preprep.c (main): Remove unused variable `ptr'.
1451 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
1453         * cmdproxy.c: Include <ctype.h>.
1454         (make_absolute): Remove unused variable `i'.
1456 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1458         * Version 23.3 released.
1460 2011-02-27  Eli Zaretskii  <eliz@gnu.org>
1462         * inc/unistd.h (readlink, symlink): Declare prototypes.
1464 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
1466         * config.nt (nlink_t): Define.
1468 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
1470         * inc/stdint.h: New file, to support compilation with tool chains
1471         that do not have stdint.h (e.g. MSVC).
1473 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
1475         * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1476         (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1477         (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1478         (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1479         (lstat): Define to stat.
1481 2011-02-09  Eli Zaretskii  <eliz@gnu.org>
1483         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1484         "make-docfile" target in lib-src, before bootstrapping the src
1485         directory.  Needed since building in src needs to run make-docfile
1486         to produce globals.h.
1488 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
1490         * config.nt (inline) [__GNUC__]: Define (for gnulib).
1492 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1494         * config.nt (VERSION): Uncomment definition.
1495         (restrict): Define.
1497         * inc/stdbool.h: New file.
1499 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1501         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1502         (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1503         (bootstrap-clean-gmake, clean-other-dirs-nmake)
1504         (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1505         (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1506         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1507         (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1508         (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
1510         * configure.bat: Create lib/makefile.
1512         * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1513         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1514         (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1515         (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1517 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
1519         * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1521 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1523         * configure.bat (end): Unset environment variables used by this
1524         batch file.
1526         * INSTALL: Update the information about PNG support libraries.
1527         (Bug#7716)
1529         * README.W32: Update the information about PNG support libraries.
1531 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
1533         * config.nt (EXTERNALLY_VISIBLE): Define.
1535 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1537         * INSTALL: Refer to `dynamic-library-alist'.
1539 2010-10-06  Juanma Barranquero  <lekktu@gmail.com>
1541         * INSTALL: Add note about problematic characters passed to configure.
1543 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1545         * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1546         emacs-src.tags: New file.
1548         * gmake.defs: Add a comment with a single quote to fix
1549         fontification.  (Bug#7102)
1551 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
1553         * configure.bat: Fix the condition for copying paths.h into
1554         ../src/epaths.h.
1556 2010-09-28  Juanma Barranquero  <lekktu@gmail.com>
1558         * addpm.c (entry, add_registry, main):
1559         * addsection.c (file_data, open_input_file, open_output_file)
1560         (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1561         (COPY_CHUNK):
1562         * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1563         (skip_nonspace, get_next_token, search_dir, make_absolute)
1564         (spawn, main):
1565         * preprep.c (file_data, open_input_file, open_output_file)
1566         (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1567         Use const char*.
1569         * cmdproxy.c (stdin): Don't define, not used.
1570         (main): Don't assign remlen after last use.
1572 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
1574         * configure.bat: Err out when the argument of --cflags contains
1575         invalid characters (check implemented only for GCC).  (Bug#6820)
1577 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
1579         * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1581 2010-08-12  Jason Rumney  <jasonr@gnu.org>
1583         * addpm.c (add_registry): Set path for runemacs.exe to use.
1585 2010-08-08  Óscar Fuentes  <ofv@wanadoo.es>
1587         * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1588         which has a 1024 char limit on Windows (bug#6647).
1590 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1592         * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1593         Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1595 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
1597         * config.nt: Remove code referring to NO_REMAP, unused.
1599 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
1601         Build binary distros on Windows using emacs-VERSION as root dir name.
1603         * makefile.w32-in: Copy README.W32 to installation directory
1604         during `make install'.  Remove README.W32 with `distclean' (in
1605         case Emacs was installed in place).  Use temporary directory to
1606         create distribution zip files in `dist' target.
1607         * zipdist.bat: Simplify code using temporary directory.
1609 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
1611         * runemacs.c (set_user_model_id): Fix prototype.
1613 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1615         New make target for Windows platform: make dist (bug#6602)
1617         * INSTALL: Document new dist target and add section about
1618         creating binary distributions.
1619         * README.W32: Relocate from admin/nt/ directory.
1620         * configure.bat: New parameter `--distfiles'.
1621         * makefile.w32-in: Add version number, new target `dist'.
1622         Add new target `install-shortcuts'.
1623         * zipdist.bat: New file; create zipped binary distribution,
1624         replaces admin/nt/makedist.bat.
1626 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
1628         * INSTALL: Add note about backslashes in Windows paths.
1629         Fix typos.  Simplify references to Windows versions.
1631 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1633         * addpm.c (add_registry, main):
1634         * cmdproxy.c (get_env_size):
1635         * ddeclient.c (main):
1636         * runemacs.c (set_user_model_id):
1637         Convert definitions to standard C.
1639 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1641         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1643 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
1645         * configure.bat: New option --enable-checking.
1646         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1647         (CFLAGS): Include it.
1649 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
1651         * config.nt (volatile): Remove definition.
1653 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1655         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1656         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1658 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
1660         * config.nt (__P): Remove.
1662 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
1664         * config.nt: Remove code depending on BSTRING.
1666 2010-06-03  Glenn Morris  <rgm@gnu.org>
1668         * config.nt: Remove NOT_C_CODE tests, it is always true now.
1670 2010-05-13  Glenn Morris  <rgm@gnu.org>
1672         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1674 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1676         * Version 23.2 released.
1678 2010-05-04  Glenn Morris  <rgm@gnu.org>
1680         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1682 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
1684         * emacs.manifest: Add trustInfo section to Windows manifest.
1686 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1688         * Branch for 23.2.
1690 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
1692         * emacsclient.rc: Fix format of "LegalCopyright" value.
1694 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1696         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1698 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
1700         * INSTALL: Update for CVS->Bazaar switchover.
1702 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
1704         * configure.bat: Add #define PROFILING to config.h.
1706 2009-07-03  Jason Rumney  <jasonr@gnu.org>
1708         * runemacs.c (set_user_model_id): Use standard types.
1710 2009-06-30  Jason Rumney  <jasonr@gnu.org>
1712         * runemacs.c (set_user_model_id): New function.
1713         (WinMain): Use it.
1715 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1717         * Branch for 23.1.
1719 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1721         * inc/sys/stat.h (struct stat): Change the types of st_uid and
1722         st_gid to unsigned.
1724         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1725         to unsigned.
1726         (getpwuid): Argument is now unsigned.
1727         uid_t is now unsigned.
1729 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1731         * INSTALL: Add comment about TCC; fix typos.
1733 2009-01-26  Jason Rumney  <jasonr@gnu.org>
1735         * emacsclient.rc, emacs.rc: Swap name and description.
1736         Remove Windows versions.
1738 2009-01-15  Jason Rumney  <jasonr@gnu.org>
1740         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1742         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1744         * addpm.c (main): Try using COM to create start menu shortcuts
1745         before resorting to DDE (Bug#202)
1746         Remove second command-line argument.
1748 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
1750         * configure.bat: Untabify help message.
1752 2009-01-03  Jason Rumney  <jasonr@gnu.org>
1754         * configure.bat: New option --with-svg.
1756         * INSTALL: Document experimental SVG support.
1758 2008-12-25  Jason Rumney  <jasonr@gnu.org>
1760         * config.nt (PTR): Remove.
1762 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
1764         * config.nt (LISTPROC, PROCATTR): Remove.
1766 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
1768         * config.nt (LISTPROC, PROCATTR): New macros.
1770 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1772         * config.nt (MULTI_KBOARD): Remove.
1774 2008-07-23  Jason Rumney  <jasonr@gnu.org>
1776         * configure.bat: New option --profile.
1777         * gmake.defs: Set cflags and ldflags for profiling when specified.
1779 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1781         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1783 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1785         * config.nt (HAVE_FACES): Remove, unused.
1787 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
1788             Eli Zaretskii  <eliz@gnu.org>
1790         * nmake.defs (FONT_CFLAGS):
1791         * gmake.defs (FONT_CFLAGS): Remove.
1792         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1793         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1794         and _CRTAPI1.
1795         (ARCH_FLAGS): Don't include _X86_.
1797         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1799 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1801         * config.nt: Remove reference to UNEXEC_SRC.
1803 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
1804             Eli Zaretskii  <eliz@gnu.org>
1806         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1807         Don't hardcode -gstabs+, use DEBUG_INFO.
1809         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1810         Default to stabs if the compiler does not support DWARF-2.
1811         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1813 2008-05-14  Jason Rumney  <jasonr@gnu.org>
1815         * configure.bat: Remove code dealing with --disable-font-backend.
1817 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
1819         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1820         better alignment.  Make st_size 64-bit wide.  Add new members
1821         st_uname and st_gname.
1823         * inc/grp.h (struct group): Add gr_gid member.
1825 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
1827         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1828         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
1829         a real file there is not a good idea.
1831 2008-04-23  Jason Rumney  <jasonr@gnu.org>
1833         * makefile.w32-in (CLIENTRES): New variable and build target.
1834         (all): Depend on it.
1835         ($(TRES)): Use $(TRES) in rule.
1837 2008-04-21  Jason Rumney  <jasonr@gnu.org>
1839         * configure.bat (success): Print "make" rather than "gmake", as that
1840         is what MinGW uses.
1842 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
1844         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1845         Add copyright notice.
1847 2008-04-10  Jason Rumney  <jasonr@gnu.org>
1849         * emacsclient.rc: New file.
1851         * INSTALL: Document make targets.
1853 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1855         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
1856         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
1857         (top-distclean, distclean, distclean-other-dirs-nmake)
1858         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1859         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1861 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1863         * inc/sys/stat.h: New file.
1865         * configure.bat: Add check for usp10.h.
1867 2008-04-04  Jason Rumney  <jasonr@gnu.org>
1869         * INSTALL: Update Windows API requirements.
1871 2008-04-03  Jason Rumney  <jasonr@gnu.org>
1873         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1875 2008-03-13  Glenn Morris  <rgm@gnu.org>
1877         * emacs.rc: Set version to 23.0.60.
1879 2008-03-04  Jason Rumney  <jasonr@gnu.org>
1881         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1882         (EMACS_EXTRA_C_FLAGS): Include it.
1883         * configure.bat (usefontbackend): Default to Y.
1884         (--enable-font-backend): Replace with --disable-font-backend.
1885         (:withfont): Replace with :withoutfont.
1887 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1889         * icons/emacs.ico: Full alpha for 32x32 full color.
1890         Add 32x32 and 16x16 256 color versions.
1892 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
1894         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1896 2008-03-02  Jason Rumney  <jasonr@gnu.org>
1898         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1900 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1902         * icons/README: Update.
1904         * icons/emacs.ico: New icon.
1906 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
1908         * addpm.c: Include malloc.h.
1909         (add_registry): Cast return value of alloca.
1911 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1913         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1915 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
1917         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1918         conditional on existence of junk.o.  If %nocygwin% is already set
1919         to Y, skip to chkapiN instead of chkapi.
1920         (chkapi): Move "rm -f junk.c junk.o" to here.
1921         (chkapiN): New label.
1923 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1925         * makefile.w32-in: Remove unidata-gen related rules.
1927 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1929         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1931 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1933         * addpm.c (add_registry): Add an App Paths registry key.
1934         Look for GTK and add it to the DLL search path for Emacs if found.
1936 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
1938         * configure.bat: In help, use generic names for the image libraries.
1940 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1942         * .cvsignore: Don't ignore .arch-inventory.
1944 2008-02-03  Jason Rumney  <jasonr@gnu.org>
1946         * configure.bat: Make gcc the default compiler.
1948 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1950         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1951         Ignore return status.
1953         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
1954         it out of the way of Windows generated file.
1955         Generate admin/unidata/makefile.
1957         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1958         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1959         (unidatagen-clean-SH): New targets.
1960         (bootstrap-nmake): Invoke unidatagen-nmake.
1961         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1963 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1965         * configure.bat (withfont): Set sep1 after modifying usercflags.
1967 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1969         * configure.bat: Rename --with-font-backend to --enable-font-backend
1970         for consistency with other platforms.
1972 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1974         * configure.bat: Add --with-font-backend option.
1976 2008-01-20  Jason Rumney  <jasonr@gnu.org>
1978         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1979         permissions to NTFS ACLs.
1981 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1983         * config.nt: Remove HAVE_X11R5.
1985 2007-10-22  Jason Rumney  <jasonr@gnu.org>
1987         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1988         (strings.h, stdlib.h): Conditionally include.
1989         (w32_abort): Declare here.
1990         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1992 2007-10-20  Jason Rumney  <jasonr@gnu.org>
1994         * makefile.w32-in (info-nmake): Change into correct directories.
1996 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
1998         * configure.bat (docflags, doldflags): New variables.
1999         (genmakefiles): Use them to work around problems with whitespace
2000         in arguments of the `if' command.
2002 2007-10-18  Jason Rumney  <jasonr@gnu.org>
2004         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
2006 2007-09-27  Jason Rumney  <jasonr@gnu.org>
2008         * gmake.defs (COMCTL32): New system library.
2010         * nmake.defs (COMCTL32): New system library.
2012 2007-09-06  Glenn Morris  <rgm@gnu.org>
2014         * configure.bat:
2015         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
2016         Change from ../man to ../doc/emacs and ../doc/misc; and from
2017         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
2019 2007-08-29  Glenn Morris  <rgm@gnu.org>
2021         * emacs.rc: Increase version to 23.0.50.
2023 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
2025         * makefile.w32-in (bootstrap-nmake): Change directories once more.
2027 2007-07-25  Glenn Morris  <rgm@gnu.org>
2029         * Relicense all FSF files to GPLv3 or later.
2031         * COPYING: Switch to GPLv3.
2033 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
2035         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
2036         Depend on cmdproxy.
2037         (cleanall): Don't delete *~.
2039 2007-07-15  Jason Rumney  <jasonr@gnu.org>
2041         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
2042         be fully supported.
2044 2007-07-14  Jason Rumney  <jasonr@gnu.org>
2046         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
2047         of winsock.h.
2049 2007-07-11  Jason Rumney  <jasonr@gnu.org>
2051         * gmake.defs (OLE32): New library to link.
2053         * nmake.defs (OLE32): Likewise.
2055 2007-06-25  Jason Rumney  <jasonr@gnu.org>
2057         * cmdproxy.c (main): Set console codepages to "ANSI".
2059 2007-06-20  Jason Rumney  <jasonr@gnu.org>
2061         * configure.bat: Complain if image libraries are missing.
2063 2007-06-15  Jason Rumney  <jasonr@gnu.org>
2065         * emacs.manifest: New file.
2067         * emacs.rc: Use it.
2069 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2071         * Version 22.1 released.
2073 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2075         * INSTALL: Add information about where to find GDB, and warn
2076         against --no-debug option to configure.bat.
2078 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
2080         * INSTALL: Fix URL of EmacsW32 site where building with image
2081         support is described.
2083 2007-04-26  Glenn Morris  <rgm@gnu.org>
2085         * emacs.rc: Increase version to 22.1.50.
2087 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2089         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
2091 2007-03-09  Richard Stallman  <rms@gnu.org>
2093         * INSTALL: Say explicitly this is not for Cygwin.
2095 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
2097         * INSTALL: Add URL of another site with detailed build instructions.
2099 2007-02-16  Glenn Morris  <rgm@gnu.org>
2101         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
2102         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
2103         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
2104         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
2105         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
2106         Restore all but two of icons deleted in previous change.
2108 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
2110         * icons/README: New file.
2112         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
2113         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
2114         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
2115         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
2116         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
2117         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
2118         Unused icons deleted.
2120 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2122         * configure.bat: Update ../site-lisp/subdirs.el when needed.
2124 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
2126         * subdirs.el: Add "no-byte-compile: t" local variable.
2128 2007-01-10  Jason Rumney  <jasonr@gnu.org>
2130         * README: Update URLs and advice about reporting bugs.
2132 2006-12-29  Jason Rumney  <jasonr@gnu.org>
2134         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
2135         DEBUG_LINK.
2136         (DEBUG_LINK): Remove -debugtype:both.
2138 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2140         * INSTALL: Update table of supported Make ports.  Show "make -j"
2141         command that is known to work.
2143         * configure.bat: Update table of supported Make ports.
2145 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
2147         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
2148         only in implicit rules.  Use literal "emacs.rc" instead.
2150 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2152         * gmake.defs: Export XMFLAGS.
2154         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
2155         Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
2157 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2159         * INSTALL: Explain how to invoke GNU Make for parallel builds.
2161         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
2162         command-line argument to sub-Make in src, since src/makefile.w32-in
2163         invokes Make recursively during bootstrap.
2164         (clean): Delete stamp_BLD.
2165         (bootstrap): Make `all' explicitly in a recursive Make.
2167         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
2168         stamp_BLD after creating the $(BLD) directory.
2170         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
2171         stamp_BLD after creating the $(BLD) directory.
2173         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
2174         (preprep, $(TRES), runemacs)
2175         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
2176         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2177         Depend on stamp_BLD instead of on $(BLD).
2178         (XMFLAGS): New macro.
2179         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
2180         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
2181         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
2182         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
2184 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
2186         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
2187         $(ALL_DEPS).
2188         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
2189         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2190         New dependency on $(BLD).
2191         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
2192         (bootstrap-gmake): Depend on addsection.
2194 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
2196         * runemacs.c (WinMain): Process all recognized arguments, not just
2197         the first one.  Remove unused variable sec_desc.
2199 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
2201         * config.nt (HAVE_LANGINFO_CODESET): Define.
2203         * inc/langinfo.h: New file.
2205         * inc/nl_types.h: New file.
2207 2006-09-15  Jay Belanger  <belanger@truman.edu>
2209         * COPYING: Replace "Library Public License" by "Lesser Public
2210         License" throughout.
2212 2006-07-27  Jason Rumney  <jasonr@gnu.org>
2214         * INSTALL: Add notes about Cygwin make to impatient section.
2216 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2218         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
2219         known to work.
2221 2006-03-12  Jason Rumney  <jasonr@gnu.org>
2223         * addpm.c (add_registry): Don't change the registry unless keys
2224         already exist from a previous version.
2226         * makefile.w32-in (install): Use -q when invoking addpm.
2228         * addpm.c (main): Accept -q as alternative for /q.
2230 2006-03-11  Jason Rumney  <jasonr@gnu.org>
2232         * runemacs.c (WinMain): Set screen buffer to 80x25.
2234 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2236         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
2237         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2239 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
2241         * INSTALL: Add explanation of how to debug with GDB starting from
2242         the Emacs Abort dialog.
2244 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
2246         * emacs.rc: Use new icons.
2248 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
2250         * emacs21.ico: Renamed from emacs.ico.
2251         * emacs.ico: New icons from Andrew Zhilin
2252         <andrew_zhilin@yahoo.com>.
2254 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2256         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
2258 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
2260         * .cvsignore: Add `obj' and `oo' for in-place installations.
2262 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2264         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
2266 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2268         * configure.bat: Don't create lisp/Makefile.unix.
2270 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2272         * .cvsignore: Add `makefile' and `config.log'.
2274 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
2276         Merge gnulib getopt implementation into Emacs.
2278         * inc/gettext.h: Remove; no longer needed now that
2279         lib-src/gettext.h exists.
2281 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2283         * configure.bat: Finish config.log with a line that indicates that
2284         the configure step was successful.
2286 2005-07-04  Lute Kamstra  <lute@gnu.org>
2288         Update FSF's address in GPL notices.
2290 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
2292         * configure.bat: If their fc.exe returns a meaningful exit status,
2293         don't overwrite src/config.h and src/epaths.h with identical
2294         copies.
2296         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
2297         changes.  Add a pointer to another site with detailed configure
2298         and build instructions.  Suggest to look at config.log when
2299         configure fails.  Add MinGW Make 3.80 to the list of successful
2300         combinations.
2302         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
2303         "-mcpu=i686".
2305         * configure.bat: Update copyright years.
2306         Delete config.log before doing anything else.
2307         Write additional diagnostics to config.log in case of failures to
2308         compile test programs, including the failed test program itself.
2309         Add a test for support of -mtune=pentium4 switch to GCC; if it is
2310         supported, set up MCPU_FLAG variable on the various Makefiles to
2311         use that switch during compilations.  (This avoids GCC warning
2312         about -mcpu being deprecated.)
2314 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
2316         * addsection.c (copy_executable_and_add_section): Pass non-zero
2317         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
2318         environment.  Print section names with %.8s.
2319         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
2320         only if non-zero.  All callers changed.
2322 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
2324         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
2325         `const void *', for consistency with POSIX.
2327 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
2329         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
2331 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
2333         * INSTALL: Add more pointers to ports of Unix tools to Windows,
2334         and to the Emacs Wiki (which contains building instructions for
2335         Windows).  Reword image library instructions and remove obsolete
2336         incompatibility information.
2338 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
2340         * config.nt (HAVE_PWD_H): Undef.
2342 2004-06-07  Juanma Barranquero  <lektu@terra.es>
2344         * INSTALL: Clarify paragraph about compatibility between image
2345         libraries and builds of Emacs with several compilers.
2347 2004-06-06  Juanma Barranquero  <lektu@terra.es>
2349         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2350         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
2351         calling non-existent cmdproxy.exe on bootstrapping after a
2352         previous install followed by realclean.
2354         * nmake.defs: Add quote in comment to resync font-locking.
2356 2004-06-04  Juanma Barranquero  <lektu@terra.es>
2358         * INSTALL: Reword the section on image support.  Add reference to
2359         GnuWin32.  Mention problems when mixing binaries from different
2360         compilers.
2362 2004-05-06  Jason Rumney  <jasonr@gnu.org>
2364         * configure.bat: Use -mno-cygwin to check for image libraries
2365         when needed.
2367 2004-05-03  Jason Rumney  <jasonr@gnu.org>
2369         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2370         * makefile.def: Remove.
2372         * nmake.defs (SYS_LDFLAGS): Add -nologo.
2374         * makefile.w32-in (info-gmake, info-nmake): New targets.
2375         (info): Use them.
2377 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2379         * nmake.defs:
2380         * gmake.defs:
2381         * makefile.w32-in:
2382         * makefile.def:
2383         * makefile.nt: Add "-*- makefile -*-" mode tag.
2385 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2387         * runemacs.c (WinMain): Let Emacs environment default to parent.
2389 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2391         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2393 2004-03-10  Juanma Barranquero  <lektu@terra.es>
2395         * makefile.w32-in (install): Don't try to copy
2396         ../lib-src/fns-*.el, as it isn't used anymore.
2398 2004-01-28  Peter Runestig  <peter@runestig.com>
2400         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2402 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
2404         * .cvsignore: Add `.arch-inventory'.
2406 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
2408         * inc/grp.h: New file.
2410 2003-09-03  Peter Runestig  <peter@runestig.com>
2412         * configure.bat: Create ``makefile'' in directories man, lispref
2413         and lispintro.
2415         * makefile.w32-in (force-info, info): New targets.
2417         * envadd.bat: New file.
2419         * multi-install-info.bat: New file.
2421 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
2423         * config.nt (my_strftime): New define.
2425 2003-02-01  Jason Rumney  <jasonr@gnu.org>
2427         * configure.bat: Automatically detect libXpm.
2428         Suppress compiler output when testing for image libraries.
2429         Give names of un-found libraries in messages.
2431 2003-01-31  Juanma Barranquero  <lektu@terra.es>
2433         * configure.bat: Automatically detect giflib and tifflib.
2435 2003-01-29  Jason Rumney  <jasonr@gnu.org>
2437         * gmake.defs (CURDIR): Disable cygpath kludge.
2439 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
2441         * configure.bat: Avoid endless loop when configuring without image
2442         support.
2444 2003-01-26  Jason Rumney  <jasonr@gnu.org>
2446         * configure.bat: Automatically detect jpeglib.
2448 2003-01-25  Jason Rumney  <jasonr@gnu.org>
2450         * configure.bat: Automatically detect libpng.
2452 2003-01-21  Jason Rumney  <jasonr@gnu.org>
2454         * icons/hand.cur: New file.
2456 2003-01-21  David Ponce  <david@dponce.com>
2458         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2460 2003-01-15  Andrew Innes  <andrewi@gnu.org>
2462         * gmake.defs (CURDIR): Convert to native Windows format (with
2463         forward slashes), to support building with Cygwin builds of make.
2465 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
2467         * nmake.defs:
2468         * gmake.defs: Made changes so that Emacs would link with
2469         WinMM.lib.  This change was required for my addition of a Windows
2470         compatible implementation of play-sound-internal.
2472 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
2474         * emacs.rc: Version updated to 21.3.50.
2476 2002-06-13  Jason Rumney  <jasonr@gnu.org>
2478         * addpm.c (env_vars): Remove EMACSLOCKDIR.
2480         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2481         (maybe-bootstrap-SH): New targets.
2482         (all): Depend on maybe-bootstrap.
2484 2002-05-03  Jason Rumney  <jasonr@gnu.org>
2486         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2487         (sys_getpeername, fcntl): Declare as wrappers.
2489 2002-04-10  Juanma Barranquero  <lektu@terra.es>
2491         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2492         after compiling .el files.
2494 2002-03-20  Jason Rumney  <jasonr@gnu.org>
2496         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2497         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2499 2002-03-19  Kim F. Storm  <storm@cua.dk>
2501         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2502         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2503         (HAVE_SYS_UN_H): Undef.
2504         From David Ponce <dponce@voila.fr>.
2506 2002-03-13  Jason Rumney  <jasonr@gnu.org>
2508         * config.nt (STRFTIME_NO_POSIX2): Define.
2510 2002-02-18  Jason Rumney  <jasonr@gnu.org>
2512         * emacs.rc: Define VS_VERSION_INFO if not already.
2513         Update version info.
2515 2002-01-04  Andrew Innes  <andrewi@gnu.org>
2517         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2518         pick up relevant bits of the Windows API definitions.
2520         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2521         pick up relevant bits of the Windows API definitions.
2523 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2525         * makefile.w32-in (bootstrap): Build addsection program before
2526         bootstrap (required for post-processing temacs.exe).
2528 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
2530         * COPYING: New file.
2532 2001-12-03  Andrew Innes  <andrewi@gnu.org>
2534         * makefile.w32-in (bootstrap-nmake)
2535         (bootstrap-gmake): Extend bootstrap process to first do
2536         bootstrap-clean in lisp dir and rebuild the DOC file.
2537         (bootstrap): Do a "normal" make after the bootstrap work.
2539 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2541         * INSTALL: Update table of versions of make that are suitable
2542         for building Emacs, based on recent feedback.
2544         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
2546 2001-11-19  Andrew Innes  <andrewi@gnu.org>
2548         * ftime-nostartup.bat: New file.
2550         * ftime.bat: Don't include libc.lib for profiling - the profiler
2551         corrupts part of memcpy.
2553 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2555         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2556         expansion.  From Juanma Barranquero <lektu@terra.es>.
2558 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2560         * (Version 21.1 released.)
2562 2001-10-12  Andrew Innes  <andrewi@gnu.org>
2564         * inc/pwd.h (uid_t, gid_t): New typedefs.
2566 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2568         * Branch for 21.1.
2570 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2572         * README: Update the address of the mailing list and subscription
2573         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
2575 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
2577         * INSTALL: Suggest to avoid using WinZip.
2579         * configure.bat: Make sure ../site-lisp exists; create if necessary.
2581 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
2583         * INSTALL: Mention that "make install" can be "nmake install".
2585 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
2587         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2588         since some versions of `mkdir' don't automatically create parent
2589         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2591 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
2593         * subdirs.el: New file.
2595         * configure.bat: Copy subdirs.el to the site-lisp directory.
2597         * makefile.w32-in (install): Copy subdirs.el to the installation
2598         directory.
2600 2001-06-20  Jason Rumney  <jasonr@gnu.org>
2602         * runemacs.c (WinMain): Add quotes around command in case of spaces.
2604 2001-06-01  Andrew Innes  <andrewi@gnu.org>
2606         * gmake.defs (sh_output): Don't use $(warning ...) to output
2607         messages, since that is not supported by GNU make 3.77.
2609 2001-05-24  Jason Rumney  <jasonr@gnu.org>
2611         * INSTALL: Clarify that building with MSVC requires nmake.
2613 2001-05-17  Andrew Innes  <andrewi@gnu.org>
2615         * gmake.defs (NEW_CYGWIN): Output message about spurious error
2616         message that is to be ignored.
2618 2001-05-13  Andrew Innes  <andrewi@gnu.org>
2620         * TODO: Remove file, since it is completely out of date.
2622         * README: Add copyright notice.
2624         * INSTALL: Add copyright notice.
2626 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2628         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2629         the environment.
2631         * gmake.defs (SETLOADPATH): Remove definition.
2632         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2633         environment.
2635 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
2637         * configure.bat: Make the checkw32api* labels be distinct in the
2638         first 8 characters.
2640 2001-03-17  Andrew Innes  <andrewi@gnu.org>
2642         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2643         escaped quotes.
2645         * gmake.defs (DEBUG_LINK): New macro.
2646         (LINK_FLAGS): Use it.
2648         * nmake.defs (DEBUG_LINK): New macro.
2649         (LINK_FLAGS): Use it.
2651 2001-03-06  Andrew Innes  <andrewi@gnu.org>
2653         * INSTALL: Add --ldflags to configure line for building with
2654         recent versions of Cygwin GCC.
2656 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
2658         * configure.bat: Use correct options when compiling a test program
2659         with Cygwin.  From David Ponce <dponce@voila.fr>.
2661 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2663         * _emacs: Remove obsolete file.
2665         * emacs.bat.in: Remove obsolete file.
2667         * debug.bat.in: Remove obsolete file.
2669         * inc/sys/socket.h: Add copyright notice.
2671         * paths.h: Add copyright notice.
2673         * makefile.nt: Update copyright notice.
2675         * makefile.def: Update copyright notice.
2677         * configure.bat: Update copyright notice.
2679         * nmake.defs: Add copyright notice.
2681         * gmake.defs: Add copyright notice.
2683         * makefile.w32-in: Add copyright notice.
2685 2001-02-05  Andrew Innes  <andrewi@gnu.org>
2687         * nmake.defs (THISDIR): New definition.
2689         * gmake.defs (THISDIR): New definition.
2691 2001-02-03  Andrew Innes  <andrewi@gnu.org>
2693         * configure.bat: Leave a space before >> only when there is a
2694         preceding digit.  Add a comment about the importance of this.
2696         * README: Replace outdated information.
2698         * INSTALL (Trouble-shooting): Add note about need to specify extra
2699         compiler flags with recent Cygwin ports of gcc.
2701 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2703         * configure.bat: Use "rm -f" instead of "del /f", as the latter
2704         is not supported by Windows 9X's COMMAND.COM.
2706 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
2708         * configure.bat: Make sure redirection is preceded by a blank, to
2709         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2710         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
2712 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
2714         * INSTALL: Copy the table of tested combinations of development
2715         tools from configure.bat.  Add suggestion to install Bash on
2716         Windows 9X.
2718         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2719         lisp/Makefile.in instead.  Use "rm -f" where more than one file
2720         needs to be deleted, since command.com in Windows 9X doesn't grok
2721         more than one argument.
2723 2001-01-24  Andrew Innes  <andrewi@gnu.org>
2725         * makefile.w32-in (cleanall-other-dirs-nmake)
2726         (cleanall-other-dirs-gmake): New targets.
2727         (cleanall): Invoke them.
2729 2001-01-19  Andrew Innes  <andrewi@gnu.org>
2731         * addpm.c (env_vars): Add a version-independent site-lisp
2732         directory to EMACSLOADPATH, after the version dependent one.
2734 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2736         * README: Update info about compilers.
2738         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2739         select correct rule for invoking make in another directory.
2740         Amend rules accordingly.
2741         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2743         * nmake.defs (EMACS_ICON_PATH): Delete definition.
2744         (COMPILER_TEMP_FILES): New definition.
2745         (MAKETYPE): New definition.
2747         * gmake.defs (EMACS_ICON_PATH): Delete definition.
2748         (COMPILER_TEMP_FILES): New definition.
2749         (MAKETYPE): New definition.
2751         * makefile.def (EMACS_ICON_PATH): Delete definition.
2753         * configure.bat: Be careful not to add trailing spaces when
2754         outputting to config.settings.
2756 2001-01-02  Andrew Innes  <andrewi@gnu.org>
2758         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2759         than the function.
2761 2000-12-17  Andrew Innes  <andrewi@gnu.org>
2763         * makefile.w32-in (install): Copy directories to the correct
2764         places.
2765         (real_install): Remove obsolete target.
2767 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2769         * nmake.defs (CURDIR): New define.
2770         (INSTALL_DIR): Use it.
2772         * gmake.defs (NEW_CYGWIN): New define.
2773         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2774         so we need to adjust how we escape embedded quotes.
2775         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2776         relative to $(CURDIR).
2778 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2780         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2782 2000-10-17  Andrew Innes  <andrewi@gnu.org>
2784         * makefile.w32-in (recompile): New target to recompile lisp
2785         directory.
2786         (recompile-CMD, recompile-SH): New support targets.
2788 2000-09-24  Jason Rumney  <jasonr@gnu.org>
2790         * config.nt (NO_RETURN): Define it.
2792 2000-09-17  Andrew Innes  <andrewi@gnu.org>
2794         * gmake.defs: Revert to Unix line endings.
2796         * nmake.defs: Revert to Unix line endings.
2798 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2800         * gmake.defs (SETLOADPATH): Change definition to work from any
2801         subdirectory.
2803 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2805         * makefile.w32-in: Revert to Unix line endings.
2807 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2809         * INSTALL: Add note about expected error messages when configure
2810         is run.
2812         * configure.bat: Simplify the generation of makefiles (don't need
2813         to generate various top-level targets that invoke make in other
2814         directories).
2816         * gmake.defs (SHELLTYPE): New define.
2817         (SETLOADPATH): New define.
2819         * nmake.defs (SHELLTYPE): New define.
2821         * makefile.w32-in: Standardize indentation somewhat.
2822         Add bootstrap support.
2823         Pass $(MFLAGS) when invoking make recursively.
2824         Add shell-specific variants of top-level targets that invoke make
2825         recursively in other directories, and add necessary computed
2826         dependencies.
2828 2000-09-03  Andrew Innes  <andrewi@gnu.org>
2830         * makefile.w32-in: Change to DOS line endings.
2832         * configure.bat: Change to DOS line endings.
2834         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2835         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2837         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2838         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2840         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2841         -D_ANONYMOUS_STRUCT on compile line.
2842         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2843         (ARCH_CFLAGS): Change optimization flags to -O2.
2844         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2845         (ARGQUOTE, DQUOTE): New defines.
2847         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2848         -D_ANONYMOUS_STRUCT on compile line.
2849         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2850         (ARGQUOTE, DQUOTE): New defines.
2852 2000-08-22  Andrew Innes  <andrewi@gnu.org>
2854         * configure.bat: New file.
2856         * gmake.defs: New file.
2858         * nmake.defs: New file.
2860         * makefile.w32-in: New file.
2862         * INSTALL: Rewrite to match new configure process.
2864         * config.nt [WINDOWSNT]: Don't declare getenv.
2865         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2867         * addpm.c (main): Accept /q to mean install based on addpm's
2868         location without asking.  Remove reference to emacs.bat which is
2869         now obsolete.
2871         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2873         * paths.h: Use forward slash as directory separator in all path
2874         definitions.
2875         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2877         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2879         * runemacs.c: Remove WIN32 define.
2881         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2882         not defined.
2884         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2885         (fd_set): Define to new name, after including winsock.h, so we can
2886         provide our own implementation.
2888 2000-07-05  Andrew Innes  <andrewi@gnu.org>
2890         * ebuild.bat: Add support for specifying make arguments.
2892         * makefile.nt: Add support for `bootstrap' and related targets.
2894 2000-06-11  Jason Rumney  <jasonr@gnu.org>
2896         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2898 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2900         * inc/sys/time.h: Add inclusion protection.
2902         * makefile.def (SYS_LDFLAGS): Add -nologo.
2904 1999-11-22  Andrew Innes  <andrewi@gnu.org>
2906         * install.bat: Pass on command line arguments to make.
2908         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
2910 1999-11-21  Andrew Innes  <andrewi@gnu.org>
2912         * makefile.nt (all): Build leim if present.
2913         (install): Install leim if present.
2914         (clean): Clean leim if present.
2916         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2917         definition.
2919         * emacs.bat.in (EMACSLOADPATH): Include leim.
2921 1999-07-12  Richard Stallman  <rms@gnu.org>
2923         * Version 20.4 released.
2925 1999-06-16  Andrew Innes  <andrewi@gnu.org>
2927         * emacs.rc: Use an icon with a transparent background, to be in
2928         keeping with other applications.
2930 1999-06-03  Andrew Innes  <andrewi@gnu.org>
2932         * preprep.c: Fix typo.
2934 1999-05-02  Andrew Innes  <andrewi@gnu.org>
2936         * config.h: Remove obsolete file.
2938         * preprep.c (copy_executable_and_move_sections): Ifdef out a
2939         couple of unused switch cases that aren't defined on all
2940         platforms.
2942         * ftime.bat: Add another variation of the profile command, which
2943         only profiles extended commands.
2945 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
2947         * cmdproxy.c (main): Fix parens.
2949 1999-03-25  Andrew Innes  <andrewi@gnu.org>
2951         * cmdproxy.c (main): Call GetShortPathName to normalize program
2952         names for comparison.
2954 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
2956         * makefile.def: Compile multiple .c files when possible.
2957         Use BLD instead of assuming i386.
2958         * makefile.nt: Remove common multiple file compilation commands.
2960 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
2962         * cmdproxy.c (main): Add missing parens.
2964 1999-02-20  Andrew Innes  <andrewi@gnu.org>
2966         * preprep.c: New program to allow dumped image to be profiled.
2968         * makefile.nt (preprep): New target.
2969         (ALL): Build it.
2971         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2973         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2974         Change prep options to profile libc functions and skip the startup
2975         code.
2977 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
2979         * makefile.nt: Create installation directory as first step.
2981 1999-01-31  Andrew Innes  <andrewi@gnu.org>
2983         * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
2984         ROUND_UP_DST.  Zeroes the alignment slop.
2985         (copy_executable_and_add_section): Update the
2986         SizeOfHeaders field properly.
2988 1999-01-27  Andrew Innes  <andrewi@gnu.org>
2990         * makefile.nt: Do make version comparison as strings.
2992 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
2994         * runemacs.c (WinMain): Pass explicit environment block to
2995         CreateProcess, to work around a bug in Windows 95/98.
2997 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
2999         * icons: New directory with Davenport's icons.
3000         * icons/sink.ico: Renamed from emacs.ico.
3002         * makefile.nt (install, fast_install): Install Windows icons
3003         into etc/icons.
3005         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
3007 1999-01-17  Andrew Innes  <andrewi@gnu.org>
3009         * makefile.nt (ALL): List top-level targets.
3010         (addsection): New top-level target.
3011         (install): Copy fns-*.el to bin directory.
3013         * addsection.c: New program to add static heap section to
3014         temacs.exe after linking, in support of new unexec method.
3016 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
3018         * cmdproxy.c (spawn): Pass directory for child as parameter.
3019         (main): Save startup directory to give to spawn, then change
3020         directory to location of .exe in order not to prevent startup
3021         directory from being deleted.
3023 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
3025         * makefile.nt: Do string comparison of _NMAKE_VER.
3027 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
3029         * config.nt (LOCALTIME_CACHE): Define.
3031 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
3033         * install.bat: Convert to DOS format.
3035 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
3037         * cmdproxy.c (main): Set environment size only when running
3038         command.com.
3040 1998-11-03  Theodore Jump  <tjump@tertius.com>
3042         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
3043         (DEL_TREE): Use rd instead of rmdir.
3044         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
3045         * makefile.nt: Compile multiple source files when possible.
3047 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
3049         * cmdproxy.c (main): Treat command line options as case-insensitive.
3051 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
3053         * Version 20.3 released.
3055 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
3057         * addpm.c (main): Explicitly check result of message box for OK.
3059 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
3061         * inc/sys/file.h (D_OK): Define new macro.
3063 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
3065         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
3067 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
3069         * emacs.rc (VS_VERSION_INFO): Define.
3071 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
3073         * makefile.nt (emacs.bat, debug.bat): Create them in the
3074         installation directory.
3076 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
3078         * ddeclient.c: New file.  (Support program for performing limited
3079         interprocess communication on Windows.)
3081         * makefile.nt: Build ddeclient.
3083         * cmdproxy.c (main): Only set environment size for real shell, and
3084         provide extra directory argument, when running on Windows 95.
3086 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
3088         * cmdproxy.c (fail): Exit with a negative return value.
3089         (spawn): Return subprocess return code as an argument.
3090         Explicitly copy environment block.
3091         (main): Update to use return value argument with spawn.
3092         Retry if spawn failed when a subshell was not tried.
3094         * config.nt: Include new macros from src/config.in.
3095         (GNU_MALLOC, REL_ALLOC): Define.
3096         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
3097         (RE_TRANSLATE): Use char_table_translate.
3099         * makefile.def (CP_DIR): Preserve attributes.
3101         * makefile.nt (clean): Delete patch generated files, optimized
3102         build directory.
3104 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
3106         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
3108 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3110         * Version 20.2 released.
3112 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3114         * Version 20.1 released.
3116 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
3118         * debug.bat.in: New file.
3119         * makefile.nt (debug.bat): New target.
3121 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
3123         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
3124         Quote group name.  Allow different icons to be specified.
3126         * cmdproxy.c (get_env_size): New function.
3127         (spawn): Explicitly pass in environment when creating subprocess.
3128         (main): Cleanup error messages.
3129         Specify dynamically sized environment block for real shell.
3130         Pass on unhandled switches to real shell.
3131         Quote program name.
3133         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
3134         directory.
3135         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
3137         * runemacs.c (WinMain): Allow Emacs process to be started with
3138         high or low priority.
3140         * emacs.bat.in: Remove OS dependent operations.
3142 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
3144         * addpm.c (env_vars): No longer set INFOPATH.
3146         * cmdproxy.c (get_next_token): Null terminate token returned.
3148         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
3150 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
3152         * addpm.c (env_vars): Set SHELL to cmdproxy.
3153         (main): Initialize idDde to 0.
3154         Determine emacs_path from module file name.
3155         Prompt for install.
3157         * makefile.def (MSVCNT11): Conditionally define it.
3158         (BASE_LIBS): Do not use oldnames.lib.
3159         (SYS_LDFLAGS): Use pdb files.
3160         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
3161         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
3162         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
3164         * makefile.nt (ALL): Build cmdproxy.
3165         (cmdproxy): New target.
3166         (install): Install cmdproxy.
3168         * ftime.bat, debug.bat, cmdproxy.c: New files.
3170 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
3172         * inc/sys/socket.h (shutdown): Define.
3173         (sys_shutdown): Export.
3175 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3177         * config.nt (RE_TRANSLATE): Copy definition from config.in.
3179 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
3181         * config.nt: Update file comments.
3182         Update undefs added/removed in src/config.in.
3184 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
3186         * makefile.def, emacs.bat.in: Use windows95 and windowsnt instead
3187         of win95 and winnt, respectively.
3189 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
3191         * makefile.nt (real_install): Create site-lisp in installation dir.
3192         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
3193         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
3195 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3197         * Version 19.33 released.
3199 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
3201         * runemacs.c (WinMain): Put a space between the binary and its args.
3203 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3205         * Version 19.32 released.
3207 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
3209         * makefile.nt (clean): Use OBJDIR macro.
3211 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
3213         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
3214         Not defined by default.
3215         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
3216         (WinMain): Convert backslashes to slashes in env var values.
3218         * addpm.c (env_vars): Use slashes, not backslashes.
3220 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
3222         * Version 19.31 released.
3224 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
3226         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
3227         undo settings afterwards.
3229 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
3231         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
3232         environment variable.
3234 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3236         * install.bat: Allow for optimized build.
3237         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
3238         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
3240 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3242         * addpm.c (REG_ROOT): Don't use a trailing backslash.
3243         (env_vars): Rename field emacs_path to emacs_dir.
3244         (main): Add link to runemacs instead of emacs.
3246         * install.bat: Check if INSTALL_DIR is passed as an argument.
3248         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
3250         * makefile.nt: Build and install runemacs.exe.
3252         * runemacs.c: New file.
3254         * config.w95: File removed.
3256         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
3257         inc/sys/socket.h, inc/sys/time.h: New header files.
3259         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
3261 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
3263         * makefile.def (DEL): Defined.
3264         (DEL_TREE) [win95]: Defined.
3265         (SYS_LDFLAGS): Set executable versions to 3.10.
3267         * makefile.nt: Change uses of del to $(DEL).
3269 1996-01-17  Erik Naggum  <erik@naggum.no>
3271         * All files: Update FSF's address in comment preamble.
3273 1996-01-03  George V. Reilly  <georger@microcrafts.com>
3275         * emacs.ico: Now the proverbial kitchen sink icon.
3277 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3279         * Version 19.30 released.
3281 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
3283         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
3285         * makefile.nt (install, fast_install, real_install, clean):
3286         Don't use switches to del not supported by Windows 95.
3288 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
3290         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
3291         (install, fast_install): Change same-dir test to create test file in
3292         installation tree and thereby support read-only shares.
3293         (clean): Remove .pdb files.
3295         * makefile.def (NTGUI): New macro.
3296         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
3298         * config.nt, config.w95: Update to latest src/config.in.
3300         * addpm.c (env_vars): New variable.
3301         (add_registry): New procedure.
3302         (main): Use values of configuration environment variables from
3303         the registry if defined, the process environment otherwise.
3305 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3307         * Version 19.29 released.
3309         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
3311 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
3313         * makefile.nt: Define .c to .obj suffix rule.
3314         (addpm.obj): Compile directly, use CFLAGS.
3315         (addpm.exe): Link from addpm.obj.
3317         * makefile.def (MSVCNT11): Defined.
3318         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
3319         (CFLAGS_COMMON): Defined.
3320         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
3322 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
3324         * emacs.bat.in: Renamed from emacs.bat.
3325         (emacs_dir): Rename from emacs_path.
3326         Definition removed.
3328         * addpm.c: New file.
3329         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
3330         (all): Depend upon $(BLD) and $(ALL).
3331         (install): Depend upon emacs.bat.
3332         Create program item for Emacs.
3333         (clean): Delete obj.
3334         (emacs.bat): Defined.
3335         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
3337 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
3339         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
3340         Add carriage returns; necessary for batch files on Windows 95.
3342 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
3344         * config.w95: Created.
3345         * config.h: Changed to config.nt.
3347         * makefile.nt (SUBDIRS): Commented out.
3348         (all, install, clean): Expand for-loops.
3349         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
3351         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
3352         (ARCH): New definition.
3353         (CPU, CONFIG_H, OS_TYPE): Defined.
3354         (INCLUDE, LIB): Checked if valid.
3355         (ntwin32.mak): Included.
3356         (AR, CC, LINK): New definition.
3357         (ADVAPI32, libc, BASE_LIBS): Defined.
3358         (SYS_LDFLAGS): New definition.
3359         Update comments and preprocessor conditionals.
3361         * emacs.bat (SHELL): Conditionally defined.
3362         (HOME): Conditionally defined.
3363         (emacs_path, HOME): Update comments.
3364         Turn off all echo.
3366 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
3368         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc:
3369         * fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h:
3370         * inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h:
3371         * inc/sys/param.h: Removed carriage-returns.
3373 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
3375         * makefile.def (CVTRES): Defined.
3377         * emacs.ico, emacs.rc: New files by Kevin Gallo.
3379 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
3381         * src/config.h, src/paths.h: Moved to parent dir, src/ removed.
3383 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
3385         * makefile.def (INSTALL_DIR): Change to generic directory.
3387         * emacs.bat: Added arguments when emacs.exe invoked.
3389         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3391 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
3393         * makefile.def (CC): In configuration section.
3394         (COMPAT_LIB): Defined.
3396 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
3398         * src/paths.h: New file.
3400         * src/config.h: New file.
3402         * inc/pwd.h: New file.
3404         * inc/sys/dir.h: New file.
3406         * inc/sys/file.h: New file.
3408         * inc/sys/ioctl.h: New file.
3410         * inc/sys/param.h: New file.
3412         * todo: New file.
3414         * README: New file.
3416         * makefile.nt: New file.
3418         * makefile.def: New file.
3420         * install.cmd: New file.
3422         * INSTALL: New file.
3424         * fast-install.cmd: New file.
3426         * emacs.cmd: New file.
3428         * ebuild.cmd: New file.
3430         * _emacs: New file.
3432 ;; Local Variables:
3433 ;; coding: utf-8
3434 ;; add-log-time-zone-rule: t
3435 ;; End:
3437   Copyright (C) 1995-1999, 2001-2015 Free Software Foundation, Inc.
3439   This file is part of GNU Emacs.
3441   GNU Emacs is free software: you can redistribute it and/or modify
3442   it under the terms of the GNU General Public License as published by
3443   the Free Software Foundation, either version 3 of the License, or
3444   (at your option) any later version.
3446   GNU Emacs is distributed in the hope that it will be useful,
3447   but WITHOUT ANY WARRANTY; without even the implied warranty of
3448   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3449   GNU General Public License for more details.
3451   You should have received a copy of the GNU General Public License
3452   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.