Remove script stamping in lib-src/
[emacs.git] / nt / ChangeLog
blob0687e8be6051def46a5f039f50a7176ea1f2a379
1 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
3         * configure.bat (genmakefiles): Move the redirection away from the
4         end of the command, to avoid excess whitespace at the end of Make
5         variables created at configure time, and also avoid things like
6         "FOO1>>config.settings", where "1" gets interpreted as the file
7         descriptor and eaten up.  This fixes breakage introduced by the
8         last change, without reintroducing the bug fixed by that change.
10 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
12         * nmake.defs (MWINDOWS): Define as
13         "-subsystem:windows -entry:mainCRTStartup".  Suggested by Fabrice
14         Popineau <fabrice.popineau@supelec.fr>.  (Bug#11405)
16         * gmake.defs (MWINDOWS): Define as "-mwindows".
18 2012-05-28  Eli Zaretskii  <eliz@gnu.org>
20         * config.nt (HAVE_SYSINFO): Remove; unused.
22 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
24         * inc/stdalign.h: New file.
26         * configure.bat: Ensure a space between %var% expansion and
27         redirection symbol '>', which breaks when %var% ends in a digit,
28         such as 1.
30 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32         Remove src/m/*.
33         * config.nt: Do not include "m/intel386.h"; file was removed.
34         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
35         Move to src/lisp.h.
36         (EMACS_INT_MAX): New macro.
38 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40         * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
41         (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
43         * config.nt (HAVE_FTIME): Remove undef; not needed.
45 2012-05-01  Glenn Morris  <rgm@gnu.org>
47         * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
49 2012-04-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
51         * makefile.w32-in: Fix typo (Bug#10261).
53 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
55         * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
56         each runs makeinfo in its own subdirectory of 'doc'.
57         (info-gmake): Depend on these new targets.
59 2012-04-07  Glenn Morris  <rgm@gnu.org>
61         * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
62         Bump version to 24.1.50.
64 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
66         * configure.bat: Support building with libxml2.
68         * INSTALL:
69         * README.W32: Add information about libxml2.
71 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
73         * makefile.w32-in: Convert to Unix EOL format.
74         (all): Don't depend on stamp_BLD and on maybe-bootstrap.
75         (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
76         (bootstrap-gmake): Invoke the "clean" and build targets in 2
77         separate commands, so they run in that order even under "make -j".
79 2012-03-29  Eli Zaretskii  <eliz@gnu.org>
81         * config.nt: Discourage from defining HAVE_GETCWD.
83 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
85         * makefile.w32-in (install-bin): Don't copy addpm.exe here.  Use
86         $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
87         on other (parallel) Make job's toes.
88         (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
89         (install-shortcuts): Depend on $(INSTALL_DIR)/bin.  Copy addpm.exe
90         here.
91         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
92         on create-tmp-dist-dir.
94         * nmake.defs (DIRNAME): New variable.
95         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
96         same-dir.tst.
98         * gmake.defs (DIRNAME): New variable.
99         (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
100         same-dir.tst, to avoid conflicts between several (parallel) Make
101         jobs.
103 2012-02-24  Eli Zaretskii  <eliz@gnu.org>
105         Prevent endless re-spawning of cmdproxy.exe when some of its
106         parent directories have access limitations.
108         * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
109         and our own module name to short 8+3 aliases, if the original file
110         names compare equal.  If GetShortPathName fails, compare the base
111         names of the two file names, and only re-spawn the command line if
112         the base-name comparison also fails.  (Bug#10674)
114 2012-02-23  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
116         * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
118 2012-02-06  Christoph Scholtes  <cschol2112@googlemail.com>
120         * README.W32: Removed specific version information for libXpm
121         included in the binary distribution for maintenance purposes.
123 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
125         * README.W32: Clarification for inclusion in source tarball. (Bug#9750)
127         * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
129         * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
131         * makefile.w32-in (maybe-copy-distfiles)
132         (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
133         (create-tmp-dist-dir): Add to make --distfiles optional.
134         (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261)
136 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
138         * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
139         by other headers.
141 2011-11-27  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
143         * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
144         (UINT64_MAX) [_WIN64]: Fix definition.
145         (uintmax_t, intmax_t): Fix definitions.
147         * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
148         Provide correct definitions.
150         * config.nt (HAVE_DECL_STRTOLL): Define.
151         (va_copy) [_WIN64]: Provide a better definition.
153 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
155         * configure.bat: Fix typos.
157 2011-11-25  Eli Zaretskii  <eliz@gnu.org>
159         * INSTALL: Elaborate on debugging fatal errors.
161 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
163         * README.W32: Update the GTK Windows download URL for libpng.
165 2011-11-13  Christoph Scholtes  <cschol2112@googlemail.com>
167         * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
169 2011-11-05  Christoph Scholtes  <cschol2112@googlemail.com>
171         * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
172         (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
173         (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
174         (intmax_t, INT64_MAX): Add for MSVC.
176         * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
178 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
180         * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
182         Support MSVC build with newer versions of Visual Studio.
183         * makefile.w32-in (clean-other-dirs-nmake)
184         (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
185         Update for current structure of doc/ subdirectories.
187         * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
189         * INSTALL: Update for newer versions of MSVC.
191 2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
193         Support MSVC build with newer versions of Visual Studio.
194         * nmake.defs (USE_CRT_DLL): Define to 1.
195         (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
196         (D): New variable.
198 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
200         * runemacs.c (ensure_unicows_dll): New function, tries to load
201         UNICOWS.DLL on Windows 9X.
202         (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
203         display a dialog to the effect that Emacs cannot be started.
204         (Bug#8562)
206 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
208         * README.W32: Mention UNICOWS.DLL as prerequisite for running
209         Emacs on Windows 9X.
211 2011-10-25  Eli Zaretskii  <eliz@gnu.org>
213         * makefile.w32-in (dist): Don't put the top-level INSTALL into the
214         distribution.  (Bug#9861)
216 2011-10-25  Christoph Scholtes  <cschol2112@googlemail.com>
218         * INSTALL: Update URL for GTK download page.
220 2011-10-19  Eli Zaretskii  <eliz@gnu.org>
222         * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
223         (Bug#9794) (Bug#641)
225 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
227         * config.nt (HAVE_SNPRINTF): New macro.
229 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
231         Assume freestanding C89 headers, string.h, stdlib.h.
232         * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
233         (STDC_HEADERS): Remove.
234         Iinclude string.h, stdlib.h unconditionally.
236 2011-06-07  Eli Zaretskii  <eliz@gnu.org>
238         * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
239         [!__GNUC__]: New macros.
241 2011-05-28  Paul Eggert  <eggert@cs.ucla.edu>
243         Use 'inline', not 'INLINE'.
244         * config.nt (INLINE): Remove.
246 2011-05-17  Eli Zaretskii  <eliz@gnu.org>
248         * README.W32: Add information about GnuTLS libraries.
250 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
252         * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
254 2011-05-07  Ben Key  <bkey76@gmail.com>
256         * configure.bat: Renamed the fusercflags variable to escusercflags
257         so that the variable name better matches its purpose, to be
258         identical to usercflags with the exception that all quotes are
259         escaped by the \ character.
261         Renamed the fuserldflags variable to escuserldflags so that the
262         variable name better matches its purpose, to be identical to
263         userldflags with the exception that all quotes are escaped by
264         the \ character.
266         A new ESC_USER_CFLAGS variable is written to config.settings.
267         This variable has the same value as the escusercflags variable.
269         * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
270         This variable is identical to the CFLAGS variable except that it
271         includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
273         These changes, along with some changes to src/makefile.w32-in,
274         are required to extend my earlier fix to add support for
275         --cflags and --ldflags options that include quotes so that it
276         works whether make uses cmd or sh as the shell.
278 2011-05-06  Eli Zaretskii  <eliz@gnu.org>
280         * inc/inttypes.h [!__MINGW32__]: Include stdint.h.  Move the
281         definition of uintmax_t from here...
282         * inc/stdint.h (uintmax_t): ...to here.
283         (intptr_t) [!__GNUC__]: New typedef.
285 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
287         * config.nt: Prepare to configure 64-bit integers for older compilers.
288         However, temporarily disable this change unless the temporary
289         symbol WIDE_EMACS_INT is defined.
290         (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
291         "%I64d" work but long long and "%lld" do not.
293 2011-05-05  Ben Key  <bkey76@gmail.com>
295         * configure.bat: Added support for --cflags and --ldflags
296         options that include quotes as long as command extensions are
297         enabled.  Specifically when -I, -L, and similar flags are used
298         to specify supplementary include and library directories a
299         directory name that includes spaces may now be used if it is
300         enclosed in quotes.
302         * INSTALL: Documented the change to configure.bat.
304 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
306         * INSTALL: Clarify GnuTLS support.
308 2011-04-30  Eli Zaretskii  <eliz@gnu.org>
310         * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
311         Define to 1 for MinGW of MSVC versions >= 1400.
313 2011-04-28  Eli Zaretskii  <eliz@gnu.org>
315         * gmake.defs (ARCH): Fix error message in case of unknown architecture.
317 2011-04-27  Eli Zaretskii  <eliz@gnu.org>
319         * inc/inttypes.h: New file.
321         * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
322         (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
324 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
326         * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
327         inside quotation marks and bail out.
329 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
331         * cmdproxy.c (try_dequote_cmdline): New function.
332         (main): Use it.
334 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
336         * configure.bat: New options --without-gnutls and --lib, new build
337         variable USER_LIBS, automatically detect GnuTLS.  Copies the PNG
338         library setup with trivial modifications.
339         * INSTALL: Add instructions for GnuTLS support.
340         * gmake.defs: Prefix USER_LIBS with -l.
342 2011-04-15  Ben Key  <bkey76@gmail.com>
344         * configure.bat: Modified the code that parses the --cflags and
345         --ldflags options to support parameters that include the =
346         character as long as they are enclosed in quotes.
347         This functionality depends on command extensions.  Configure.bat now
348         attempts to enable command extensions and displays a warning
349         message if they could not be enabled.  If configure.bat could
350         not enable command extensions the old parsing code is used that
351         does not support parameters that include the = character.
353         * INSTALL: Updated the file to describe the new functionality
354         using text provided by Eli Zaretskii.
356 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
358         * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
359         (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
360         on the trunk on 2011-04-06.
362 2011-03-27  Glenn Morris  <rgm@gnu.org>
364         * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
366 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
368         * addpm.c (main): Remove unused variable `retval'.
370         * preprep.c (main): Remove unused variable `ptr'.
372 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
374         * cmdproxy.c: Include <ctype.h>.
375         (make_absolute): Remove unused variable `i'.
377 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
379         * Version 23.3 released.
381 2011-02-27  Eli Zaretskii  <eliz@gnu.org>
383         * inc/unistd.h (readlink, symlink): Declare prototypes.
385 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
387         * config.nt (nlink_t): Define.
389 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
391         * inc/stdint.h: New file, to support compilation with tool chains
392         that do not have stdint.h (e.g. MSVC).
394 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
396         * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
397         (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
398         (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
399         (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
400         (lstat): Define to stat.
402 2011-02-09  Eli Zaretskii  <eliz@gnu.org>
404         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
405         "make-docfile" target in lib-src, before bootstrapping the src
406         directory.  Needed since building in src needs to run make-docfile
407         to produce globals.h.
409 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
411         * config.nt (inline) [__GNUC__]: Define (for gnulib).
413 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
415         * config.nt (VERSION): Uncomment definition.
416         (restrict): Define.
418         * inc/stdbool.h: New file.
420 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
422         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
423         (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
424         (bootstrap-clean-gmake, clean-other-dirs-nmake)
425         (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
426         (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
427         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
428         (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
429         (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
431         * configure.bat: Create lib/makefile.
433         * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
434         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
435         (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
436         (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
438 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
440         * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
442 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
444         * configure.bat (end): Unset environment variables used by this
445         batch file.
447         * INSTALL: Update the information about PNG support libraries.
448         (Bug#7716)
450         * README.W32: Update the information about PNG support libraries.
452 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
454         * config.nt (EXTERNALLY_VISIBLE): Define.
456 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
458         * INSTALL: Refer to `dynamic-library-alist'.
460 2010-10-06  Juanma Barranquero  <lekktu@gmail.com>
462         * INSTALL: Add note about problematic characters passed to configure.
464 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
466         * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
467         emacs-src.tags: New file.
469         * gmake.defs: Add a comment with a single quote to fix
470         fontification.  (Bug#7102)
472 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
474         * configure.bat: Fix the condition for copying paths.h into
475         ../src/epaths.h.
477 2010-09-28  Juanma Barranquero  <lekktu@gmail.com>
479         * addpm.c (entry, add_registry, main):
480         * addsection.c (file_data, open_input_file, open_output_file)
481         (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
482         (COPY_CHUNK):
483         * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
484         (skip_nonspace, get_next_token, search_dir, make_absolute)
485         (spawn, main):
486         * preprep.c (file_data, open_input_file, open_output_file)
487         (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
488         Use const char*.
490         * cmdproxy.c (stdin): Don't define, not used.
491         (main): Don't assign remlen after last use.
493 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
495         * configure.bat: Err out when the argument of --cflags contains
496         invalid characters (check implemented only for GCC).  (Bug#6820)
498 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
500         * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
502 2010-08-12  Jason Rumney  <jasonr@gnu.org>
504         * addpm.c (add_registry): Set path for runemacs.exe to use.
506 2010-08-08  Ã“scar Fuentes  <ofv@wanadoo.es>
508         * cmdproxy.c (main): Use _snprintf instead of wsprintf,
509         which has a 1024 char limit on Windows (bug#6647).
511 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
513         * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
514         Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
516 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
518         * config.nt: Remove code referring to NO_REMAP, unused.
520 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
522         Build binary distros on Windows using emacs-VERSION as root dir name.
524         * makefile.w32-in: Copy README.W32 to installation directory
525         during `make install'.  Remove README.W32 with `distclean' (in
526         case Emacs was installed in place).  Use temporary directory to
527         create distribution zip files in `dist' target.
528         * zipdist.bat: Simplify code using temporary directory.
530 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
532         * runemacs.c (set_user_model_id): Fix prototype.
534 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
536         New make target for Windows platform: make dist (bug#6602)
538         * INSTALL: Document new dist target and add section about
539         creating binary distributions.
540         * README.W32: Relocate from admin/nt/ directory.
541         * configure.bat: New parameter `--distfiles'.
542         * makefile.w32-in: Add version number, new target `dist'.
543         Add new target `install-shortcuts'.
544         * zipdist.bat: New file; create zipped binary distribution,
545         replaces admin/nt/makedist.bat.
547 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
549         * INSTALL: Add note about backslashes in Windows paths.
550         Fix typos.  Simplify references to Windows versions.
552 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
554         * addpm.c (add_registry, main):
555         * cmdproxy.c (get_env_size):
556         * ddeclient.c (main):
557         * runemacs.c (set_user_model_id):
558         Convert definitions to standard C.
560 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
562         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
564 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
566         * configure.bat: New option --enable-checking.
567         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
568         (CFLAGS): Include it.
570 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
572         * config.nt (volatile): Remove definition.
574 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
576         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
577         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
579 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
581         * config.nt (__P): Remove.
583 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
585         * config.nt: Remove code depending on BSTRING.
587 2010-06-03  Glenn Morris  <rgm@gnu.org>
589         * config.nt: Remove NOT_C_CODE tests, it is always true now.
591 2010-05-13  Glenn Morris  <rgm@gnu.org>
593         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
595 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
597         * Version 23.2 released.
599 2010-05-04  Glenn Morris  <rgm@gnu.org>
601         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
603 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
605         * emacs.manifest: Add trustInfo section to Windows manifest.
607 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
609         * Branch for 23.2.
611 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
613         * emacsclient.rc: Fix format of "LegalCopyright" value.
615 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
617         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
619 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
621         * INSTALL: Update for CVS->Bazaar switchover.
623 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
625         * configure.bat: Add #define PROFILING to config.h.
627 2009-07-03  Jason Rumney  <jasonr@gnu.org>
629         * runemacs.c (set_user_model_id): Use standard types.
631 2009-06-30  Jason Rumney  <jasonr@gnu.org>
633         * runemacs.c (set_user_model_id): New function.
634         (WinMain): Use it.
636 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
638         * Branch for 23.1.
640 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
642         * inc/sys/stat.h (struct stat): Change the types of st_uid and
643         st_gid to unsigned.
645         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
646         to unsigned.
647         (getpwuid): Argument is now unsigned.
648         uid_t is now unsigned.
650 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
652         * INSTALL: Add comment about TCC; fix typos.
654 2009-01-26  Jason Rumney  <jasonr@gnu.org>
656         * emacsclient.rc, emacs.rc: Swap name and description.
657         Remove Windows versions.
659 2009-01-15  Jason Rumney  <jasonr@gnu.org>
661         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
663         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
665         * addpm.c (main): Try using COM to create start menu shortcuts
666         before resorting to DDE (Bug#202)
667         Remove second command-line argument.
669 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
671         * configure.bat: Untabify help message.
673 2009-01-03  Jason Rumney  <jasonr@gnu.org>
675         * configure.bat: New option --with-svg.
677         * INSTALL: Document experimental SVG support.
679 2008-12-25  Jason Rumney  <jasonr@gnu.org>
681         * config.nt (PTR): Remove.
683 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
685         * config.nt (LISTPROC, PROCATTR): Remove.
687 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
689         * config.nt (LISTPROC, PROCATTR): New macros.
691 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
693         * config.nt (MULTI_KBOARD): Remove.
695 2008-07-23  Jason Rumney  <jasonr@gnu.org>
697         * configure.bat: New option --profile.
698         * gmake.defs: Set cflags and ldflags for profiling when specified.
700 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
702         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
704 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
706         * config.nt (HAVE_FACES): Remove, unused.
708 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
709             Eli Zaretskii  <eliz@gnu.org>
711         * nmake.defs (FONT_CFLAGS):
712         * gmake.defs (FONT_CFLAGS): Remove.
713         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
714         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
715         and _CRTAPI1.
716         (ARCH_FLAGS): Don't include _X86_.
718         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
720 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
722         * config.nt: Remove reference to UNEXEC_SRC.
724 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
725             Eli Zaretskii  <eliz@gnu.org>
727         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
728         Don't hardcode -gstabs+, use DEBUG_INFO.
730         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
731         Default to stabs if the compiler does not support DWARF-2.
732         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
734 2008-05-14  Jason Rumney  <jasonr@gnu.org>
736         * configure.bat: Remove code dealing with --disable-font-backend.
738 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
740         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
741         better alignment.  Make st_size 64-bit wide.  Add new members
742         st_uname and st_gname.
744         * inc/grp.h (struct group): Add gr_gid member.
746 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
748         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
749         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
750         a real file there is not a good idea.
752 2008-04-23  Jason Rumney  <jasonr@gnu.org>
754         * makefile.w32-in (CLIENTRES): New variable and build target.
755         (all): Depend on it.
756         ($(TRES)): Use $(TRES) in rule.
758 2008-04-21  Jason Rumney  <jasonr@gnu.org>
760         * configure.bat (success): Print "make" rather than "gmake", as that
761         is what MinGW uses.
763 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
765         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
766         Add copyright notice.
768 2008-04-10  Jason Rumney  <jasonr@gnu.org>
770         * emacsclient.rc: New file.
772         * INSTALL: Document make targets.
774 2008-04-09  Jason Rumney  <jasonr@gnu.org>
776         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
777         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
778         (top-distclean, distclean, distclean-other-dirs-nmake)
779         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
780         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
782 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
784         * inc/sys/stat.h: New file.
786         * configure.bat: Add check for usp10.h.
788 2008-04-04  Jason Rumney  <jasonr@gnu.org>
790         * INSTALL: Update W32 API requirements.
792 2008-04-03  Jason Rumney  <jasonr@gnu.org>
794         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
796 2008-03-13  Glenn Morris  <rgm@gnu.org>
798         * emacs.rc: Set version to 23.0.60.
800 2008-03-04  Jason Rumney  <jasonr@gnu.org>
802         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
803         (EMACS_EXTRA_C_FLAGS): Include it.
804         * configure.bat (usefontbackend): Default to Y.
805         (--enable-font-backend): Replace with --disable-font-backend.
806         (:withfont): Replace with :withoutfont.
808 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
810         * icons/emacs.ico: Full alpha for 32x32 full color.
811         Add 32x32 and 16x16 256 color versions.
813 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
815         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
817 2008-03-02  Jason Rumney  <jasonr@gnu.org>
819         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
821 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
823         * icons/README: Update.
825         * icons/emacs.ico: New icon.
827 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
829         * addpm.c: Include malloc.h.
830         (add_registry): Cast return value of alloca.
832 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
834         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
836 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
838         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
839         conditional on existence of junk.o.  If %nocygwin% is already set
840         to Y, skip to chkapiN instead of chkapi.
841         (chkapi): Move "rm -f junk.c junk.o" to here.
842         (chkapiN): New label.
844 2008-02-11  Jason Rumney  <jasonr@gnu.org>
846         * makefile.w32-in: Remove unidata-gen related rules.
848 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
850         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
852 2008-02-11  Jason Rumney  <jasonr@gnu.org>
854         * addpm.c (add_registry): Add an App Paths registry key.
855         Look for GTK and add it to the DLL search path for Emacs if found.
857 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
859         * configure.bat: In help, use generic names for the image libraries.
861 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
863         * .cvsignore: Don't ignore .arch-inventory.
865 2008-02-03  Jason Rumney  <jasonr@gnu.org>
867         * configure.bat: Make gcc the default compiler.
869 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
871         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
872         Ignore return status.
874         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
875         it out of the way of Windows generated file.
876         Generate admin/unidata/makefile.
878         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
879         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
880         (unidatagen-clean-SH): New targets.
881         (bootstrap-nmake): Invoke unidatagen-nmake.
882         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
884 2008-02-01  Jason Rumney  <jasonr@gnu.org>
886         * configure.bat (withfont): Set sep1 after modifying usercflags.
888 2008-02-01  Jason Rumney  <jasonr@gnu.org>
890         * configure.bat: Rename --with-font-backend to --enable-font-backend
891         for consistency with other platforms.
893 2008-02-01  Jason Rumney  <jasonr@gnu.org>
895         * configure.bat: Add --with-font-backend option.
897 2008-01-20  Jason Rumney  <jasonr@gnu.org>
899         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
900         permissions to NTFS ACLs.
902 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
904         * config.nt: Remove HAVE_X11R5.
906 2007-10-22  Jason Rumney  <jasonr@gnu.org>
908         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
909         (strings.h, stdlib.h): Conditionally include.
910         (w32_abort): Declare here.
911         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
913 2007-10-20  Jason Rumney  <jasonr@gnu.org>
915         * makefile.w32-in (info-nmake): Change into correct directories.
917 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
919         * configure.bat (docflags, doldflags): New variables.
920         (genmakefiles): Use them to work around problems with whitespace
921         in arguments of the `if' command.
923 2007-10-18  Jason Rumney  <jasonr@gnu.org>
925         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
927 2007-09-27  Jason Rumney  <jasonr@gnu.org>
929         * gmake.defs (COMCTL32): New system library.
931         * nmake.defs (COMCTL32): New system library.
933 2007-09-06  Glenn Morris  <rgm@gnu.org>
935         * configure.bat:
936         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
937         Change from ../man to ../doc/emacs and ../doc/misc; and from
938         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
940 2007-08-29  Glenn Morris  <rgm@gnu.org>
942         * emacs.rc: Increase version to 23.0.50.
944 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
946         * makefile.w32-in (bootstrap-nmake): Change directories once more.
948 2007-07-25  Glenn Morris  <rgm@gnu.org>
950         * Relicense all FSF files to GPLv3 or later.
952         * COPYING: Switch to GPLv3.
954 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
956         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
957         Depend on cmdproxy.
958         (cleanall): Don't delete *~.
960 2007-07-15  Jason Rumney  <jasonr@gnu.org>
962         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
963         be fully supported.
965 2007-07-14  Jason Rumney  <jasonr@gnu.org>
967         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
968         of winsock.h.
970 2007-07-11  Jason Rumney  <jasonr@gnu.org>
972         * gmake.defs (OLE32): New library to link.
974         * nmake.defs (OLE32): Likewise.
976 2007-06-25  Jason Rumney  <jasonr@gnu.org>
978         * cmdproxy.c (main): Set console codepages to "ANSI".
980 2007-06-20  Jason Rumney  <jasonr@gnu.org>
982         * configure.bat: Complain if image libraries are missing.
984 2007-06-15  Jason Rumney  <jasonr@gnu.org>
986         * emacs.manifest: New file.
988         * emacs.rc: Use it.
990 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
992         * Version 22.1 released.
994 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
996         * INSTALL: Add information about where to find GDB, and warn
997         against --no-debug option to configure.bat.
999 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
1001         * INSTALL: Fix URL of EmacsW32 site where building with image
1002         support is described.
1004 2007-04-26  Glenn Morris  <rgm@gnu.org>
1006         * emacs.rc: Increase version to 22.1.50.
1008 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1010         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1012 2007-03-09  Richard Stallman  <rms@gnu.org>
1014         * INSTALL: Say explicitly this is not for Cygwin.
1016 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
1018         * INSTALL: Add URL of another site with detailed build instructions.
1020 2007-02-16  Glenn Morris  <rgm@gnu.org>
1022         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
1023         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
1024         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
1025         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
1026         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1027         Restore all but two of icons deleted in previous change.
1029 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
1031         * icons/README: New file.
1033         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
1034         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
1035         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
1036         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
1037         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
1038         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1039         Unused icons deleted.
1041 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1043         * configure.bat: Update ../site-lisp/subdirs.el when needed.
1045 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
1047         * subdirs.el: Add "no-byte-compile: t" local variable.
1049 2007-01-10  Jason Rumney  <jasonr@gnu.org>
1051         * README: Update URLs and advice about reporting bugs.
1053 2006-12-29  Jason Rumney  <jasonr@gnu.org>
1055         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1056         DEBUG_LINK.
1057         (DEBUG_LINK): Remove -debugtype:both.
1059 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1061         * INSTALL: Update table of supported Make ports.  Show "make -j"
1062         command that is known to work.
1064         * configure.bat: Update table of supported Make ports.
1066 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
1068         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
1069         only in implicit rules.  Use literal "emacs.rc" instead.
1071 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1073         * gmake.defs: Export XMFLAGS.
1075         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1076         Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
1078 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1080         * INSTALL: Explain how to invoke GNU Make for parallel builds.
1082         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
1083         command-line argument to sub-Make in src, since src/makefile.w32-in
1084         invokes Make recursively during bootstrap.
1085         (clean): Delete stamp_BLD.
1086         (bootstrap): Make `all' explicitly in a recursive Make.
1088         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
1089         stamp_BLD after creating the $(BLD) directory.
1091         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
1092         stamp_BLD after creating the $(BLD) directory.
1094         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
1095         (preprep, $(TRES), runemacs)
1096         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
1097         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1098         Depend on stamp_BLD instead of on $(BLD).
1099         (XMFLAGS): New macro.
1100         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
1101         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
1102         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
1103         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
1105 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
1107         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
1108         $(ALL_DEPS).
1109         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
1110         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1111         New dependency on $(BLD).
1112         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
1113         (bootstrap-gmake): Depend on addsection.
1115 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
1117         * runemacs.c (WinMain): Process all recognized arguments, not just
1118         the first one.  Remove unused variable sec_desc.
1120 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
1122         * config.nt (HAVE_LANGINFO_CODESET): Define.
1124         * inc/langinfo.h: New file.
1126         * inc/nl_types.h: New file.
1128 2006-09-15  Jay Belanger  <belanger@truman.edu>
1130         * COPYING: Replace "Library Public License" by "Lesser Public
1131         License" throughout.
1133 2006-07-27  Jason Rumney  <jasonr@gnu.org>
1135         * INSTALL: Add notes about Cygwin make to impatient section.
1137 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
1139         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
1140         known to work.
1142 2006-03-12  Jason Rumney  <jasonr@gnu.org>
1144         * addpm.c (add_registry): Don't change the registry unless keys
1145         already exist from a previous version.
1147         * makefile.w32-in (install): Use -q when invoking addpm.
1149         * addpm.c (main): Accept -q as alternative for /q.
1151 2006-03-11  Jason Rumney  <jasonr@gnu.org>
1153         * runemacs.c (WinMain): Set screen buffer to 80x25.
1155 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1157         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
1158         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
1160 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
1162         * INSTALL: Add explanation of how to debug with GDB starting from
1163         the Emacs Abort dialog.
1165 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
1167         * emacs.rc: Use new icons.
1169 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
1171         * emacs21.ico: Renamed from emacs.ico.
1172         * emacs.ico: New icons from Andrew Zhilin
1173         <andrew_zhilin@yahoo.com>.
1175 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
1177         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1179 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
1181         * .cvsignore: Add `obj' and `oo' for in-place installations.
1183 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
1185         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
1187 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
1189         * configure.bat: Don't create lisp/Makefile.unix.
1191 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
1193         * .cvsignore: Add `makefile' and `config.log'.
1195 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
1197         Merge gnulib getopt implementation into Emacs.
1199         * inc/gettext.h: Remove; no longer needed now that
1200         lib-src/gettext.h exists.
1202 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
1204         * configure.bat: Finish config.log with a line that indicates that
1205         the configure step was successful.
1207 2005-07-04  Lute Kamstra  <lute@gnu.org>
1209         Update FSF's address in GPL notices.
1211 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
1213         * configure.bat: If their fc.exe returns a meaningful exit status,
1214         don't overwrite src/config.h and src/epaths.h with identical
1215         copies.
1217         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
1218         changes.  Add a pointer to another site with detailed configure
1219         and build instructions.  Suggest to look at config.log when
1220         configure fails.  Add MinGW Make 3.80 to the list of successful
1221         combinations.
1223         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1224         "-mcpu=i686".
1226         * configure.bat: Update copyright years.
1227         Delete config.log before doing anything else.
1228         Write additional diagnostics to config.log in case of failures to
1229         compile test programs, including the failed test program itself.
1230         Add a test for support of -mtune=pentium4 switch to GCC; if it is
1231         supported, set up MCPU_FLAG variable on the various Makefiles to
1232         use that switch during compilations.  (This avoids GCC warning
1233         about -mcpu being deprecated.)
1235 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
1237         * addsection.c (copy_executable_and_add_section): Pass non-zero
1238         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
1239         environment.  Print section names with %.8s.
1240         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
1241         only if non-zero.  All callers changed.
1243 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
1245         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
1246         `const void *', for consistency with POSIX.
1248 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
1250         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1252 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
1254         * INSTALL: Add more pointers to ports of Unix tools to Windows,
1255         and to the Emacs Wiki (which contains building instructions for
1256         Windows).  Reword image library instructions and remove obsolete
1257         incompatibility information.
1259 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
1261         * config.nt (HAVE_PWD_H): Undef.
1263 2004-06-07  Juanma Barranquero  <lektu@terra.es>
1265         * INSTALL: Clarify paragraph about compatibility between image
1266         libraries and builds of Emacs with several compilers.
1268 2004-06-06  Juanma Barranquero  <lektu@terra.es>
1270         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
1271         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
1272         calling non-existent cmdproxy.exe on bootstrapping after a
1273         previous install followed by realclean.
1275         * nmake.defs: Add quote in comment to resync font-locking.
1277 2004-06-04  Juanma Barranquero  <lektu@terra.es>
1279         * INSTALL: Reword the section on image support.  Add reference to
1280         GnuWin32.  Mention problems when mixing binaries from different
1281         compilers.
1283 2004-05-06  Jason Rumney  <jasonr@gnu.org>
1285         * configure.bat: Use -mno-cygwin to check for image libraries
1286         when needed.
1288 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1290         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
1291         * makefile.def: Remove.
1293         * nmake.defs (SYS_LDFLAGS): Add -nologo.
1295         * makefile.w32-in (info-gmake, info-nmake): New targets.
1296         (info): Use them.
1298 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1300         * nmake.defs:
1301         * gmake.defs:
1302         * makefile.w32-in:
1303         * makefile.def:
1304         * makefile.nt: Add "-*- makefile -*-" mode tag.
1306 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1308         * runemacs.c (WinMain): Let Emacs environment default to parent.
1310 2004-03-11  Jason Rumney  <jasonr@gnu.org>
1312         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
1314 2004-03-10  Juanma Barranquero  <lektu@terra.es>
1316         * makefile.w32-in (install): Don't try to copy
1317         ../lib-src/fns-*.el, as it isn't used anymore.
1319 2004-01-28  Peter Runestig  <peter@runestig.com>
1321         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
1323 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
1325         * .cvsignore: Add `.arch-inventory'.
1327 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
1329         * inc/grp.h: New file.
1331 2003-09-03  Peter Runestig  <peter@runestig.com>
1333         * configure.bat: Create ``makefile'' in directories man, lispref
1334         and lispintro.
1336         * makefile.w32-in (force-info, info): New targets.
1338         * envadd.bat: New file.
1340         * multi-install-info.bat: New file.
1342 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
1344         * config.nt (my_strftime): New define.
1346 2003-02-01  Jason Rumney  <jasonr@gnu.org>
1348         * configure.bat: Automatically detect libXpm.
1349         Suppress compiler output when testing for image libraries.
1350         Give names of un-found libraries in messages.
1352 2003-01-31  Juanma Barranquero  <lektu@terra.es>
1354         * configure.bat: Automatically detect giflib and tifflib.
1356 2003-01-29  Jason Rumney  <jasonr@gnu.org>
1358         * gmake.defs (CURDIR): Disable cygpath kludge.
1360 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
1362         * configure.bat: Avoid endless loop when configuring without image
1363         support.
1365 2003-01-26  Jason Rumney  <jasonr@gnu.org>
1367         * configure.bat: Automatically detect jpeglib.
1369 2003-01-25  Jason Rumney  <jasonr@gnu.org>
1371         * configure.bat: Automatically detect libpng.
1373 2003-01-21  Jason Rumney  <jasonr@gnu.org>
1375         * icons/hand.cur: New file.
1377 2003-01-21  David Ponce  <david@dponce.com>
1379         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
1381 2003-01-15  Andrew Innes  <andrewi@gnu.org>
1383         * gmake.defs (CURDIR): Convert to native Windows format (with
1384         forward slashes), to support building with Cygwin builds of make.
1386 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
1388         * nmake.defs:
1389         * gmake.defs: Made changes so that Emacs would link with
1390         WinMM.lib.  This change was required for my addition of a Windows
1391         compatible implementation of play-sound-internal.
1393 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
1395         * emacs.rc: Version updated to 21.3.50.
1397 2002-06-13  Jason Rumney  <jasonr@gnu.org>
1399         * addpm.c (env_vars): Remove EMACSLOCKDIR.
1401         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
1402         (maybe-bootstrap-SH): New targets.
1403         (all): Depend on maybe-bootstrap.
1405 2002-05-03  Jason Rumney  <jasonr@gnu.org>
1407         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
1408         (sys_getpeername, fcntl): Declare as wrappers.
1410 2002-04-10  Juanma Barranquero  <lektu@terra.es>
1412         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
1413         after compiling .el files.
1415 2002-03-20  Jason Rumney  <jasonr@gnu.org>
1417         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
1418         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
1420 2002-03-19  Kim F. Storm  <storm@cua.dk>
1422         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
1423         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
1424         (HAVE_SYS_UN_H): Undef.
1425         From David Ponce <dponce@voila.fr>.
1427 2002-03-13  Jason Rumney  <jasonr@gnu.org>
1429         * config.nt (STRFTIME_NO_POSIX2): Define.
1431 2002-02-18  Jason Rumney  <jasonr@gnu.org>
1433         * emacs.rc: Define VS_VERSION_INFO if not already.
1434         Update version info.
1436 2002-01-04  Andrew Innes  <andrewi@gnu.org>
1438         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1439         pick up relevant bits of the Windows API definitions.
1441         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1442         pick up relevant bits of the Windows API definitions.
1444 2001-12-14  Andrew Innes  <andrewi@gnu.org>
1446         * makefile.w32-in (bootstrap): Build addsection program before
1447         bootstrap (required for post-processing temacs.exe).
1449 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
1451         * COPYING: New file.
1453 2001-12-03  Andrew Innes  <andrewi@gnu.org>
1455         * makefile.w32-in (bootstrap-nmake):
1456         (bootstrap-gmake): Extend bootstrap process to first do
1457         bootstrap-clean in lisp dir and rebuild the DOC file.
1458         (bootstrap): Do a "normal" make after the bootstrap work.
1460 2001-11-20  Jason Rumney  <jasonr@gnu.org>
1462         * INSTALL: Update table of versions of make that are suitable
1463         for building Emacs, based on recent feedback.
1465         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
1467 2001-11-19  Andrew Innes  <andrewi@gnu.org>
1469         * ftime-nostartup.bat: New file.
1471         * ftime.bat: Don't include libc.lib for profiling - the profiler
1472         corrupts part of memcpy.
1474 2001-11-17  Jason Rumney  <jasonr@gnu.org>
1476         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1477         expansion.  From Juanma Barranquero <lektu@terra.es>.
1479 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1481         * (Version 21.1 released.)
1483 2001-10-12  Andrew Innes  <andrewi@gnu.org>
1485         * inc/pwd.h (uid_t, gid_t): New typedefs.
1487 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1489         * Branch for 21.1.
1491 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1493         * README: Update the address of the mailing list and subscription
1494         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
1496 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
1498         * INSTALL: Suggest to avoid using WinZip.
1500         * configure.bat: Make sure ../site-lisp exists; create if necessary.
1502 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
1504         * INSTALL: Mention that "make install" can be "nmake install".
1506 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
1508         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1509         since some versions of `mkdir' don't automatically create parent
1510         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1512 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
1514         * subdirs.el: New file.
1516         * configure.bat: Copy subdirs.el to the site-lisp directory.
1518         * makefile.w32-in (install): Copy subdirs.el to the installation
1519         directory.
1521 2001-06-20  Jason Rumney  <jasonr@gnu.org>
1523         * runemacs.c (WinMain): Add quotes around command in case of spaces.
1525 2001-06-01  Andrew Innes  <andrewi@gnu.org>
1527         * gmake.defs (sh_output): Don't use $(warning ...) to output
1528         messages, since that is not supported by GNU make 3.77.
1530 2001-05-24  Jason Rumney  <jasonr@gnu.org>
1532         * INSTALL: Clarify that building with MSVC requires nmake.
1534 2001-05-17  Andrew Innes  <andrewi@gnu.org>
1536         * gmake.defs (NEW_CYGWIN): Output message about spurious error
1537         message that is to be ignored.
1539 2001-05-13  Andrew Innes  <andrewi@gnu.org>
1541         * TODO: Remove file, since it is completely out of date.
1543         * README: Add copyright notice.
1545         * INSTALL: Add copyright notice.
1547 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1549         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1550         the environment.
1552         * gmake.defs (SETLOADPATH): Remove definition.
1553         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1554         environment.
1556 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
1558         * configure.bat: Make the checkw32api* labels be distinct in the
1559         first 8 characters.
1561 2001-03-17  Andrew Innes  <andrewi@gnu.org>
1563         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1564         escaped quotes.
1566         * gmake.defs (DEBUG_LINK): New macro.
1567         (LINK_FLAGS): Use it.
1569         * nmake.defs (DEBUG_LINK): New macro.
1570         (LINK_FLAGS): Use it.
1572 2001-03-06  Andrew Innes  <andrewi@gnu.org>
1574         * INSTALL: Add --ldflags to configure line for building with
1575         recent versions of Cygwin GCC.
1577 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
1579         * configure.bat: Use correct options when compiling a test program
1580         with Cygwin.  From David Ponce <dponce@voila.fr>.
1582 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1584         * _emacs: Remove obsolete file.
1586         * emacs.bat.in: Remove obsolete file.
1588         * debug.bat.in: Remove obsolete file.
1590         * inc/sys/socket.h: Add copyright notice.
1592         * paths.h: Add copyright notice.
1594         * makefile.nt: Update copyright notice.
1596         * makefile.def: Update copyright notice.
1598         * configure.bat: Update copyright notice.
1600         * nmake.defs: Add copyright notice.
1602         * gmake.defs: Add copyright notice.
1604         * makefile.w32-in: Add copyright notice.
1606 2001-02-05  Andrew Innes  <andrewi@gnu.org>
1608         * nmake.defs (THISDIR): New definition.
1610         * gmake.defs (THISDIR): New definition.
1612 2001-02-03  Andrew Innes  <andrewi@gnu.org>
1614         * configure.bat: Leave a space before >> only when there is a
1615         preceding digit.  Add a comment about the importance of this.
1617         * README: Replace outdated information.
1619         * INSTALL (Trouble-shooting): Add note about need to specify extra
1620         compiler flags with recent Cygwin ports of gcc.
1622 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
1624         * configure.bat: Use "rm -f" instead of "del /f", as the latter
1625         is not supported by Windows 9X's COMMAND.COM.
1627 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
1629         * configure.bat: Make sure redirection is preceded by a blank, to
1630         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1631         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
1633 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
1635         * INSTALL: Copy the table of tested combinations of development
1636         tools from configure.bat.  Add suggestion to install Bash on
1637         Windows 9X.
1639         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1640         lisp/Makefile.in instead.  Use "rm -f" where more than one file
1641         needs to be deleted, since command.com in Windows 9X doesn't grok
1642         more than one argument.
1644 2001-01-24  Andrew Innes  <andrewi@gnu.org>
1646         * makefile.w32-in (cleanall-other-dirs-nmake):
1647         (cleanall-other-dirs-gmake): New targets.
1648         (cleanall): Invoke them.
1650 2001-01-19  Andrew Innes  <andrewi@gnu.org>
1652         * addpm.c (env_vars): Add a version-independent site-lisp
1653         directory to EMACSLOADPATH, after the version dependent one.
1655 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1657         * README: Update info about compilers.
1659         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1660         select correct rule for invoking make in another directory.
1661         Amend rules accordingly.
1662         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1664         * nmake.defs (EMACS_ICON_PATH): Delete definition.
1665         (COMPILER_TEMP_FILES): New definition.
1666         (MAKETYPE): New definition.
1668         * gmake.defs (EMACS_ICON_PATH): Delete definition.
1669         (COMPILER_TEMP_FILES): New definition.
1670         (MAKETYPE): New definition.
1672         * makefile.def (EMACS_ICON_PATH): Delete definition.
1674         * configure.bat: Be careful not to add trailing spaces when
1675         outputting to config.settings.
1677 2001-01-02  Andrew Innes  <andrewi@gnu.org>
1679         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1680         than the function.
1682 2000-12-17  Andrew Innes  <andrewi@gnu.org>
1684         * makefile.w32-in (install): Copy directories to the correct
1685         places.
1686         (real_install): Remove obsolete target.
1688 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1690         * nmake.defs (CURDIR): New define.
1691         (INSTALL_DIR): Use it.
1693         * gmake.defs (NEW_CYGWIN): New define.
1694         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1695         so we need to adjust how we escape embedded quotes.
1696         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1697         relative to $(CURDIR).
1699 2000-11-25  Jason Rumney  <jasonr@gnu.org>
1701         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1703 2000-10-17  Andrew Innes  <andrewi@gnu.org>
1705         * makefile.w32-in (recompile): New target to recompile lisp
1706         directory.
1707         (recompile-CMD, recompile-SH): New support targets.
1709 2000-09-24  Jason Rumney  <jasonr@gnu.org>
1711         * config.nt (NO_RETURN): Define it.
1713 2000-09-17  Andrew Innes  <andrewi@gnu.org>
1715         * gmake.defs: Revert to Unix line endings.
1717         * nmake.defs: Revert to Unix line endings.
1719 2000-09-16  Andrew Innes  <andrewi@gnu.org>
1721         * gmake.defs (SETLOADPATH): Change definition to work from any
1722         subdirectory.
1724 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1726         * makefile.w32-in: Revert to Unix line endings.
1728 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1730         * INSTALL: Add note about expected error messages when configure
1731         is run.
1733         * configure.bat: Simplify the generation of makefiles (don't need
1734         to generate various top-level targets that invoke make in other
1735         directories).
1737         * gmake.defs (SHELLTYPE): New define.
1738         (SETLOADPATH): New define.
1740         * nmake.defs (SHELLTYPE): New define.
1742         * makefile.w32-in: Standardize indentation somewhat.
1743         Add bootstrap support.
1744         Pass $(MFLAGS) when invoking make recursively.
1745         Add shell-specific variants of top-level targets that invoke make
1746         recursively in other directories, and add necessary computed
1747         dependencies.
1749 2000-09-03  Andrew Innes  <andrewi@gnu.org>
1751         * makefile.w32-in: Change to DOS line endings.
1753         * configure.bat: Change to DOS line endings.
1755         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1756         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1758         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1759         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1761         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1762         -D_ANONYMOUS_STRUCT on compile line.
1763         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1764         (ARCH_CFLAGS): Change optimization flags to -O2.
1765         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1766         (ARGQUOTE, DQUOTE): New defines.
1768         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1769         -D_ANONYMOUS_STRUCT on compile line.
1770         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1771         (ARGQUOTE, DQUOTE): New defines.
1773 2000-08-22  Andrew Innes  <andrewi@gnu.org>
1775         * configure.bat: New file.
1777         * gmake.defs: New file.
1779         * nmake.defs: New file.
1781         * makefile.w32-in: New file.
1783         * INSTALL: Rewrite to match new configure process.
1785         * config.nt [WINDOWSNT]: Don't declare getenv.
1786         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1788         * addpm.c (main): Accept /q to mean install based on addpm's
1789         location without asking.  Remove reference to emacs.bat which is
1790         now obsolete.
1792         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1794         * paths.h: Use forward slash as directory separator in all path
1795         definitions.
1796         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1798         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1800         * runemacs.c: Remove WIN32 define.
1802         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1803         not defined.
1805         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1806         (fd_set): Define to new name, after including winsock.h, so we can
1807         provide our own implementation.
1809 2000-07-05  Andrew Innes  <andrewi@gnu.org>
1811         * ebuild.bat: Add support for specifying make arguments.
1813         * makefile.nt: Add support for `bootstrap' and related targets.
1815 2000-06-11  Jason Rumney  <jasonr@gnu.org>
1817         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1819 2000-02-06  Andrew Innes  <andrewi@gnu.org>
1821         * inc/sys/time.h: Add inclusion protection.
1823         * makefile.def (SYS_LDFLAGS): Add -nologo.
1825 1999-11-22  Andrew Innes  <andrewi@gnu.org>
1827         * install.bat: Pass on command line arguments to make.
1829         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1831 1999-11-21  Andrew Innes  <andrewi@gnu.org>
1833         * makefile.nt (all): Build leim if present.
1834         (install): Install leim if present.
1835         (clean): Clean leim if present.
1837         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1838         definition.
1840         * emacs.bat.in (EMACSLOADPATH): Include leim.
1842 1999-07-12  Richard Stallman  <rms@gnu.org>
1844         * Version 20.4 released.
1846 1999-06-16  Andrew Innes  <andrewi@gnu.org>
1848         * emacs.rc: Use an icon with a transparent background, to be in
1849         keeping with other applications.
1851 1999-06-03  Andrew Innes  <andrewi@gnu.org>
1853         * preprep.c: Fix typo.
1855 1999-05-02  Andrew Innes  <andrewi@gnu.org>
1857         * config.h: Remove obsolete file.
1859         * preprep.c (copy_executable_and_move_sections): Ifdef out a
1860         couple of unused switch cases that aren't defined on all
1861         platforms.
1863         * ftime.bat: Add another variation of the profile command, which
1864         only profiles extended commands.
1866 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
1868         * cmdproxy.c (main): Fix parens.
1870 1999-03-25  Andrew Innes  <andrewi@gnu.org>
1872         * cmdproxy.c (main): Call GetShortPathName to normalize program
1873         names for comparison.
1875 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
1877         * makefile.def: Compile multiple .c files when possible.
1878         Use BLD instead of assuming i386.
1879         * makefile.nt: Remove common multiple file compilation commands.
1881 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
1883         * cmdproxy.c (main): Add missing parens.
1885 1999-02-20  Andrew Innes  <andrewi@gnu.org>
1887         * preprep.c: New program to allow dumped image to be profiled.
1889         * makefile.nt (preprep): New target.
1890         (ALL): Build it.
1892         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1894         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1895         Change prep options to profile libc functions and skip the startup
1896         code.
1898 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
1900         * makefile.nt: Create installation directory as first step.
1902 1999-01-31  Andrew Innes  <andrewi@gnu.org>
1904         * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
1905         ROUND_UP_DST.  Zeroes the alignment slop.
1906         (copy_executable_and_add_section): Update the
1907         SizeOfHeaders field properly.
1909 1999-01-27  Andrew Innes  <andrewi@gnu.org>
1911         * makefile.nt: Do make version comparison as strings.
1913 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
1915         * runemacs.c (WinMain): Pass explicit environment block to
1916         CreateProcess, to work around a bug in Windows 95/98.
1918 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
1920         * icons: New directory with Davenport's icons.
1921         * icons/sink.ico: Renamed from emacs.ico.
1923         * makefile.nt (install, fast_install): Install Windows icons
1924         into etc/icons.
1926         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1928 1999-01-17  Andrew Innes  <andrewi@gnu.org>
1930         * makefile.nt (ALL): List top-level targets.
1931         (addsection): New top-level target.
1932         (install): Copy fns-*.el to bin directory.
1934         * addsection.c: New program to add static heap section to
1935         temacs.exe after linking, in support of new unexec method.
1937 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
1939         * cmdproxy.c (spawn): Pass directory for child as parameter.
1940         (main): Save startup directory to give to spawn, then change
1941         directory to location of .exe in order not to prevent startup
1942         directory from being deleted.
1944 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
1946         * makefile.nt: Do string comparison of _NMAKE_VER.
1948 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
1950         * config.nt (LOCALTIME_CACHE): Define.
1952 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
1954         * install.bat: Convert to DOS format.
1956 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
1958         * cmdproxy.c (main): Set environment size only when running
1959         command.com.
1961 1998-11-03  Theodore Jump  <tjump@tertius.com>
1963         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1964         (DEL_TREE): Use rd instead of rmdir.
1965         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
1966         * makefile.nt: Compile multiple source files when possible.
1968 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
1970         * cmdproxy.c (main): Treat command line options as case-insensitive.
1972 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
1974         * Version 20.3 released.
1976 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
1978         * addpm.c (main): Explicitly check result of message box for OK.
1980 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
1982         * inc/sys/file.h (D_OK): Define new macro.
1984 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
1986         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1988 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
1990         * emacs.rc (VS_VERSION_INFO): Define.
1992 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
1994         * makefile.nt (emacs.bat, debug.bat): Create them in the
1995         installation directory.
1997 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
1999         * ddeclient.c: New file.  (Support program for performing limited
2000         interprocess communication on Windows.)
2002         * makefile.nt: Build ddeclient.
2004         * cmdproxy.c (main): Only set environment size for real shell, and
2005         provide extra directory argument, when running on Windows 95.
2007 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
2009         * cmdproxy.c (fail): Exit with a negative return value.
2010         (spawn): Return subprocess return code as an argument.
2011         Explicitly copy environment block.
2012         (main): Update to use return value argument with spawn.
2013         Retry if spawn failed when a subshell was not tried.
2015         * config.nt: Include new macros from src/config.in.
2016         (GNU_MALLOC, REL_ALLOC): Define.
2017         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
2018         (RE_TRANSLATE): Use char_table_translate.
2020         * makefile.def (CP_DIR): Preserve attributes.
2022         * makefile.nt (clean): Delete patch generated files, optimized
2023         build directory.
2025 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
2027         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2029 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2031         * Version 20.2 released.
2033 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2035         * Version 20.1 released.
2037 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
2039         * debug.bat.in: New file.
2040         * makefile.nt (debug.bat): New target.
2042 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
2044         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
2045         Quote group name.  Allow different icons to be specified.
2047         * cmdproxy.c (get_env_size): New function.
2048         (spawn): Explicitly pass in environment when creating subprocess.
2049         (main): Cleanup error messages.
2050         Specify dynamically sized environment block for real shell.
2051         Pass on unhandled switches to real shell.
2052         Quote program name.
2054         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
2055         directory.
2056         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
2058         * runemacs.c (WinMain): Allow Emacs process to be started with
2059         high or low priority.
2061         * emacs.bat.in: Remove OS dependent operations.
2063 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
2065         * addpm.c (env_vars): No longer set INFOPATH.
2067         * cmdproxy.c (get_next_token): Null terminate token returned.
2069         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
2071 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
2073         * addpm.c (env_vars): Set SHELL to cmdproxy.
2074         (main): Initialize idDde to 0.
2075         Determine emacs_path from module file name.
2076         Prompt for install.
2078         * makefile.def (MSVCNT11): Conditionally define it.
2079         (BASE_LIBS): Do not use oldnames.lib.
2080         (SYS_LDFLAGS): Use pdb files.
2081         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
2082         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
2083         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
2085         * makefile.nt (ALL): Build cmdproxy.
2086         (cmdproxy): New target.
2087         (install): Install cmdproxy.
2089         * ftime.bat, debug.bat, cmdproxy.c: New files.
2091 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
2093         * inc/sys/socket.h (shutdown): Define.
2094         (sys_shutdown): Export.
2096 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2098         * config.nt (RE_TRANSLATE): Copy definition from config.in.
2100 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
2102         * config.nt: Update file comments.
2103         Update undefs added/removed in src/config.in.
2105 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
2107         * makefile.def, emacs.bat: Use windows95 and windowsnt instead
2108         of win95 and winnt, respectively.
2110 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
2112         * makefile.nt (real_install): Create site-lisp in installation dir.
2113         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
2114         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
2116 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2118         * Version 19.33 released.
2120 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
2122         * runemacs.c (WinMain): Put a space between the binary and its args.
2124 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
2126         * Version 19.32 released.
2128 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
2130         * makefile.nt (clean): Use OBJDIR macro.
2132 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
2134         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
2135         Not defined by default.
2136         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2137         (WinMain): Convert backslashes to slashes in env var values.
2139         * addpm.c (env_vars): Use slashes, not backslashes.
2141 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2143         * Version 19.31 released.
2145 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
2147         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
2148         undo settings afterwards.
2150 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
2152         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
2153         environment variable.
2155 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
2157         * install.bat: Allow for optimized build.
2158         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
2159         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
2161 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
2163         * addpm.c (REG_ROOT): Don't use a trailing backslash.
2164         (env_vars): Rename field emacs_path to emacs_dir.
2165         (main): Add link to runemacs instead of emacs.
2167         * install.bat: Check if INSTALL_DIR is passed as an argument.
2169         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
2171         * makefile.nt: Build and install runemacs.exe.
2173         * runemacs.c: New file.
2175         * config.w95: File removed.
2177         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
2178         inc/sys/socket.h, inc/sys/time.h: New header files.
2180         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
2182 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
2184         * makefile.def (DEL): Defined.
2185         (DEL_TREE) [win95]: Defined.
2186         (SYS_LDFLAGS): Set executable versions to 3.10.
2188         * makefile.nt: Change uses of del to $(DEL).
2190 1996-01-17  Erik Naggum  <erik@naggum.no>
2192         * All files: Update FSF's address in comment preamble.
2194 1996-01-03  George V. Reilly  <georger@microcrafts.com>
2196         * emacs.ico: Now the proverbial kitchen sink icon.
2198 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2200         * Version 19.30 released.
2202 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
2204         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
2206         * makefile.nt (install, fast_install, real_install, clean):
2207         Don't use switches to del not supported by Win95.
2209 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
2211         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
2212         (install, fast_install): Change same-dir test to create test file in
2213         installation tree and thereby support read-only shares.
2214         (clean): Remove .pdb files.
2216         * makefile.def (NTGUI): New macro.
2217         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
2219         * config.nt, config.w95: Update to latest src/config.in.
2221         * addpm.c (env_vars): New variable.
2222         (add_registry): New procedure.
2223         (main): Use values of configuration environment variables from
2224         the registry if defined, the process environment otherwise.
2226 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2228         * Version 19.29 released.
2230         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
2232 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
2234         * makefile.nt: Define .c to .obj suffix rule.
2235         (addpm.obj): Compile directly, use CFLAGS.
2236         (addpm.exe): Link from addpm.obj.
2238         * makefile.def (MSVCNT11): Defined.
2239         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2240         (CFLAGS_COMMON): Defined.
2241         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
2243 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
2245         * emacs.bat.in: Renamed from emacs.bat.
2246         (emacs_dir): Rename from emacs_path.
2247         Definition removed.
2249         * addpm.c: New file.
2250         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
2251         (all): Depend upon $(BLD) and $(ALL).
2252         (install): Depend upon emacs.bat.
2253         Create program item for Emacs.
2254         (clean): Delete obj.
2255         (emacs.bat): Defined.
2256         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
2258 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
2260         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
2261         Add carriage returns; necessary for batch files on Win95.
2263 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
2265         * config.w95: Created.
2266         * config.h: Changed to config.nt.
2268         * makefile.nt (SUBDIRS): Commented out.
2269         (all, install, clean): Expand for-loops.
2270         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
2272         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
2273         (ARCH): New definition.
2274         (CPU, CONFIG_H, OS_TYPE): Defined.
2275         (INCLUDE, LIB): Checked if valid.
2276         (ntwin32.mak): Included.
2277         (AR, CC, LINK): New definition.
2278         (ADVAPI32, libc, BASE_LIBS): Defined.
2279         (SYS_LDFLAGS): New definition.
2280         Update comments and preprocessor conditionals.
2282         * emacs.bat (SHELL): Conditionally defined.
2283         (HOME): Conditionally defined.
2284         (emacs_path, HOME): Update comments.
2285         Turn off all echo.
2287 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
2289         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
2290         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
2291         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
2292         inc/sys/param.h: Removed carriage-returns.
2294 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
2296         * makefile.def (CVTRES): Defined.
2298         * emacs.ico, emacs.rc: New files by Kevin Gallo.
2300 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
2302         * src: Remove directory.
2304         * src\config.h, src\paths.h: Moved to parent dir, src removed.
2306 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
2308         * makefile.def (INSTALL_DIR): Change to generic directory.
2310         * emacs.bat: Added arguments when emacs.exe invoked.
2312         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
2314 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
2316         * makefile.def (CC): In configuration section.
2317         (COMPAT_LIB): Defined.
2319 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
2321         * src/paths.h: New file.
2323         * src/config.h: New file.
2325         * inc/pwd.h: New file.
2327         * inc/sys/dir.h: New file.
2329         * inc/sys/file.h: New file.
2331         * inc/sys/ioctl.h: New file.
2333         * inc/sys/param.h: New file.
2335         * todo: New file.
2337         * README: New file.
2339         * makefile.nt: New file.
2341         * makefile.def: New file.
2343         * install.cmd: New file.
2345         * INSTALL: New file.
2347         * fast-install.cmd: New file.
2349         * emacs.cmd: New file.
2351         * ebuild.cmd: New file.
2353         * _emacs: New file.
2355 ;; Local Variables:
2356 ;; coding: utf-8
2357 ;; add-log-time-zone-rule: t
2358 ;; End:
2360   Copyright (C) 1995-1999, 2001-2012  Free Software Foundation, Inc.
2362   This file is part of GNU Emacs.
2364   GNU Emacs is free software: you can redistribute it and/or modify
2365   it under the terms of the GNU General Public License as published by
2366   the Free Software Foundation, either version 3 of the License, or
2367   (at your option) any later version.
2369   GNU Emacs is distributed in the hope that it will be useful,
2370   but WITHOUT ANY WARRANTY; without even the implied warranty of
2371   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2372   GNU General Public License for more details.
2374   You should have received a copy of the GNU General Public License
2375   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.