Use proper configure option `--without-file-notification'.
[emacs.git] / nt / ChangeLog
blobbf7dc902017d8d24717e5b02ffc28affbc736d5f
1 2014-01-18  Eli Zaretskii  <eliz@gnu.org>
3         * runemacs.c (ensure_unicows_dll): Don't tell in the message box
4         that "emacs -nw" can do without UNICOWS.DLL on Windows 9X.  See
5         w32.c:maybe_load_unicows_dll and its callers for the reason.
7 2014-01-11  Claudio Bley  <claudio.bley@googlemail.com>
9         * inc/sys/stat.h (_WSTAT_DEFINED): Define, to avoid compilation
10         failures when wchar.h is included.
12 2014-01-11  Fabrice Popineau  <fabrice.popineau@supelec.fr>
14         * inc/ms-w32.h (pthread_sigmask): Undefine if defined, for MinGW64.
16 2013-12-31  Fabrice Popineau  <fabrice.popineau@supelec.fr>
18         * inc/ms-w32.h (sys_kill): Fix prototype.
20 2013-12-30  Eli Zaretskii  <eliz@gnu.org>
22         * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask.  (Bug#16299)
24 2013-12-23  Eli Zaretskii  <eliz@gnu.org>
26         * README.W32:
27         * INSTALL: Update instructions for downloading and using image
28         libraries in general, and librsvg in particular.
30 2013-12-16  Eli Zaretskii  <eliz@gnu.org>
32         * emacs-x64.manifest:
33         * emacs-x86.manifest: Declare that we target Windows 8.1 as well
34         as earlier versions.  This is so GetVersion and GetVersionEx APIs
35         used for bug reporting and other purposes return accurate version
36         number on Windows 8.1.  See the discussion on MSDN
37         http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
38         for more details.
40 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
42         * inc/ms-w32.h (MAX_UTF8_PATH): New macro.
43         (opendir, closedir, readdir, seekdir): Redirect to replacement
44         functions.
45         * inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long.
47 2013-11-27  Glenn Morris  <rgm@gnu.org>
49         * README.W32:
50         * addpm.c (env_vars):
51         * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
52         * paths.h (PATH_LOADSEARCH): No more leim directory.
54 2013-11-26  Glenn Morris  <rgm@gnu.org>
56         * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/.
58 2013-11-12  Dani Moncayo  <dmoncayo@gmail.com>
60         * msysconfig.sh: Remove.
61         * INSTALL: Update for this.
63 2013-11-09  Glenn Morris  <rgm@gnu.org>
65         * mingw-cfg.site: No need for this to be executable.
67 2013-10-24  Glenn Morris  <rgm@gnu.org>
69         * Makefile.in ($(DESTDIR)${archlibdir}):
70         Avoid non-portable "`\" nesting.
72         * Makefile.in (abs_top_srcdir): New, set by configure.
74 2013-10-23  Glenn Morris  <rgm@gnu.org>
76         * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
77         Quote entities that might contain whitespace.
79 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
81         * inc/mingw_time.h: New file.
83         * inc/ms-w32.h: Include mingw_time.h instead of doing its job.
85 2013-10-12  Eli Zaretskii  <eliz@gnu.org>
87         * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
88         the layout of 'struct dirent' be compatible with MinGW32 runtime
89         versions 4.0 and later.
91         * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
92         (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
93         defined, but not for MinGW64.
94         (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
95         use of 32-bit time_t type.
97 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
99         Improve support for popcount and counting trailing zeros (Bug#15550).
100         * gnulib.mk: Merge changes from ../lib/gnulib.mk.
102 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
104         * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
106 2013-09-20  Eli Zaretskii  <eliz@gnu.org>
108         * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
109         to avoid gnulib replacement of 'struct timeval' and the resulting
110         compilation of lib/gettimeofday.c with incompatible version of
111         gettimeofday.  Related discussions on emacs-devel:
112         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
113         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
115 2013-08-31  Glenn Morris  <rgm@gnu.org>
117         * INSTALL: Rename from INSTALL.MSYS.
118         * INSTALL.OLD: Rename from INSTALL.
119         * configure.bat: Update for INSTALL name changes.
121 2013-08-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
123         * configure.bat: Rather than disabling, make configure.bat produce
124         some warning that building with configure.bat is deprecated and
125         ask for confirmation to continue.
127 2013-08-25  Glenn Morris  <rgm@gnu.org>
129         * INSTALL: Refer to INSTALL.MSYS.
130         * configure.bat: Disable it.
132 2013-08-04  Eli Zaretskii  <eliz@gnu.org>
134         * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
136         * inc/ms-w32.h (mkostemp): Declare prototype.
137         (mktemp): Don't redirect to sys_mktemp.
139         * config.nt (HAVE_MKOSTEMP): Define to 1.  (Bug#15015)
141 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
143         * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC)
144         (FD_CLOEXEC): New macros.
146 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
148         Make file descriptors close-on-exec when possible (Bug#14803).
149         * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section;
150         otherwise, gnulib-tool complains given close-on-exec changes.
151         * inc/ms-w32.h (pipe): Remove.
152         * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec)
153         (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars.
155 2013-06-25  Juanma Barranquero  <lekktu@gmail.com>
157         * configure.bat: Add warning to the help text about using the
158         MSYS/MinGW building procedure.
160 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
162         * INSTALL.MSYS: mingw-get is not a GUI program (yet).
163         msys-automake is not suitable for MinGW builds.  Mention the
164         --enable-locallisppath switch to msysconfig.sh.  Suggested by
165         Óscar Fuentes <ofv@wanadoo.es>.
167 2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
169         * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
171 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
173         * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
175 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
177         * inc/sys/time.h (struct timeval): Remove the _W64 guards.
179 2013-06-01  Eli Zaretskii  <eliz@gnu.org>
181         * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
182         avoid multiple definition errors on MinGW64.
184 2013-05-31  Eli Zaretskii  <eliz@gnu.org>
186         * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
187         'restrict', which is a C99 extension.  See
188         http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
189         and the following discussion for the problem this caused in the
190         old nt/configure.bat build.
192 2013-05-29  Eli Zaretskii  <eliz@gnu.org>
194         * Makefile.in (emacs.res): Include srcdir when preprocessing
195         resources, for out-of-tree builds.
196         (mostlyclean): Remove *.res files.
198 2013-05-17  Eli Zaretskii  <eliz@gnu.org>
200         * runemacs.c (WinMain): Support invocation of un-installed
201         nt/runemacs.exe, by looking for src/emacs.exe.
203 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
205         * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define.  (Bug#14409)
207         * msysconfig.sh: New file.
209         * mingw-cfg.site: New file.
211         * makefile.w32-in (LOCAL_FLAGS): Add -DOLD_PATHS=1.
213         * inc/unistd.h: Include pwd.h and sys/types.h.
215         * inc/sys/time.h (_TIMEVAL_DEFINED, timerisset, timercmp)
216         (timerclear): Define.
217         (gettimeofday): Adjust signature to be Posix compatible, by using
218         the 'restrict' keyword.
220         * inc/sys/stat.h (UTIME_NOW, UTIME_OMIT): Define.
221         (struct _stat, struct _stati64): Define.
223         * inc/sys/socket.h (timeval): Define only for MSVC.
224         (FD_SET, FD_CLR, FD_ISSET, fd_set): Redefine only if
225         EMACS_CONFIG_H is defined.
226         (timeval): Undefine only for MSVC.
228         * inc/ms-w32.h (HAVE___BUILTIN_UNWIND_INIT, restrict)
229         (HAVE_WINDOW_SYSTEM, HAVE_MENUS, EMACS_CONFIGURATION)
230         (EMACS_CONFIG_OPTIONS, HAVE_LONG_LONG_INT)
231         (HAVE_UNSIGNED_LONG_LONG_INT): Define only if not already defined.
232         (fileno): Move definition after including stdio.h.
233         (sigset_t): Guard typedef by _W64.
235         * gnulib.mk: New file.
237         * epaths.nt: New file.
239         * addpm.c [!OLD_PATHS]: Include src/epaths.h, instead of having a
240         copy of the file names there.
241         <env_vars> [!OLD_PATHS]: Use macros from epaths.h instead of
242         literal strings.
244         * Makefile.in: New file.
246         * INSTALL.MSYS: New file.
248         * INSTALL: Mention INSTALL.MSYS.
250 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
254 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
256         * config.nt: Sync with autogen/config.in.
257         (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE)
258         (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE)
259         (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES)
260         (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE)
261         (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT)
262         (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD)
263         (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED)
264         (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA)
265         (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY)
266         (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros.
268 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
270         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
271         * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
272         * inc/ms-w32.h (EOPNOTSUPP): New macro.
274 2013-04-09  Ken Brown  <kbrown@cornell.edu>
276         * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
277         (Bug#12993)
279 2013-04-01  Eli Zaretskii  <eliz@gnu.org>
281         * README: A better documentation of ddeclient.exe.
283         * README.W32: A better documentation of ddeclient.exe.
285         * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
286         subdirectories.
288 2013-03-30  Eli Zaretskii  <eliz@gnu.org>
290         * inc/ms-w32.h (TERM_HEADER): Remove definition.
292         * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
293         ms-w32.h.
295 2013-03-29  Eli Zaretskii  <eliz@gnu.org>
297         * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
299         * config.nt (HAVE_COPYSIGN): Define.
301 2013-03-29  Juanma Barranquero  <lekktu@gmail.com>
303         * config.nt: Sync with autogen/config.in.
304         (HAVE_XKBGETKEYBOARD): Remove.
305         (HAVE_XKB): New macro.
307 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
309         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
310         (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
311         Depend on .exe files.
313         * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
314         avoid MinGW64 compiler warnings in editfns.c.
316         Fix rules for parallel builds.
317         * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
318         without the .exe suffix.
319         (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
320         targets.
321         (.PHONY): Remove.
323         * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
324         headers, since that's where _W64 is declared by MinGW64.
326 2013-03-26  Eli Zaretskii  <eliz@gnu.org>
328         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
329         (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
331         * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
332         define for MinGW64.
334         * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
335         for MinGW64.
337         Fix more incompatibilities between MinGW.org and MinGW64 headers
338         reported by Óscar Fuentes in
339         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
340         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
341         and in
342         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
343         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
344         For MinGW64, include sys/types.h and time.h.
345         (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
347         * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
349         * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
350         _W64.
351         (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
352         _TIMEZONE_DEFINED.
354         * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
356         * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
357         lstat, and fstatat.
359 2013-03-25  Eli Zaretskii  <eliz@gnu.org>
361         Fix incompatibilities between MinGW.org and MinGW64 headers
362         reported by Óscar Fuentes in
363         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
364         * inc/ms-w32.h (struct timespec): Don't define if
365         _TIMESPEC_DEFINED is already defined.
366         (sigset_t) [!_POSIX]: Typedef for MinGW64.
367         (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
368         including the first system header, to avoid redefinition if some
369         system header defines a default value.
371         * inc/sys/time.h (struct itimerval): Don't define if
372         _TIMESPEC_DEFINED is already defined.
374 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
376         Fix the MSVC build.  (Bug#13939)
377         * inc/stdint.h (UINTPTR_MAX): Define.
379         * nmake.defs (libc): Fix syntax of !if conditional.
381 2013-03-15  Juanma Barranquero  <lekktu@gmail.com>
383         * config.nt: Sync with autogen/config.in.
384         (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
385         (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
386         (HAVE_FDATASYNC): New macros.
388 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
390         File synchronization fixes (Bug#13944).
391         * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
393 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
395         FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
396         * inc/unistd.h (O_NOFOLLOW): New macro.
398 2013-03-04  Juanma Barranquero  <lekktu@gmail.com>
400         * config.nt: Sync with autogen/config.in.
401         (DATA_START, ORDINARY_LINK): Remove.
402         (HAVE_DATA_START, HAVE__PUTENV): New macros.
404 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
406         * inc/ms-w32.h (BOOT_TIME_FILE): Define.
408         * config.nt (CLASH_DETECTION): Define to 1.
410 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
412         * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
413         (Bug#9066)
414         (chown, logb): Remove, unused.
416 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
418         * config.nt: Sync with autogen/config.in.
419         (GC_MARK_STACK): Remove.
420         (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
421         (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
422         (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
424 2013-02-12  Eli Zaretskii  <eliz@gnu.org>
426         * inc/ms-w32.h: Add prototype for memrchr.
428 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
430         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
431         * inc/sys/stat.h (fstatat):
432         * inc/unistd.h (readlinkat): New decls.
434 2013-01-28  Eli Zaretskii  <eliz@gnu.org>
436         * inc/dirent.h (opendir): Update prototype.
438 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
440         * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
441         used in term.c.  (Bug#13387)
443 2013-01-09  Juanma Barranquero  <lekktu@gmail.com>
445         * config.nt: Sync with autogen/config.in.
446         (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
448 2012-12-24  Eli Zaretskii  <eliz@gnu.org>
450         * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
451         in lib/filemode.c that broke the MS-Windows build.
452         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
454 2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
456         * config.nt: Sync with autogen/config.in.
457         (BSD4_2): Remove.
459 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
461         * inc/sys/acl.h: New file.
463         * inc/ms-w32.h (ENOTSUP): Define if undefined.
465         * config.nt (HAVE_POSIX_ACL): Define.
467 2012-12-15  Eli Zaretskii  <eliz@gnu.org>
469         * inc/ms-w32.h (sys_unlink): Provide prototype.
471 2012-12-14  Eli Zaretskii  <eliz@gnu.org>
473         * inc/sys/stat.h: Declare w32_stat_get_owner_group.
475 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
477         * config.nt: Sync with autogen/config.in.
478         (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
480 2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
482         * config.nt: Sync with autogen/config.in.
483         (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
484         (ULIMIT_BREAK_VALUE): Remove.
486 2012-12-10  Daniel Colascione  <dancol@dancol.org>
488         * emacs.rc: Use forward slashes in relative paths in order to
489         avoid complaints from Cygwin.  (Forward slashes work perfectly
490         well in the NT build.)
492 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
494         * inc/unistd.h (unsetenv): Provide a prototype.
496 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
498         * inc/ms-w32.h (putenv): Redirect to sys_putenv.
499         (sys_putenv): Add prototype.
501         * config.nt (HAVE_UNSETENV): Define to 1.
503 2012-12-01  Juanma Barranquero  <lekktu@gmail.com>
505         * config.nt: Sync with autogen/config.in.
507 2012-11-24  Ken Brown  <kbrown@cornell.edu>
509         * config.nt (HAVE_MOUSE): Remove.
511 2012-11-23  Juanma Barranquero  <lekktu@gmail.com>
513         * config.nt: Sync with autogen/config.in.
514         (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
515         Remove.
517 2012-11-23  Eli Zaretskii  <eliz@gnu.org>
519         * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
520         (Bug#12955)
522         * nmake.defs (SWITCHCHAR): Define to /.
524 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
526         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
527         * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
528         (struct dirent): Rename from struct direct.  All uses changed.
529         * inc/sys/dir.h: Remove.
531 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
533         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
534         * config.nt (HAVE_GETCWD): Remove.
536 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
538         * nmake.defs: Use !if, not !ifdef.  For the details, see
539         http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
541         * inc/stdint.h (INTPTR_MIN):
542         (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
544 2012-11-18  Eli Zaretskii  <eliz@gnu.org>
546         * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
548 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
550         * config.nt: Sync with autogen/config.in.
551         (HAVE_FPATHCONF): Remove.
553 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
555         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
556         * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
557         POSIX name for this flag is O_NONBLOCK.  All uses changed.
558         * inc/unistd.h (O_RDWR, O_NOCTTY): New macros.  Like AT_FDCWD etc.
559         these really should be moved to a replacement <fcntl.h> if and
560         when that gets implemented.  In the meantime, include <fcntl.h>
561         to make sure we don't override its definitions.
563 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
565         * inc/sys/wait.h: New file, with prototype of waitpid and
566         definitions of macros it needs.
568         * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
569         (sys_wait): Remove prototype.
571         * config.nt (HAVE_SYS_WAIT_H): Define to 1.
573 2012-11-17  Dani Moncayo  <dmoncayo@gmail.com>
575         * zipdist.bat (ZIP_CHECK): Remove unused label.  When invoking 7z
576         to check if it's installed, redirect standard output and standard
577         error to the null device.
578         (ZIP_DIST): Don't build the "barebin" distribution.
580 2012-11-15  Juanma Barranquero  <lekktu@gmail.com>
582         * config.nt: Sync with autogen/config.in.
583         (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
584         (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
585         New macros.
587 2012-11-14  Eli Zaretskii  <eliz@gnu.org>
589         * inc/unistd.h (faccessat): Add prototype.
590         (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
591         2 moved from ms-w32.h.
593         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
595 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
597         Use faccessat, not access, when checking file permissions (Bug#12632).
598         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
599         (access): Remove.
600         (faccessat): New macro.
602 2012-11-05  Eli Zaretskii  <eliz@gnu.org>
604         * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
606 2012-11-05  Juanma Barranquero  <lekktu@gmail.com>
608         * config.nt: Sync with autogen/config.in.
609         (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
610         (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
612 2012-11-04  Juanma Barranquero  <lekktu@gmail.com>
614         * config.nt: Sync with autogen/config.in.
615         (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
617 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
619         * config.nt (PENDING_OUTPUT_N_BYTES): Define.
621 2012-11-01  Eli Zaretskii  <eliz@gnu.org>
623         * inc/unistd.h (setpgid, getpgrp): Provide prototypes.  (Bug#12776)
625         * config.nt (GETPGRP_VOID): Define to 1.
627 2012-10-24  Juanma Barranquero  <lekktu@gmail.com>
629         * config.nt: Sync with autogen/config.in.
631 2012-10-17  Eli Zaretskii  <eliz@gnu.org>
633         * inc/pwd.h (getuid, geteuid): Add prototypes.
635         * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
636         (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
637         (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
638         (sys_kill, getpagesize): Add prototypes for emulated functions.
640         * inc/grp.h (getgid, getegid): Add prototypes.
642         * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
644         * configure.bat (chkapiN): Avoid compiler warning in junk.c when
645         compiling with -std=gnu99.
647         * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
648         could be used via --cflags switch to configure.bat.
650 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
652         * config.nt: Sync with autogen/config.in.
653         (HAVE_NTGUI): New macro.
655 2012-10-02  Eli Zaretskii  <eliz@gnu.org>
657         * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
658         compiler warnings when using the value.
660 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
662         * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
663         'void *', for pointer arithmetics.
664         (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
665         macro arguments in parentheses.
667 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
669         * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
671 2012-09-30  Fabrice Popineau  <fabrice.popineau@supelec.fr>
673         * inc/sys/socket.h: Don't map Winsock error codes to standard ones
674         that are already defined.
676         * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
677         (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
678         [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
680         * preprep.c (pfnCheckSumMappedFile, rva_to_section)
681         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
682         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
683         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
684         (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
685         Use DWORD_PTR instead of DWORD for compatibility with x64.
687         * nmake.defs: Support AMD64.
688         (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
690         * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
691         New macros.
693         * addsection.c (pfnCheckSumMappedFile, rva_to_section)
694         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
695         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
696         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
697         (copy_executable_and_add_section, main): Use DWORD_PTR instead of
698         DWORD, for compatibility with x64.
700         * emacs-x64.manifest: New file.
702         * emacs-x86.manifest: Renamed from emacs.manifest.
704 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
706         * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
707         (struct itimerval): Define.
708         (getitimer, setitimer): Add prototypes.
710         * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
711         with MinGW.
712         (SA_RESTART, SIGPROF): Define.
714         * config.nt (HAVE_SETITIMER): Define to 1.
716 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
718         * config.nt: Sync with autogen/config.in.
720 2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
722         * config.nt: Sync with autogen/config.in.
723         (HAVE_TIMER_SETTIME): New macro.
725 2012-09-23  Eli Zaretskii  <eliz@gnu.org>
727         * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
729 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
731         Simplify and avoid signal-handling races (Bug#12471).
732         * inc/ms-w32.h (emacs_raise): New macro.
734 2012-09-18  Eli Zaretskii  <eliz@gnu.org>
736         * configure.bat: Include stddef.h before gif_lib.h, to have size_t
737         defined, as needed by giflib-5.0.0.  (Bug#12464)
739 2012-09-17  Juanma Barranquero  <lekktu@gmail.com>
741         * config.nt: Sync with autogen/config.in.
742         (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
744 2012-09-17  Glenn Morris  <rgm@gnu.org>
746         * config.nt (COPYRIGHT): New.
748 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
750         Port _setjmp fix to POSIXish hosts as well as Microsoft.
751         * config.nt: Attempt to sync with autogen/config.in.
752         (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
753         (_longjmp, _setjmp): Remove.
755 2012-09-14  Juanma Barranquero  <lekktu@gmail.com>
757         * config.nt: Sync with autogen/config.in.
758         (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
759         (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
760         (USABLE_FIONREAD, USABLE_SIGIO): New macros.
762 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
764         * config.nt: Sync with autogen/config.in.
765         (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
766         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
768 2012-09-08  Eli Zaretskii  <eliz@gnu.org>
770         * configure.bat <use_extensions>: Don't leave it set in the
771         environment when the script exits.
773 2012-09-07  Juanma Barranquero  <lekktu@gmail.com>
775         * config.nt: Sync with autogen/config.in.
776         (NO_ABORT, SIGNAL_H_AHB): Remove.
778 2012-09-07  Eli Zaretskii  <eliz@gnu.org>
780         * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
782 2012-09-05  Juanma Barranquero  <lekktu@gmail.com>
784         * config.nt: Sync with autogen/config.in.
786 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
788         Simplify redefinition of 'abort' (Bug#12316).
789         * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
791 2012-09-02  Juanma Barranquero  <lekktu@gmail.com>
793         * config.nt: Sync with autogen/config.in.
794         (HAVE_EXECINFO_H, TERM_HEADER): New macros.
796 2012-09-01  Daniel Colascione  <dancol@dancol.org>
798         * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
800 2012-08-22  Juanma Barranquero  <lekktu@gmail.com>
802         * config.nt: Sync with autogen/config.in.
804 2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
806         * config.nt: Sync with autogen/config.in.
807         (HAVE_POSIX_OPENPT): New macro.
809 2012-08-14  Juanma Barranquero  <lekktu@gmail.com>
811         * config.nt: Sync with autogen/config.in.
812         (_GL_INLINE_HEADER_BEGIN): Update.
814 2012-08-10  Glenn Morris  <rgm@gnu.org>
816         * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
818 2012-08-07  Juanma Barranquero  <lekktu@gmail.com>
820         * config.nt: Sync with autogen/config.in.
821         (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
822         (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
824         * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
826 2012-08-06  Glenn Morris  <rgm@gnu.org>
828         * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
829         (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
831 2012-08-04  Eli Zaretskii  <eliz@gnu.org>
833         * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
834         (PATH_DATA, PATH_DOC): Replace dummy directory names with
835         directories relative to %emacs_dir%.
836         (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
837         to the use case of running un-installed Emacs.
839 2012-08-03  Juanma Barranquero  <lekktu@gmail.com>
841         * config.nt: Sync with autogen/config.in.
842         (DOS_NT, MSDOS): New macros.
843         (WRETCODE, wait3): Remove.
845         * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
847 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
849         * inc/sys/stat.h (S_IFLNK): Define.
850         (S_ISLNK): A non-trivial definition.
851         (lstat): Prototype instead of a macro that redirects to 'stat'.
853 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
855         Use C99-style 'extern inline' if available.
856         * config.nt: Sync with autogen/config.in.
857         (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
858         (_GL_INLINE_HEADER_END): New macros.
860 2012-08-02  Glenn Morris  <rgm@gnu.org>
862         * inc/ms-w32.h: Move here from ../src/s.
863         * config.nt (config_opsysfile): Change to <ms-w32.h>.
865 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
867         * config.nt: Sync with autogen/config.in.
868         (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
869         (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
870         New macros.
872 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
874         * config.nt: Sync with autogen/config.in.
875         Remove code moved to conf_post.h and include <conf_post.h>
876         (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
877         (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
879 2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
881         * config.nt: Sync with autogen/config.in.
882         (HAVE_ENVIRON_DECL): New macro.
884 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
886         * inc/stdalign.h (_Alignas, alignas): Define.
888 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
890         Use Gnulib stdalign module (Bug#9772, Bug#9960).
891         * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
893 2012-07-14  Juanma Barranquero  <lekktu@gmail.com>
895         * config.nt: Sync with autogen/config.in.
896         (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
897         (SETUP_SLAVE_PTY): New macros.
899 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
901         * config.nt: Sync with autogen/config.in.
902         (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
903         (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
904         (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
905         (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
906         (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
907         (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
908         (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
909         (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
910         (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
911         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
912         Set in src/s/ms-w32.h, not here.
914 2012-07-11  Juanma Barranquero  <lekktu@gmail.com>
916         * config.nt: Sync with autogen/config.in.
917         (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
918         (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
919         (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
921 2012-07-10  Juanma Barranquero  <lekktu@gmail.com>
923         * config.nt: Sync with autogen/config.in.
925 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
927         * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
929 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
931         * config.nt: Sync with autogen/config.in.
933 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
935         * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
937 2012-07-06  Juanma Barranquero  <lekktu@gmail.com>
938             Eli Zaretskii  <eliz@gnu.org>
940         * config.nt: Complete rework to bring it in sync with autogen/config.in.
941         All Windows-specific code moved to src/s/ms-w32.h.
943 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
944             Eli Zaretskii  <eliz@gnu.org>
946         * configure.bat (enablechecking): Enable checks through src/config.h,
947         not the compiler's command line.
949         * nmake.defs (CHECKING_CFLAGS): Remove.
950         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
952         * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
953         (CHECKING_CFLAGS): Remove.
954         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
956 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
958         * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
959         (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
960         (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
961         (HAVE_MEMCMP): Remove, obsolete.
963 2012-06-30  Glenn Morris  <rgm@gnu.org>
965         * paths.h (PATH_SITELOADSEARCH): New.
967 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
969         * nmake.defs (CHECKING_CFLAGS):
970         * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
972 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
974         * config.nt (_Noreturn): Don't reference __SUNPRO_C.
976 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
978         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
979         * config.nt (_Noreturn): New macro.
980         (NO_RETURN): Remove.  All uses replaced with _Noreturn.
981         (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
983 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
985         * inc/sys/time.h (struct timespec): Don't define it here, it is
986         now defined in src/s/ms-w32.h.
988 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
990         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
991         * inc/sys/time.h (struct timespec): Define.
993 2012-06-16  Eli Zaretskii  <eliz@gnu.org>
995         * makefile.w32-in (install-addpm): New target.
996         (dist): Depend on it.
997         (install-shortcuts): Depend on install-addpm instead of copying
998         addpm.exe as part of the recipe.  See
999         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
1000         for the related problem and discussions.
1002 2012-06-11  Glenn Morris  <rgm@gnu.org>
1004         * config.nt (SYSTEM_TYPE): Define it.
1006 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
1008         * configure.bat (genmakefiles): Move the redirection away from the
1009         end of the command, to avoid excess whitespace at the end of Make
1010         variables created at configure time, and also avoid things like
1011         "FOO1>>config.settings", where "1" gets interpreted as the file
1012         descriptor and eaten up.  This fixes breakage introduced by the
1013         last change, without reintroducing the bug fixed by that change.
1015 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
1017         * nmake.defs (MWINDOWS): Define as
1018         "-subsystem:windows -entry:mainCRTStartup".  Suggested by Fabrice
1019         Popineau <fabrice.popineau@supelec.fr>.  (Bug#11405)
1021         * gmake.defs (MWINDOWS): Define as "-mwindows".
1023 2012-05-28  Eli Zaretskii  <eliz@gnu.org>
1025         * config.nt (HAVE_SYSINFO): Remove; unused.
1027 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
1029         * inc/stdalign.h: New file.
1031         * configure.bat: Ensure a space between %var% expansion and
1032         redirection symbol '>', which breaks when %var% ends in a digit,
1033         such as 1.
1035 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1037         Remove src/m/*.
1038         * config.nt: Do not include "m/intel386.h"; file was removed.
1039         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1040         Move to src/lisp.h.
1041         (EMACS_INT_MAX): New macro.
1043 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1045         * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
1046         (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
1048         * config.nt (HAVE_FTIME): Remove undef; not needed.
1050 2012-05-01  Glenn Morris  <rgm@gnu.org>
1052         * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
1054 2012-04-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1056         * makefile.w32-in: Fix typo (Bug#10261).
1058 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
1060         * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
1061         each runs makeinfo in its own subdirectory of 'doc'.
1062         (info-gmake): Depend on these new targets.
1064 2012-04-07  Glenn Morris  <rgm@gnu.org>
1066         * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
1067         Bump version to 24.1.50.
1069 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1071         * configure.bat: Support building with libxml2.
1073         * INSTALL:
1074         * README.W32: Add information about libxml2.
1076 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1078         * makefile.w32-in: Convert to Unix EOL format.
1079         (all): Don't depend on stamp_BLD and on maybe-bootstrap.
1080         (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
1081         (bootstrap-gmake): Invoke the "clean" and build targets in 2
1082         separate commands, so they run in that order even under "make -j".
1084 2012-03-29  Eli Zaretskii  <eliz@gnu.org>
1086         * config.nt: Discourage from defining HAVE_GETCWD.
1088 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
1090         * makefile.w32-in (install-bin): Don't copy addpm.exe here.  Use
1091         $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
1092         on other (parallel) Make job's toes.
1093         (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
1094         (install-shortcuts): Depend on $(INSTALL_DIR)/bin.  Copy addpm.exe
1095         here.
1096         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
1097         Depend on create-tmp-dist-dir.
1099         * nmake.defs (DIRNAME): New variable.
1100         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1101         same-dir.tst.
1103         * gmake.defs (DIRNAME): New variable.
1104         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1105         same-dir.tst, to avoid conflicts between several (parallel) Make
1106         jobs.
1108 2012-02-24  Eli Zaretskii  <eliz@gnu.org>
1110         Prevent endless re-spawning of cmdproxy.exe when some of its
1111         parent directories have access limitations.
1113         * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
1114         and our own module name to short 8+3 aliases, if the original file
1115         names compare equal.  If GetShortPathName fails, compare the base
1116         names of the two file names, and only re-spawn the command line if
1117         the base-name comparison also fails.  (Bug#10674)
1119 2012-02-23  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1121         * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
1123 2012-02-06  Christoph Scholtes  <cschol2112@googlemail.com>
1125         * README.W32: Removed specific version information for libXpm
1126         included in the binary distribution for maintenance purposes.
1128 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
1130         * README.W32: Clarification for inclusion in source tarball (bug#9750).
1132         * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
1134         * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
1136         * makefile.w32-in (maybe-copy-distfiles)
1137         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
1138         (create-tmp-dist-dir): Add to make --distfiles optional.
1139         (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
1141 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
1143         * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
1144         by other headers.
1146 2011-11-27  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1148         * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
1149         (UINT64_MAX) [_WIN64]: Fix definition.
1150         (uintmax_t, intmax_t): Fix definitions.
1152         * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
1153         Provide correct definitions.
1155         * config.nt (HAVE_DECL_STRTOLL): Define.
1156         (va_copy) [_WIN64]: Provide a better definition.
1158 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1160         * configure.bat: Fix typos.
1162 2011-11-25  Eli Zaretskii  <eliz@gnu.org>
1164         * INSTALL: Elaborate on debugging fatal errors.
1166 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1168         * README.W32: Update the GTK Windows download URL for libpng.
1170 2011-11-13  Christoph Scholtes  <cschol2112@googlemail.com>
1172         * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
1174 2011-11-05  Christoph Scholtes  <cschol2112@googlemail.com>
1176         * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
1177         (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
1178         (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
1179         (intmax_t, INT64_MAX): Add for MSVC.
1181         * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
1183 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
1185         * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
1187         Support MSVC build with newer versions of Visual Studio.
1188         * makefile.w32-in (clean-other-dirs-nmake)
1189         (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
1190         Update for current structure of doc/ subdirectories.
1192         * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
1194         * INSTALL: Update for newer versions of MSVC.
1196 2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1198         Support MSVC build with newer versions of Visual Studio.
1199         * nmake.defs (USE_CRT_DLL): Define to 1.
1200         (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
1201         (D): New variable.
1203 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1205         * runemacs.c (ensure_unicows_dll): New function, tries to load
1206         UNICOWS.DLL on Windows 9X.
1207         (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
1208         display a dialog to the effect that Emacs cannot be started.
1209         (Bug#8562)
1211 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1213         * README.W32: Mention UNICOWS.DLL as prerequisite for running
1214         Emacs on Windows 9X.
1216 2011-10-25  Eli Zaretskii  <eliz@gnu.org>
1218         * makefile.w32-in (dist): Don't put the top-level INSTALL into the
1219         distribution.  (Bug#9861)
1221 2011-10-25  Christoph Scholtes  <cschol2112@googlemail.com>
1223         * INSTALL: Update URL for GTK download page.
1225 2011-10-19  Eli Zaretskii  <eliz@gnu.org>
1227         * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
1228         (Bug#9794) (Bug#641)
1230 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1232         * config.nt (HAVE_SNPRINTF): New macro.
1234 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1236         Assume freestanding C89 headers, string.h, stdlib.h.
1237         * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
1238         (STDC_HEADERS): Remove.
1239         Iinclude string.h, stdlib.h unconditionally.
1241 2011-06-07  Eli Zaretskii  <eliz@gnu.org>
1243         * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
1244         [!__GNUC__]: New macros.
1246 2011-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1248         Use 'inline', not 'INLINE'.
1249         * config.nt (INLINE): Remove.
1251 2011-05-17  Eli Zaretskii  <eliz@gnu.org>
1253         * README.W32: Add information about GnuTLS libraries.
1255 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
1257         * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
1259 2011-05-07  Ben Key  <bkey76@gmail.com>
1261         * configure.bat: Renamed the fusercflags variable to escusercflags
1262         so that the variable name better matches its purpose, to be
1263         identical to usercflags with the exception that all quotes are
1264         escaped by the \ character.
1266         Renamed the fuserldflags variable to escuserldflags so that the
1267         variable name better matches its purpose, to be identical to
1268         userldflags with the exception that all quotes are escaped by
1269         the \ character.
1271         A new ESC_USER_CFLAGS variable is written to config.settings.
1272         This variable has the same value as the escusercflags variable.
1274         * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1275         This variable is identical to the CFLAGS variable except that it
1276         includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1278         These changes, along with some changes to src/makefile.w32-in,
1279         are required to extend my earlier fix to add support for
1280         --cflags and --ldflags options that include quotes so that it
1281         works whether make uses cmd or sh as the shell.
1283 2011-05-06  Eli Zaretskii  <eliz@gnu.org>
1285         * inc/inttypes.h [!__MINGW32__]: Include stdint.h.  Move the
1286         definition of uintmax_t from here...
1287         * inc/stdint.h (uintmax_t): ...to here.
1288         (intptr_t) [!__GNUC__]: New typedef.
1290 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1292         * config.nt: Prepare to configure 64-bit integers for older compilers.
1293         However, temporarily disable this change unless the temporary
1294         symbol WIDE_EMACS_INT is defined.
1295         (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1296         "%I64d" work but long long and "%lld" do not.
1298 2011-05-05  Ben Key  <bkey76@gmail.com>
1300         * configure.bat: Added support for --cflags and --ldflags
1301         options that include quotes as long as command extensions are
1302         enabled.  Specifically when -I, -L, and similar flags are used
1303         to specify supplementary include and library directories a
1304         directory name that includes spaces may now be used if it is
1305         enclosed in quotes.
1307         * INSTALL: Documented the change to configure.bat.
1309 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
1311         * INSTALL: Clarify GnuTLS support.
1313 2011-04-30  Eli Zaretskii  <eliz@gnu.org>
1315         * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1316         Define to 1 for MinGW of MSVC versions >= 1400.
1318 2011-04-28  Eli Zaretskii  <eliz@gnu.org>
1320         * gmake.defs (ARCH): Fix error message in case of unknown architecture.
1322 2011-04-27  Eli Zaretskii  <eliz@gnu.org>
1324         * inc/inttypes.h: New file.
1326         * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1327         (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1329 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
1331         * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1332         inside quotation marks and bail out.
1334 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1336         * cmdproxy.c (try_dequote_cmdline): New function.
1337         (main): Use it.
1339 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1341         * configure.bat: New options --without-gnutls and --lib, new build
1342         variable USER_LIBS, automatically detect GnuTLS.  Copies the PNG
1343         library setup with trivial modifications.
1344         * INSTALL: Add instructions for GnuTLS support.
1345         * gmake.defs: Prefix USER_LIBS with -l.
1347 2011-04-15  Ben Key  <bkey76@gmail.com>
1349         * configure.bat: Modified the code that parses the --cflags and
1350         --ldflags options to support parameters that include the =
1351         character as long as they are enclosed in quotes.
1352         This functionality depends on command extensions.  Configure.bat now
1353         attempts to enable command extensions and displays a warning
1354         message if they could not be enabled.  If configure.bat could
1355         not enable command extensions the old parsing code is used that
1356         does not support parameters that include the = character.
1358         * INSTALL: Updated the file to describe the new functionality
1359         using text provided by Eli Zaretskii.
1361 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1363         * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1364         (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1365         on the trunk on 2011-04-06.
1367 2011-03-27  Glenn Morris  <rgm@gnu.org>
1369         * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1371 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
1373         * addpm.c (main): Remove unused variable `retval'.
1375         * preprep.c (main): Remove unused variable `ptr'.
1377 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
1379         * cmdproxy.c: Include <ctype.h>.
1380         (make_absolute): Remove unused variable `i'.
1382 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1384         * Version 23.3 released.
1386 2011-02-27  Eli Zaretskii  <eliz@gnu.org>
1388         * inc/unistd.h (readlink, symlink): Declare prototypes.
1390 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
1392         * config.nt (nlink_t): Define.
1394 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
1396         * inc/stdint.h: New file, to support compilation with tool chains
1397         that do not have stdint.h (e.g. MSVC).
1399 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
1401         * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1402         (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1403         (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1404         (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1405         (lstat): Define to stat.
1407 2011-02-09  Eli Zaretskii  <eliz@gnu.org>
1409         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1410         "make-docfile" target in lib-src, before bootstrapping the src
1411         directory.  Needed since building in src needs to run make-docfile
1412         to produce globals.h.
1414 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
1416         * config.nt (inline) [__GNUC__]: Define (for gnulib).
1418 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1420         * config.nt (VERSION): Uncomment definition.
1421         (restrict): Define.
1423         * inc/stdbool.h: New file.
1425 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1427         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1428         (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1429         (bootstrap-clean-gmake, clean-other-dirs-nmake)
1430         (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1431         (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1432         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1433         (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1434         (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
1436         * configure.bat: Create lib/makefile.
1438         * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1439         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1440         (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1441         (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1443 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
1445         * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1447 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1449         * configure.bat (end): Unset environment variables used by this
1450         batch file.
1452         * INSTALL: Update the information about PNG support libraries.
1453         (Bug#7716)
1455         * README.W32: Update the information about PNG support libraries.
1457 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
1459         * config.nt (EXTERNALLY_VISIBLE): Define.
1461 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1463         * INSTALL: Refer to `dynamic-library-alist'.
1465 2010-10-06  Juanma Barranquero  <lekktu@gmail.com>
1467         * INSTALL: Add note about problematic characters passed to configure.
1469 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1471         * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1472         emacs-src.tags: New file.
1474         * gmake.defs: Add a comment with a single quote to fix
1475         fontification.  (Bug#7102)
1477 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
1479         * configure.bat: Fix the condition for copying paths.h into
1480         ../src/epaths.h.
1482 2010-09-28  Juanma Barranquero  <lekktu@gmail.com>
1484         * addpm.c (entry, add_registry, main):
1485         * addsection.c (file_data, open_input_file, open_output_file)
1486         (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1487         (COPY_CHUNK):
1488         * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1489         (skip_nonspace, get_next_token, search_dir, make_absolute)
1490         (spawn, main):
1491         * preprep.c (file_data, open_input_file, open_output_file)
1492         (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1493         Use const char*.
1495         * cmdproxy.c (stdin): Don't define, not used.
1496         (main): Don't assign remlen after last use.
1498 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
1500         * configure.bat: Err out when the argument of --cflags contains
1501         invalid characters (check implemented only for GCC).  (Bug#6820)
1503 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
1505         * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1507 2010-08-12  Jason Rumney  <jasonr@gnu.org>
1509         * addpm.c (add_registry): Set path for runemacs.exe to use.
1511 2010-08-08  Óscar Fuentes  <ofv@wanadoo.es>
1513         * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1514         which has a 1024 char limit on Windows (bug#6647).
1516 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1518         * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1519         Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1521 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
1523         * config.nt: Remove code referring to NO_REMAP, unused.
1525 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
1527         Build binary distros on Windows using emacs-VERSION as root dir name.
1529         * makefile.w32-in: Copy README.W32 to installation directory
1530         during `make install'.  Remove README.W32 with `distclean' (in
1531         case Emacs was installed in place).  Use temporary directory to
1532         create distribution zip files in `dist' target.
1533         * zipdist.bat: Simplify code using temporary directory.
1535 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
1537         * runemacs.c (set_user_model_id): Fix prototype.
1539 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1541         New make target for Windows platform: make dist (bug#6602)
1543         * INSTALL: Document new dist target and add section about
1544         creating binary distributions.
1545         * README.W32: Relocate from admin/nt/ directory.
1546         * configure.bat: New parameter `--distfiles'.
1547         * makefile.w32-in: Add version number, new target `dist'.
1548         Add new target `install-shortcuts'.
1549         * zipdist.bat: New file; create zipped binary distribution,
1550         replaces admin/nt/makedist.bat.
1552 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
1554         * INSTALL: Add note about backslashes in Windows paths.
1555         Fix typos.  Simplify references to Windows versions.
1557 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1559         * addpm.c (add_registry, main):
1560         * cmdproxy.c (get_env_size):
1561         * ddeclient.c (main):
1562         * runemacs.c (set_user_model_id):
1563         Convert definitions to standard C.
1565 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1567         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1569 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
1571         * configure.bat: New option --enable-checking.
1572         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1573         (CFLAGS): Include it.
1575 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
1577         * config.nt (volatile): Remove definition.
1579 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1581         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1582         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1584 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
1586         * config.nt (__P): Remove.
1588 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
1590         * config.nt: Remove code depending on BSTRING.
1592 2010-06-03  Glenn Morris  <rgm@gnu.org>
1594         * config.nt: Remove NOT_C_CODE tests, it is always true now.
1596 2010-05-13  Glenn Morris  <rgm@gnu.org>
1598         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1600 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1602         * Version 23.2 released.
1604 2010-05-04  Glenn Morris  <rgm@gnu.org>
1606         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1608 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
1610         * emacs.manifest: Add trustInfo section to Windows manifest.
1612 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1614         * Branch for 23.2.
1616 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
1618         * emacsclient.rc: Fix format of "LegalCopyright" value.
1620 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1622         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1624 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
1626         * INSTALL: Update for CVS->Bazaar switchover.
1628 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
1630         * configure.bat: Add #define PROFILING to config.h.
1632 2009-07-03  Jason Rumney  <jasonr@gnu.org>
1634         * runemacs.c (set_user_model_id): Use standard types.
1636 2009-06-30  Jason Rumney  <jasonr@gnu.org>
1638         * runemacs.c (set_user_model_id): New function.
1639         (WinMain): Use it.
1641 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1643         * Branch for 23.1.
1645 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1647         * inc/sys/stat.h (struct stat): Change the types of st_uid and
1648         st_gid to unsigned.
1650         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1651         to unsigned.
1652         (getpwuid): Argument is now unsigned.
1653         uid_t is now unsigned.
1655 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1657         * INSTALL: Add comment about TCC; fix typos.
1659 2009-01-26  Jason Rumney  <jasonr@gnu.org>
1661         * emacsclient.rc, emacs.rc: Swap name and description.
1662         Remove Windows versions.
1664 2009-01-15  Jason Rumney  <jasonr@gnu.org>
1666         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1668         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1670         * addpm.c (main): Try using COM to create start menu shortcuts
1671         before resorting to DDE (Bug#202)
1672         Remove second command-line argument.
1674 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
1676         * configure.bat: Untabify help message.
1678 2009-01-03  Jason Rumney  <jasonr@gnu.org>
1680         * configure.bat: New option --with-svg.
1682         * INSTALL: Document experimental SVG support.
1684 2008-12-25  Jason Rumney  <jasonr@gnu.org>
1686         * config.nt (PTR): Remove.
1688 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
1690         * config.nt (LISTPROC, PROCATTR): Remove.
1692 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
1694         * config.nt (LISTPROC, PROCATTR): New macros.
1696 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1698         * config.nt (MULTI_KBOARD): Remove.
1700 2008-07-23  Jason Rumney  <jasonr@gnu.org>
1702         * configure.bat: New option --profile.
1703         * gmake.defs: Set cflags and ldflags for profiling when specified.
1705 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1707         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1709 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1711         * config.nt (HAVE_FACES): Remove, unused.
1713 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
1714             Eli Zaretskii  <eliz@gnu.org>
1716         * nmake.defs (FONT_CFLAGS):
1717         * gmake.defs (FONT_CFLAGS): Remove.
1718         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1719         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1720         and _CRTAPI1.
1721         (ARCH_FLAGS): Don't include _X86_.
1723         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1725 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1727         * config.nt: Remove reference to UNEXEC_SRC.
1729 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
1730             Eli Zaretskii  <eliz@gnu.org>
1732         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1733         Don't hardcode -gstabs+, use DEBUG_INFO.
1735         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1736         Default to stabs if the compiler does not support DWARF-2.
1737         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1739 2008-05-14  Jason Rumney  <jasonr@gnu.org>
1741         * configure.bat: Remove code dealing with --disable-font-backend.
1743 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
1745         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1746         better alignment.  Make st_size 64-bit wide.  Add new members
1747         st_uname and st_gname.
1749         * inc/grp.h (struct group): Add gr_gid member.
1751 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
1753         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1754         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
1755         a real file there is not a good idea.
1757 2008-04-23  Jason Rumney  <jasonr@gnu.org>
1759         * makefile.w32-in (CLIENTRES): New variable and build target.
1760         (all): Depend on it.
1761         ($(TRES)): Use $(TRES) in rule.
1763 2008-04-21  Jason Rumney  <jasonr@gnu.org>
1765         * configure.bat (success): Print "make" rather than "gmake", as that
1766         is what MinGW uses.
1768 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
1770         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1771         Add copyright notice.
1773 2008-04-10  Jason Rumney  <jasonr@gnu.org>
1775         * emacsclient.rc: New file.
1777         * INSTALL: Document make targets.
1779 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1781         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
1782         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
1783         (top-distclean, distclean, distclean-other-dirs-nmake)
1784         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1785         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1787 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1789         * inc/sys/stat.h: New file.
1791         * configure.bat: Add check for usp10.h.
1793 2008-04-04  Jason Rumney  <jasonr@gnu.org>
1795         * INSTALL: Update Windows API requirements.
1797 2008-04-03  Jason Rumney  <jasonr@gnu.org>
1799         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1801 2008-03-13  Glenn Morris  <rgm@gnu.org>
1803         * emacs.rc: Set version to 23.0.60.
1805 2008-03-04  Jason Rumney  <jasonr@gnu.org>
1807         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1808         (EMACS_EXTRA_C_FLAGS): Include it.
1809         * configure.bat (usefontbackend): Default to Y.
1810         (--enable-font-backend): Replace with --disable-font-backend.
1811         (:withfont): Replace with :withoutfont.
1813 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1815         * icons/emacs.ico: Full alpha for 32x32 full color.
1816         Add 32x32 and 16x16 256 color versions.
1818 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
1820         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1822 2008-03-02  Jason Rumney  <jasonr@gnu.org>
1824         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1826 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1828         * icons/README: Update.
1830         * icons/emacs.ico: New icon.
1832 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
1834         * addpm.c: Include malloc.h.
1835         (add_registry): Cast return value of alloca.
1837 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1839         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1841 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
1843         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1844         conditional on existence of junk.o.  If %nocygwin% is already set
1845         to Y, skip to chkapiN instead of chkapi.
1846         (chkapi): Move "rm -f junk.c junk.o" to here.
1847         (chkapiN): New label.
1849 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1851         * makefile.w32-in: Remove unidata-gen related rules.
1853 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1855         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1857 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1859         * addpm.c (add_registry): Add an App Paths registry key.
1860         Look for GTK and add it to the DLL search path for Emacs if found.
1862 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
1864         * configure.bat: In help, use generic names for the image libraries.
1866 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1868         * .cvsignore: Don't ignore .arch-inventory.
1870 2008-02-03  Jason Rumney  <jasonr@gnu.org>
1872         * configure.bat: Make gcc the default compiler.
1874 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1876         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1877         Ignore return status.
1879         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
1880         it out of the way of Windows generated file.
1881         Generate admin/unidata/makefile.
1883         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1884         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1885         (unidatagen-clean-SH): New targets.
1886         (bootstrap-nmake): Invoke unidatagen-nmake.
1887         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1889 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1891         * configure.bat (withfont): Set sep1 after modifying usercflags.
1893 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1895         * configure.bat: Rename --with-font-backend to --enable-font-backend
1896         for consistency with other platforms.
1898 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1900         * configure.bat: Add --with-font-backend option.
1902 2008-01-20  Jason Rumney  <jasonr@gnu.org>
1904         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1905         permissions to NTFS ACLs.
1907 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1909         * config.nt: Remove HAVE_X11R5.
1911 2007-10-22  Jason Rumney  <jasonr@gnu.org>
1913         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1914         (strings.h, stdlib.h): Conditionally include.
1915         (w32_abort): Declare here.
1916         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1918 2007-10-20  Jason Rumney  <jasonr@gnu.org>
1920         * makefile.w32-in (info-nmake): Change into correct directories.
1922 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
1924         * configure.bat (docflags, doldflags): New variables.
1925         (genmakefiles): Use them to work around problems with whitespace
1926         in arguments of the `if' command.
1928 2007-10-18  Jason Rumney  <jasonr@gnu.org>
1930         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1932 2007-09-27  Jason Rumney  <jasonr@gnu.org>
1934         * gmake.defs (COMCTL32): New system library.
1936         * nmake.defs (COMCTL32): New system library.
1938 2007-09-06  Glenn Morris  <rgm@gnu.org>
1940         * configure.bat:
1941         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1942         Change from ../man to ../doc/emacs and ../doc/misc; and from
1943         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
1945 2007-08-29  Glenn Morris  <rgm@gnu.org>
1947         * emacs.rc: Increase version to 23.0.50.
1949 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
1951         * makefile.w32-in (bootstrap-nmake): Change directories once more.
1953 2007-07-25  Glenn Morris  <rgm@gnu.org>
1955         * Relicense all FSF files to GPLv3 or later.
1957         * COPYING: Switch to GPLv3.
1959 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
1961         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1962         Depend on cmdproxy.
1963         (cleanall): Don't delete *~.
1965 2007-07-15  Jason Rumney  <jasonr@gnu.org>
1967         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1968         be fully supported.
1970 2007-07-14  Jason Rumney  <jasonr@gnu.org>
1972         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1973         of winsock.h.
1975 2007-07-11  Jason Rumney  <jasonr@gnu.org>
1977         * gmake.defs (OLE32): New library to link.
1979         * nmake.defs (OLE32): Likewise.
1981 2007-06-25  Jason Rumney  <jasonr@gnu.org>
1983         * cmdproxy.c (main): Set console codepages to "ANSI".
1985 2007-06-20  Jason Rumney  <jasonr@gnu.org>
1987         * configure.bat: Complain if image libraries are missing.
1989 2007-06-15  Jason Rumney  <jasonr@gnu.org>
1991         * emacs.manifest: New file.
1993         * emacs.rc: Use it.
1995 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1997         * Version 22.1 released.
1999 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2001         * INSTALL: Add information about where to find GDB, and warn
2002         against --no-debug option to configure.bat.
2004 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
2006         * INSTALL: Fix URL of EmacsW32 site where building with image
2007         support is described.
2009 2007-04-26  Glenn Morris  <rgm@gnu.org>
2011         * emacs.rc: Increase version to 22.1.50.
2013 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2015         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
2017 2007-03-09  Richard Stallman  <rms@gnu.org>
2019         * INSTALL: Say explicitly this is not for Cygwin.
2021 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
2023         * INSTALL: Add URL of another site with detailed build instructions.
2025 2007-02-16  Glenn Morris  <rgm@gnu.org>
2027         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
2028         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
2029         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
2030         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
2031         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
2032         Restore all but two of icons deleted in previous change.
2034 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
2036         * icons/README: New file.
2038         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
2039         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
2040         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
2041         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
2042         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
2043         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
2044         Unused icons deleted.
2046 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2048         * configure.bat: Update ../site-lisp/subdirs.el when needed.
2050 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
2052         * subdirs.el: Add "no-byte-compile: t" local variable.
2054 2007-01-10  Jason Rumney  <jasonr@gnu.org>
2056         * README: Update URLs and advice about reporting bugs.
2058 2006-12-29  Jason Rumney  <jasonr@gnu.org>
2060         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
2061         DEBUG_LINK.
2062         (DEBUG_LINK): Remove -debugtype:both.
2064 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2066         * INSTALL: Update table of supported Make ports.  Show "make -j"
2067         command that is known to work.
2069         * configure.bat: Update table of supported Make ports.
2071 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
2073         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
2074         only in implicit rules.  Use literal "emacs.rc" instead.
2076 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2078         * gmake.defs: Export XMFLAGS.
2080         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
2081         Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
2083 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2085         * INSTALL: Explain how to invoke GNU Make for parallel builds.
2087         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
2088         command-line argument to sub-Make in src, since src/makefile.w32-in
2089         invokes Make recursively during bootstrap.
2090         (clean): Delete stamp_BLD.
2091         (bootstrap): Make `all' explicitly in a recursive Make.
2093         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
2094         stamp_BLD after creating the $(BLD) directory.
2096         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
2097         stamp_BLD after creating the $(BLD) directory.
2099         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
2100         (preprep, $(TRES), runemacs)
2101         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
2102         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2103         Depend on stamp_BLD instead of on $(BLD).
2104         (XMFLAGS): New macro.
2105         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
2106         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
2107         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
2108         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
2110 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
2112         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
2113         $(ALL_DEPS).
2114         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
2115         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2116         New dependency on $(BLD).
2117         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
2118         (bootstrap-gmake): Depend on addsection.
2120 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
2122         * runemacs.c (WinMain): Process all recognized arguments, not just
2123         the first one.  Remove unused variable sec_desc.
2125 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
2127         * config.nt (HAVE_LANGINFO_CODESET): Define.
2129         * inc/langinfo.h: New file.
2131         * inc/nl_types.h: New file.
2133 2006-09-15  Jay Belanger  <belanger@truman.edu>
2135         * COPYING: Replace "Library Public License" by "Lesser Public
2136         License" throughout.
2138 2006-07-27  Jason Rumney  <jasonr@gnu.org>
2140         * INSTALL: Add notes about Cygwin make to impatient section.
2142 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2144         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
2145         known to work.
2147 2006-03-12  Jason Rumney  <jasonr@gnu.org>
2149         * addpm.c (add_registry): Don't change the registry unless keys
2150         already exist from a previous version.
2152         * makefile.w32-in (install): Use -q when invoking addpm.
2154         * addpm.c (main): Accept -q as alternative for /q.
2156 2006-03-11  Jason Rumney  <jasonr@gnu.org>
2158         * runemacs.c (WinMain): Set screen buffer to 80x25.
2160 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2162         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
2163         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2165 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
2167         * INSTALL: Add explanation of how to debug with GDB starting from
2168         the Emacs Abort dialog.
2170 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
2172         * emacs.rc: Use new icons.
2174 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
2176         * emacs21.ico: Renamed from emacs.ico.
2177         * emacs.ico: New icons from Andrew Zhilin
2178         <andrew_zhilin@yahoo.com>.
2180 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2182         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
2184 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
2186         * .cvsignore: Add `obj' and `oo' for in-place installations.
2188 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2190         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
2192 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2194         * configure.bat: Don't create lisp/Makefile.unix.
2196 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2198         * .cvsignore: Add `makefile' and `config.log'.
2200 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
2202         Merge gnulib getopt implementation into Emacs.
2204         * inc/gettext.h: Remove; no longer needed now that
2205         lib-src/gettext.h exists.
2207 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2209         * configure.bat: Finish config.log with a line that indicates that
2210         the configure step was successful.
2212 2005-07-04  Lute Kamstra  <lute@gnu.org>
2214         Update FSF's address in GPL notices.
2216 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
2218         * configure.bat: If their fc.exe returns a meaningful exit status,
2219         don't overwrite src/config.h and src/epaths.h with identical
2220         copies.
2222         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
2223         changes.  Add a pointer to another site with detailed configure
2224         and build instructions.  Suggest to look at config.log when
2225         configure fails.  Add MinGW Make 3.80 to the list of successful
2226         combinations.
2228         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
2229         "-mcpu=i686".
2231         * configure.bat: Update copyright years.
2232         Delete config.log before doing anything else.
2233         Write additional diagnostics to config.log in case of failures to
2234         compile test programs, including the failed test program itself.
2235         Add a test for support of -mtune=pentium4 switch to GCC; if it is
2236         supported, set up MCPU_FLAG variable on the various Makefiles to
2237         use that switch during compilations.  (This avoids GCC warning
2238         about -mcpu being deprecated.)
2240 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
2242         * addsection.c (copy_executable_and_add_section): Pass non-zero
2243         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
2244         environment.  Print section names with %.8s.
2245         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
2246         only if non-zero.  All callers changed.
2248 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
2250         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
2251         `const void *', for consistency with POSIX.
2253 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
2255         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
2257 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
2259         * INSTALL: Add more pointers to ports of Unix tools to Windows,
2260         and to the Emacs Wiki (which contains building instructions for
2261         Windows).  Reword image library instructions and remove obsolete
2262         incompatibility information.
2264 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
2266         * config.nt (HAVE_PWD_H): Undef.
2268 2004-06-07  Juanma Barranquero  <lektu@terra.es>
2270         * INSTALL: Clarify paragraph about compatibility between image
2271         libraries and builds of Emacs with several compilers.
2273 2004-06-06  Juanma Barranquero  <lektu@terra.es>
2275         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2276         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
2277         calling non-existent cmdproxy.exe on bootstrapping after a
2278         previous install followed by realclean.
2280         * nmake.defs: Add quote in comment to resync font-locking.
2282 2004-06-04  Juanma Barranquero  <lektu@terra.es>
2284         * INSTALL: Reword the section on image support.  Add reference to
2285         GnuWin32.  Mention problems when mixing binaries from different
2286         compilers.
2288 2004-05-06  Jason Rumney  <jasonr@gnu.org>
2290         * configure.bat: Use -mno-cygwin to check for image libraries
2291         when needed.
2293 2004-05-03  Jason Rumney  <jasonr@gnu.org>
2295         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2296         * makefile.def: Remove.
2298         * nmake.defs (SYS_LDFLAGS): Add -nologo.
2300         * makefile.w32-in (info-gmake, info-nmake): New targets.
2301         (info): Use them.
2303 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2305         * nmake.defs:
2306         * gmake.defs:
2307         * makefile.w32-in:
2308         * makefile.def:
2309         * makefile.nt: Add "-*- makefile -*-" mode tag.
2311 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2313         * runemacs.c (WinMain): Let Emacs environment default to parent.
2315 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2317         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2319 2004-03-10  Juanma Barranquero  <lektu@terra.es>
2321         * makefile.w32-in (install): Don't try to copy
2322         ../lib-src/fns-*.el, as it isn't used anymore.
2324 2004-01-28  Peter Runestig  <peter@runestig.com>
2326         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2328 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
2330         * .cvsignore: Add `.arch-inventory'.
2332 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
2334         * inc/grp.h: New file.
2336 2003-09-03  Peter Runestig  <peter@runestig.com>
2338         * configure.bat: Create ``makefile'' in directories man, lispref
2339         and lispintro.
2341         * makefile.w32-in (force-info, info): New targets.
2343         * envadd.bat: New file.
2345         * multi-install-info.bat: New file.
2347 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
2349         * config.nt (my_strftime): New define.
2351 2003-02-01  Jason Rumney  <jasonr@gnu.org>
2353         * configure.bat: Automatically detect libXpm.
2354         Suppress compiler output when testing for image libraries.
2355         Give names of un-found libraries in messages.
2357 2003-01-31  Juanma Barranquero  <lektu@terra.es>
2359         * configure.bat: Automatically detect giflib and tifflib.
2361 2003-01-29  Jason Rumney  <jasonr@gnu.org>
2363         * gmake.defs (CURDIR): Disable cygpath kludge.
2365 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
2367         * configure.bat: Avoid endless loop when configuring without image
2368         support.
2370 2003-01-26  Jason Rumney  <jasonr@gnu.org>
2372         * configure.bat: Automatically detect jpeglib.
2374 2003-01-25  Jason Rumney  <jasonr@gnu.org>
2376         * configure.bat: Automatically detect libpng.
2378 2003-01-21  Jason Rumney  <jasonr@gnu.org>
2380         * icons/hand.cur: New file.
2382 2003-01-21  David Ponce  <david@dponce.com>
2384         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2386 2003-01-15  Andrew Innes  <andrewi@gnu.org>
2388         * gmake.defs (CURDIR): Convert to native Windows format (with
2389         forward slashes), to support building with Cygwin builds of make.
2391 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
2393         * nmake.defs:
2394         * gmake.defs: Made changes so that Emacs would link with
2395         WinMM.lib.  This change was required for my addition of a Windows
2396         compatible implementation of play-sound-internal.
2398 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
2400         * emacs.rc: Version updated to 21.3.50.
2402 2002-06-13  Jason Rumney  <jasonr@gnu.org>
2404         * addpm.c (env_vars): Remove EMACSLOCKDIR.
2406         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2407         (maybe-bootstrap-SH): New targets.
2408         (all): Depend on maybe-bootstrap.
2410 2002-05-03  Jason Rumney  <jasonr@gnu.org>
2412         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2413         (sys_getpeername, fcntl): Declare as wrappers.
2415 2002-04-10  Juanma Barranquero  <lektu@terra.es>
2417         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2418         after compiling .el files.
2420 2002-03-20  Jason Rumney  <jasonr@gnu.org>
2422         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2423         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2425 2002-03-19  Kim F. Storm  <storm@cua.dk>
2427         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2428         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2429         (HAVE_SYS_UN_H): Undef.
2430         From David Ponce <dponce@voila.fr>.
2432 2002-03-13  Jason Rumney  <jasonr@gnu.org>
2434         * config.nt (STRFTIME_NO_POSIX2): Define.
2436 2002-02-18  Jason Rumney  <jasonr@gnu.org>
2438         * emacs.rc: Define VS_VERSION_INFO if not already.
2439         Update version info.
2441 2002-01-04  Andrew Innes  <andrewi@gnu.org>
2443         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2444         pick up relevant bits of the Windows API definitions.
2446         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2447         pick up relevant bits of the Windows API definitions.
2449 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2451         * makefile.w32-in (bootstrap): Build addsection program before
2452         bootstrap (required for post-processing temacs.exe).
2454 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
2456         * COPYING: New file.
2458 2001-12-03  Andrew Innes  <andrewi@gnu.org>
2460         * makefile.w32-in (bootstrap-nmake):
2461         (bootstrap-gmake): Extend bootstrap process to first do
2462         bootstrap-clean in lisp dir and rebuild the DOC file.
2463         (bootstrap): Do a "normal" make after the bootstrap work.
2465 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2467         * INSTALL: Update table of versions of make that are suitable
2468         for building Emacs, based on recent feedback.
2470         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
2472 2001-11-19  Andrew Innes  <andrewi@gnu.org>
2474         * ftime-nostartup.bat: New file.
2476         * ftime.bat: Don't include libc.lib for profiling - the profiler
2477         corrupts part of memcpy.
2479 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2481         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2482         expansion.  From Juanma Barranquero <lektu@terra.es>.
2484 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2486         * (Version 21.1 released.)
2488 2001-10-12  Andrew Innes  <andrewi@gnu.org>
2490         * inc/pwd.h (uid_t, gid_t): New typedefs.
2492 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2494         * Branch for 21.1.
2496 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2498         * README: Update the address of the mailing list and subscription
2499         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
2501 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
2503         * INSTALL: Suggest to avoid using WinZip.
2505         * configure.bat: Make sure ../site-lisp exists; create if necessary.
2507 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
2509         * INSTALL: Mention that "make install" can be "nmake install".
2511 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
2513         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2514         since some versions of `mkdir' don't automatically create parent
2515         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2517 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
2519         * subdirs.el: New file.
2521         * configure.bat: Copy subdirs.el to the site-lisp directory.
2523         * makefile.w32-in (install): Copy subdirs.el to the installation
2524         directory.
2526 2001-06-20  Jason Rumney  <jasonr@gnu.org>
2528         * runemacs.c (WinMain): Add quotes around command in case of spaces.
2530 2001-06-01  Andrew Innes  <andrewi@gnu.org>
2532         * gmake.defs (sh_output): Don't use $(warning ...) to output
2533         messages, since that is not supported by GNU make 3.77.
2535 2001-05-24  Jason Rumney  <jasonr@gnu.org>
2537         * INSTALL: Clarify that building with MSVC requires nmake.
2539 2001-05-17  Andrew Innes  <andrewi@gnu.org>
2541         * gmake.defs (NEW_CYGWIN): Output message about spurious error
2542         message that is to be ignored.
2544 2001-05-13  Andrew Innes  <andrewi@gnu.org>
2546         * TODO: Remove file, since it is completely out of date.
2548         * README: Add copyright notice.
2550         * INSTALL: Add copyright notice.
2552 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2554         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2555         the environment.
2557         * gmake.defs (SETLOADPATH): Remove definition.
2558         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2559         environment.
2561 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
2563         * configure.bat: Make the checkw32api* labels be distinct in the
2564         first 8 characters.
2566 2001-03-17  Andrew Innes  <andrewi@gnu.org>
2568         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2569         escaped quotes.
2571         * gmake.defs (DEBUG_LINK): New macro.
2572         (LINK_FLAGS): Use it.
2574         * nmake.defs (DEBUG_LINK): New macro.
2575         (LINK_FLAGS): Use it.
2577 2001-03-06  Andrew Innes  <andrewi@gnu.org>
2579         * INSTALL: Add --ldflags to configure line for building with
2580         recent versions of Cygwin GCC.
2582 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
2584         * configure.bat: Use correct options when compiling a test program
2585         with Cygwin.  From David Ponce <dponce@voila.fr>.
2587 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2589         * _emacs: Remove obsolete file.
2591         * emacs.bat.in: Remove obsolete file.
2593         * debug.bat.in: Remove obsolete file.
2595         * inc/sys/socket.h: Add copyright notice.
2597         * paths.h: Add copyright notice.
2599         * makefile.nt: Update copyright notice.
2601         * makefile.def: Update copyright notice.
2603         * configure.bat: Update copyright notice.
2605         * nmake.defs: Add copyright notice.
2607         * gmake.defs: Add copyright notice.
2609         * makefile.w32-in: Add copyright notice.
2611 2001-02-05  Andrew Innes  <andrewi@gnu.org>
2613         * nmake.defs (THISDIR): New definition.
2615         * gmake.defs (THISDIR): New definition.
2617 2001-02-03  Andrew Innes  <andrewi@gnu.org>
2619         * configure.bat: Leave a space before >> only when there is a
2620         preceding digit.  Add a comment about the importance of this.
2622         * README: Replace outdated information.
2624         * INSTALL (Trouble-shooting): Add note about need to specify extra
2625         compiler flags with recent Cygwin ports of gcc.
2627 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2629         * configure.bat: Use "rm -f" instead of "del /f", as the latter
2630         is not supported by Windows 9X's COMMAND.COM.
2632 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
2634         * configure.bat: Make sure redirection is preceded by a blank, to
2635         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2636         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
2638 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
2640         * INSTALL: Copy the table of tested combinations of development
2641         tools from configure.bat.  Add suggestion to install Bash on
2642         Windows 9X.
2644         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2645         lisp/Makefile.in instead.  Use "rm -f" where more than one file
2646         needs to be deleted, since command.com in Windows 9X doesn't grok
2647         more than one argument.
2649 2001-01-24  Andrew Innes  <andrewi@gnu.org>
2651         * makefile.w32-in (cleanall-other-dirs-nmake):
2652         (cleanall-other-dirs-gmake): New targets.
2653         (cleanall): Invoke them.
2655 2001-01-19  Andrew Innes  <andrewi@gnu.org>
2657         * addpm.c (env_vars): Add a version-independent site-lisp
2658         directory to EMACSLOADPATH, after the version dependent one.
2660 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2662         * README: Update info about compilers.
2664         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2665         select correct rule for invoking make in another directory.
2666         Amend rules accordingly.
2667         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2669         * nmake.defs (EMACS_ICON_PATH): Delete definition.
2670         (COMPILER_TEMP_FILES): New definition.
2671         (MAKETYPE): New definition.
2673         * gmake.defs (EMACS_ICON_PATH): Delete definition.
2674         (COMPILER_TEMP_FILES): New definition.
2675         (MAKETYPE): New definition.
2677         * makefile.def (EMACS_ICON_PATH): Delete definition.
2679         * configure.bat: Be careful not to add trailing spaces when
2680         outputting to config.settings.
2682 2001-01-02  Andrew Innes  <andrewi@gnu.org>
2684         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2685         than the function.
2687 2000-12-17  Andrew Innes  <andrewi@gnu.org>
2689         * makefile.w32-in (install): Copy directories to the correct
2690         places.
2691         (real_install): Remove obsolete target.
2693 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2695         * nmake.defs (CURDIR): New define.
2696         (INSTALL_DIR): Use it.
2698         * gmake.defs (NEW_CYGWIN): New define.
2699         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2700         so we need to adjust how we escape embedded quotes.
2701         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2702         relative to $(CURDIR).
2704 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2706         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2708 2000-10-17  Andrew Innes  <andrewi@gnu.org>
2710         * makefile.w32-in (recompile): New target to recompile lisp
2711         directory.
2712         (recompile-CMD, recompile-SH): New support targets.
2714 2000-09-24  Jason Rumney  <jasonr@gnu.org>
2716         * config.nt (NO_RETURN): Define it.
2718 2000-09-17  Andrew Innes  <andrewi@gnu.org>
2720         * gmake.defs: Revert to Unix line endings.
2722         * nmake.defs: Revert to Unix line endings.
2724 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2726         * gmake.defs (SETLOADPATH): Change definition to work from any
2727         subdirectory.
2729 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2731         * makefile.w32-in: Revert to Unix line endings.
2733 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2735         * INSTALL: Add note about expected error messages when configure
2736         is run.
2738         * configure.bat: Simplify the generation of makefiles (don't need
2739         to generate various top-level targets that invoke make in other
2740         directories).
2742         * gmake.defs (SHELLTYPE): New define.
2743         (SETLOADPATH): New define.
2745         * nmake.defs (SHELLTYPE): New define.
2747         * makefile.w32-in: Standardize indentation somewhat.
2748         Add bootstrap support.
2749         Pass $(MFLAGS) when invoking make recursively.
2750         Add shell-specific variants of top-level targets that invoke make
2751         recursively in other directories, and add necessary computed
2752         dependencies.
2754 2000-09-03  Andrew Innes  <andrewi@gnu.org>
2756         * makefile.w32-in: Change to DOS line endings.
2758         * configure.bat: Change to DOS line endings.
2760         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2761         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2763         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2764         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2766         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2767         -D_ANONYMOUS_STRUCT on compile line.
2768         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2769         (ARCH_CFLAGS): Change optimization flags to -O2.
2770         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2771         (ARGQUOTE, DQUOTE): New defines.
2773         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2774         -D_ANONYMOUS_STRUCT on compile line.
2775         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2776         (ARGQUOTE, DQUOTE): New defines.
2778 2000-08-22  Andrew Innes  <andrewi@gnu.org>
2780         * configure.bat: New file.
2782         * gmake.defs: New file.
2784         * nmake.defs: New file.
2786         * makefile.w32-in: New file.
2788         * INSTALL: Rewrite to match new configure process.
2790         * config.nt [WINDOWSNT]: Don't declare getenv.
2791         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2793         * addpm.c (main): Accept /q to mean install based on addpm's
2794         location without asking.  Remove reference to emacs.bat which is
2795         now obsolete.
2797         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2799         * paths.h: Use forward slash as directory separator in all path
2800         definitions.
2801         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2803         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2805         * runemacs.c: Remove WIN32 define.
2807         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2808         not defined.
2810         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2811         (fd_set): Define to new name, after including winsock.h, so we can
2812         provide our own implementation.
2814 2000-07-05  Andrew Innes  <andrewi@gnu.org>
2816         * ebuild.bat: Add support for specifying make arguments.
2818         * makefile.nt: Add support for `bootstrap' and related targets.
2820 2000-06-11  Jason Rumney  <jasonr@gnu.org>
2822         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2824 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2826         * inc/sys/time.h: Add inclusion protection.
2828         * makefile.def (SYS_LDFLAGS): Add -nologo.
2830 1999-11-22  Andrew Innes  <andrewi@gnu.org>
2832         * install.bat: Pass on command line arguments to make.
2834         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
2836 1999-11-21  Andrew Innes  <andrewi@gnu.org>
2838         * makefile.nt (all): Build leim if present.
2839         (install): Install leim if present.
2840         (clean): Clean leim if present.
2842         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2843         definition.
2845         * emacs.bat.in (EMACSLOADPATH): Include leim.
2847 1999-07-12  Richard Stallman  <rms@gnu.org>
2849         * Version 20.4 released.
2851 1999-06-16  Andrew Innes  <andrewi@gnu.org>
2853         * emacs.rc: Use an icon with a transparent background, to be in
2854         keeping with other applications.
2856 1999-06-03  Andrew Innes  <andrewi@gnu.org>
2858         * preprep.c: Fix typo.
2860 1999-05-02  Andrew Innes  <andrewi@gnu.org>
2862         * config.h: Remove obsolete file.
2864         * preprep.c (copy_executable_and_move_sections): Ifdef out a
2865         couple of unused switch cases that aren't defined on all
2866         platforms.
2868         * ftime.bat: Add another variation of the profile command, which
2869         only profiles extended commands.
2871 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
2873         * cmdproxy.c (main): Fix parens.
2875 1999-03-25  Andrew Innes  <andrewi@gnu.org>
2877         * cmdproxy.c (main): Call GetShortPathName to normalize program
2878         names for comparison.
2880 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
2882         * makefile.def: Compile multiple .c files when possible.
2883         Use BLD instead of assuming i386.
2884         * makefile.nt: Remove common multiple file compilation commands.
2886 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
2888         * cmdproxy.c (main): Add missing parens.
2890 1999-02-20  Andrew Innes  <andrewi@gnu.org>
2892         * preprep.c: New program to allow dumped image to be profiled.
2894         * makefile.nt (preprep): New target.
2895         (ALL): Build it.
2897         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2899         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2900         Change prep options to profile libc functions and skip the startup
2901         code.
2903 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
2905         * makefile.nt: Create installation directory as first step.
2907 1999-01-31  Andrew Innes  <andrewi@gnu.org>
2909         * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
2910         ROUND_UP_DST.  Zeroes the alignment slop.
2911         (copy_executable_and_add_section): Update the
2912         SizeOfHeaders field properly.
2914 1999-01-27  Andrew Innes  <andrewi@gnu.org>
2916         * makefile.nt: Do make version comparison as strings.
2918 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
2920         * runemacs.c (WinMain): Pass explicit environment block to
2921         CreateProcess, to work around a bug in Windows 95/98.
2923 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
2925         * icons: New directory with Davenport's icons.
2926         * icons/sink.ico: Renamed from emacs.ico.
2928         * makefile.nt (install, fast_install): Install Windows icons
2929         into etc/icons.
2931         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2933 1999-01-17  Andrew Innes  <andrewi@gnu.org>
2935         * makefile.nt (ALL): List top-level targets.
2936         (addsection): New top-level target.
2937         (install): Copy fns-*.el to bin directory.
2939         * addsection.c: New program to add static heap section to
2940         temacs.exe after linking, in support of new unexec method.
2942 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
2944         * cmdproxy.c (spawn): Pass directory for child as parameter.
2945         (main): Save startup directory to give to spawn, then change
2946         directory to location of .exe in order not to prevent startup
2947         directory from being deleted.
2949 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
2951         * makefile.nt: Do string comparison of _NMAKE_VER.
2953 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
2955         * config.nt (LOCALTIME_CACHE): Define.
2957 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
2959         * install.bat: Convert to DOS format.
2961 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
2963         * cmdproxy.c (main): Set environment size only when running
2964         command.com.
2966 1998-11-03  Theodore Jump  <tjump@tertius.com>
2968         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2969         (DEL_TREE): Use rd instead of rmdir.
2970         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
2971         * makefile.nt: Compile multiple source files when possible.
2973 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
2975         * cmdproxy.c (main): Treat command line options as case-insensitive.
2977 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
2979         * Version 20.3 released.
2981 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
2983         * addpm.c (main): Explicitly check result of message box for OK.
2985 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
2987         * inc/sys/file.h (D_OK): Define new macro.
2989 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
2991         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2993 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
2995         * emacs.rc (VS_VERSION_INFO): Define.
2997 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
2999         * makefile.nt (emacs.bat, debug.bat): Create them in the
3000         installation directory.
3002 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
3004         * ddeclient.c: New file.  (Support program for performing limited
3005         interprocess communication on Windows.)
3007         * makefile.nt: Build ddeclient.
3009         * cmdproxy.c (main): Only set environment size for real shell, and
3010         provide extra directory argument, when running on Windows 95.
3012 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
3014         * cmdproxy.c (fail): Exit with a negative return value.
3015         (spawn): Return subprocess return code as an argument.
3016         Explicitly copy environment block.
3017         (main): Update to use return value argument with spawn.
3018         Retry if spawn failed when a subshell was not tried.
3020         * config.nt: Include new macros from src/config.in.
3021         (GNU_MALLOC, REL_ALLOC): Define.
3022         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
3023         (RE_TRANSLATE): Use char_table_translate.
3025         * makefile.def (CP_DIR): Preserve attributes.
3027         * makefile.nt (clean): Delete patch generated files, optimized
3028         build directory.
3030 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
3032         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
3034 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3036         * Version 20.2 released.
3038 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3040         * Version 20.1 released.
3042 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
3044         * debug.bat.in: New file.
3045         * makefile.nt (debug.bat): New target.
3047 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
3049         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
3050         Quote group name.  Allow different icons to be specified.
3052         * cmdproxy.c (get_env_size): New function.
3053         (spawn): Explicitly pass in environment when creating subprocess.
3054         (main): Cleanup error messages.
3055         Specify dynamically sized environment block for real shell.
3056         Pass on unhandled switches to real shell.
3057         Quote program name.
3059         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
3060         directory.
3061         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
3063         * runemacs.c (WinMain): Allow Emacs process to be started with
3064         high or low priority.
3066         * emacs.bat.in: Remove OS dependent operations.
3068 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
3070         * addpm.c (env_vars): No longer set INFOPATH.
3072         * cmdproxy.c (get_next_token): Null terminate token returned.
3074         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
3076 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
3078         * addpm.c (env_vars): Set SHELL to cmdproxy.
3079         (main): Initialize idDde to 0.
3080         Determine emacs_path from module file name.
3081         Prompt for install.
3083         * makefile.def (MSVCNT11): Conditionally define it.
3084         (BASE_LIBS): Do not use oldnames.lib.
3085         (SYS_LDFLAGS): Use pdb files.
3086         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
3087         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
3088         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
3090         * makefile.nt (ALL): Build cmdproxy.
3091         (cmdproxy): New target.
3092         (install): Install cmdproxy.
3094         * ftime.bat, debug.bat, cmdproxy.c: New files.
3096 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
3098         * inc/sys/socket.h (shutdown): Define.
3099         (sys_shutdown): Export.
3101 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3103         * config.nt (RE_TRANSLATE): Copy definition from config.in.
3105 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
3107         * config.nt: Update file comments.
3108         Update undefs added/removed in src/config.in.
3110 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
3112         * makefile.def, emacs.bat.in: Use windows95 and windowsnt instead
3113         of win95 and winnt, respectively.
3115 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
3117         * makefile.nt (real_install): Create site-lisp in installation dir.
3118         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
3119         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
3121 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3123         * Version 19.33 released.
3125 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
3127         * runemacs.c (WinMain): Put a space between the binary and its args.
3129 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3131         * Version 19.32 released.
3133 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
3135         * makefile.nt (clean): Use OBJDIR macro.
3137 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
3139         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
3140         Not defined by default.
3141         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
3142         (WinMain): Convert backslashes to slashes in env var values.
3144         * addpm.c (env_vars): Use slashes, not backslashes.
3146 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
3148         * Version 19.31 released.
3150 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
3152         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
3153         undo settings afterwards.
3155 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
3157         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
3158         environment variable.
3160 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3162         * install.bat: Allow for optimized build.
3163         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
3164         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
3166 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3168         * addpm.c (REG_ROOT): Don't use a trailing backslash.
3169         (env_vars): Rename field emacs_path to emacs_dir.
3170         (main): Add link to runemacs instead of emacs.
3172         * install.bat: Check if INSTALL_DIR is passed as an argument.
3174         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
3176         * makefile.nt: Build and install runemacs.exe.
3178         * runemacs.c: New file.
3180         * config.w95: File removed.
3182         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
3183         inc/sys/socket.h, inc/sys/time.h: New header files.
3185         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
3187 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
3189         * makefile.def (DEL): Defined.
3190         (DEL_TREE) [win95]: Defined.
3191         (SYS_LDFLAGS): Set executable versions to 3.10.
3193         * makefile.nt: Change uses of del to $(DEL).
3195 1996-01-17  Erik Naggum  <erik@naggum.no>
3197         * All files: Update FSF's address in comment preamble.
3199 1996-01-03  George V. Reilly  <georger@microcrafts.com>
3201         * emacs.ico: Now the proverbial kitchen sink icon.
3203 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3205         * Version 19.30 released.
3207 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
3209         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
3211         * makefile.nt (install, fast_install, real_install, clean):
3212         Don't use switches to del not supported by Windows 95.
3214 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
3216         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
3217         (install, fast_install): Change same-dir test to create test file in
3218         installation tree and thereby support read-only shares.
3219         (clean): Remove .pdb files.
3221         * makefile.def (NTGUI): New macro.
3222         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
3224         * config.nt, config.w95: Update to latest src/config.in.
3226         * addpm.c (env_vars): New variable.
3227         (add_registry): New procedure.
3228         (main): Use values of configuration environment variables from
3229         the registry if defined, the process environment otherwise.
3231 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3233         * Version 19.29 released.
3235         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
3237 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
3239         * makefile.nt: Define .c to .obj suffix rule.
3240         (addpm.obj): Compile directly, use CFLAGS.
3241         (addpm.exe): Link from addpm.obj.
3243         * makefile.def (MSVCNT11): Defined.
3244         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
3245         (CFLAGS_COMMON): Defined.
3246         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
3248 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
3250         * emacs.bat.in: Renamed from emacs.bat.
3251         (emacs_dir): Rename from emacs_path.
3252         Definition removed.
3254         * addpm.c: New file.
3255         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
3256         (all): Depend upon $(BLD) and $(ALL).
3257         (install): Depend upon emacs.bat.
3258         Create program item for Emacs.
3259         (clean): Delete obj.
3260         (emacs.bat): Defined.
3261         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
3263 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
3265         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
3266         Add carriage returns; necessary for batch files on Windows 95.
3268 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
3270         * config.w95: Created.
3271         * config.h: Changed to config.nt.
3273         * makefile.nt (SUBDIRS): Commented out.
3274         (all, install, clean): Expand for-loops.
3275         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
3277         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
3278         (ARCH): New definition.
3279         (CPU, CONFIG_H, OS_TYPE): Defined.
3280         (INCLUDE, LIB): Checked if valid.
3281         (ntwin32.mak): Included.
3282         (AR, CC, LINK): New definition.
3283         (ADVAPI32, libc, BASE_LIBS): Defined.
3284         (SYS_LDFLAGS): New definition.
3285         Update comments and preprocessor conditionals.
3287         * emacs.bat (SHELL): Conditionally defined.
3288         (HOME): Conditionally defined.
3289         (emacs_path, HOME): Update comments.
3290         Turn off all echo.
3292 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
3294         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc:
3295         * fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h:
3296         * inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h:
3297         * inc/sys/param.h: Removed carriage-returns.
3299 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
3301         * makefile.def (CVTRES): Defined.
3303         * emacs.ico, emacs.rc: New files by Kevin Gallo.
3305 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
3307         * src/config.h, src/paths.h: Moved to parent dir, src/ removed.
3309 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
3311         * makefile.def (INSTALL_DIR): Change to generic directory.
3313         * emacs.bat: Added arguments when emacs.exe invoked.
3315         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3317 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
3319         * makefile.def (CC): In configuration section.
3320         (COMPAT_LIB): Defined.
3322 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
3324         * src/paths.h: New file.
3326         * src/config.h: New file.
3328         * inc/pwd.h: New file.
3330         * inc/sys/dir.h: New file.
3332         * inc/sys/file.h: New file.
3334         * inc/sys/ioctl.h: New file.
3336         * inc/sys/param.h: New file.
3338         * todo: New file.
3340         * README: New file.
3342         * makefile.nt: New file.
3344         * makefile.def: New file.
3346         * install.cmd: New file.
3348         * INSTALL: New file.
3350         * fast-install.cmd: New file.
3352         * emacs.cmd: New file.
3354         * ebuild.cmd: New file.
3356         * _emacs: New file.
3358 ;; Local Variables:
3359 ;; coding: utf-8
3360 ;; add-log-time-zone-rule: t
3361 ;; End:
3363   Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc.
3365   This file is part of GNU Emacs.
3367   GNU Emacs is free software: you can redistribute it and/or modify
3368   it under the terms of the GNU General Public License as published by
3369   the Free Software Foundation, either version 3 of the License, or
3370   (at your option) any later version.
3372   GNU Emacs is distributed in the hope that it will be useful,
3373   but WITHOUT ANY WARRANTY; without even the implied warranty of
3374   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3375   GNU General Public License for more details.
3377   You should have received a copy of the GNU General Public License
3378   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.