Fix indentation/fontification of Java enum with "implements".
[emacs.git] / nt / ChangeLog
blob2f9a2f5608d60aab2c30d42d05ec90e44d98ec23
1 2013-09-20  Eli Zaretskii  <eliz@gnu.org>
3         * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
4         to avoid gnulib replacement of 'struct timeval' and the resulting
5         compilation of lib/gettimeofday.c with incompatible version of
6         gettimeofday.  Related discussions on emacs-devel:
7         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
8         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
10 2013-08-31  Glenn Morris  <rgm@gnu.org>
12         * INSTALL: Rename from INSTALL.MSYS.
13         * INSTALL.OLD: Rename from INSTALL.
14         * configure.bat: Update for INSTALL name changes.
16 2013-08-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18         * configure.bat: Rather than disabling, make configure.bat produce
19         some warning that building with configure.bat is deprecated and
20         ask for confirmation to continue.
22 2013-08-25  Glenn Morris  <rgm@gnu.org>
24         * INSTALL: Refer to INSTALL.MSYS.
25         * configure.bat: Disable it.
27 2013-08-04  Eli Zaretskii  <eliz@gnu.org>
29         * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
31         * inc/ms-w32.h (mkostemp): Declare prototype.
32         (mktemp): Don't redirect to sys_mktemp.
34         * config.nt (HAVE_MKOSTEMP): Define to 1.  (Bug#15015)
36 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
38         * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC)
39         (FD_CLOEXEC): New macros.
41 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
43         Make file descriptors close-on-exec when possible (Bug#14803).
44         * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section;
45         otherwise, gnulib-tool complains given close-on-exec changes.
46         * inc/ms-w32.h (pipe): Remove.
47         * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec)
48         (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars.
50 2013-06-25  Juanma Barranquero  <lekktu@gmail.com>
52         * configure.bat: Add warning to the help text about using the
53         MSYS/MinGW building procedure.
55 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
57         * INSTALL.MSYS: mingw-get is not a GUI program (yet).
58         msys-automake is not suitable for MinGW builds.  Mention the
59         --enable-locallisppath switch to msysconfig.sh.  Suggested by
60         Óscar Fuentes <ofv@wanadoo.es>.
62 2013-06-07  Richard Copley  <rcopley@gmail.com>  (tiny change)
64         * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
66 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
68         * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
70 2013-06-03  Eli Zaretskii  <eliz@gnu.org>
72         * inc/sys/time.h (struct timeval): Remove the _W64 guards.
74 2013-06-01  Eli Zaretskii  <eliz@gnu.org>
76         * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
77         avoid multiple definition errors on MinGW64.
79 2013-05-31  Eli Zaretskii  <eliz@gnu.org>
81         * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
82         'restrict', which is a C99 extension.  See
83         http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
84         and the following discussion for the problem this caused in the
85         old nt/configure.bat build.
87 2013-05-29  Eli Zaretskii  <eliz@gnu.org>
89         * Makefile.in (emacs.res): Include srcdir when preprocessing
90         resources, for out-of-tree builds.
91         (mostlyclean): Remove *.res files.
93 2013-05-17  Eli Zaretskii  <eliz@gnu.org>
95         * runemacs.c (WinMain): Support invocation of un-installed
96         nt/runemacs.exe, by looking for src/emacs.exe.
98 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
100         * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define.  (Bug#14409)
102         * msysconfig.sh: New file.
104         * mingw-cfg.site: New file.
106         * makefile.w32-in (LOCAL_FLAGS): Add -DOLD_PATHS=1.
108         * inc/unistd.h: Include pwd.h and sys/types.h.
110         * inc/sys/time.h (_TIMEVAL_DEFINED, timerisset, timercmp)
111         (timerclear): Define.
112         (gettimeofday): Adjust signature to be Posix compatible, by using
113         the 'restrict' keyword.
115         * inc/sys/stat.h (UTIME_NOW, UTIME_OMIT): Define.
116         (struct _stat, struct _stati64): Define.
118         * inc/sys/socket.h (timeval): Define only for MSVC.
119         (FD_SET, FD_CLR, FD_ISSET, fd_set): Redefine only if
120         EMACS_CONFIG_H is defined.
121         (timeval): Undefine only for MSVC.
123         * inc/ms-w32.h (HAVE___BUILTIN_UNWIND_INIT, restrict)
124         (HAVE_WINDOW_SYSTEM, HAVE_MENUS, EMACS_CONFIGURATION)
125         (EMACS_CONFIG_OPTIONS, HAVE_LONG_LONG_INT)
126         (HAVE_UNSIGNED_LONG_LONG_INT): Define only if not already defined.
127         (fileno): Move definition after including stdio.h.
128         (sigset_t): Guard typedef by _W64.
130         * gnulib.mk: New file.
132         * epaths.nt: New file.
134         * addpm.c [!OLD_PATHS]: Include src/epaths.h, instead of having a
135         copy of the file names there.
136         <env_vars> [!OLD_PATHS]: Use macros from epaths.h instead of
137         literal strings.
139         * Makefile.in: New file.
141         * INSTALL.MSYS: New file.
143         * INSTALL: Mention INSTALL.MSYS.
145 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
149 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
151         * config.nt: Sync with autogen/config.in.
152         (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE)
153         (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE)
154         (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES)
155         (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE)
156         (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT)
157         (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD)
158         (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED)
159         (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA)
160         (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY)
161         (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros.
163 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
165         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
166         * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
167         * inc/ms-w32.h (EOPNOTSUPP): New macro.
169 2013-04-09  Ken Brown  <kbrown@cornell.edu>
171         * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
172         (Bug#12993)
174 2013-04-01  Eli Zaretskii  <eliz@gnu.org>
176         * README: A better documentation of ddeclient.exe.
178         * README.W32: A better documentation of ddeclient.exe.
180         * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
181         subdirectories.
183 2013-03-30  Eli Zaretskii  <eliz@gnu.org>
185         * inc/ms-w32.h (TERM_HEADER): Remove definition.
187         * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
188         ms-w32.h.
190 2013-03-29  Eli Zaretskii  <eliz@gnu.org>
192         * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
194         * config.nt (HAVE_COPYSIGN): Define.
196 2013-03-29  Juanma Barranquero  <lekktu@gmail.com>
198         * config.nt: Sync with autogen/config.in.
199         (HAVE_XKBGETKEYBOARD): Remove.
200         (HAVE_XKB): New macro.
202 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
204         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
205         (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
206         Depend on .exe files.
208         * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
209         avoid MinGW64 compiler warnings in editfns.c.
211         Fix rules for parallel builds.
212         * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
213         without the .exe suffix.
214         (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
215         targets.
216         (.PHONY): Remove.
218         * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
219         headers, since that's where _W64 is declared by MinGW64.
221 2013-03-26  Eli Zaretskii  <eliz@gnu.org>
223         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
224         (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
226         * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
227         define for MinGW64.
229         * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
230         for MinGW64.
232         Fix more incompatibilities between MinGW.org and MinGW64 headers
233         reported by Óscar Fuentes in
234         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
235         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
236         and in
237         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
238         * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
239         For MinGW64, include sys/types.h and time.h.
240         (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
242         * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
244         * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
245         _W64.
246         (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
247         _TIMEZONE_DEFINED.
249         * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
251         * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
252         lstat, and fstatat.
254 2013-03-25  Eli Zaretskii  <eliz@gnu.org>
256         Fix incompatibilities between MinGW.org and MinGW64 headers
257         reported by Óscar Fuentes in
258         http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
259         * inc/ms-w32.h (struct timespec): Don't define if
260         _TIMESPEC_DEFINED is already defined.
261         (sigset_t) [!_POSIX]: Typedef for MinGW64.
262         (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
263         including the first system header, to avoid redefinition if some
264         system header defines a default value.
266         * inc/sys/time.h (struct itimerval): Don't define if
267         _TIMESPEC_DEFINED is already defined.
269 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
271         Fix the MSVC build.  (Bug#13939)
272         * inc/stdint.h (UINTPTR_MAX): Define.
274         * nmake.defs (libc): Fix syntax of !if conditional.
276 2013-03-15  Juanma Barranquero  <lekktu@gmail.com>
278         * config.nt: Sync with autogen/config.in.
279         (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
280         (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
281         (HAVE_FDATASYNC): New macros.
283 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
285         File synchronization fixes (Bug#13944).
286         * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
288 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
290         FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
291         * inc/unistd.h (O_NOFOLLOW): New macro.
293 2013-03-04  Juanma Barranquero  <lekktu@gmail.com>
295         * config.nt: Sync with autogen/config.in.
296         (DATA_START, ORDINARY_LINK): Remove.
297         (HAVE_DATA_START, HAVE__PUTENV): New macros.
299 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
301         * inc/ms-w32.h (BOOT_TIME_FILE): Define.
303         * config.nt (CLASH_DETECTION): Define to 1.
305 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
307         * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
308         (Bug#9066)
309         (chown, logb): Remove, unused.
311 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
313         * config.nt: Sync with autogen/config.in.
314         (GC_MARK_STACK): Remove.
315         (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
316         (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
317         (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
319 2013-02-12  Eli Zaretskii  <eliz@gnu.org>
321         * inc/ms-w32.h: Add prototype for memrchr.
323 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
325         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
326         * inc/sys/stat.h (fstatat):
327         * inc/unistd.h (readlinkat): New decls.
329 2013-01-28  Eli Zaretskii  <eliz@gnu.org>
331         * inc/dirent.h (opendir): Update prototype.
333 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
335         * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
336         used in term.c.  (Bug#13387)
338 2013-01-09  Juanma Barranquero  <lekktu@gmail.com>
340         * config.nt: Sync with autogen/config.in.
341         (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
343 2012-12-24  Eli Zaretskii  <eliz@gnu.org>
345         * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
346         in lib/filemode.c that broke the MS-Windows build.
347         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
349 2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
351         * config.nt: Sync with autogen/config.in.
352         (BSD4_2): Remove.
354 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
356         * inc/sys/acl.h: New file.
358         * inc/ms-w32.h (ENOTSUP): Define if undefined.
360         * config.nt (HAVE_POSIX_ACL): Define.
362 2012-12-15  Eli Zaretskii  <eliz@gnu.org>
364         * inc/ms-w32.h (sys_unlink): Provide prototype.
366 2012-12-14  Eli Zaretskii  <eliz@gnu.org>
368         * inc/sys/stat.h: Declare w32_stat_get_owner_group.
370 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
372         * config.nt: Sync with autogen/config.in.
373         (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
375 2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
377         * config.nt: Sync with autogen/config.in.
378         (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
379         (ULIMIT_BREAK_VALUE): Remove.
381 2012-12-10  Daniel Colascione  <dancol@dancol.org>
383         * emacs.rc: Use forward slashes in relative paths in order to
384         avoid complaints from Cygwin.  (Forward slashes work perfectly
385         well in the NT build.)
387 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
389         * inc/unistd.h (unsetenv): Provide a prototype.
391 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
393         * inc/ms-w32.h (putenv): Redirect to sys_putenv.
394         (sys_putenv): Add prototype.
396         * config.nt (HAVE_UNSETENV): Define to 1.
398 2012-12-01  Juanma Barranquero  <lekktu@gmail.com>
400         * config.nt: Sync with autogen/config.in.
402 2012-11-24  Ken Brown  <kbrown@cornell.edu>
404         * config.nt (HAVE_MOUSE): Remove.
406 2012-11-23  Juanma Barranquero  <lekktu@gmail.com>
408         * config.nt: Sync with autogen/config.in.
409         (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
410         Remove.
412 2012-11-23  Eli Zaretskii  <eliz@gnu.org>
414         * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
415         (Bug#12955)
417         * nmake.defs (SWITCHCHAR): Define to /.
419 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
421         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
422         * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
423         (struct dirent): Rename from struct direct.  All uses changed.
424         * inc/sys/dir.h: Remove.
426 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
428         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
429         * config.nt (HAVE_GETCWD): Remove.
431 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
433         * nmake.defs: Use !if, not !ifdef.  For the details, see
434         http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
436         * inc/stdint.h (INTPTR_MIN):
437         (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
439 2012-11-18  Eli Zaretskii  <eliz@gnu.org>
441         * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
443 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
445         * config.nt: Sync with autogen/config.in.
446         (HAVE_FPATHCONF): Remove.
448 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
450         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
451         * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
452         POSIX name for this flag is O_NONBLOCK.  All uses changed.
453         * inc/unistd.h (O_RDWR, O_NOCTTY): New macros.  Like AT_FDCWD etc.
454         these really should be moved to a replacement <fcntl.h> if and
455         when that gets implemented.  In the meantime, include <fcntl.h>
456         to make sure we don't override its definitions.
458 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
460         * inc/sys/wait.h: New file, with prototype of waitpid and
461         definitions of macros it needs.
463         * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
464         (sys_wait): Remove prototype.
466         * config.nt (HAVE_SYS_WAIT_H): Define to 1.
468 2012-11-17  Dani Moncayo  <dmoncayo@gmail.com>
470         * zipdist.bat (ZIP_CHECK): Remove unused label.  When invoking 7z
471         to check if it's installed, redirect standard output and standard
472         error to the null device.
473         (ZIP_DIST): Don't build the "barebin" distribution.
475 2012-11-15  Juanma Barranquero  <lekktu@gmail.com>
477         * config.nt: Sync with autogen/config.in.
478         (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
479         (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
480         New macros.
482 2012-11-14  Eli Zaretskii  <eliz@gnu.org>
484         * inc/unistd.h (faccessat): Add prototype.
485         (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
486         2 moved from ms-w32.h.
488         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
490 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
492         Use faccessat, not access, when checking file permissions (Bug#12632).
493         * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
494         (access): Remove.
495         (faccessat): New macro.
497 2012-11-05  Eli Zaretskii  <eliz@gnu.org>
499         * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
501 2012-11-05  Juanma Barranquero  <lekktu@gmail.com>
503         * config.nt: Sync with autogen/config.in.
504         (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
505         (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
507 2012-11-04  Juanma Barranquero  <lekktu@gmail.com>
509         * config.nt: Sync with autogen/config.in.
510         (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
512 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
514         * config.nt (PENDING_OUTPUT_N_BYTES): Define.
516 2012-11-01  Eli Zaretskii  <eliz@gnu.org>
518         * inc/unistd.h (setpgid, getpgrp): Provide prototypes.  (Bug#12776)
520         * config.nt (GETPGRP_VOID): Define to 1.
522 2012-10-24  Juanma Barranquero  <lekktu@gmail.com>
524         * config.nt: Sync with autogen/config.in.
526 2012-10-17  Eli Zaretskii  <eliz@gnu.org>
528         * inc/pwd.h (getuid, geteuid): Add prototypes.
530         * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
531         (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
532         (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
533         (sys_kill, getpagesize): Add prototypes for emulated functions.
535         * inc/grp.h (getgid, getegid): Add prototypes.
537         * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
539         * configure.bat (chkapiN): Avoid compiler warning in junk.c when
540         compiling with -std=gnu99.
542         * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
543         could be used via --cflags switch to configure.bat.
545 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
547         * config.nt: Sync with autogen/config.in.
548         (HAVE_NTGUI): New macro.
550 2012-10-02  Eli Zaretskii  <eliz@gnu.org>
552         * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
553         compiler warnings when using the value.
555 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
557         * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
558         'void *', for pointer arithmetics.
559         (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
560         macro arguments in parentheses.
562 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
564         * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
566 2012-09-30  Fabrice Popineau  <fabrice.popineau@supelec.fr>
568         * inc/sys/socket.h: Don't map Winsock error codes to standard ones
569         that are already defined.
571         * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
572         (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
573         [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
575         * preprep.c (pfnCheckSumMappedFile, rva_to_section)
576         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
577         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
578         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
579         (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
580         Use DWORD_PTR instead of DWORD for compatibility with x64.
582         * nmake.defs: Support AMD64.
583         (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
585         * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
586         New macros.
588         * addsection.c (pfnCheckSumMappedFile, rva_to_section)
589         (offset_to_section, relocate_offset, OFFSET_TO_RVA)
590         (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
591         (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
592         (copy_executable_and_add_section, main): Use DWORD_PTR instead of
593         DWORD, for compatibility with x64.
595         * emacs-x64.manifest: New file.
597         * emacs-x86.manifest: Renamed from emacs.manifest.
599 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
601         * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
602         (struct itimerval): Define.
603         (getitimer, setitimer): Add prototypes.
605         * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
606         with MinGW.
607         (SA_RESTART, SIGPROF): Define.
609         * config.nt (HAVE_SETITIMER): Define to 1.
611 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
613         * config.nt: Sync with autogen/config.in.
615 2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
617         * config.nt: Sync with autogen/config.in.
618         (HAVE_TIMER_SETTIME): New macro.
620 2012-09-23  Eli Zaretskii  <eliz@gnu.org>
622         * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
624 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
626         Simplify and avoid signal-handling races (Bug#12471).
627         * inc/ms-w32.h (emacs_raise): New macro.
629 2012-09-18  Eli Zaretskii  <eliz@gnu.org>
631         * configure.bat: Include stddef.h before gif_lib.h, to have size_t
632         defined, as needed by giflib-5.0.0.  (Bug#12464)
634 2012-09-17  Juanma Barranquero  <lekktu@gmail.com>
636         * config.nt: Sync with autogen/config.in.
637         (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
639 2012-09-17  Glenn Morris  <rgm@gnu.org>
641         * config.nt (COPYRIGHT): New.
643 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
645         Port _setjmp fix to POSIXish hosts as well as Microsoft.
646         * config.nt: Attempt to sync with autogen/config.in.
647         (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
648         (_longjmp, _setjmp): Remove.
650 2012-09-14  Juanma Barranquero  <lekktu@gmail.com>
652         * config.nt: Sync with autogen/config.in.
653         (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
654         (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
655         (USABLE_FIONREAD, USABLE_SIGIO): New macros.
657 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
659         * config.nt: Sync with autogen/config.in.
660         (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
661         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
663 2012-09-08  Eli Zaretskii  <eliz@gnu.org>
665         * configure.bat <use_extensions>: Don't leave it set in the
666         environment when the script exits.
668 2012-09-07  Juanma Barranquero  <lekktu@gmail.com>
670         * config.nt: Sync with autogen/config.in.
671         (NO_ABORT, SIGNAL_H_AHB): Remove.
673 2012-09-07  Eli Zaretskii  <eliz@gnu.org>
675         * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
677 2012-09-05  Juanma Barranquero  <lekktu@gmail.com>
679         * config.nt: Sync with autogen/config.in.
681 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
683         Simplify redefinition of 'abort' (Bug#12316).
684         * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
686 2012-09-02  Juanma Barranquero  <lekktu@gmail.com>
688         * config.nt: Sync with autogen/config.in.
689         (HAVE_EXECINFO_H, TERM_HEADER): New macros.
691 2012-09-01  Daniel Colascione  <dancol@dancol.org>
693         * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
695 2012-08-22  Juanma Barranquero  <lekktu@gmail.com>
697         * config.nt: Sync with autogen/config.in.
699 2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
701         * config.nt: Sync with autogen/config.in.
702         (HAVE_POSIX_OPENPT): New macro.
704 2012-08-14  Juanma Barranquero  <lekktu@gmail.com>
706         * config.nt: Sync with autogen/config.in.
707         (_GL_INLINE_HEADER_BEGIN): Update.
709 2012-08-10  Glenn Morris  <rgm@gnu.org>
711         * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
713 2012-08-07  Juanma Barranquero  <lekktu@gmail.com>
715         * config.nt: Sync with autogen/config.in.
716         (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
717         (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
719         * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
721 2012-08-06  Glenn Morris  <rgm@gnu.org>
723         * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
724         (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
726 2012-08-04  Eli Zaretskii  <eliz@gnu.org>
728         * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
729         (PATH_DATA, PATH_DOC): Replace dummy directory names with
730         directories relative to %emacs_dir%.
731         (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
732         to the use case of running un-installed Emacs.
734 2012-08-03  Juanma Barranquero  <lekktu@gmail.com>
736         * config.nt: Sync with autogen/config.in.
737         (DOS_NT, MSDOS): New macros.
738         (WRETCODE, wait3): Remove.
740         * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
742 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
744         * inc/sys/stat.h (S_IFLNK): Define.
745         (S_ISLNK): A non-trivial definition.
746         (lstat): Prototype instead of a macro that redirects to 'stat'.
748 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
750         Use C99-style 'extern inline' if available.
751         * config.nt: Sync with autogen/config.in.
752         (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
753         (_GL_INLINE_HEADER_END): New macros.
755 2012-08-02  Glenn Morris  <rgm@gnu.org>
757         * inc/ms-w32.h: Move here from ../src/s.
758         * config.nt (config_opsysfile): Change to <ms-w32.h>.
760 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
762         * config.nt: Sync with autogen/config.in.
763         (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
764         (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
765         New macros.
767 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
769         * config.nt: Sync with autogen/config.in.
770         Remove code moved to conf_post.h and include <conf_post.h>
771         (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
772         (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
774 2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
776         * config.nt: Sync with autogen/config.in.
777         (HAVE_ENVIRON_DECL): New macro.
779 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
781         * inc/stdalign.h (_Alignas, alignas): Define.
783 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
785         Use Gnulib stdalign module (Bug#9772, Bug#9960).
786         * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
788 2012-07-14  Juanma Barranquero  <lekktu@gmail.com>
790         * config.nt: Sync with autogen/config.in.
791         (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
792         (SETUP_SLAVE_PTY): New macros.
794 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
796         * config.nt: Sync with autogen/config.in.
797         (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
798         (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
799         (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
800         (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
801         (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
802         (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
803         (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
804         (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
805         (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
806         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
807         Set in src/s/ms-w32.h, not here.
809 2012-07-11  Juanma Barranquero  <lekktu@gmail.com>
811         * config.nt: Sync with autogen/config.in.
812         (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
813         (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
814         (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
816 2012-07-10  Juanma Barranquero  <lekktu@gmail.com>
818         * config.nt: Sync with autogen/config.in.
820 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
822         * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
824 2012-07-09  Juanma Barranquero  <lekktu@gmail.com>
826         * config.nt: Sync with autogen/config.in.
828 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
830         * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
832 2012-07-06  Juanma Barranquero  <lekktu@gmail.com>
833             Eli Zaretskii  <eliz@gnu.org>
835         * config.nt: Complete rework to bring it in sync with autogen/config.in.
836         All Windows-specific code moved to src/s/ms-w32.h.
838 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
839             Eli Zaretskii  <eliz@gnu.org>
841         * configure.bat (enablechecking): Enable checks through src/config.h,
842         not the compiler's command line.
844         * nmake.defs (CHECKING_CFLAGS): Remove.
845         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
847         * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
848         (CHECKING_CFLAGS): Remove.
849         (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
851 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
853         * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
854         (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
855         (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
856         (HAVE_MEMCMP): Remove, obsolete.
858 2012-06-30  Glenn Morris  <rgm@gnu.org>
860         * paths.h (PATH_SITELOADSEARCH): New.
862 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
864         * nmake.defs (CHECKING_CFLAGS):
865         * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
867 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
869         * config.nt (_Noreturn): Don't reference __SUNPRO_C.
871 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
873         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
874         * config.nt (_Noreturn): New macro.
875         (NO_RETURN): Remove.  All uses replaced with _Noreturn.
876         (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
878 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
880         * inc/sys/time.h (struct timespec): Don't define it here, it is
881         now defined in src/s/ms-w32.h.
883 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
885         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
886         * inc/sys/time.h (struct timespec): Define.
888 2012-06-16  Eli Zaretskii  <eliz@gnu.org>
890         * makefile.w32-in (install-addpm): New target.
891         (dist): Depend on it.
892         (install-shortcuts): Depend on install-addpm instead of copying
893         addpm.exe as part of the recipe.  See
894         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
895         for the related problem and discussions.
897 2012-06-11  Glenn Morris  <rgm@gnu.org>
899         * config.nt (SYSTEM_TYPE): Define it.
901 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
903         * configure.bat (genmakefiles): Move the redirection away from the
904         end of the command, to avoid excess whitespace at the end of Make
905         variables created at configure time, and also avoid things like
906         "FOO1>>config.settings", where "1" gets interpreted as the file
907         descriptor and eaten up.  This fixes breakage introduced by the
908         last change, without reintroducing the bug fixed by that change.
910 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
912         * nmake.defs (MWINDOWS): Define as
913         "-subsystem:windows -entry:mainCRTStartup".  Suggested by Fabrice
914         Popineau <fabrice.popineau@supelec.fr>.  (Bug#11405)
916         * gmake.defs (MWINDOWS): Define as "-mwindows".
918 2012-05-28  Eli Zaretskii  <eliz@gnu.org>
920         * config.nt (HAVE_SYSINFO): Remove; unused.
922 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
924         * inc/stdalign.h: New file.
926         * configure.bat: Ensure a space between %var% expansion and
927         redirection symbol '>', which breaks when %var% ends in a digit,
928         such as 1.
930 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
932         Remove src/m/*.
933         * config.nt: Do not include "m/intel386.h"; file was removed.
934         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
935         Move to src/lisp.h.
936         (EMACS_INT_MAX): New macro.
938 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
940         * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
941         (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
943         * config.nt (HAVE_FTIME): Remove undef; not needed.
945 2012-05-01  Glenn Morris  <rgm@gnu.org>
947         * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
949 2012-04-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
951         * makefile.w32-in: Fix typo (Bug#10261).
953 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
955         * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
956         each runs makeinfo in its own subdirectory of 'doc'.
957         (info-gmake): Depend on these new targets.
959 2012-04-07  Glenn Morris  <rgm@gnu.org>
961         * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
962         Bump version to 24.1.50.
964 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
966         * configure.bat: Support building with libxml2.
968         * INSTALL:
969         * README.W32: Add information about libxml2.
971 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
973         * makefile.w32-in: Convert to Unix EOL format.
974         (all): Don't depend on stamp_BLD and on maybe-bootstrap.
975         (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
976         (bootstrap-gmake): Invoke the "clean" and build targets in 2
977         separate commands, so they run in that order even under "make -j".
979 2012-03-29  Eli Zaretskii  <eliz@gnu.org>
981         * config.nt: Discourage from defining HAVE_GETCWD.
983 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
985         * makefile.w32-in (install-bin): Don't copy addpm.exe here.  Use
986         $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
987         on other (parallel) Make job's toes.
988         (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
989         (install-shortcuts): Depend on $(INSTALL_DIR)/bin.  Copy addpm.exe
990         here.
991         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
992         Depend on create-tmp-dist-dir.
994         * nmake.defs (DIRNAME): New variable.
995         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
996         same-dir.tst.
998         * gmake.defs (DIRNAME): New variable.
999         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1000         same-dir.tst, to avoid conflicts between several (parallel) Make
1001         jobs.
1003 2012-02-24  Eli Zaretskii  <eliz@gnu.org>
1005         Prevent endless re-spawning of cmdproxy.exe when some of its
1006         parent directories have access limitations.
1008         * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
1009         and our own module name to short 8+3 aliases, if the original file
1010         names compare equal.  If GetShortPathName fails, compare the base
1011         names of the two file names, and only re-spawn the command line if
1012         the base-name comparison also fails.  (Bug#10674)
1014 2012-02-23  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1016         * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
1018 2012-02-06  Christoph Scholtes  <cschol2112@googlemail.com>
1020         * README.W32: Removed specific version information for libXpm
1021         included in the binary distribution for maintenance purposes.
1023 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
1025         * README.W32: Clarification for inclusion in source tarball (bug#9750).
1027         * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
1029         * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
1031         * makefile.w32-in (maybe-copy-distfiles)
1032         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
1033         (create-tmp-dist-dir): Add to make --distfiles optional.
1034         (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
1036 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
1038         * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
1039         by other headers.
1041 2011-11-27  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1043         * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
1044         (UINT64_MAX) [_WIN64]: Fix definition.
1045         (uintmax_t, intmax_t): Fix definitions.
1047         * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
1048         Provide correct definitions.
1050         * config.nt (HAVE_DECL_STRTOLL): Define.
1051         (va_copy) [_WIN64]: Provide a better definition.
1053 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1055         * configure.bat: Fix typos.
1057 2011-11-25  Eli Zaretskii  <eliz@gnu.org>
1059         * INSTALL: Elaborate on debugging fatal errors.
1061 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1063         * README.W32: Update the GTK Windows download URL for libpng.
1065 2011-11-13  Christoph Scholtes  <cschol2112@googlemail.com>
1067         * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
1069 2011-11-05  Christoph Scholtes  <cschol2112@googlemail.com>
1071         * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
1072         (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
1073         (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
1074         (intmax_t, INT64_MAX): Add for MSVC.
1076         * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
1078 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
1080         * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
1082         Support MSVC build with newer versions of Visual Studio.
1083         * makefile.w32-in (clean-other-dirs-nmake)
1084         (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
1085         Update for current structure of doc/ subdirectories.
1087         * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
1089         * INSTALL: Update for newer versions of MSVC.
1091 2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
1093         Support MSVC build with newer versions of Visual Studio.
1094         * nmake.defs (USE_CRT_DLL): Define to 1.
1095         (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
1096         (D): New variable.
1098 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1100         * runemacs.c (ensure_unicows_dll): New function, tries to load
1101         UNICOWS.DLL on Windows 9X.
1102         (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
1103         display a dialog to the effect that Emacs cannot be started.
1104         (Bug#8562)
1106 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1108         * README.W32: Mention UNICOWS.DLL as prerequisite for running
1109         Emacs on Windows 9X.
1111 2011-10-25  Eli Zaretskii  <eliz@gnu.org>
1113         * makefile.w32-in (dist): Don't put the top-level INSTALL into the
1114         distribution.  (Bug#9861)
1116 2011-10-25  Christoph Scholtes  <cschol2112@googlemail.com>
1118         * INSTALL: Update URL for GTK download page.
1120 2011-10-19  Eli Zaretskii  <eliz@gnu.org>
1122         * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
1123         (Bug#9794) (Bug#641)
1125 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
1127         * config.nt (HAVE_SNPRINTF): New macro.
1129 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1131         Assume freestanding C89 headers, string.h, stdlib.h.
1132         * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
1133         (STDC_HEADERS): Remove.
1134         Iinclude string.h, stdlib.h unconditionally.
1136 2011-06-07  Eli Zaretskii  <eliz@gnu.org>
1138         * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
1139         [!__GNUC__]: New macros.
1141 2011-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1143         Use 'inline', not 'INLINE'.
1144         * config.nt (INLINE): Remove.
1146 2011-05-17  Eli Zaretskii  <eliz@gnu.org>
1148         * README.W32: Add information about GnuTLS libraries.
1150 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
1152         * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
1154 2011-05-07  Ben Key  <bkey76@gmail.com>
1156         * configure.bat: Renamed the fusercflags variable to escusercflags
1157         so that the variable name better matches its purpose, to be
1158         identical to usercflags with the exception that all quotes are
1159         escaped by the \ character.
1161         Renamed the fuserldflags variable to escuserldflags so that the
1162         variable name better matches its purpose, to be identical to
1163         userldflags with the exception that all quotes are escaped by
1164         the \ character.
1166         A new ESC_USER_CFLAGS variable is written to config.settings.
1167         This variable has the same value as the escusercflags variable.
1169         * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1170         This variable is identical to the CFLAGS variable except that it
1171         includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1173         These changes, along with some changes to src/makefile.w32-in,
1174         are required to extend my earlier fix to add support for
1175         --cflags and --ldflags options that include quotes so that it
1176         works whether make uses cmd or sh as the shell.
1178 2011-05-06  Eli Zaretskii  <eliz@gnu.org>
1180         * inc/inttypes.h [!__MINGW32__]: Include stdint.h.  Move the
1181         definition of uintmax_t from here...
1182         * inc/stdint.h (uintmax_t): ...to here.
1183         (intptr_t) [!__GNUC__]: New typedef.
1185 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1187         * config.nt: Prepare to configure 64-bit integers for older compilers.
1188         However, temporarily disable this change unless the temporary
1189         symbol WIDE_EMACS_INT is defined.
1190         (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1191         "%I64d" work but long long and "%lld" do not.
1193 2011-05-05  Ben Key  <bkey76@gmail.com>
1195         * configure.bat: Added support for --cflags and --ldflags
1196         options that include quotes as long as command extensions are
1197         enabled.  Specifically when -I, -L, and similar flags are used
1198         to specify supplementary include and library directories a
1199         directory name that includes spaces may now be used if it is
1200         enclosed in quotes.
1202         * INSTALL: Documented the change to configure.bat.
1204 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
1206         * INSTALL: Clarify GnuTLS support.
1208 2011-04-30  Eli Zaretskii  <eliz@gnu.org>
1210         * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1211         Define to 1 for MinGW of MSVC versions >= 1400.
1213 2011-04-28  Eli Zaretskii  <eliz@gnu.org>
1215         * gmake.defs (ARCH): Fix error message in case of unknown architecture.
1217 2011-04-27  Eli Zaretskii  <eliz@gnu.org>
1219         * inc/inttypes.h: New file.
1221         * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1222         (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1224 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
1226         * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1227         inside quotation marks and bail out.
1229 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1231         * cmdproxy.c (try_dequote_cmdline): New function.
1232         (main): Use it.
1234 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1236         * configure.bat: New options --without-gnutls and --lib, new build
1237         variable USER_LIBS, automatically detect GnuTLS.  Copies the PNG
1238         library setup with trivial modifications.
1239         * INSTALL: Add instructions for GnuTLS support.
1240         * gmake.defs: Prefix USER_LIBS with -l.
1242 2011-04-15  Ben Key  <bkey76@gmail.com>
1244         * configure.bat: Modified the code that parses the --cflags and
1245         --ldflags options to support parameters that include the =
1246         character as long as they are enclosed in quotes.
1247         This functionality depends on command extensions.  Configure.bat now
1248         attempts to enable command extensions and displays a warning
1249         message if they could not be enabled.  If configure.bat could
1250         not enable command extensions the old parsing code is used that
1251         does not support parameters that include the = character.
1253         * INSTALL: Updated the file to describe the new functionality
1254         using text provided by Eli Zaretskii.
1256 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1258         * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1259         (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1260         on the trunk on 2011-04-06.
1262 2011-03-27  Glenn Morris  <rgm@gnu.org>
1264         * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1266 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
1268         * addpm.c (main): Remove unused variable `retval'.
1270         * preprep.c (main): Remove unused variable `ptr'.
1272 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
1274         * cmdproxy.c: Include <ctype.h>.
1275         (make_absolute): Remove unused variable `i'.
1277 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1279         * Version 23.3 released.
1281 2011-02-27  Eli Zaretskii  <eliz@gnu.org>
1283         * inc/unistd.h (readlink, symlink): Declare prototypes.
1285 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
1287         * config.nt (nlink_t): Define.
1289 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
1291         * inc/stdint.h: New file, to support compilation with tool chains
1292         that do not have stdint.h (e.g. MSVC).
1294 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
1296         * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1297         (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1298         (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1299         (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1300         (lstat): Define to stat.
1302 2011-02-09  Eli Zaretskii  <eliz@gnu.org>
1304         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1305         "make-docfile" target in lib-src, before bootstrapping the src
1306         directory.  Needed since building in src needs to run make-docfile
1307         to produce globals.h.
1309 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
1311         * config.nt (inline) [__GNUC__]: Define (for gnulib).
1313 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1315         * config.nt (VERSION): Uncomment definition.
1316         (restrict): Define.
1318         * inc/stdbool.h: New file.
1320 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1322         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1323         (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1324         (bootstrap-clean-gmake, clean-other-dirs-nmake)
1325         (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1326         (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1327         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1328         (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1329         (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
1331         * configure.bat: Create lib/makefile.
1333         * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1334         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1335         (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1336         (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1338 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
1340         * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1342 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1344         * configure.bat (end): Unset environment variables used by this
1345         batch file.
1347         * INSTALL: Update the information about PNG support libraries.
1348         (Bug#7716)
1350         * README.W32: Update the information about PNG support libraries.
1352 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
1354         * config.nt (EXTERNALLY_VISIBLE): Define.
1356 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1358         * INSTALL: Refer to `dynamic-library-alist'.
1360 2010-10-06  Juanma Barranquero  <lekktu@gmail.com>
1362         * INSTALL: Add note about problematic characters passed to configure.
1364 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1366         * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1367         emacs-src.tags: New file.
1369         * gmake.defs: Add a comment with a single quote to fix
1370         fontification.  (Bug#7102)
1372 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
1374         * configure.bat: Fix the condition for copying paths.h into
1375         ../src/epaths.h.
1377 2010-09-28  Juanma Barranquero  <lekktu@gmail.com>
1379         * addpm.c (entry, add_registry, main):
1380         * addsection.c (file_data, open_input_file, open_output_file)
1381         (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1382         (COPY_CHUNK):
1383         * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1384         (skip_nonspace, get_next_token, search_dir, make_absolute)
1385         (spawn, main):
1386         * preprep.c (file_data, open_input_file, open_output_file)
1387         (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1388         Use const char*.
1390         * cmdproxy.c (stdin): Don't define, not used.
1391         (main): Don't assign remlen after last use.
1393 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
1395         * configure.bat: Err out when the argument of --cflags contains
1396         invalid characters (check implemented only for GCC).  (Bug#6820)
1398 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
1400         * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1402 2010-08-12  Jason Rumney  <jasonr@gnu.org>
1404         * addpm.c (add_registry): Set path for runemacs.exe to use.
1406 2010-08-08  Óscar Fuentes  <ofv@wanadoo.es>
1408         * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1409         which has a 1024 char limit on Windows (bug#6647).
1411 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1413         * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1414         Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1416 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
1418         * config.nt: Remove code referring to NO_REMAP, unused.
1420 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
1422         Build binary distros on Windows using emacs-VERSION as root dir name.
1424         * makefile.w32-in: Copy README.W32 to installation directory
1425         during `make install'.  Remove README.W32 with `distclean' (in
1426         case Emacs was installed in place).  Use temporary directory to
1427         create distribution zip files in `dist' target.
1428         * zipdist.bat: Simplify code using temporary directory.
1430 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
1432         * runemacs.c (set_user_model_id): Fix prototype.
1434 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1436         New make target for Windows platform: make dist (bug#6602)
1438         * INSTALL: Document new dist target and add section about
1439         creating binary distributions.
1440         * README.W32: Relocate from admin/nt/ directory.
1441         * configure.bat: New parameter `--distfiles'.
1442         * makefile.w32-in: Add version number, new target `dist'.
1443         Add new target `install-shortcuts'.
1444         * zipdist.bat: New file; create zipped binary distribution,
1445         replaces admin/nt/makedist.bat.
1447 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
1449         * INSTALL: Add note about backslashes in Windows paths.
1450         Fix typos.  Simplify references to Windows versions.
1452 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1454         * addpm.c (add_registry, main):
1455         * cmdproxy.c (get_env_size):
1456         * ddeclient.c (main):
1457         * runemacs.c (set_user_model_id):
1458         Convert definitions to standard C.
1460 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1462         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1464 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
1466         * configure.bat: New option --enable-checking.
1467         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1468         (CFLAGS): Include it.
1470 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
1472         * config.nt (volatile): Remove definition.
1474 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1476         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1477         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1479 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
1481         * config.nt (__P): Remove.
1483 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
1485         * config.nt: Remove code depending on BSTRING.
1487 2010-06-03  Glenn Morris  <rgm@gnu.org>
1489         * config.nt: Remove NOT_C_CODE tests, it is always true now.
1491 2010-05-13  Glenn Morris  <rgm@gnu.org>
1493         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1495 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1497         * Version 23.2 released.
1499 2010-05-04  Glenn Morris  <rgm@gnu.org>
1501         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1503 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
1505         * emacs.manifest: Add trustInfo section to Windows manifest.
1507 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1509         * Branch for 23.2.
1511 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
1513         * emacsclient.rc: Fix format of "LegalCopyright" value.
1515 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
1517         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1519 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
1521         * INSTALL: Update for CVS->Bazaar switchover.
1523 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
1525         * configure.bat: Add #define PROFILING to config.h.
1527 2009-07-03  Jason Rumney  <jasonr@gnu.org>
1529         * runemacs.c (set_user_model_id): Use standard types.
1531 2009-06-30  Jason Rumney  <jasonr@gnu.org>
1533         * runemacs.c (set_user_model_id): New function.
1534         (WinMain): Use it.
1536 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1538         * Branch for 23.1.
1540 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
1542         * inc/sys/stat.h (struct stat): Change the types of st_uid and
1543         st_gid to unsigned.
1545         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1546         to unsigned.
1547         (getpwuid): Argument is now unsigned.
1548         uid_t is now unsigned.
1550 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1552         * INSTALL: Add comment about TCC; fix typos.
1554 2009-01-26  Jason Rumney  <jasonr@gnu.org>
1556         * emacsclient.rc, emacs.rc: Swap name and description.
1557         Remove Windows versions.
1559 2009-01-15  Jason Rumney  <jasonr@gnu.org>
1561         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1563         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1565         * addpm.c (main): Try using COM to create start menu shortcuts
1566         before resorting to DDE (Bug#202)
1567         Remove second command-line argument.
1569 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
1571         * configure.bat: Untabify help message.
1573 2009-01-03  Jason Rumney  <jasonr@gnu.org>
1575         * configure.bat: New option --with-svg.
1577         * INSTALL: Document experimental SVG support.
1579 2008-12-25  Jason Rumney  <jasonr@gnu.org>
1581         * config.nt (PTR): Remove.
1583 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
1585         * config.nt (LISTPROC, PROCATTR): Remove.
1587 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
1589         * config.nt (LISTPROC, PROCATTR): New macros.
1591 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1593         * config.nt (MULTI_KBOARD): Remove.
1595 2008-07-23  Jason Rumney  <jasonr@gnu.org>
1597         * configure.bat: New option --profile.
1598         * gmake.defs: Set cflags and ldflags for profiling when specified.
1600 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1602         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1604 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * config.nt (HAVE_FACES): Remove, unused.
1608 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
1609             Eli Zaretskii  <eliz@gnu.org>
1611         * nmake.defs (FONT_CFLAGS):
1612         * gmake.defs (FONT_CFLAGS): Remove.
1613         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1614         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1615         and _CRTAPI1.
1616         (ARCH_FLAGS): Don't include _X86_.
1618         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1620 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1622         * config.nt: Remove reference to UNEXEC_SRC.
1624 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
1625             Eli Zaretskii  <eliz@gnu.org>
1627         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1628         Don't hardcode -gstabs+, use DEBUG_INFO.
1630         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1631         Default to stabs if the compiler does not support DWARF-2.
1632         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1634 2008-05-14  Jason Rumney  <jasonr@gnu.org>
1636         * configure.bat: Remove code dealing with --disable-font-backend.
1638 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
1640         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1641         better alignment.  Make st_size 64-bit wide.  Add new members
1642         st_uname and st_gname.
1644         * inc/grp.h (struct group): Add gr_gid member.
1646 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
1648         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1649         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
1650         a real file there is not a good idea.
1652 2008-04-23  Jason Rumney  <jasonr@gnu.org>
1654         * makefile.w32-in (CLIENTRES): New variable and build target.
1655         (all): Depend on it.
1656         ($(TRES)): Use $(TRES) in rule.
1658 2008-04-21  Jason Rumney  <jasonr@gnu.org>
1660         * configure.bat (success): Print "make" rather than "gmake", as that
1661         is what MinGW uses.
1663 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
1665         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1666         Add copyright notice.
1668 2008-04-10  Jason Rumney  <jasonr@gnu.org>
1670         * emacsclient.rc: New file.
1672         * INSTALL: Document make targets.
1674 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1676         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
1677         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
1678         (top-distclean, distclean, distclean-other-dirs-nmake)
1679         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1680         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1682 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1684         * inc/sys/stat.h: New file.
1686         * configure.bat: Add check for usp10.h.
1688 2008-04-04  Jason Rumney  <jasonr@gnu.org>
1690         * INSTALL: Update Windows API requirements.
1692 2008-04-03  Jason Rumney  <jasonr@gnu.org>
1694         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1696 2008-03-13  Glenn Morris  <rgm@gnu.org>
1698         * emacs.rc: Set version to 23.0.60.
1700 2008-03-04  Jason Rumney  <jasonr@gnu.org>
1702         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1703         (EMACS_EXTRA_C_FLAGS): Include it.
1704         * configure.bat (usefontbackend): Default to Y.
1705         (--enable-font-backend): Replace with --disable-font-backend.
1706         (:withfont): Replace with :withoutfont.
1708 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1710         * icons/emacs.ico: Full alpha for 32x32 full color.
1711         Add 32x32 and 16x16 256 color versions.
1713 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
1715         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1717 2008-03-02  Jason Rumney  <jasonr@gnu.org>
1719         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1721 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1723         * icons/README: Update.
1725         * icons/emacs.ico: New icon.
1727 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
1729         * addpm.c: Include malloc.h.
1730         (add_registry): Cast return value of alloca.
1732 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1734         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1736 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
1738         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1739         conditional on existence of junk.o.  If %nocygwin% is already set
1740         to Y, skip to chkapiN instead of chkapi.
1741         (chkapi): Move "rm -f junk.c junk.o" to here.
1742         (chkapiN): New label.
1744 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1746         * makefile.w32-in: Remove unidata-gen related rules.
1748 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1750         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1752 2008-02-11  Jason Rumney  <jasonr@gnu.org>
1754         * addpm.c (add_registry): Add an App Paths registry key.
1755         Look for GTK and add it to the DLL search path for Emacs if found.
1757 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
1759         * configure.bat: In help, use generic names for the image libraries.
1761 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1763         * .cvsignore: Don't ignore .arch-inventory.
1765 2008-02-03  Jason Rumney  <jasonr@gnu.org>
1767         * configure.bat: Make gcc the default compiler.
1769 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1771         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1772         Ignore return status.
1774         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
1775         it out of the way of Windows generated file.
1776         Generate admin/unidata/makefile.
1778         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1779         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1780         (unidatagen-clean-SH): New targets.
1781         (bootstrap-nmake): Invoke unidatagen-nmake.
1782         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1784 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1786         * configure.bat (withfont): Set sep1 after modifying usercflags.
1788 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1790         * configure.bat: Rename --with-font-backend to --enable-font-backend
1791         for consistency with other platforms.
1793 2008-02-01  Jason Rumney  <jasonr@gnu.org>
1795         * configure.bat: Add --with-font-backend option.
1797 2008-01-20  Jason Rumney  <jasonr@gnu.org>
1799         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1800         permissions to NTFS ACLs.
1802 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1804         * config.nt: Remove HAVE_X11R5.
1806 2007-10-22  Jason Rumney  <jasonr@gnu.org>
1808         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1809         (strings.h, stdlib.h): Conditionally include.
1810         (w32_abort): Declare here.
1811         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1813 2007-10-20  Jason Rumney  <jasonr@gnu.org>
1815         * makefile.w32-in (info-nmake): Change into correct directories.
1817 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
1819         * configure.bat (docflags, doldflags): New variables.
1820         (genmakefiles): Use them to work around problems with whitespace
1821         in arguments of the `if' command.
1823 2007-10-18  Jason Rumney  <jasonr@gnu.org>
1825         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1827 2007-09-27  Jason Rumney  <jasonr@gnu.org>
1829         * gmake.defs (COMCTL32): New system library.
1831         * nmake.defs (COMCTL32): New system library.
1833 2007-09-06  Glenn Morris  <rgm@gnu.org>
1835         * configure.bat:
1836         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1837         Change from ../man to ../doc/emacs and ../doc/misc; and from
1838         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
1840 2007-08-29  Glenn Morris  <rgm@gnu.org>
1842         * emacs.rc: Increase version to 23.0.50.
1844 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
1846         * makefile.w32-in (bootstrap-nmake): Change directories once more.
1848 2007-07-25  Glenn Morris  <rgm@gnu.org>
1850         * Relicense all FSF files to GPLv3 or later.
1852         * COPYING: Switch to GPLv3.
1854 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
1856         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1857         Depend on cmdproxy.
1858         (cleanall): Don't delete *~.
1860 2007-07-15  Jason Rumney  <jasonr@gnu.org>
1862         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1863         be fully supported.
1865 2007-07-14  Jason Rumney  <jasonr@gnu.org>
1867         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1868         of winsock.h.
1870 2007-07-11  Jason Rumney  <jasonr@gnu.org>
1872         * gmake.defs (OLE32): New library to link.
1874         * nmake.defs (OLE32): Likewise.
1876 2007-06-25  Jason Rumney  <jasonr@gnu.org>
1878         * cmdproxy.c (main): Set console codepages to "ANSI".
1880 2007-06-20  Jason Rumney  <jasonr@gnu.org>
1882         * configure.bat: Complain if image libraries are missing.
1884 2007-06-15  Jason Rumney  <jasonr@gnu.org>
1886         * emacs.manifest: New file.
1888         * emacs.rc: Use it.
1890 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1892         * Version 22.1 released.
1894 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1896         * INSTALL: Add information about where to find GDB, and warn
1897         against --no-debug option to configure.bat.
1899 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
1901         * INSTALL: Fix URL of EmacsW32 site where building with image
1902         support is described.
1904 2007-04-26  Glenn Morris  <rgm@gnu.org>
1906         * emacs.rc: Increase version to 22.1.50.
1908 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1910         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1912 2007-03-09  Richard Stallman  <rms@gnu.org>
1914         * INSTALL: Say explicitly this is not for Cygwin.
1916 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
1918         * INSTALL: Add URL of another site with detailed build instructions.
1920 2007-02-16  Glenn Morris  <rgm@gnu.org>
1922         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
1923         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
1924         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
1925         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
1926         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1927         Restore all but two of icons deleted in previous change.
1929 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
1931         * icons/README: New file.
1933         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
1934         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
1935         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
1936         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
1937         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
1938         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1939         Unused icons deleted.
1941 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1943         * configure.bat: Update ../site-lisp/subdirs.el when needed.
1945 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
1947         * subdirs.el: Add "no-byte-compile: t" local variable.
1949 2007-01-10  Jason Rumney  <jasonr@gnu.org>
1951         * README: Update URLs and advice about reporting bugs.
1953 2006-12-29  Jason Rumney  <jasonr@gnu.org>
1955         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1956         DEBUG_LINK.
1957         (DEBUG_LINK): Remove -debugtype:both.
1959 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1961         * INSTALL: Update table of supported Make ports.  Show "make -j"
1962         command that is known to work.
1964         * configure.bat: Update table of supported Make ports.
1966 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
1968         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
1969         only in implicit rules.  Use literal "emacs.rc" instead.
1971 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1973         * gmake.defs: Export XMFLAGS.
1975         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1976         Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
1978 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1980         * INSTALL: Explain how to invoke GNU Make for parallel builds.
1982         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
1983         command-line argument to sub-Make in src, since src/makefile.w32-in
1984         invokes Make recursively during bootstrap.
1985         (clean): Delete stamp_BLD.
1986         (bootstrap): Make `all' explicitly in a recursive Make.
1988         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
1989         stamp_BLD after creating the $(BLD) directory.
1991         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
1992         stamp_BLD after creating the $(BLD) directory.
1994         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
1995         (preprep, $(TRES), runemacs)
1996         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
1997         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1998         Depend on stamp_BLD instead of on $(BLD).
1999         (XMFLAGS): New macro.
2000         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
2001         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
2002         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
2003         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
2005 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
2007         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
2008         $(ALL_DEPS).
2009         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
2010         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2011         New dependency on $(BLD).
2012         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
2013         (bootstrap-gmake): Depend on addsection.
2015 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
2017         * runemacs.c (WinMain): Process all recognized arguments, not just
2018         the first one.  Remove unused variable sec_desc.
2020 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
2022         * config.nt (HAVE_LANGINFO_CODESET): Define.
2024         * inc/langinfo.h: New file.
2026         * inc/nl_types.h: New file.
2028 2006-09-15  Jay Belanger  <belanger@truman.edu>
2030         * COPYING: Replace "Library Public License" by "Lesser Public
2031         License" throughout.
2033 2006-07-27  Jason Rumney  <jasonr@gnu.org>
2035         * INSTALL: Add notes about Cygwin make to impatient section.
2037 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2039         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
2040         known to work.
2042 2006-03-12  Jason Rumney  <jasonr@gnu.org>
2044         * addpm.c (add_registry): Don't change the registry unless keys
2045         already exist from a previous version.
2047         * makefile.w32-in (install): Use -q when invoking addpm.
2049         * addpm.c (main): Accept -q as alternative for /q.
2051 2006-03-11  Jason Rumney  <jasonr@gnu.org>
2053         * runemacs.c (WinMain): Set screen buffer to 80x25.
2055 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2057         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
2058         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2060 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
2062         * INSTALL: Add explanation of how to debug with GDB starting from
2063         the Emacs Abort dialog.
2065 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
2067         * emacs.rc: Use new icons.
2069 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
2071         * emacs21.ico: Renamed from emacs.ico.
2072         * emacs.ico: New icons from Andrew Zhilin
2073         <andrew_zhilin@yahoo.com>.
2075 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2077         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
2079 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
2081         * .cvsignore: Add `obj' and `oo' for in-place installations.
2083 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2085         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
2087 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2089         * configure.bat: Don't create lisp/Makefile.unix.
2091 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2093         * .cvsignore: Add `makefile' and `config.log'.
2095 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
2097         Merge gnulib getopt implementation into Emacs.
2099         * inc/gettext.h: Remove; no longer needed now that
2100         lib-src/gettext.h exists.
2102 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2104         * configure.bat: Finish config.log with a line that indicates that
2105         the configure step was successful.
2107 2005-07-04  Lute Kamstra  <lute@gnu.org>
2109         Update FSF's address in GPL notices.
2111 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
2113         * configure.bat: If their fc.exe returns a meaningful exit status,
2114         don't overwrite src/config.h and src/epaths.h with identical
2115         copies.
2117         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
2118         changes.  Add a pointer to another site with detailed configure
2119         and build instructions.  Suggest to look at config.log when
2120         configure fails.  Add MinGW Make 3.80 to the list of successful
2121         combinations.
2123         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
2124         "-mcpu=i686".
2126         * configure.bat: Update copyright years.
2127         Delete config.log before doing anything else.
2128         Write additional diagnostics to config.log in case of failures to
2129         compile test programs, including the failed test program itself.
2130         Add a test for support of -mtune=pentium4 switch to GCC; if it is
2131         supported, set up MCPU_FLAG variable on the various Makefiles to
2132         use that switch during compilations.  (This avoids GCC warning
2133         about -mcpu being deprecated.)
2135 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
2137         * addsection.c (copy_executable_and_add_section): Pass non-zero
2138         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
2139         environment.  Print section names with %.8s.
2140         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
2141         only if non-zero.  All callers changed.
2143 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
2145         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
2146         `const void *', for consistency with POSIX.
2148 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
2150         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
2152 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
2154         * INSTALL: Add more pointers to ports of Unix tools to Windows,
2155         and to the Emacs Wiki (which contains building instructions for
2156         Windows).  Reword image library instructions and remove obsolete
2157         incompatibility information.
2159 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
2161         * config.nt (HAVE_PWD_H): Undef.
2163 2004-06-07  Juanma Barranquero  <lektu@terra.es>
2165         * INSTALL: Clarify paragraph about compatibility between image
2166         libraries and builds of Emacs with several compilers.
2168 2004-06-06  Juanma Barranquero  <lektu@terra.es>
2170         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2171         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
2172         calling non-existent cmdproxy.exe on bootstrapping after a
2173         previous install followed by realclean.
2175         * nmake.defs: Add quote in comment to resync font-locking.
2177 2004-06-04  Juanma Barranquero  <lektu@terra.es>
2179         * INSTALL: Reword the section on image support.  Add reference to
2180         GnuWin32.  Mention problems when mixing binaries from different
2181         compilers.
2183 2004-05-06  Jason Rumney  <jasonr@gnu.org>
2185         * configure.bat: Use -mno-cygwin to check for image libraries
2186         when needed.
2188 2004-05-03  Jason Rumney  <jasonr@gnu.org>
2190         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2191         * makefile.def: Remove.
2193         * nmake.defs (SYS_LDFLAGS): Add -nologo.
2195         * makefile.w32-in (info-gmake, info-nmake): New targets.
2196         (info): Use them.
2198 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2200         * nmake.defs:
2201         * gmake.defs:
2202         * makefile.w32-in:
2203         * makefile.def:
2204         * makefile.nt: Add "-*- makefile -*-" mode tag.
2206 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2208         * runemacs.c (WinMain): Let Emacs environment default to parent.
2210 2004-03-11  Jason Rumney  <jasonr@gnu.org>
2212         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2214 2004-03-10  Juanma Barranquero  <lektu@terra.es>
2216         * makefile.w32-in (install): Don't try to copy
2217         ../lib-src/fns-*.el, as it isn't used anymore.
2219 2004-01-28  Peter Runestig  <peter@runestig.com>
2221         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2223 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
2225         * .cvsignore: Add `.arch-inventory'.
2227 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
2229         * inc/grp.h: New file.
2231 2003-09-03  Peter Runestig  <peter@runestig.com>
2233         * configure.bat: Create ``makefile'' in directories man, lispref
2234         and lispintro.
2236         * makefile.w32-in (force-info, info): New targets.
2238         * envadd.bat: New file.
2240         * multi-install-info.bat: New file.
2242 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
2244         * config.nt (my_strftime): New define.
2246 2003-02-01  Jason Rumney  <jasonr@gnu.org>
2248         * configure.bat: Automatically detect libXpm.
2249         Suppress compiler output when testing for image libraries.
2250         Give names of un-found libraries in messages.
2252 2003-01-31  Juanma Barranquero  <lektu@terra.es>
2254         * configure.bat: Automatically detect giflib and tifflib.
2256 2003-01-29  Jason Rumney  <jasonr@gnu.org>
2258         * gmake.defs (CURDIR): Disable cygpath kludge.
2260 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
2262         * configure.bat: Avoid endless loop when configuring without image
2263         support.
2265 2003-01-26  Jason Rumney  <jasonr@gnu.org>
2267         * configure.bat: Automatically detect jpeglib.
2269 2003-01-25  Jason Rumney  <jasonr@gnu.org>
2271         * configure.bat: Automatically detect libpng.
2273 2003-01-21  Jason Rumney  <jasonr@gnu.org>
2275         * icons/hand.cur: New file.
2277 2003-01-21  David Ponce  <david@dponce.com>
2279         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2281 2003-01-15  Andrew Innes  <andrewi@gnu.org>
2283         * gmake.defs (CURDIR): Convert to native Windows format (with
2284         forward slashes), to support building with Cygwin builds of make.
2286 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
2288         * nmake.defs:
2289         * gmake.defs: Made changes so that Emacs would link with
2290         WinMM.lib.  This change was required for my addition of a Windows
2291         compatible implementation of play-sound-internal.
2293 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
2295         * emacs.rc: Version updated to 21.3.50.
2297 2002-06-13  Jason Rumney  <jasonr@gnu.org>
2299         * addpm.c (env_vars): Remove EMACSLOCKDIR.
2301         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2302         (maybe-bootstrap-SH): New targets.
2303         (all): Depend on maybe-bootstrap.
2305 2002-05-03  Jason Rumney  <jasonr@gnu.org>
2307         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2308         (sys_getpeername, fcntl): Declare as wrappers.
2310 2002-04-10  Juanma Barranquero  <lektu@terra.es>
2312         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2313         after compiling .el files.
2315 2002-03-20  Jason Rumney  <jasonr@gnu.org>
2317         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2318         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2320 2002-03-19  Kim F. Storm  <storm@cua.dk>
2322         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2323         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2324         (HAVE_SYS_UN_H): Undef.
2325         From David Ponce <dponce@voila.fr>.
2327 2002-03-13  Jason Rumney  <jasonr@gnu.org>
2329         * config.nt (STRFTIME_NO_POSIX2): Define.
2331 2002-02-18  Jason Rumney  <jasonr@gnu.org>
2333         * emacs.rc: Define VS_VERSION_INFO if not already.
2334         Update version info.
2336 2002-01-04  Andrew Innes  <andrewi@gnu.org>
2338         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2339         pick up relevant bits of the Windows API definitions.
2341         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2342         pick up relevant bits of the Windows API definitions.
2344 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2346         * makefile.w32-in (bootstrap): Build addsection program before
2347         bootstrap (required for post-processing temacs.exe).
2349 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
2351         * COPYING: New file.
2353 2001-12-03  Andrew Innes  <andrewi@gnu.org>
2355         * makefile.w32-in (bootstrap-nmake):
2356         (bootstrap-gmake): Extend bootstrap process to first do
2357         bootstrap-clean in lisp dir and rebuild the DOC file.
2358         (bootstrap): Do a "normal" make after the bootstrap work.
2360 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2362         * INSTALL: Update table of versions of make that are suitable
2363         for building Emacs, based on recent feedback.
2365         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
2367 2001-11-19  Andrew Innes  <andrewi@gnu.org>
2369         * ftime-nostartup.bat: New file.
2371         * ftime.bat: Don't include libc.lib for profiling - the profiler
2372         corrupts part of memcpy.
2374 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2376         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2377         expansion.  From Juanma Barranquero <lektu@terra.es>.
2379 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2381         * (Version 21.1 released.)
2383 2001-10-12  Andrew Innes  <andrewi@gnu.org>
2385         * inc/pwd.h (uid_t, gid_t): New typedefs.
2387 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2389         * Branch for 21.1.
2391 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2393         * README: Update the address of the mailing list and subscription
2394         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
2396 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
2398         * INSTALL: Suggest to avoid using WinZip.
2400         * configure.bat: Make sure ../site-lisp exists; create if necessary.
2402 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
2404         * INSTALL: Mention that "make install" can be "nmake install".
2406 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
2408         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2409         since some versions of `mkdir' don't automatically create parent
2410         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2412 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
2414         * subdirs.el: New file.
2416         * configure.bat: Copy subdirs.el to the site-lisp directory.
2418         * makefile.w32-in (install): Copy subdirs.el to the installation
2419         directory.
2421 2001-06-20  Jason Rumney  <jasonr@gnu.org>
2423         * runemacs.c (WinMain): Add quotes around command in case of spaces.
2425 2001-06-01  Andrew Innes  <andrewi@gnu.org>
2427         * gmake.defs (sh_output): Don't use $(warning ...) to output
2428         messages, since that is not supported by GNU make 3.77.
2430 2001-05-24  Jason Rumney  <jasonr@gnu.org>
2432         * INSTALL: Clarify that building with MSVC requires nmake.
2434 2001-05-17  Andrew Innes  <andrewi@gnu.org>
2436         * gmake.defs (NEW_CYGWIN): Output message about spurious error
2437         message that is to be ignored.
2439 2001-05-13  Andrew Innes  <andrewi@gnu.org>
2441         * TODO: Remove file, since it is completely out of date.
2443         * README: Add copyright notice.
2445         * INSTALL: Add copyright notice.
2447 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2449         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2450         the environment.
2452         * gmake.defs (SETLOADPATH): Remove definition.
2453         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2454         environment.
2456 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
2458         * configure.bat: Make the checkw32api* labels be distinct in the
2459         first 8 characters.
2461 2001-03-17  Andrew Innes  <andrewi@gnu.org>
2463         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2464         escaped quotes.
2466         * gmake.defs (DEBUG_LINK): New macro.
2467         (LINK_FLAGS): Use it.
2469         * nmake.defs (DEBUG_LINK): New macro.
2470         (LINK_FLAGS): Use it.
2472 2001-03-06  Andrew Innes  <andrewi@gnu.org>
2474         * INSTALL: Add --ldflags to configure line for building with
2475         recent versions of Cygwin GCC.
2477 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
2479         * configure.bat: Use correct options when compiling a test program
2480         with Cygwin.  From David Ponce <dponce@voila.fr>.
2482 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2484         * _emacs: Remove obsolete file.
2486         * emacs.bat.in: Remove obsolete file.
2488         * debug.bat.in: Remove obsolete file.
2490         * inc/sys/socket.h: Add copyright notice.
2492         * paths.h: Add copyright notice.
2494         * makefile.nt: Update copyright notice.
2496         * makefile.def: Update copyright notice.
2498         * configure.bat: Update copyright notice.
2500         * nmake.defs: Add copyright notice.
2502         * gmake.defs: Add copyright notice.
2504         * makefile.w32-in: Add copyright notice.
2506 2001-02-05  Andrew Innes  <andrewi@gnu.org>
2508         * nmake.defs (THISDIR): New definition.
2510         * gmake.defs (THISDIR): New definition.
2512 2001-02-03  Andrew Innes  <andrewi@gnu.org>
2514         * configure.bat: Leave a space before >> only when there is a
2515         preceding digit.  Add a comment about the importance of this.
2517         * README: Replace outdated information.
2519         * INSTALL (Trouble-shooting): Add note about need to specify extra
2520         compiler flags with recent Cygwin ports of gcc.
2522 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2524         * configure.bat: Use "rm -f" instead of "del /f", as the latter
2525         is not supported by Windows 9X's COMMAND.COM.
2527 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
2529         * configure.bat: Make sure redirection is preceded by a blank, to
2530         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2531         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
2533 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
2535         * INSTALL: Copy the table of tested combinations of development
2536         tools from configure.bat.  Add suggestion to install Bash on
2537         Windows 9X.
2539         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2540         lisp/Makefile.in instead.  Use "rm -f" where more than one file
2541         needs to be deleted, since command.com in Windows 9X doesn't grok
2542         more than one argument.
2544 2001-01-24  Andrew Innes  <andrewi@gnu.org>
2546         * makefile.w32-in (cleanall-other-dirs-nmake):
2547         (cleanall-other-dirs-gmake): New targets.
2548         (cleanall): Invoke them.
2550 2001-01-19  Andrew Innes  <andrewi@gnu.org>
2552         * addpm.c (env_vars): Add a version-independent site-lisp
2553         directory to EMACSLOADPATH, after the version dependent one.
2555 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2557         * README: Update info about compilers.
2559         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2560         select correct rule for invoking make in another directory.
2561         Amend rules accordingly.
2562         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2564         * nmake.defs (EMACS_ICON_PATH): Delete definition.
2565         (COMPILER_TEMP_FILES): New definition.
2566         (MAKETYPE): New definition.
2568         * gmake.defs (EMACS_ICON_PATH): Delete definition.
2569         (COMPILER_TEMP_FILES): New definition.
2570         (MAKETYPE): New definition.
2572         * makefile.def (EMACS_ICON_PATH): Delete definition.
2574         * configure.bat: Be careful not to add trailing spaces when
2575         outputting to config.settings.
2577 2001-01-02  Andrew Innes  <andrewi@gnu.org>
2579         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2580         than the function.
2582 2000-12-17  Andrew Innes  <andrewi@gnu.org>
2584         * makefile.w32-in (install): Copy directories to the correct
2585         places.
2586         (real_install): Remove obsolete target.
2588 2000-12-06  Andrew Innes  <andrewi@gnu.org>
2590         * nmake.defs (CURDIR): New define.
2591         (INSTALL_DIR): Use it.
2593         * gmake.defs (NEW_CYGWIN): New define.
2594         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2595         so we need to adjust how we escape embedded quotes.
2596         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2597         relative to $(CURDIR).
2599 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2601         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2603 2000-10-17  Andrew Innes  <andrewi@gnu.org>
2605         * makefile.w32-in (recompile): New target to recompile lisp
2606         directory.
2607         (recompile-CMD, recompile-SH): New support targets.
2609 2000-09-24  Jason Rumney  <jasonr@gnu.org>
2611         * config.nt (NO_RETURN): Define it.
2613 2000-09-17  Andrew Innes  <andrewi@gnu.org>
2615         * gmake.defs: Revert to Unix line endings.
2617         * nmake.defs: Revert to Unix line endings.
2619 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2621         * gmake.defs (SETLOADPATH): Change definition to work from any
2622         subdirectory.
2624 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2626         * makefile.w32-in: Revert to Unix line endings.
2628 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2630         * INSTALL: Add note about expected error messages when configure
2631         is run.
2633         * configure.bat: Simplify the generation of makefiles (don't need
2634         to generate various top-level targets that invoke make in other
2635         directories).
2637         * gmake.defs (SHELLTYPE): New define.
2638         (SETLOADPATH): New define.
2640         * nmake.defs (SHELLTYPE): New define.
2642         * makefile.w32-in: Standardize indentation somewhat.
2643         Add bootstrap support.
2644         Pass $(MFLAGS) when invoking make recursively.
2645         Add shell-specific variants of top-level targets that invoke make
2646         recursively in other directories, and add necessary computed
2647         dependencies.
2649 2000-09-03  Andrew Innes  <andrewi@gnu.org>
2651         * makefile.w32-in: Change to DOS line endings.
2653         * configure.bat: Change to DOS line endings.
2655         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2656         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2658         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2659         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2661         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2662         -D_ANONYMOUS_STRUCT on compile line.
2663         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2664         (ARCH_CFLAGS): Change optimization flags to -O2.
2665         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2666         (ARGQUOTE, DQUOTE): New defines.
2668         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2669         -D_ANONYMOUS_STRUCT on compile line.
2670         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2671         (ARGQUOTE, DQUOTE): New defines.
2673 2000-08-22  Andrew Innes  <andrewi@gnu.org>
2675         * configure.bat: New file.
2677         * gmake.defs: New file.
2679         * nmake.defs: New file.
2681         * makefile.w32-in: New file.
2683         * INSTALL: Rewrite to match new configure process.
2685         * config.nt [WINDOWSNT]: Don't declare getenv.
2686         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2688         * addpm.c (main): Accept /q to mean install based on addpm's
2689         location without asking.  Remove reference to emacs.bat which is
2690         now obsolete.
2692         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2694         * paths.h: Use forward slash as directory separator in all path
2695         definitions.
2696         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2698         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2700         * runemacs.c: Remove WIN32 define.
2702         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2703         not defined.
2705         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2706         (fd_set): Define to new name, after including winsock.h, so we can
2707         provide our own implementation.
2709 2000-07-05  Andrew Innes  <andrewi@gnu.org>
2711         * ebuild.bat: Add support for specifying make arguments.
2713         * makefile.nt: Add support for `bootstrap' and related targets.
2715 2000-06-11  Jason Rumney  <jasonr@gnu.org>
2717         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2719 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2721         * inc/sys/time.h: Add inclusion protection.
2723         * makefile.def (SYS_LDFLAGS): Add -nologo.
2725 1999-11-22  Andrew Innes  <andrewi@gnu.org>
2727         * install.bat: Pass on command line arguments to make.
2729         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
2731 1999-11-21  Andrew Innes  <andrewi@gnu.org>
2733         * makefile.nt (all): Build leim if present.
2734         (install): Install leim if present.
2735         (clean): Clean leim if present.
2737         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2738         definition.
2740         * emacs.bat.in (EMACSLOADPATH): Include leim.
2742 1999-07-12  Richard Stallman  <rms@gnu.org>
2744         * Version 20.4 released.
2746 1999-06-16  Andrew Innes  <andrewi@gnu.org>
2748         * emacs.rc: Use an icon with a transparent background, to be in
2749         keeping with other applications.
2751 1999-06-03  Andrew Innes  <andrewi@gnu.org>
2753         * preprep.c: Fix typo.
2755 1999-05-02  Andrew Innes  <andrewi@gnu.org>
2757         * config.h: Remove obsolete file.
2759         * preprep.c (copy_executable_and_move_sections): Ifdef out a
2760         couple of unused switch cases that aren't defined on all
2761         platforms.
2763         * ftime.bat: Add another variation of the profile command, which
2764         only profiles extended commands.
2766 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
2768         * cmdproxy.c (main): Fix parens.
2770 1999-03-25  Andrew Innes  <andrewi@gnu.org>
2772         * cmdproxy.c (main): Call GetShortPathName to normalize program
2773         names for comparison.
2775 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
2777         * makefile.def: Compile multiple .c files when possible.
2778         Use BLD instead of assuming i386.
2779         * makefile.nt: Remove common multiple file compilation commands.
2781 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
2783         * cmdproxy.c (main): Add missing parens.
2785 1999-02-20  Andrew Innes  <andrewi@gnu.org>
2787         * preprep.c: New program to allow dumped image to be profiled.
2789         * makefile.nt (preprep): New target.
2790         (ALL): Build it.
2792         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2794         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2795         Change prep options to profile libc functions and skip the startup
2796         code.
2798 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
2800         * makefile.nt: Create installation directory as first step.
2802 1999-01-31  Andrew Innes  <andrewi@gnu.org>
2804         * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
2805         ROUND_UP_DST.  Zeroes the alignment slop.
2806         (copy_executable_and_add_section): Update the
2807         SizeOfHeaders field properly.
2809 1999-01-27  Andrew Innes  <andrewi@gnu.org>
2811         * makefile.nt: Do make version comparison as strings.
2813 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
2815         * runemacs.c (WinMain): Pass explicit environment block to
2816         CreateProcess, to work around a bug in Windows 95/98.
2818 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
2820         * icons: New directory with Davenport's icons.
2821         * icons/sink.ico: Renamed from emacs.ico.
2823         * makefile.nt (install, fast_install): Install Windows icons
2824         into etc/icons.
2826         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2828 1999-01-17  Andrew Innes  <andrewi@gnu.org>
2830         * makefile.nt (ALL): List top-level targets.
2831         (addsection): New top-level target.
2832         (install): Copy fns-*.el to bin directory.
2834         * addsection.c: New program to add static heap section to
2835         temacs.exe after linking, in support of new unexec method.
2837 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
2839         * cmdproxy.c (spawn): Pass directory for child as parameter.
2840         (main): Save startup directory to give to spawn, then change
2841         directory to location of .exe in order not to prevent startup
2842         directory from being deleted.
2844 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
2846         * makefile.nt: Do string comparison of _NMAKE_VER.
2848 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
2850         * config.nt (LOCALTIME_CACHE): Define.
2852 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
2854         * install.bat: Convert to DOS format.
2856 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
2858         * cmdproxy.c (main): Set environment size only when running
2859         command.com.
2861 1998-11-03  Theodore Jump  <tjump@tertius.com>
2863         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2864         (DEL_TREE): Use rd instead of rmdir.
2865         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
2866         * makefile.nt: Compile multiple source files when possible.
2868 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
2870         * cmdproxy.c (main): Treat command line options as case-insensitive.
2872 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
2874         * Version 20.3 released.
2876 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
2878         * addpm.c (main): Explicitly check result of message box for OK.
2880 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
2882         * inc/sys/file.h (D_OK): Define new macro.
2884 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
2886         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2888 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
2890         * emacs.rc (VS_VERSION_INFO): Define.
2892 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
2894         * makefile.nt (emacs.bat, debug.bat): Create them in the
2895         installation directory.
2897 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
2899         * ddeclient.c: New file.  (Support program for performing limited
2900         interprocess communication on Windows.)
2902         * makefile.nt: Build ddeclient.
2904         * cmdproxy.c (main): Only set environment size for real shell, and
2905         provide extra directory argument, when running on Windows 95.
2907 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
2909         * cmdproxy.c (fail): Exit with a negative return value.
2910         (spawn): Return subprocess return code as an argument.
2911         Explicitly copy environment block.
2912         (main): Update to use return value argument with spawn.
2913         Retry if spawn failed when a subshell was not tried.
2915         * config.nt: Include new macros from src/config.in.
2916         (GNU_MALLOC, REL_ALLOC): Define.
2917         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
2918         (RE_TRANSLATE): Use char_table_translate.
2920         * makefile.def (CP_DIR): Preserve attributes.
2922         * makefile.nt (clean): Delete patch generated files, optimized
2923         build directory.
2925 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
2927         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2929 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2931         * Version 20.2 released.
2933 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2935         * Version 20.1 released.
2937 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
2939         * debug.bat.in: New file.
2940         * makefile.nt (debug.bat): New target.
2942 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
2944         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
2945         Quote group name.  Allow different icons to be specified.
2947         * cmdproxy.c (get_env_size): New function.
2948         (spawn): Explicitly pass in environment when creating subprocess.
2949         (main): Cleanup error messages.
2950         Specify dynamically sized environment block for real shell.
2951         Pass on unhandled switches to real shell.
2952         Quote program name.
2954         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
2955         directory.
2956         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
2958         * runemacs.c (WinMain): Allow Emacs process to be started with
2959         high or low priority.
2961         * emacs.bat.in: Remove OS dependent operations.
2963 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
2965         * addpm.c (env_vars): No longer set INFOPATH.
2967         * cmdproxy.c (get_next_token): Null terminate token returned.
2969         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
2971 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
2973         * addpm.c (env_vars): Set SHELL to cmdproxy.
2974         (main): Initialize idDde to 0.
2975         Determine emacs_path from module file name.
2976         Prompt for install.
2978         * makefile.def (MSVCNT11): Conditionally define it.
2979         (BASE_LIBS): Do not use oldnames.lib.
2980         (SYS_LDFLAGS): Use pdb files.
2981         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
2982         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
2983         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
2985         * makefile.nt (ALL): Build cmdproxy.
2986         (cmdproxy): New target.
2987         (install): Install cmdproxy.
2989         * ftime.bat, debug.bat, cmdproxy.c: New files.
2991 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
2993         * inc/sys/socket.h (shutdown): Define.
2994         (sys_shutdown): Export.
2996 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2998         * config.nt (RE_TRANSLATE): Copy definition from config.in.
3000 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
3002         * config.nt: Update file comments.
3003         Update undefs added/removed in src/config.in.
3005 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
3007         * makefile.def, emacs.bat: Use windows95 and windowsnt instead
3008         of win95 and winnt, respectively.
3010 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
3012         * makefile.nt (real_install): Create site-lisp in installation dir.
3013         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
3014         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
3016 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3018         * Version 19.33 released.
3020 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
3022         * runemacs.c (WinMain): Put a space between the binary and its args.
3024 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3026         * Version 19.32 released.
3028 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
3030         * makefile.nt (clean): Use OBJDIR macro.
3032 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
3034         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
3035         Not defined by default.
3036         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
3037         (WinMain): Convert backslashes to slashes in env var values.
3039         * addpm.c (env_vars): Use slashes, not backslashes.
3041 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
3043         * Version 19.31 released.
3045 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
3047         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
3048         undo settings afterwards.
3050 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
3052         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
3053         environment variable.
3055 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3057         * install.bat: Allow for optimized build.
3058         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
3059         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
3061 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
3063         * addpm.c (REG_ROOT): Don't use a trailing backslash.
3064         (env_vars): Rename field emacs_path to emacs_dir.
3065         (main): Add link to runemacs instead of emacs.
3067         * install.bat: Check if INSTALL_DIR is passed as an argument.
3069         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
3071         * makefile.nt: Build and install runemacs.exe.
3073         * runemacs.c: New file.
3075         * config.w95: File removed.
3077         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
3078         inc/sys/socket.h, inc/sys/time.h: New header files.
3080         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
3082 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
3084         * makefile.def (DEL): Defined.
3085         (DEL_TREE) [win95]: Defined.
3086         (SYS_LDFLAGS): Set executable versions to 3.10.
3088         * makefile.nt: Change uses of del to $(DEL).
3090 1996-01-17  Erik Naggum  <erik@naggum.no>
3092         * All files: Update FSF's address in comment preamble.
3094 1996-01-03  George V. Reilly  <georger@microcrafts.com>
3096         * emacs.ico: Now the proverbial kitchen sink icon.
3098 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3100         * Version 19.30 released.
3102 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
3104         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
3106         * makefile.nt (install, fast_install, real_install, clean):
3107         Don't use switches to del not supported by Windows 95.
3109 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
3111         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
3112         (install, fast_install): Change same-dir test to create test file in
3113         installation tree and thereby support read-only shares.
3114         (clean): Remove .pdb files.
3116         * makefile.def (NTGUI): New macro.
3117         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
3119         * config.nt, config.w95: Update to latest src/config.in.
3121         * addpm.c (env_vars): New variable.
3122         (add_registry): New procedure.
3123         (main): Use values of configuration environment variables from
3124         the registry if defined, the process environment otherwise.
3126 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
3128         * Version 19.29 released.
3130         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
3132 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
3134         * makefile.nt: Define .c to .obj suffix rule.
3135         (addpm.obj): Compile directly, use CFLAGS.
3136         (addpm.exe): Link from addpm.obj.
3138         * makefile.def (MSVCNT11): Defined.
3139         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
3140         (CFLAGS_COMMON): Defined.
3141         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
3143 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
3145         * emacs.bat.in: Renamed from emacs.bat.
3146         (emacs_dir): Rename from emacs_path.
3147         Definition removed.
3149         * addpm.c: New file.
3150         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
3151         (all): Depend upon $(BLD) and $(ALL).
3152         (install): Depend upon emacs.bat.
3153         Create program item for Emacs.
3154         (clean): Delete obj.
3155         (emacs.bat): Defined.
3156         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
3158 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
3160         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
3161         Add carriage returns; necessary for batch files on Windows 95.
3163 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
3165         * config.w95: Created.
3166         * config.h: Changed to config.nt.
3168         * makefile.nt (SUBDIRS): Commented out.
3169         (all, install, clean): Expand for-loops.
3170         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
3172         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
3173         (ARCH): New definition.
3174         (CPU, CONFIG_H, OS_TYPE): Defined.
3175         (INCLUDE, LIB): Checked if valid.
3176         (ntwin32.mak): Included.
3177         (AR, CC, LINK): New definition.
3178         (ADVAPI32, libc, BASE_LIBS): Defined.
3179         (SYS_LDFLAGS): New definition.
3180         Update comments and preprocessor conditionals.
3182         * emacs.bat (SHELL): Conditionally defined.
3183         (HOME): Conditionally defined.
3184         (emacs_path, HOME): Update comments.
3185         Turn off all echo.
3187 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
3189         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
3190         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
3191         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
3192         inc/sys/param.h: Removed carriage-returns.
3194 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
3196         * makefile.def (CVTRES): Defined.
3198         * emacs.ico, emacs.rc: New files by Kevin Gallo.
3200 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
3202         * src: Remove directory.
3204         * src\config.h, src\paths.h: Moved to parent dir, src removed.
3206 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
3208         * makefile.def (INSTALL_DIR): Change to generic directory.
3210         * emacs.bat: Added arguments when emacs.exe invoked.
3212         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3214 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
3216         * makefile.def (CC): In configuration section.
3217         (COMPAT_LIB): Defined.
3219 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
3221         * src/paths.h: New file.
3223         * src/config.h: New file.
3225         * inc/pwd.h: New file.
3227         * inc/sys/dir.h: New file.
3229         * inc/sys/file.h: New file.
3231         * inc/sys/ioctl.h: New file.
3233         * inc/sys/param.h: New file.
3235         * todo: New file.
3237         * README: New file.
3239         * makefile.nt: New file.
3241         * makefile.def: New file.
3243         * install.cmd: New file.
3245         * INSTALL: New file.
3247         * fast-install.cmd: New file.
3249         * emacs.cmd: New file.
3251         * ebuild.cmd: New file.
3253         * _emacs: New file.
3255 ;; Local Variables:
3256 ;; coding: utf-8
3257 ;; add-log-time-zone-rule: t
3258 ;; End:
3260   Copyright (C) 1995-1999, 2001-2013 Free Software Foundation, Inc.
3262   This file is part of GNU Emacs.
3264   GNU Emacs is free software: you can redistribute it and/or modify
3265   it under the terms of the GNU General Public License as published by
3266   the Free Software Foundation, either version 3 of the License, or
3267   (at your option) any later version.
3269   GNU Emacs is distributed in the hope that it will be useful,
3270   but WITHOUT ANY WARRANTY; without even the implied warranty of
3271   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3272   GNU General Public License for more details.
3274   You should have received a copy of the GNU General Public License
3275   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.