Improve Windows quoting robustness
[emacs.git] / nt / ChangeLog
blob2d6f8b61e1991de95d87c0dad8fcc7f6d5648a40
1 2011-04-26  Daniel Colascione <dan.colascione@gmail.com>
3         * cmdproxy.c (try_dequote_cmdline): New function.
4         (main): Use it.
6 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
8         * configure.bat: New options --without-gnutls and --lib, new build
9         variable USER_LIBS, automatically detect GnuTLS.  Copies the PNG
10         library setup with trivial modifications.
11         * INSTALL: Add instructions for GnuTLS support.
12         * gmake.defs: Prefix USER_LIBS with -l.
14 2011-04-15  Ben Key  <bkey76@gmail.com>
16         * configure.bat: Modified the code that parses the --cflags and
17         --ldflags options to support parameters that include the =
18         character as long as they are enclosed in quotes.  This
19         functionality depends on command extensions.  Configure.bat now
20         attempts to enable command extensions and displays a warning
21         message if they could not be enabled.  If configure.bat could
22         not enable command extensions the old parsing code is used that
23         does not support parameters that include the = character.
25         * INSTALL: Updated the file to describe the new functionality
26         using text provided by Eli Zaretskii.
28 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
30         * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
31         (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
32         on the trunk on 2011-04-06.
34 2011-03-27  Glenn Morris  <rgm@gnu.org>
36         * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
38 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
40         * addpm.c (main): Remove unused variable `retval'.
42         * preprep.c (main): Remove unused variable `ptr'.
44 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
46         * cmdproxy.c: Include <ctype.h>.
47         (make_absolute): Remove unused variable `i'.
49 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
51         * Version 23.3 released.
53 2011-02-27  Eli Zaretskii  <eliz@gnu.org>
55         * inc/unistd.h (readlink, symlink): Declare prototypes.
57 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
59         * config.nt (nlink_t): Define.
61 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
63         * inc/stdint.h: New file, to support compilation with tool chains
64         that do not have stdint.h (e.g. MSVC).
66 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
68         * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
69         (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
70         (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
71         (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
72         (lstat): Define to stat.
74 2011-02-09  Eli Zaretskii  <eliz@gnu.org>
76         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
77         "make-docfile" target in lib-src, before bootstrapping the src
78         directory.  Needed since building in src needs to run make-docfile
79         to produce globals.h.
81 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
83         * config.nt (inline) [__GNUC__]: Define (for gnulib).
85 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
87         * config.nt (VERSION): Uncomment definition.
88         (restrict): Define.
90         * inc/stdbool.h: New file.
92 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
94         * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
95         (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
96         (bootstrap-clean-gmake, clean-other-dirs-nmake)
97         (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
98         (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
99         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
100         (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
101         (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
103         * configure.bat: Create lib/makefile.
105         * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
106         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
107         (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
108         (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
110 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
112         * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
114 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
116         * configure.bat (end): Unset environment variables used by this
117         batch file.
119         * INSTALL: Update the information about PNG support libraries.
120         (Bug#7716)
122         * README.W32: Update the information about PNG support libraries.
124 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
126         * config.nt (EXTERNALLY_VISIBLE): Define.
128 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
130         * INSTALL: Refer to `dynamic-library-alist'.
132 2010-10-06  Juanma Barranquero  <lekktu@gmail.com>
134         * INSTALL: Add note about problematic characters passed to configure.
136 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
138         * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
139         emacs-src.tags: New file.
141         * gmake.defs: Add a comment with a single quote to fix
142         fontification.  (Bug#7102)
144 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
146         * configure.bat: Fix the condition for copying paths.h into
147         ../src/epaths.h.
149 2010-09-28  Juanma Barranquero  <lekktu@gmail.com>
151         * addpm.c (entry, add_registry, main):
152         * addsection.c (file_data, open_input_file, open_output_file)
153         (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
154         (COPY_CHUNK):
155         * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
156         (skip_nonspace, get_next_token, search_dir, make_absolute)
157         (spawn, main):
158         * preprep.c (file_data, open_input_file, open_output_file)
159         (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
160         Use const char*.
162         * cmdproxy.c (stdin): Don't define, not used.
163         (main): Don't assign remlen after last use.
165 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
167         * configure.bat: Err out when the argument of --cflags contains
168         invalid characters (check implemented only for GCC).  (Bug#6820)
170 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
172         * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
174 2010-08-12  Jason Rumney  <jasonr@gnu.org>
176         * addpm.c (add_registry): Set path for runemacs.exe to use.
178 2010-08-08  Óscar Fuentes  <ofv@wanadoo.es>
180         * cmdproxy.c (main): Use _snprintf instead of wsprintf,
181         which has a 1024 char limit on Windows (bug#6647).
183 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
185         * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
186         Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
188 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
190         * config.nt: Remove code referring to NO_REMAP, unused.
192 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
194         Build binary distros on Windows using emacs-VERSION as root dir name.
196         * makefile.w32-in: Copy README.W32 to installation directory
197         during `make install'.  Remove README.W32 with `distclean' (in
198         case Emacs was installed in place).  Use temporary directory to
199         create distribution zip files in `dist' target.
200         * zipdist.bat: Simplify code using temporary directory.
202 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
204         * runemacs.c (set_user_model_id): Fix prototype.
206 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
208         New make target for Windows platform: make dist (bug#6602)
210         * INSTALL: Document new dist target and add section about
211         creating binary distributions.
212         * README.W32: Relocate from admin/nt/ directory.
213         * configure.bat: New parameter `--distfiles'.
214         * makefile.w32-in: Add version number, new target `dist'.
215         Add new target `install-shortcuts'.
216         * zipdist.bat: New file; create zipped binary distribution,
217         replaces admin/nt/makedist.bat.
219 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
221         * INSTALL: Add note about backslashes in Windows paths.
222         Fix typos.  Simplify references to Windows versions.
224 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
226         * addpm.c (add_registry, main):
227         * cmdproxy.c (get_env_size):
228         * ddeclient.c (main):
229         * runemacs.c (set_user_model_id):
230         Convert definitions to standard C.
232 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
234         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
236 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
238         * configure.bat: New option --enable-checking.
239         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
240         (CFLAGS): Include it.
242 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
244         * config.nt (volatile): Remove definition.
246 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
248         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
249         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
251 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
253         * config.nt (__P): Remove.
255 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
257         * config.nt: Remove code depending on BSTRING.
259 2010-06-03  Glenn Morris  <rgm@gnu.org>
261         * config.nt: Remove NOT_C_CODE tests, it is always true now.
263 2010-05-13  Glenn Morris  <rgm@gnu.org>
265         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
267 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
269         * Version 23.2 released.
271 2010-05-04  Glenn Morris  <rgm@gnu.org>
273         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
275 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
277         * emacs.manifest: Add trustInfo section to Windows manifest.
279 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
281         * Branch for 23.2.
283 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
285         * emacsclient.rc: Fix format of "LegalCopyright" value.
287 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
289         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
291 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
293         * INSTALL: Update for CVS->Bazaar switchover.
295 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
297         * configure.bat: Add #define PROFILING to config.h.
299 2009-07-03  Jason Rumney  <jasonr@gnu.org>
301         * runemacs.c (set_user_model_id): Use standard types.
303 2009-06-30  Jason Rumney  <jasonr@gnu.org>
305         * runemacs.c (set_user_model_id): New function.
306         (WinMain): Use it.
308 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
310         * Branch for 23.1.
312 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
314         * inc/sys/stat.h (struct stat): Change the types of st_uid and
315         st_gid to unsigned.
317         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
318         to unsigned.
319         (getpwuid): Argument is now unsigned.
320         uid_t is now unsigned.
322 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
324         * INSTALL: Add comment about TCC; fix typos.
326 2009-01-26  Jason Rumney  <jasonr@gnu.org>
328         * emacsclient.rc, emacs.rc: Swap name and description.
329         Remove Windows versions.
331 2009-01-15  Jason Rumney  <jasonr@gnu.org>
333         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
335         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
337         * addpm.c (main): Try using COM to create start menu shortcuts
338         before resorting to DDE (Bug#202)
339         Remove second command-line argument.
341 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
343         * configure.bat: Untabify help message.
345 2009-01-03  Jason Rumney  <jasonr@gnu.org>
347         * configure.bat: New option --with-svg.
349         * INSTALL: Document experimental SVG support.
351 2008-12-25  Jason Rumney  <jasonr@gnu.org>
353         * config.nt (PTR): Remove.
355 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
357         * config.nt (LISTPROC, PROCATTR): Remove.
359 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
361         * config.nt (LISTPROC, PROCATTR): New macros.
363 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
365         * config.nt (MULTI_KBOARD): Remove.
367 2008-07-23  Jason Rumney  <jasonr@gnu.org>
369         * configure.bat: New option --profile.
370         * gmake.defs: Set cflags and ldflags for profiling when specified.
372 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
374         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
376 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
378         * config.nt (HAVE_FACES): Remove, unused.
380 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
381             Eli Zaretskii  <eliz@gnu.org>
383         * nmake.defs (FONT_CFLAGS):
384         * gmake.defs (FONT_CFLAGS): Remove.
385         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
386         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
387         and _CRTAPI1.
388         (ARCH_FLAGS): Don't include _X86_.
390         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
392 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
394         * config.nt: Remove reference to UNEXEC_SRC.
396 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
397             Eli Zaretskii  <eliz@gnu.org>
399         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
400         Don't hardcode -gstabs+, use DEBUG_INFO.
402         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
403         Default to stabs if the compiler does not support DWARF-2.
404         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
406 2008-05-14  Jason Rumney  <jasonr@gnu.org>
408         * configure.bat: Remove code dealing with --disable-font-backend.
410 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
412         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
413         better alignment.  Make st_size 64-bit wide.  Add new members
414         st_uname and st_gname.
416         * inc/grp.h (struct group): Add gr_gid member.
418 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
420         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
421         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
422         a real file there is not a good idea.
424 2008-04-23  Jason Rumney  <jasonr@gnu.org>
426         * makefile.w32-in (CLIENTRES): New variable and build target.
427         (all): Depend on it.
428         ($(TRES)): Use $(TRES) in rule.
430 2008-04-21  Jason Rumney  <jasonr@gnu.org>
432         * configure.bat (success): Print "make" rather than "gmake", as that
433         is what MinGW uses.
435 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
437         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
438         Add copyright notice.
440 2008-04-10  Jason Rumney  <jasonr@gnu.org>
442         * emacsclient.rc: New file.
444         * INSTALL: Document make targets.
446 2008-04-09  Jason Rumney  <jasonr@gnu.org>
448         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
449         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
450         (top-distclean, distclean, distclean-other-dirs-nmake)
451         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
452         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
454 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
456         * inc/sys/stat.h: New file.
458         * configure.bat: Add check for usp10.h.
460 2008-04-04  Jason Rumney  <jasonr@gnu.org>
462         * INSTALL: Update W32 API requirements.
464 2008-04-03  Jason Rumney  <jasonr@gnu.org>
466         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
468 2008-03-13  Glenn Morris  <rgm@gnu.org>
470         * emacs.rc: Set version to 23.0.60.
472 2008-03-04  Jason Rumney  <jasonr@gnu.org>
474         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
475         (EMACS_EXTRA_C_FLAGS): Include it.
476         * configure.bat (usefontbackend): Default to Y.
477         (--enable-font-backend): Replace with --disable-font-backend.
478         (:withfont): Replace with :withoutfont.
480 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
482         * icons/emacs.ico: Full alpha for 32x32 full color.
483         Add 32x32 and 16x16 256 color versions.
485 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
487         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
489 2008-03-02  Jason Rumney  <jasonr@gnu.org>
491         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
493 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
495         * icons/README: Update.
497         * icons/emacs.ico: New icon.
499 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
501         * addpm.c: Include malloc.h.
502         (add_registry): Cast return value of alloca.
504 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
506         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
508 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
510         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
511         conditional on existence of junk.o.  If %nocygwin% is already set
512         to Y, skip to chkapiN instead of chkapi.
513         (chkapi): Move "rm -f junk.c junk.o" to here.
514         (chkapiN): New label.
516 2008-02-11  Jason Rumney  <jasonr@gnu.org>
518         * makefile.w32-in: Remove unidata-gen related rules.
520 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
522         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
524 2008-02-11  Jason Rumney  <jasonr@gnu.org>
526         * addpm.c (add_registry): Add an App Paths registry key.
527         Look for GTK and add it to the DLL search path for Emacs if found.
529 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
531         * configure.bat: In help, use generic names for the image libraries.
533 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
535         * .cvsignore: Don't ignore .arch-inventory.
537 2008-02-03  Jason Rumney  <jasonr@gnu.org>
539         * configure.bat: Make gcc the default compiler.
541 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
543         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
544         Ignore return status.
546         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
547         it out of the way of Windows generated file.  Generate
548         admin/unidata/makefile.
550         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
551         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
552         (unidatagen-clean-SH): New targets.
553         (bootstrap-nmake): Invoke unidatagen-nmake.
554         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
556 2008-02-01  Jason Rumney  <jasonr@gnu.org>
558         * configure.bat (withfont): Set sep1 after modifying usercflags.
560 2008-02-01  Jason Rumney  <jasonr@gnu.org>
562         * configure.bat: Rename --with-font-backend to --enable-font-backend
563         for consistency with other platforms.
565 2008-02-01  Jason Rumney  <jasonr@gnu.org>
567         * configure.bat: Add --with-font-backend option.
569 2008-01-20  Jason Rumney  <jasonr@gnu.org>
571         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
572         permissions to NTFS ACLs.
574 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
576         * config.nt: Remove HAVE_X11R5.
578 2007-10-22  Jason Rumney  <jasonr@gnu.org>
580         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
581         (strings.h, stdlib.h): Conditionally include.
582         (w32_abort): Declare here.
583         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
585 2007-10-20  Jason Rumney  <jasonr@gnu.org>
587         * makefile.w32-in (info-nmake): Change into correct directories.
589 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
591         * configure.bat (docflags, doldflags): New variables.
592         (genmakefiles): Use them to work around problems with whitespace
593         in arguments of the `if' command.
595 2007-10-18  Jason Rumney  <jasonr@gnu.org>
597         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
599 2007-09-27  Jason Rumney  <jasonr@gnu.org>
601         * gmake.defs (COMCTL32): New system library.
603         * nmake.defs (COMCTL32): New system library.
605 2007-09-06  Glenn Morris  <rgm@gnu.org>
607         * configure.bat:
608         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
609         Change from ../man to ../doc/emacs and ../doc/misc; and from
610         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
612 2007-08-29  Glenn Morris  <rgm@gnu.org>
614         * emacs.rc: Increase version to 23.0.50.
616 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
618         * makefile.w32-in (bootstrap-nmake): Change directories once more.
620 2007-07-25  Glenn Morris  <rgm@gnu.org>
622         * Relicense all FSF files to GPLv3 or later.
624         * COPYING: Switch to GPLv3.
626 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
628         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
629         Depend on cmdproxy.
630         (cleanall): Don't delete *~.
632 2007-07-15  Jason Rumney  <jasonr@gnu.org>
634         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
635         be fully supported.
637 2007-07-14  Jason Rumney  <jasonr@gnu.org>
639         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
640         of winsock.h.
642 2007-07-11  Jason Rumney  <jasonr@gnu.org>
644         * gmake.defs (OLE32): New library to link.
646         * nmake.defs (OLE32): Likewise.
648 2007-06-25  Jason Rumney  <jasonr@gnu.org>
650         * cmdproxy.c (main): Set console codepages to "ANSI".
652 2007-06-20  Jason Rumney  <jasonr@gnu.org>
654         * configure.bat: Complain if image libraries are missing.
656 2007-06-15  Jason Rumney  <jasonr@gnu.org>
658         * emacs.manifest: New file.
660         * emacs.rc: Use it.
662 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
664         * Version 22.1 released.
666 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
668         * INSTALL: Add information about where to find GDB, and warn
669         against --no-debug option to configure.bat.
671 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
673         * INSTALL: Fix URL of EmacsW32 site where building with image
674         support is described.
676 2007-04-26  Glenn Morris  <rgm@gnu.org>
678         * emacs.rc: Increase version to 22.1.50.
680 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
682         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
684 2007-03-09  Richard Stallman  <rms@gnu.org>
686         * INSTALL: Say explicitly this is not for Cygwin.
688 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
690         * INSTALL: Add URL of another site with detailed build instructions.
692 2007-02-16  Glenn Morris  <rgm@gnu.org>
694         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
695         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
696         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
697         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
698         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
699         Restore all but two of icons deleted in previous change.
701 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
703         * icons/README: New file.
705         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
706         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
707         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
708         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
709         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
710         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
711         Unused icons deleted.
713 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
715         * configure.bat: Update ../site-lisp/subdirs.el when needed.
717 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
719         * subdirs.el: Add "no-byte-compile: t" local variable.
721 2007-01-10  Jason Rumney  <jasonr@gnu.org>
723         * README: Update URLs and advice about reporting bugs.
725 2006-12-29  Jason Rumney  <jasonr@gnu.org>
727         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
728         DEBUG_LINK.
729         (DEBUG_LINK): Remove -debugtype:both.
731 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
733         * INSTALL: Update table of supported Make ports.  Show "make -j"
734         command that is known to work.
736         * configure.bat: Update table of supported Make ports.
738 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
740         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
741         only in implicit rules.  Use literal "emacs.rc" instead.
743 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
745         * gmake.defs: Export XMFLAGS.
747         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
748         use $(XMFLAGS) for nmake, as it doesn't support parallelism.
750 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
752         * INSTALL: Explain how to invoke GNU Make for parallel builds.
754         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
755         command-line argument to sub-Make in src, since src/makefile.w32-in
756         invokes Make recursively during bootstrap.
757         (clean): Delete stamp_BLD.
758         (bootstrap): Make `all' explicitly in a recursive Make.
760         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
761         stamp_BLD after creating the $(BLD) directory.
763         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
764         stamp_BLD after creating the $(BLD) directory.
766         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
767         (preprep, $(TRES), runemacs)
768         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
769         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
770         Depend on stamp_BLD instead of on $(BLD).
771         (XMFLAGS): New macro.
772         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
773         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
774         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
775         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
777 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
779         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
780         $(ALL_DEPS).
781         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
782         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
783         New dependency on $(BLD).
784         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
785         (bootstrap-gmake): Depend on addsection.
787 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
789         * runemacs.c (WinMain): Process all recognized arguments, not just
790         the first one.  Remove unused variable sec_desc.
792 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
794         * config.nt (HAVE_LANGINFO_CODESET): Define.
796         * inc/langinfo.h: New file.
798         * inc/nl_types.h: New file.
800 2006-09-15  Jay Belanger  <belanger@truman.edu>
802         * COPYING: Replace "Library Public License" by "Lesser Public
803         License" throughout.
805 2006-07-27  Jason Rumney  <jasonr@gnu.org>
807         * INSTALL: Add notes about Cygwin make to impatient section.
809 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
811         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
812         known to work.
814 2006-03-12  Jason Rumney  <jasonr@gnu.org>
816         * addpm.c (add_registry): Don't change the registry unless keys
817         already exist from a previous version.
819         * makefile.w32-in (install): Use -q when invoking addpm.
821         * addpm.c (main): Accept -q as alternative for /q.
823 2006-03-11  Jason Rumney  <jasonr@gnu.org>
825         * runemacs.c (WinMain): Set screen buffer to 80x25.
827 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
829         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
830         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
832 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
834         * INSTALL: Add explanation of how to debug with GDB starting from
835         the Emacs Abort dialog.
837 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
839         * emacs.rc: Use new icons.
841 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
843         * emacs21.ico: Renamed from emacs.ico.
844         * emacs.ico: New icons from Andrew Zhilin
845         <andrew_zhilin@yahoo.com>.
847 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
849         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
851 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
853         * .cvsignore: Add `obj' and `oo' for in-place installations.
855 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
857         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
859 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
861         * configure.bat: Don't create lisp/Makefile.unix.
863 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
865         * .cvsignore: Add `makefile' and `config.log'.
867 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
869         Merge gnulib getopt implementation into Emacs.
871         * inc/gettext.h: Remove; no longer needed now that
872         lib-src/gettext.h exists.
874 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
876         * configure.bat: Finish config.log with a line that indicates that
877         the configure step was successful.
879 2005-07-04  Lute Kamstra  <lute@gnu.org>
881         Update FSF's address in GPL notices.
883 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
885         * configure.bat: If their fc.exe returns a meaningful exit status,
886         don't overwrite src/config.h and src/epaths.h with identical
887         copies.
889         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
890         changes.  Add a pointer to another site with detailed configure
891         and build instructions.  Suggest to look at config.log when
892         configure fails.  Add MinGW Make 3.80 to the list of successful
893         combinations.
895         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
896         "-mcpu=i686".
898         * configure.bat: Update copyright years.
899         Delete config.log before doing anything else.
900         Write additional diagnostics to config.log in case of failures to
901         compile test programs, including the failed test program itself.
902         Add a test for support of -mtune=pentium4 switch to GCC; if it is
903         supported, set up MCPU_FLAG variable on the various Makefiles to
904         use that switch during compilations.  (This avoids GCC warning
905         about -mcpu being deprecated.)
907 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
909         * addsection.c (copy_executable_and_add_section): Pass non-zero
910         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
911         environment.  Print section names with %.8s.
912         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
913         only if non-zero.  All callers changed.
915 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
917         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
918         `const void *', for consistency with Posix.
920 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
922         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
924 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
926         * INSTALL: Add more pointers to ports of Unix tools to Windows,
927         and to the Emacs Wiki (which contains building instructions for
928         Windows).  Reword image library instructions and remove obsolete
929         incompatibility information.
931 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
933         * config.nt (HAVE_PWD_H): Undef.
935 2004-06-07  Juanma Barranquero  <lektu@terra.es>
937         * INSTALL: Clarify paragraph about compatibility between image
938         libraries and builds of Emacs with several compilers.
940 2004-06-06  Juanma Barranquero  <lektu@terra.es>
942         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
943         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
944         calling non-existent cmdproxy.exe on bootstrapping after a
945         previous install followed by realclean.
947         * nmake.defs: Add quote in comment to resync font-locking.
949 2004-06-04  Juanma Barranquero  <lektu@terra.es>
951         * INSTALL: Reword the section on image support.  Add reference to
952         GnuWin32.  Mention problems when mixing binaries from different
953         compilers.
955 2004-05-06  Jason Rumney  <jasonr@gnu.org>
957         * configure.bat: Use -mno-cygwin to check for image libraries
958         when needed.
960 2004-05-03  Jason Rumney  <jasonr@gnu.org>
962         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
963         * makefile.def: Remove.
965         * nmake.defs (SYS_LDFLAGS): Add -nologo.
967         * makefile.w32-in (info-gmake, info-nmake): New targets.
968         (info): Use them.
970 2004-04-23  Juanma Barranquero  <lektu@terra.es>
972         * nmake.defs:
973         * gmake.defs:
974         * makefile.w32-in:
975         * makefile.def:
976         * makefile.nt: Add "-*- makefile -*-" mode tag.
978 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
980         * runemacs.c (WinMain): Let Emacs environment default to parent.
982 2004-03-11  Jason Rumney  <jasonr@gnu.org>
984         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
986 2004-03-10  Juanma Barranquero  <lektu@terra.es>
988         * makefile.w32-in (install): Don't try to copy
989         ../lib-src/fns-*.el, as it isn't used anymore.
991 2004-01-28  Peter Runestig  <peter@runestig.com>
993         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
995 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
997         * .cvsignore: Add `.arch-inventory'.
999 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
1001         * inc/grp.h: New file.
1003 2003-09-03  Peter Runestig  <peter@runestig.com>
1005         * configure.bat: Create ``makefile'' in directories man, lispref
1006         and lispintro.
1008         * makefile.w32-in (force-info, info): New targets.
1010         * envadd.bat: New file.
1012         * multi-install-info.bat: New file.
1014 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
1016         * config.nt (my_strftime): New define.
1018 2003-02-01  Jason Rumney  <jasonr@gnu.org>
1020         * configure.bat: Automatically detect libXpm.
1021         Suppress compiler output when testing for image libraries.
1022         Give names of un-found libraries in messages.
1024 2003-01-31  Juanma Barranquero  <lektu@terra.es>
1026         * configure.bat: Automatically detect giflib and tifflib.
1028 2003-01-29  Jason Rumney  <jasonr@gnu.org>
1030         * gmake.defs (CURDIR): Disable cygpath kludge.
1032 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
1034         * configure.bat: Avoid endless loop when configuring without image
1035         support.
1037 2003-01-26  Jason Rumney  <jasonr@gnu.org>
1039         * configure.bat: Automatically detect jpeglib.
1041 2003-01-25  Jason Rumney  <jasonr@gnu.org>
1043         * configure.bat: Automatically detect libpng.
1045 2003-01-21  Jason Rumney  <jasonr@gnu.org>
1047         * icons/hand.cur: New file.
1049 2003-01-21  David Ponce  <david@dponce.com>
1051         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
1053 2003-01-15  Andrew Innes  <andrewi@gnu.org>
1055         * gmake.defs (CURDIR): Convert to native Windows format (with
1056         forward slashes), to support building with Cygwin builds of make.
1058 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
1060         * nmake.defs:
1061         * gmake.defs: Made changes so that Emacs would link with
1062         WinMM.lib.  This change was required for my addition of a Windows
1063         compatible implementation of play-sound-internal.
1065 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
1067         * emacs.rc: Version updated to 21.3.50.
1069 2002-06-13  Jason Rumney  <jasonr@gnu.org>
1071         * addpm.c (env_vars): Remove EMACSLOCKDIR.
1073         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
1074         (maybe-bootstrap-SH): New targets.
1075         (all): Depend on maybe-bootstrap.
1077 2002-05-03  Jason Rumney  <jasonr@gnu.org>
1079         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
1080         (sys_getpeername, fcntl): Declare as wrappers.
1082 2002-04-10  Juanma Barranquero  <lektu@terra.es>
1084         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
1085         after compiling .el files.
1087 2002-03-20  Jason Rumney  <jasonr@gnu.org>
1089         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
1090         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
1092 2002-03-19  Kim F. Storm  <storm@cua.dk>
1094         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
1095         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
1096         (HAVE_SYS_UN_H): Undef.
1097         From David Ponce <dponce@voila.fr>.
1099 2002-03-13  Jason Rumney  <jasonr@gnu.org>
1101         * config.nt (STRFTIME_NO_POSIX2): Define.
1103 2002-02-18  Jason Rumney  <jasonr@gnu.org>
1105         * emacs.rc: Define VS_VERSION_INFO if not already.
1106         Update version info.
1108 2002-01-04  Andrew Innes  <andrewi@gnu.org>
1110         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1111         pick up relevant bits of the Windows API definitions.
1113         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1114         pick up relevant bits of the Windows API definitions.
1116 2001-12-14  Andrew Innes  <andrewi@gnu.org>
1118         * makefile.w32-in (bootstrap): Build addsection program before
1119         bootstrap (required for post-processing temacs.exe).
1121 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
1123         * COPYING: New file.
1125 2001-12-03  Andrew Innes  <andrewi@gnu.org>
1127         * makefile.w32-in (bootstrap-nmake):
1128         (bootstrap-gmake): Extend bootstrap process to first do
1129         bootstrap-clean in lisp dir and rebuild the DOC file.
1130         (bootstrap): Do a "normal" make after the bootstrap work.
1132 2001-11-20  Jason Rumney  <jasonr@gnu.org>
1134         * INSTALL: Update table of versions of make that are suitable
1135         for building Emacs, based on recent feedback.
1137         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
1139 2001-11-19  Andrew Innes  <andrewi@gnu.org>
1141         * ftime-nostartup.bat: New file.
1143         * ftime.bat: Don't include libc.lib for profiling - the profiler
1144         corrupts part of memcpy.
1146 2001-11-17  Jason Rumney  <jasonr@gnu.org>
1148         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1149         expansion.  From Juanma Barranquero <lektu@terra.es>.
1151 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1153         * (Version 21.1 released.)
1155 2001-10-12  Andrew Innes  <andrewi@gnu.org>
1157         * inc/pwd.h (uid_t, gid_t): New typedefs.
1159 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1161         * Branch for 21.1.
1163 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1165         * README: Update the address of the mailing list and subscription
1166         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
1168 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
1170         * INSTALL: Suggest to avoid using WinZip.
1172         * configure.bat: Make sure ../site-lisp exists; create if necessary.
1174 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
1176         * INSTALL: Mention that "make install" can be "nmake install".
1178 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
1180         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1181         since some versions of `mkdir' don't automatically create parent
1182         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1184 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
1186         * subdirs.el: New file.
1188         * configure.bat: Copy subdirs.el to the site-lisp directory.
1190         * makefile.w32-in (install): Copy subdirs.el to the installation
1191         directory.
1193 2001-06-20  Jason Rumney  <jasonr@gnu.org>
1195         * runemacs.c (WinMain): Add quotes around command in case of spaces.
1197 2001-06-01  Andrew Innes  <andrewi@gnu.org>
1199         * gmake.defs (sh_output): Don't use $(warning ...) to output
1200         messages, since that is not supported by GNU make 3.77.
1202 2001-05-24  Jason Rumney  <jasonr@gnu.org>
1204         * INSTALL: Clarify that building with MSVC requires nmake.
1206 2001-05-17  Andrew Innes  <andrewi@gnu.org>
1208         * gmake.defs (NEW_CYGWIN): Output message about spurious error
1209         message that is to be ignored.
1211 2001-05-13  Andrew Innes  <andrewi@gnu.org>
1213         * TODO: Remove file, since it is completely out of date.
1215         * README: Add copyright notice.
1217         * INSTALL: Add copyright notice.
1219 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1221         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1222         the environment.
1224         * gmake.defs (SETLOADPATH): Remove definition.
1225         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1226         environment.
1228 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
1230         * configure.bat: Make the checkw32api* labels be distinct in the
1231         first 8 characters.
1233 2001-03-17  Andrew Innes  <andrewi@gnu.org>
1235         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1236         escaped quotes.
1238         * gmake.defs (DEBUG_LINK): New macro.
1239         (LINK_FLAGS): Use it.
1241         * nmake.defs (DEBUG_LINK): New macro.
1242         (LINK_FLAGS): Use it.
1244 2001-03-06  Andrew Innes  <andrewi@gnu.org>
1246         * INSTALL: Add --ldflags to configure line for building with
1247         recent versions of Cygwin GCC.
1249 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
1251         * configure.bat: Use correct options when compiling a test program
1252         with Cygwin.  From David Ponce <dponce@voila.fr>.
1254 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1256         * _emacs: Remove obsolete file.
1258         * emacs.bat.in: Remove obsolete file.
1260         * debug.bat.in: Remove obsolete file.
1262         * inc/sys/socket.h: Add copyright notice.
1264         * paths.h: Add copyright notice.
1266         * makefile.nt: Update copyright notice.
1268         * makefile.def: Update copyright notice.
1270         * configure.bat: Update copyright notice.
1272         * nmake.defs: Add copyright notice.
1274         * gmake.defs: Add copyright notice.
1276         * makefile.w32-in: Add copyright notice.
1278 2001-02-05  Andrew Innes  <andrewi@gnu.org>
1280         * nmake.defs (THISDIR): New definition.
1282         * gmake.defs (THISDIR): New definition.
1284 2001-02-03  Andrew Innes  <andrewi@gnu.org>
1286         * configure.bat: Leave a space before >> only when there is a
1287         preceding digit.  Add a comment about the importance of this.
1289         * README: Replace outdated information.
1291         * INSTALL (Trouble-shooting): Add note about need to specify extra
1292         compiler flags with recent Cygwin ports of gcc.
1294 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
1296         * configure.bat: Use "rm -f" instead of "del /f", as the latter
1297         is not supported by Windows 9X's COMMAND.COM.
1299 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
1301         * configure.bat: Make sure redirection is preceded by a blank, to
1302         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1303         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
1305 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
1307         * INSTALL: Copy the table of tested combinations of development
1308         tools from configure.bat.  Add suggestion to install Bash on
1309         Windows 9X.
1311         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1312         lisp/Makefile.in instead.  Use "rm -f" where more than one file
1313         needs to be deleted, since command.com in Windows 9X doesn't grok
1314         more than one argument.
1316 2001-01-24  Andrew Innes  <andrewi@gnu.org>
1318         * makefile.w32-in (cleanall-other-dirs-nmake):
1319         (cleanall-other-dirs-gmake): New targets.
1320         (cleanall): Invoke them.
1322 2001-01-19  Andrew Innes  <andrewi@gnu.org>
1324         * addpm.c (env_vars): Add a version-independent site-lisp
1325         directory to EMACSLOADPATH, after the version dependent one.
1327 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1329         * README: Update info about compilers.
1331         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1332         select correct rule for invoking make in another directory.  Amend
1333         rules accordingly.
1334         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1336         * nmake.defs (EMACS_ICON_PATH): Delete definition.
1337         (COMPILER_TEMP_FILES): New definition.
1338         (MAKETYPE): New definition.
1340         * gmake.defs (EMACS_ICON_PATH): Delete definition.
1341         (COMPILER_TEMP_FILES): New definition.
1342         (MAKETYPE): New definition.
1344         * makefile.def (EMACS_ICON_PATH): Delete definition.
1346         * configure.bat: Be careful not to add trailing spaces when
1347         outputting to config.settings.
1349 2001-01-02  Andrew Innes  <andrewi@gnu.org>
1351         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1352         than the function.
1354 2000-12-17  Andrew Innes  <andrewi@gnu.org>
1356         * makefile.w32-in (install): Copy directories to the correct
1357         places.
1358         (real_install): Remove obsolete target.
1360 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1362         * nmake.defs (CURDIR): New define.
1363         (INSTALL_DIR): Use it.
1365         * gmake.defs (NEW_CYGWIN): New define.
1366         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1367         so we need to adjust how we escape embedded quotes.
1368         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1369         relative to $(CURDIR).
1371 2000-11-25  Jason Rumney  <jasonr@gnu.org>
1373         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1375 2000-10-17  Andrew Innes  <andrewi@gnu.org>
1377         * makefile.w32-in (recompile): New target to recompile lisp
1378         directory.
1379         (recompile-CMD, recompile-SH): New support targets.
1381 2000-09-24  Jason Rumney  <jasonr@gnu.org>
1383         * config.nt (NO_RETURN): Define it.
1385 2000-09-17  Andrew Innes  <andrewi@gnu.org>
1387         * gmake.defs: Revert to Unix line endings.
1389         * nmake.defs: Revert to Unix line endings.
1391 2000-09-16  Andrew Innes  <andrewi@gnu.org>
1393         * gmake.defs (SETLOADPATH): Change definition to work from any
1394         subdirectory.
1396 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1398         * makefile.w32-in: Revert to Unix line endings.
1400 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1402         * INSTALL: Add note about expected error messages when configure
1403         is run.
1405         * configure.bat: Simplify the generation of makefiles (don't need
1406         to generate various top-level targets that invoke make in other
1407         directories).
1409         * gmake.defs (SHELLTYPE): New define.
1410         (SETLOADPATH): New define.
1412         * nmake.defs (SHELLTYPE): New define.
1414         * makefile.w32-in: Standardize indentation somewhat.
1415         Add bootstrap support.
1416         Pass $(MFLAGS) when invoking make recursively.
1417         Add shell-specific variants of top-level targets that invoke make
1418         recursively in other directories, and add necessary computed
1419         dependencies.
1421 2000-09-03  Andrew Innes  <andrewi@gnu.org>
1423         * makefile.w32-in: Change to DOS line endings.
1425         * configure.bat: Change to DOS line endings.
1427         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1428         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1430         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1431         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1433         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1434         -D_ANONYMOUS_STRUCT on compile line.
1435         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1436         (ARCH_CFLAGS): Change optimization flags to -O2.
1437         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1438         (ARGQUOTE, DQUOTE): New defines.
1440         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1441         -D_ANONYMOUS_STRUCT on compile line.
1442         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1443         (ARGQUOTE, DQUOTE): New defines.
1445 2000-08-22  Andrew Innes  <andrewi@gnu.org>
1447         * configure.bat: New file.
1449         * gmake.defs: New file.
1451         * nmake.defs: New file.
1453         * makefile.w32-in: New file.
1455         * INSTALL: Rewrite to match new configure process.
1457         * config.nt [WINDOWSNT]: Don't declare getenv.
1458         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1460         * addpm.c (main): Accept /q to mean install based on addpm's
1461         location without asking.  Remove reference to emacs.bat which is
1462         now obsolete.
1464         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1466         * paths.h: Use forward slash as directory separator in all path
1467         definitions.
1468         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1470         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1472         * runemacs.c: Remove WIN32 define.
1474         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1475         not defined.
1477         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1478         (fd_set): Define to new name, after including winsock.h, so we can
1479         provide our own implementation.
1481 2000-07-05  Andrew Innes  <andrewi@gnu.org>
1483         * ebuild.bat: Add support for specifying make arguments.
1485         * makefile.nt: Add support for `bootstrap' and related targets.
1487 2000-06-11  Jason Rumney  <jasonr@gnu.org>
1489         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1491 2000-02-06  Andrew Innes  <andrewi@gnu.org>
1493         * inc/sys/time.h: Add inclusion protection.
1495         * makefile.def (SYS_LDFLAGS): Add -nologo.
1497 1999-11-22  Andrew Innes  <andrewi@gnu.org>
1499         * install.bat: Pass on command line arguments to make.
1501         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1503 1999-11-21  Andrew Innes  <andrewi@gnu.org>
1505         * makefile.nt (all): Build leim if present.
1506         (install): Install leim if present.
1507         (clean): Clean leim if present.
1509         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1510         definition.
1512         * emacs.bat.in (EMACSLOADPATH): Include leim.
1514 1999-07-12  Richard Stallman  <rms@gnu.org>
1516         * Version 20.4 released.
1518 1999-06-16  Andrew Innes  <andrewi@gnu.org>
1520         * emacs.rc: Use an icon with a transparent background, to be in
1521         keeping with other applications.
1523 1999-06-03  Andrew Innes  <andrewi@gnu.org>
1525         * preprep.c: Fix typo.
1527 1999-05-02  Andrew Innes  <andrewi@gnu.org>
1529         * config.h: Remove obsolete file.
1531         * preprep.c (copy_executable_and_move_sections): Ifdef out a
1532         couple of unused switch cases that aren't defined on all
1533         platforms.
1535         * ftime.bat: Add another variation of the profile command, which
1536         only profiles extended commands.
1538 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
1540         * cmdproxy.c (main): Fix parens.
1542 1999-03-25  Andrew Innes  <andrewi@gnu.org>
1544         * cmdproxy.c (main): Call GetShortPathName to normalize program
1545         names for comparison.
1547 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
1549         * makefile.def: Compile multiple .c files when possible.
1550         Use BLD instead of assuming i386.
1551         * makefile.nt: Remove common multiple file compilation commands.
1553 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
1555         * cmdproxy.c (main): Add missing parens.
1557 1999-02-20  Andrew Innes  <andrewi@gnu.org>
1559         * preprep.c: New program to allow dumped image to be profiled.
1561         * makefile.nt (preprep): New target.
1562         (ALL): Build it.
1564         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1566         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1567         Change prep options to profile libc functions and skip the startup
1568         code.
1570 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
1572         * makefile.nt: Create installation directory as first step.
1574 1999-01-31  Andrew Innes  <andrewi@gnu.org>
1576         * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
1577         ROUND_UP_DST.  Zeroes the alignment slop.
1578         (copy_executable_and_add_section): Update the
1579         SizeOfHeaders field properly.
1581 1999-01-27  Andrew Innes  <andrewi@gnu.org>
1583         * makefile.nt: Do make version comparison as strings.
1585 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
1587         * runemacs.c (WinMain): Pass explicit environment block to
1588         CreateProcess, to work around a bug in Windows 95/98.
1590 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
1592         * icons: New directory with Davenport's icons.
1593         * icons/sink.ico: Renamed from emacs.ico.
1595         * makefile.nt (install, fast_install): Install Windows icons
1596         into etc/icons.
1598         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1600 1999-01-17  Andrew Innes  <andrewi@gnu.org>
1602         * makefile.nt (ALL): List top-level targets.
1603         (addsection): New top-level target.
1604         (install): Copy fns-*.el to bin directory.
1606         * addsection.c: New program to add static heap section to
1607         temacs.exe after linking, in support of new unexec method.
1609 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
1611         * cmdproxy.c (spawn): Pass directory for child as parameter.
1612         (main): Save startup directory to give to spawn, then change
1613         directory to location of .exe in order not to prevent startup
1614         directory from being deleted.
1616 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
1618         * makefile.nt: Do string comparision of _NMAKE_VER.
1620 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
1622         * config.nt (LOCALTIME_CACHE): Define.
1624 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
1626         * install.bat: Convert to DOS format.
1628 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
1630         * cmdproxy.c (main): Set environment size only when running
1631         command.com.
1633 1998-11-03  Theodore Jump  <tjump@tertius.com>
1635         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1636         (DEL_TREE): Use rd instead of rmdir.
1637         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
1638         * makefile.nt: Compile multiple source files when possible.
1640 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
1642         * cmdproxy.c (main): Treat command line options as case-insensitive.
1644 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
1646         * Version 20.3 released.
1648 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
1650         * addpm.c (main): Explicitly check result of message box for OK.
1652 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
1654         * inc/sys/file.h (D_OK): Define new macro.
1656 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
1658         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1660 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
1662         * emacs.rc (VS_VERSION_INFO): Define.
1664 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
1666         * makefile.nt (emacs.bat, debug.bat): Create them in the
1667         installation directory.
1669 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
1671         * ddeclient.c: New file.  (Support program for performing limited
1672         interprocess communication on Windows.)
1674         * makefile.nt: Build ddeclient.
1676         * cmdproxy.c (main): Only set environment size for real shell, and
1677         provide extra directory argument, when running on Windows 95.
1679 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
1681         * cmdproxy.c (fail): Exit with a negative return value.
1682         (spawn): Return subprocess return code as an argument.
1683         Explicitly copy environment block.
1684         (main): Update to use return value argument with spawn.
1685         Retry if spawn failed when a subshell was not tried.
1687         * config.nt: Include new macros from src/config.in.
1688         (GNU_MALLOC, REL_ALLOC): Define.
1689         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1690         (RE_TRANSLATE): Use char_table_translate.
1692         * makefile.def (CP_DIR): Preserve attributes.
1694         * makefile.nt (clean): Delete patch generated files, optimized
1695         build directory.
1697 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
1699         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1701 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1703         * Version 20.2 released.
1705 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1707         * Version 20.1 released.
1709 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
1711         * debug.bat.in: New file.
1712         * makefile.nt (debug.bat): New target.
1714 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
1716         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1717         Quote group name.  Allow different icons to be specified.
1719         * cmdproxy.c (get_env_size): New function.
1720         (spawn): Explicitly pass in environment when creating subprocess.
1721         (main): Cleanup error messages.
1722         Specify dynamically sized environment block for real shell.
1723         Pass on unhandled switches to real shell.
1724         Quote program name.
1726         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
1727         directory.
1728         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1730         * runemacs.c (WinMain): Allow Emacs process to be started with
1731         high or low priority.
1733         * emacs.bat.in: Remove OS dependent operations.
1735 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
1737         * addpm.c (env_vars): No longer set INFOPATH.
1739         * cmdproxy.c (get_next_token): Null terminate token returned.
1741         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1743 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
1745         * addpm.c (env_vars): Set SHELL to cmdproxy.
1746         (main): Initialize idDde to 0.
1747         Determine emacs_path from module file name.
1748         Prompt for install.
1750         * makefile.def (MSVCNT11): Conditionally define it.
1751         (BASE_LIBS): Do not use oldnames.lib.
1752         (SYS_LDFLAGS): Use pdb files.
1753         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1754         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1755         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1757         * makefile.nt (ALL): Build cmdproxy.
1758         (cmdproxy): New target.
1759         (install): Install cmdproxy.
1761         * ftime.bat, debug.bat, cmdproxy.c: New files.
1763 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
1765         * inc/sys/socket.h (shutdown): Define.
1766         (sys_shutdown): Export.
1768 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1770         * config.nt (RE_TRANSLATE): Copy definition from config.in.
1772 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
1774         * config.nt: Update file comments.
1775         Update undefs added/removed in src/config.in.
1777 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
1779         * makefile.def, emacs.bat: Use windows95 and windowsnt instead
1780         of win95 and winnt, respectively.
1782 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
1784         * makefile.nt (real_install): Create site-lisp in installation dir.
1785         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1786         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1788 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1790         * Version 19.33 released.
1792 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
1794         * runemacs.c (WinMain): Put a space between the binary and its args.
1796 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1798         * Version 19.32 released.
1800 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
1802         * makefile.nt (clean): Use OBJDIR macro.
1804 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
1806         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1807         Not defined by default.
1808         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1809         (WinMain): Convert backslashes to slashes in env var values.
1811         * addpm.c (env_vars): Use slashes, not backslashes.
1813 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1815         * Version 19.31 released.
1817 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
1819         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1820         undo settings afterwards.
1822 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
1824         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1825         environment variable.
1827 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1829         * install.bat: Allow for optimized build.
1830         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1831         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1833 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1835         * addpm.c (REG_ROOT): Don't use a trailing backslash.
1836         (env_vars): Rename field emacs_path to emacs_dir.
1837         (main): Add link to runemacs instead of emacs.
1839         * install.bat: Check if INSTALL_DIR is passed as an argument.
1841         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1843         * makefile.nt: Build and install runemacs.exe.
1845         * runemacs.c: New file.
1847         * config.w95: File removed.
1849         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1850         inc/sys/socket.h, inc/sys/time.h: New header files.
1852         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1854 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
1856         * makefile.def (DEL): Defined.
1857         (DEL_TREE) [win95]: Defined.
1858         (SYS_LDFLAGS): Set executable versions to 3.10.
1860         * makefile.nt: Change uses of del to $(DEL).
1862 1996-01-17  Erik Naggum  <erik@naggum.no>
1864         * All files: Update FSF's address in comment preamble.
1866 1996-01-03  George V. Reilly  <georger@microcrafts.com>
1868         * emacs.ico: Now the proverbial kitchen sink icon.
1870 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1872         * Version 19.30 released.
1874 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
1876         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1878         * makefile.nt (install, fast_install, real_install, clean):
1879         Don't use switches to del not supported by Win95.
1881 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
1883         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1884         (install, fast_install): Change same-dir test to create test file in
1885         installation tree and thereby support read-only shares.
1886         (clean): Remove .pdb files.
1888         * makefile.def (NTGUI): New macro.
1889         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1891         * config.nt, config.w95: Update to latest src/config.in.
1893         * addpm.c (env_vars): New variable.
1894         (add_registry): New procedure.
1895         (main): Use values of configuration environment variables from
1896         the registry if defined, the process environment otherwise.
1898 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1900         * Version 19.29 released.
1902         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1904 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
1906         * makefile.nt: Define .c to .obj suffix rule.
1907         (addpm.obj): Compile directly, use CFLAGS.
1908         (addpm.exe): Link from addpm.obj.
1910         * makefile.def (MSVCNT11): Defined.
1911         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1912         (CFLAGS_COMMON): Defined.
1913         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1915 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
1917         * emacs.bat.in: Renamed from emacs.bat.
1918         (emacs_dir): Renamed from emacs_path.
1919         Definition removed.
1921         * addpm.c: New file.
1922         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
1923         (all): Depend upon $(BLD) and $(ALL).
1924         (install): Depend upon emacs.bat.
1925         Create program item for Emacs.
1926         (clean): Delete obj.
1927         (emacs.bat): Defined.
1928         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
1930 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
1932         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1933         Add carriage returns; necessary for batch files on Win95.
1935 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
1937         * config.w95: Created.
1938         * config.h: Changed to config.nt.
1940         * makefile.nt (SUBDIRS): Commented out.
1941         (all, install, clean): Expand for-loops.
1942         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
1944         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
1945         (ARCH): New definition.
1946         (CPU, CONFIG_H, OS_TYPE): Defined.
1947         (INCLUDE, LIB): Checked if valid.
1948         (ntwin32.mak): Included.
1949         (AR, CC, LINK): New definition.
1950         (ADVAPI32, libc, BASE_LIBS): Defined.
1951         (SYS_LDFLAGS): New definition.
1952         Update comments and preprocessor conditionals.
1954         * emacs.bat (SHELL): Conditionally defined.
1955         (HOME): Conditionally defined.
1956         (emacs_path, HOME): Update comments.
1957         Turn off all echo.
1959 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1961         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1962         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1963         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1964         inc/sys/param.h: Removed carriage-returns.
1966 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1968         * makefile.def (CVTRES): Defined.
1970         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1972 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1974         * src: Remove directory.
1976         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1978 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1980         * makefile.def (INSTALL_DIR): Changed to generic directory.
1982         * emacs.bat: Added arguments when emacs.exe invoked.
1984         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1986 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
1988         * makefile.def (CC): In configuration section.
1989         (COMPAT_LIB): Defined.
1991 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
1993         * src/paths.h: New file.
1995         * src/config.h: New file.
1997         * inc/pwd.h: New file.
1999         * inc/sys/dir.h: New file.
2001         * inc/sys/file.h: New file.
2003         * inc/sys/ioctl.h: New file.
2005         * inc/sys/param.h: New file.
2007         * todo: New file.
2009         * README: New file.
2011         * makefile.nt: New file.
2013         * makefile.def: New file.
2015         * install.cmd: New file.
2017         * INSTALL: New file.
2019         * fast-install.cmd: New file.
2021         * emacs.cmd: New file.
2023         * ebuild.cmd: New file.
2025         * _emacs: New file.
2027 ;; Local Variables:
2028 ;; coding: utf-8
2029 ;; add-log-time-zone-rule: t
2030 ;; End:
2032   Copyright (C) 1995-1999, 2001-2011  Free Software Foundation, Inc.
2034   This file is part of GNU Emacs.
2036   GNU Emacs is free software: you can redistribute it and/or modify
2037   it under the terms of the GNU General Public License as published by
2038   the Free Software Foundation, either version 3 of the License, or
2039   (at your option) any later version.
2041   GNU Emacs is distributed in the hope that it will be useful,
2042   but WITHOUT ANY WARRANTY; without even the implied warranty of
2043   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2044   GNU General Public License for more details.
2046   You should have received a copy of the GNU General Public License
2047   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.