Merge from emacs-23
[emacs.git] / nt / ChangeLog
blob4dfdd16fd32d99b46cfb10d447319d4eed6ca42e
1 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
3         Build binary distros on Windows using emacs-VERSION as root dir name.
5         * makefile.w32-in: Copy README.W32 to installation directory
6         during `make install'.  Remove README.W32 with `distclean' (in
7         case Emacs was installed in place).  Use temporary directory to
8         create distribution zip files in `dist' target.
9         * zipdist.bat: Simplify code using temporary directory.
11 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
13         * runemacs.c (set_user_model_id): Fix prototype.
15 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
17         New make target for Windows platform: make dist (bug#6602)
19         * INSTALL: Document new dist target and add section about
20         creating binary distributions.
21         * README.W32: Relocate from admin/nt/ directory.
22         * configure.bat: New parameter `--distfiles'.
23         * makefile.w32-in: Add version number, new target `dist'.
24         Add new target `install-shortcuts'.
25         * zipdist.bat: New file; create zipped binary distribution,
26         replaces admin/nt/makedist.bat.
28 2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
30         * INSTALL: Add note about backslashes in Windows paths.
31         Fix typos.  Simplify references to Windows versions.
33 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
35         * addpm.c (add_registry, main):
36         * cmdproxy.c (get_env_size):
37         * ddeclient.c (main):
38         * runemacs.c (set_user_model_id):
39         Convert definitions to standard C.
41 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
43         * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
45 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
47         * configure.bat: New option --enable-checking.
48         * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
49         (CFLAGS): Include it.
51 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
53         * config.nt (volatile): Remove definition.
55 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
57         * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
58         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
60 2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
62         * config.nt (__P): Remove.
64 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
66         * config.nt: Remove code depending on BSTRING.
68 2010-06-03  Glenn Morris  <rgm@gnu.org>
70         * config.nt: Remove NOT_C_CODE tests, it is always true now.
72 2010-05-13  Glenn Morris  <rgm@gnu.org>
74         * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
76 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
78         * Version 23.2 released.
80 2010-05-04  Glenn Morris  <rgm@gnu.org>
82         * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
84 2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
86         * emacs.manifest: Add trustInfo section to Windows manifest.
88 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
90         * Branch for 23.2.
92 2010-01-13  Martin Rudalics  <rudalics@gmx.at>
94         * emacsclient.rc: Fix format of "LegalCopyright" value.
96 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
98         * INSTALL: Remove obsolete notes about line endings, and fix some typos.
100 2009-12-27  Karl Fogel  <kfogel@red-bean.com>
102         * INSTALL: Update for CVS->Bazaar switchover.
104 2009-09-14  Juanma Barranquero  <lekktu@gmail.com>
106         * configure.bat: Add #define PROFILING to config.h.
108 2009-07-03  Jason Rumney  <jasonr@gnu.org>
110         * runemacs.c (set_user_model_id): Use standard types.
112 2009-06-30  Jason Rumney  <jasonr@gnu.org>
114         * runemacs.c (set_user_model_id): New function.
115         (WinMain): Use it.
117 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
119         * Branch for 23.1.
121 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
123         * inc/sys/stat.h (struct stat): Change the types of st_uid and
124         st_gid to unsigned.
126         * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
127         to unsigned.
128         (getpwuid): Argument is now unsigned.
129         uid_t is now unsigned.
131 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
133         * INSTALL: Add comment about TCC; fix typos.
135 2009-01-26  Jason Rumney  <jasonr@gnu.org>
137         * emacsclient.rc, emacs.rc: Swap name and description.
138         Remove Windows versions.
140 2009-01-15  Jason Rumney  <jasonr@gnu.org>
142         * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
144         * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
146         * addpm.c (main): Try using COM to create start menu shortcuts
147         before resorting to DDE (Bug#202)
148         Remove second command-line argument.
150 2009-01-03  Juanma Barranquero  <lekktu@gmail.com>
152         * configure.bat: Untabify help message.
154 2009-01-03  Jason Rumney  <jasonr@gnu.org>
156         * configure.bat: New option --with-svg.
158         * INSTALL: Document experimental SVG support.
160 2008-12-25  Jason Rumney  <jasonr@gnu.org>
162         * config.nt (PTR): Remove.
164 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
166         * config.nt (LISTPROC, PROCATTR): Remove.
168 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
170         * config.nt (LISTPROC, PROCATTR): New macros.
172 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
174         * config.nt (MULTI_KBOARD): Remove.
176 2008-07-23  Jason Rumney  <jasonr@gnu.org>
178         * configure.bat: New option --profile.
179         * gmake.defs: Set cflags and ldflags for profiling when specified.
181 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
183         * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
185 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
187         * config.nt (HAVE_FACES): Remove, unused.
189 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
190             Eli Zaretskii  <eliz@gnu.org>
192         * nmake.defs (FONT_CFLAGS):
193         * gmake.defs (FONT_CFLAGS): Remove.
194         (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
195         (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
196         and _CRTAPI1.
197         (ARCH_FLAGS): Don't include _X86_.
199         * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
201 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
203         * config.nt: Remove reference to UNEXEC_SRC.
205 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
206             Eli Zaretskii  <eliz@gnu.org>
208         * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
209         Don't hardcode -gstabs+, use DEBUG_INFO.
211         * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
212         Default to stabs if the compiler does not support DWARF-2.
213         (genmakefiles): Write new variable DEBUG_INFO to config.settings.
215 2008-05-14  Jason Rumney  <jasonr@gnu.org>
217         * configure.bat: Remove code dealing with --disable-font-backend.
219 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
221         * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
222         better alignment.  Make st_size 64-bit wide.  Add new members
223         st_uname and st_gname.
225         * inc/grp.h (struct group): Add gr_gid member.
227 2008-04-23  Eli Zaretskii  <eliz@gnu.org>
229         * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
230         (all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having
231         a real file there is not a good idea.
233 2008-04-23  Jason Rumney  <jasonr@gnu.org>
235         * makefile.w32-in (CLIENTRES): New variable and build target.
236         (all): Depend on it.
237         ($(TRES)): Use $(TRES) in rule.
239 2008-04-21  Jason Rumney  <jasonr@gnu.org>
241         * configure.bat (success): Print "make" rather than "gmake", as that
242         is what MinGW uses.
244 2008-04-11  Eli Zaretskii  <eliz@gnu.org>
246         * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
247         Add copyright notice.
249 2008-04-10  Jason Rumney  <jasonr@gnu.org>
251         * emacsclient.rc: New file.
253         * INSTALL: Document make targets.
255 2008-04-09  Jason Rumney  <jasonr@gnu.org>
257         * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
258         (clean-other-dirs-gmake): Likewise.  Clean doc dirs.
259         (top-distclean, distclean, distclean-other-dirs-nmake)
260         (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
261         (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
263 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
265         * inc/sys/stat.h: New file.
267         * configure.bat: Add check for usp10.h.
269 2008-04-04  Jason Rumney  <jasonr@gnu.org>
271         * INSTALL: Update W32 API requirements.
273 2008-04-03  Jason Rumney  <jasonr@gnu.org>
275         * gmake.defs, nmake.defs (UNISCRIBE): New variable.
277 2008-03-13  Glenn Morris  <rgm@gnu.org>
279         * emacs.rc: Set version to 23.0.60.
281 2008-03-04  Jason Rumney  <jasonr@gnu.org>
283         * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
284         (EMACS_EXTRA_C_FLAGS): Include it.
285         * configure.bat (usefontbackend): Default to Y.
286         (--enable-font-backend): Replace with --disable-font-backend.
287         (:withfont): Replace with :withoutfont.
289 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
291         * icons/emacs.ico: Full alpha for 32x32 full color.
292         Add 32x32 and 16x16 256 color versions.
294 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
296         * icons/emacs22.ico: New file (the old emacs.ico under a new name).
298 2008-03-02  Jason Rumney  <jasonr@gnu.org>
300         * makefile.w32-in ($(TRES)): Depend on icon and manifest.
302 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
304         * icons/README: Update.
306         * icons/emacs.ico: New icon.
308 2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
310         * addpm.c: Include malloc.h.
311         (add_registry): Cast return value of alloca.
313 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
315         * config.nt (SHORTNAMES): Remove reference to obsolete variable.
317 2008-02-11  Eli Zaretskii  <eliz@gnu.org>
319         * configure.bat (checkgcc): Move "del junk.o" to here, and make it
320         conditional on existence of junk.o.  If %nocygwin% is already set
321         to Y, skip to chkapiN instead of chkapi.
322         (chkapi): Move "rm -f junk.c junk.o" to here.
323         (chkapiN): New label.
325 2008-02-11  Jason Rumney  <jasonr@gnu.org>
327         * makefile.w32-in: Remove unidata-gen related rules.
329 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
331         * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
333 2008-02-11  Jason Rumney  <jasonr@gnu.org>
335         * addpm.c (add_registry): Add an App Paths registry key.
336         Look for GTK and add it to the DLL search path for Emacs if found.
338 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
340         * configure.bat: In help, use generic names for the image libraries.
342 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
344         * .cvsignore: Don't ignore .arch-inventory.
346 2008-02-03  Jason Rumney  <jasonr@gnu.org>
348         * configure.bat: Make gcc the default compiler.
350 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
352         * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
353         Ignore return status.
355         * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
356         it out of the way of Windows generated file.  Generate
357         admin/unidata/makefile.
359         * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
360         (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
361         (unidatagen-clean-SH): New targets.
362         (bootstrap-nmake): Invoke unidatagen-nmake.
363         (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
365 2008-02-01  Jason Rumney  <jasonr@gnu.org>
367         * configure.bat (withfont): Set sep1 after modifying usercflags.
369 2008-02-01  Jason Rumney  <jasonr@gnu.org>
371         * configure.bat: Rename --with-font-backend to --enable-font-backend
372         for consistency with other platforms.
374 2008-02-01  Jason Rumney  <jasonr@gnu.org>
376         * configure.bat: Add --with-font-backend option.
378 2008-01-20  Jason Rumney  <jasonr@gnu.org>
380         * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
381         permissions to NTFS ACLs.
383 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
385         * config.nt: Remove HAVE_X11R5.
387 2007-10-22  Jason Rumney  <jasonr@gnu.org>
389         * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
390         (strings.h, stdlib.h): Conditionally include.
391         (w32_abort): Declare here.
392         (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
394 2007-10-20  Jason Rumney  <jasonr@gnu.org>
396         * makefile.w32-in (info-nmake): Change into correct directories.
398 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
400         * configure.bat (docflags, doldflags): New variables.
401         (genmakefiles): Use them to work around problems with whitespace
402         in arguments of the `if' command.
404 2007-10-18  Jason Rumney  <jasonr@gnu.org>
406         * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
408 2007-09-27  Jason Rumney  <jasonr@gnu.org>
410         * gmake.defs (COMCTL32): New system library.
412         * nmake.defs (COMCTL32): New system library.
414 2007-09-06  Glenn Morris  <rgm@gnu.org>
416         * configure.bat:
417         * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
418         Change from ../man to ../doc/emacs and ../doc/misc; and from
419         ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
421 2007-08-29  Glenn Morris  <rgm@gnu.org>
423         * emacs.rc: Increase version to 23.0.50.
425 2007-08-14  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
427         * makefile.w32-in (bootstrap-nmake): Change directories once more.
429 2007-07-25  Glenn Morris  <rgm@gnu.org>
431         * Relicense all FSF files to GPLv3 or later.
433         * COPYING: Switch to GPLv3.
435 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
437         * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
438         Depend on cmdproxy.
439         (cleanall): Don't delete *~.
441 2007-07-15  Jason Rumney  <jasonr@gnu.org>
443         * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
444         be fully supported.
446 2007-07-14  Jason Rumney  <jasonr@gnu.org>
448         * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
449         of winsock.h.
451 2007-07-11  Jason Rumney  <jasonr@gnu.org>
453         * gmake.defs (OLE32): New library to link.
455         * nmake.defs (OLE32): Likewise.
457 2007-06-25  Jason Rumney  <jasonr@gnu.org>
459         * cmdproxy.c (main): Set console codepages to "ANSI".
461 2007-06-20  Jason Rumney  <jasonr@gnu.org>
463         * configure.bat: Complain if image libraries are missing.
465 2007-06-15  Jason Rumney  <jasonr@gnu.org>
467         * emacs.manifest: New file.
469         * emacs.rc: Use it.
471 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
473         * Version 22.1 released.
475 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
477         * INSTALL: Add information about where to find GDB, and warn
478         against --no-debug option to configure.bat.
480 2007-05-19  Eli Zaretskii  <eliz@gnu.org>
482         * INSTALL: Fix URL of EmacsW32 site where building with image
483         support is described.
485 2007-04-26  Glenn Morris  <rgm@gnu.org>
487         * emacs.rc: Increase version to 22.1.50.
489 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
491         * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
493 2007-03-09  Richard Stallman  <rms@gnu.org>
495         * INSTALL: Say explicitly this is not for Cygwin.
497 2007-03-03  Eli Zaretskii  <eliz@gnu.org>
499         * INSTALL: Add URL of another site with detailed build instructions.
501 2007-02-16  Glenn Morris  <rgm@gnu.org>
503         * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
504         * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
505         * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
506         * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
507         * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
508         Restore all but two of icons deleted in previous change.
510 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
512         * icons/README: New file.
514         * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
515         * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
516         * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
517         * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
518         * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
519         * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
520         Unused icons deleted.
522 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
524         * configure.bat: Update ../site-lisp/subdirs.el when needed.
526 2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
528         * subdirs.el: Add "no-byte-compile: t" local variable.
530 2007-01-10  Jason Rumney  <jasonr@gnu.org>
532         * README: Update URLs and advice about reporting bugs.
534 2006-12-29  Jason Rumney  <jasonr@gnu.org>
536         * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
537         DEBUG_LINK.
538         (DEBUG_LINK): Remove -debugtype:both.
540 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
542         * INSTALL: Update table of supported Make ports.  Show "make -j"
543         command that is known to work.
545         * configure.bat: Update table of supported Make ports.
547 2006-12-24  Eli Zaretskii  <eliz@gnu.org>
549         * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
550         only in implicit rules.  Use literal "emacs.rc" instead.
552 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
554         * gmake.defs: Export XMFLAGS.
556         * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
557         use $(XMFLAGS) for nmake, as it doesn't support parallelism.
559 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
561         * INSTALL: Explain how to invoke GNU Make for parallel builds.
563         * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
564         command-line argument to sub-Make in src, since src/makefile.w32-in
565         invokes Make recursively during bootstrap.
566         (clean): Delete stamp_BLD.
567         (bootstrap): Make `all' explicitly in a recursive Make.
569         * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
570         stamp_BLD after creating the $(BLD) directory.
572         * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
573         stamp_BLD after creating the $(BLD) directory.
575         * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
576         (preprep, $(TRES), runemacs)
577         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
578         ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
579         Depend on stamp_BLD instead of on $(BLD).
580         (XMFLAGS): New macro.
581         (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
582         (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
583         (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
584         (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
586 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
588         * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
589         $(ALL_DEPS).
590         ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
591         ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
592         New dependency on $(BLD).
593         (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
594         (bootstrap-gmake): Depend on addsection.
596 2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
598         * runemacs.c (WinMain): Process all recognized arguments, not just
599         the first one.  Remove unused variable sec_desc.
601 2006-09-24  Eli Zaretskii  <eliz@gnu.org>
603         * config.nt (HAVE_LANGINFO_CODESET): Define.
605         * inc/langinfo.h: New file.
607         * inc/nl_types.h: New file.
609 2006-09-15  Jay Belanger  <belanger@truman.edu>
611         * COPYING: Replace "Library Public License" by "Lesser Public
612         License" throughout.
614 2006-07-27  Jason Rumney  <jasonr@gnu.org>
616         * INSTALL: Add notes about Cygwin make to impatient section.
618 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
620         * INSTALL: Add Make 3.81 to the list of Make & shell combinations
621         known to work.
623 2006-03-12  Jason Rumney  <jasonr@gnu.org>
625         * addpm.c (add_registry): Don't change the registry unless keys
626         already exist from a previous version.
628         * makefile.w32-in (install): Use -q when invoking addpm.
630         * addpm.c (main): Accept -q as alternative for /q.
632 2006-03-11  Jason Rumney  <jasonr@gnu.org>
634         * runemacs.c (WinMain): Set screen buffer to 80x25.
636 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
638         * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
639         (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
641 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
643         * INSTALL: Add explanation of how to debug with GDB starting from
644         the Emacs Abort dialog.
646 2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
648         * emacs.rc: Use new icons.
650 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
652         * emacs21.ico: Renamed from emacs.ico.
653         * emacs.ico: New icons from Andrew Zhilin
654         <andrew_zhilin@yahoo.com>.
656 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
658         * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
660 2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
662         * .cvsignore: Add `obj' and `oo' for in-place installations.
664 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
666         * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
668 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
670         * configure.bat: Don't create lisp/Makefile.unix.
672 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
674         * .cvsignore: Add `makefile' and `config.log'.
676 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
678         Merge gnulib getopt implementation into Emacs.
680         * inc/gettext.h: Remove; no longer needed now that
681         lib-src/gettext.h exists.
683 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
685         * configure.bat: Finish config.log with a line that indicates that
686         the configure step was successful.
688 2005-07-04  Lute Kamstra  <lute@gnu.org>
690         Update FSF's address in GPL notices.
692 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
694         * configure.bat: If their fc.exe returns a meaningful exit status,
695         don't overwrite src/config.h and src/epaths.h with identical
696         copies.
698         * INSTALL: Warn about using "cvs up -kb" if one intends to commit
699         changes.  Add a pointer to another site with detailed configure
700         and build instructions.  Suggest to look at config.log when
701         configure fails.  Add MinGW Make 3.80 to the list of successful
702         combinations.
704         * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
705         "-mcpu=i686".
707         * configure.bat: Update copyright years.
708         Delete config.log before doing anything else.
709         Write additional diagnostics to config.log in case of failures to
710         compile test programs, including the failed test program itself.
711         Add a test for support of -mtune=pentium4 switch to GCC; if it is
712         supported, set up MCPU_FLAG variable on the various Makefiles to
713         use that switch during compilations.  (This avoids GCC warning
714         about -mcpu being deprecated.)
716 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
718         * addsection.c (copy_executable_and_add_section): Pass non-zero
719         `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
720         environment.  Print section names with %.8s.
721         (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
722         only if non-zero.  All callers changed.
724 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
726         * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
727         `const void *', for consistency with Posix.
729 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
731         * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
733 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
735         * INSTALL: Add more pointers to ports of Unix tools to Windows,
736         and to the Emacs Wiki (which contains building instructions for
737         Windows).  Reword image library instructions and remove obsolete
738         incompatibility information.
740 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
742         * config.nt (HAVE_PWD_H): Undef.
744 2004-06-07  Juanma Barranquero  <lektu@terra.es>
746         * INSTALL: Clarify paragraph about compatibility between image
747         libraries and builds of Emacs with several compilers.
749 2004-06-06  Juanma Barranquero  <lektu@terra.es>
751         * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
752         the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
753         calling non-existent cmdproxy.exe on bootstrapping after a
754         previous install followed by realclean.
756         * nmake.defs: Add quote in comment to resync font-locking.
758 2004-06-04  Juanma Barranquero  <lektu@terra.es>
760         * INSTALL: Reword the section on image support.  Add reference to
761         GnuWin32.  Mention problems when mixing binaries from different
762         compilers.
764 2004-05-06  Jason Rumney  <jasonr@gnu.org>
766         * configure.bat: Use -mno-cygwin to check for image libraries
767         when needed.
769 2004-05-03  Jason Rumney  <jasonr@gnu.org>
771         * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
772         * makefile.def: Remove.
774         * nmake.defs (SYS_LDFLAGS): Add -nologo.
776         * makefile.w32-in (info-gmake, info-nmake): New targets.
777         (info): Use them.
779 2004-04-23  Juanma Barranquero  <lektu@terra.es>
781         * nmake.defs:
782         * gmake.defs:
783         * makefile.w32-in:
784         * makefile.def:
785         * makefile.nt: Add "-*- makefile -*-" mode tag.
787 2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
789         * runemacs.c (WinMain): Let Emacs environment default to parent.
791 2004-03-11  Jason Rumney  <jasonr@gnu.org>
793         * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
795 2004-03-10  Juanma Barranquero  <lektu@terra.es>
797         * makefile.w32-in (install): Don't try to copy
798         ../lib-src/fns-*.el, as it isn't used anymore.
800 2004-01-28  Peter Runestig  <peter@runestig.com>
802         * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
804 2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
806         * .cvsignore: Add `.arch-inventory'.
808 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
810         * inc/grp.h: New file.
812 2003-09-03  Peter Runestig  <peter@runestig.com>
814         * configure.bat: Create ``makefile'' in directories man, lispref
815         and lispintro.
817         * makefile.w32-in (force-info, info): New targets.
819         * envadd.bat: New file.
821         * multi-install-info.bat: New file.
823 2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
825         * config.nt (my_strftime): New define.
827 2003-02-01  Jason Rumney  <jasonr@gnu.org>
829         * configure.bat: Automatically detect libXpm.
830         Suppress compiler output when testing for image libraries.
831         Give names of un-found libraries in messages.
833 2003-01-31  Juanma Barranquero  <lektu@terra.es>
835         * configure.bat: Automatically detect giflib and tifflib.
837 2003-01-29  Jason Rumney  <jasonr@gnu.org>
839         * gmake.defs (CURDIR): Disable cygpath kludge.
841 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
843         * configure.bat: Avoid endless loop when configuring without image
844         support.
846 2003-01-26  Jason Rumney  <jasonr@gnu.org>
848         * configure.bat: Automatically detect jpeglib.
850 2003-01-25  Jason Rumney  <jasonr@gnu.org>
852         * configure.bat: Automatically detect libpng.
854 2003-01-21  Jason Rumney  <jasonr@gnu.org>
856         * icons/hand.cur: New file.
858 2003-01-21  David Ponce  <david@dponce.com>
860         * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
862 2003-01-15  Andrew Innes  <andrewi@gnu.org>
864         * gmake.defs (CURDIR): Convert to native Windows format (with
865         forward slashes), to support building with Cygwin builds of make.
867 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
869         * nmake.defs:
870         * gmake.defs: Made changes so that Emacs would link with
871         WinMM.lib.  This change was required for my addition of a Windows
872         compatible implementation of play-sound-internal.
874 2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
876         * emacs.rc: Version updated to 21.3.50.
878 2002-06-13  Jason Rumney  <jasonr@gnu.org>
880         * addpm.c (env_vars): Remove EMACSLOCKDIR.
882         * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
883         (maybe-bootstrap-SH): New targets.
884         (all): Depend on maybe-bootstrap.
886 2002-05-03  Jason Rumney  <jasonr@gnu.org>
888         * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
889         (sys_getpeername, fcntl): Declare as wrappers.
891 2002-04-10  Juanma Barranquero  <lektu@terra.es>
893         * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
894         after compiling .el files.
896 2002-03-20  Jason Rumney  <jasonr@gnu.org>
898         * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
899         (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
901 2002-03-19  Kim F. Storm  <storm@cua.dk>
903         * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
904         (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
905         (HAVE_SYS_UN_H): Undef.
906         From David Ponce <dponce@voila.fr>.
908 2002-03-13  Jason Rumney  <jasonr@gnu.org>
910         * config.nt (STRFTIME_NO_POSIX2): Define.
912 2002-02-18  Jason Rumney  <jasonr@gnu.org>
914         * emacs.rc: Define VS_VERSION_INFO if not already.
915         Update version info.
917 2002-01-04  Andrew Innes  <andrewi@gnu.org>
919         * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
920         pick up relevant bits of the Windows API definitions.
922         * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
923         pick up relevant bits of the Windows API definitions.
925 2001-12-14  Andrew Innes  <andrewi@gnu.org>
927         * makefile.w32-in (bootstrap): Build addsection program before
928         bootstrap (required for post-processing temacs.exe).
930 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
932         * COPYING: New file.
934 2001-12-03  Andrew Innes  <andrewi@gnu.org>
936         * makefile.w32-in (bootstrap-nmake):
937         (bootstrap-gmake): Extend bootstrap process to first do
938         bootstrap-clean in lisp dir and rebuild the DOC file.
939         (bootstrap): Do a "normal" make after the bootstrap work.
941 2001-11-20  Jason Rumney  <jasonr@gnu.org>
943         * INSTALL: Update table of versions of make that are suitable
944         for building Emacs, based on recent feedback.
946         * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
948 2001-11-19  Andrew Innes  <andrewi@gnu.org>
950         * ftime-nostartup.bat: New file.
952         * ftime.bat: Don't include libc.lib for profiling - the profiler
953         corrupts part of memcpy.
955 2001-11-17  Jason Rumney  <jasonr@gnu.org>
957         * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
958         expansion.  From Juanma Barranquero <lektu@terra.es>.
960 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
962         * (Version 21.1 released.)
964 2001-10-12  Andrew Innes  <andrewi@gnu.org>
966         * inc/pwd.h (uid_t, gid_t): New typedefs.
968 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
970         * Branch for 21.1.
972 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
974         * README: Update the address of the mailing list and subscription
975         instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
977 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
979         * INSTALL: Suggest to avoid using WinZip.
981         * configure.bat: Make sure ../site-lisp exists; create if necessary.
983 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
985         * INSTALL: Mention that "make install" can be "nmake install".
987 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
989         * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
990         since some versions of `mkdir' don't automatically create parent
991         directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
993 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
995         * subdirs.el: New file.
997         * configure.bat: Copy subdirs.el to the site-lisp directory.
999         * makefile.w32-in (install): Copy subdirs.el to the installation
1000         directory.
1002 2001-06-20  Jason Rumney  <jasonr@gnu.org>
1004         * runemacs.c (WinMain): Add quotes around command in case of spaces.
1006 2001-06-01  Andrew Innes  <andrewi@gnu.org>
1008         * gmake.defs (sh_output): Don't use $(warning ...) to output
1009         messages, since that is not supported by GNU make 3.77.
1011 2001-05-24  Jason Rumney  <jasonr@gnu.org>
1013         * INSTALL: Clarify that building with MSVC requires nmake.
1015 2001-05-17  Andrew Innes  <andrewi@gnu.org>
1017         * gmake.defs (NEW_CYGWIN): Output message about spurious error
1018         message that is to be ignored.
1020 2001-05-13  Andrew Innes  <andrewi@gnu.org>
1022         * TODO: Remove file, since it is completely out of date.
1024         * README: Add copyright notice.
1026         * INSTALL: Add copyright notice.
1028 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1030         * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1031         the environment.
1033         * gmake.defs (SETLOADPATH): Remove definition.
1034         (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1035         environment.
1037 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * configure.bat: Make the checkw32api* labels be distinct in the
1040         first 8 characters.
1042 2001-03-17  Andrew Innes  <andrewi@gnu.org>
1044         * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1045         escaped quotes.
1047         * gmake.defs (DEBUG_LINK): New macro.
1048         (LINK_FLAGS): Use it.
1050         * nmake.defs (DEBUG_LINK): New macro.
1051         (LINK_FLAGS): Use it.
1053 2001-03-06  Andrew Innes  <andrewi@gnu.org>
1055         * INSTALL: Add --ldflags to configure line for building with
1056         recent versions of Cygwin GCC.
1058 2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
1060         * configure.bat: Use correct options when compiling a test program
1061         with Cygwin.  From David Ponce <dponce@voila.fr>.
1063 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1065         * _emacs: Remove obsolete file.
1067         * emacs.bat.in: Remove obsolete file.
1069         * debug.bat.in: Remove obsolete file.
1071         * inc/sys/socket.h: Add copyright notice.
1073         * paths.h: Add copyright notice.
1075         * makefile.nt: Update copyright notice.
1077         * makefile.def: Update copyright notice.
1079         * configure.bat: Update copyright notice.
1081         * nmake.defs: Add copyright notice.
1083         * gmake.defs: Add copyright notice.
1085         * makefile.w32-in: Add copyright notice.
1087 2001-02-05  Andrew Innes  <andrewi@gnu.org>
1089         * nmake.defs (THISDIR): New definition.
1091         * gmake.defs (THISDIR): New definition.
1093 2001-02-03  Andrew Innes  <andrewi@gnu.org>
1095         * configure.bat: Leave a space before >> only when there is a
1096         preceding digit.  Add a comment about the importance of this.
1098         * README: Replace outdated information.
1100         * INSTALL (Trouble-shooting): Add note about need to specify extra
1101         compiler flags with recent Cygwin ports of gcc.
1103 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
1105         * configure.bat: Use "rm -f" instead of "del /f", as the latter
1106         is not supported by Windows 9X's COMMAND.COM.
1108 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
1110         * configure.bat: Make sure redirection is preceded by a blank, to
1111         avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1112         up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
1114 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
1116         * INSTALL: Copy the table of tested combinations of development
1117         tools from configure.bat.  Add suggestion to install Bash on
1118         Windows 9X.
1120         * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1121         lisp/Makefile.in instead.  Use "rm -f" where more than one file
1122         needs to be deleted, since command.com in Windows 9X doesn't grok
1123         more than one argument.
1125 2001-01-24  Andrew Innes  <andrewi@gnu.org>
1127         * makefile.w32-in (cleanall-other-dirs-nmake):
1128         (cleanall-other-dirs-gmake): New targets.
1129         (cleanall): Invoke them.
1131 2001-01-19  Andrew Innes  <andrewi@gnu.org>
1133         * addpm.c (env_vars): Add a version-independent site-lisp
1134         directory to EMACSLOADPATH, after the version dependent one.
1136 2001-01-06  Andrew Innes  <andrewi@gnu.org>
1138         * README: Update info about compilers.
1140         * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1141         select correct rule for invoking make in another directory.  Amend
1142         rules accordingly.
1143         (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1145         * nmake.defs (EMACS_ICON_PATH): Delete definition.
1146         (COMPILER_TEMP_FILES): New definition.
1147         (MAKETYPE): New definition.
1149         * gmake.defs (EMACS_ICON_PATH): Delete definition.
1150         (COMPILER_TEMP_FILES): New definition.
1151         (MAKETYPE): New definition.
1153         * makefile.def (EMACS_ICON_PATH): Delete definition.
1155         * configure.bat: Be careful not to add trailing spaces when
1156         outputting to config.settings.
1158 2001-01-02  Andrew Innes  <andrewi@gnu.org>
1160         * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1161         than the function.
1163 2000-12-17  Andrew Innes  <andrewi@gnu.org>
1165         * makefile.w32-in (install): Copy directories to the correct
1166         places.
1167         (real_install): Remove obsolete target.
1169 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1171         * nmake.defs (CURDIR): New define.
1172         (INSTALL_DIR): Use it.
1174         * gmake.defs (NEW_CYGWIN): New define.
1175         (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1176         so we need to adjust how we escape embedded quotes.
1177         (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1178         relative to $(CURDIR).
1180 2000-11-25  Jason Rumney  <jasonr@gnu.org>
1182         * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1184 2000-10-17  Andrew Innes  <andrewi@gnu.org>
1186         * makefile.w32-in (recompile): New target to recompile lisp
1187         directory.
1188         (recompile-CMD, recompile-SH): New support targets.
1190 2000-09-24  Jason Rumney  <jasonr@gnu.org>
1192         * config.nt (NO_RETURN): Define it.
1194 2000-09-17  Andrew Innes  <andrewi@gnu.org>
1196         * gmake.defs: Revert to Unix line endings.
1198         * nmake.defs: Revert to Unix line endings.
1200 2000-09-16  Andrew Innes  <andrewi@gnu.org>
1202         * gmake.defs (SETLOADPATH): Change definition to work from any
1203         subdirectory.
1205 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1207         * makefile.w32-in: Revert to Unix line endings.
1209 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1211         * INSTALL: Add note about expected error messages when configure
1212         is run.
1214         * configure.bat: Simplify the generation of makefiles (don't need
1215         to generate various top-level targets that invoke make in other
1216         directories).
1218         * gmake.defs (SHELLTYPE): New define.
1219         (SETLOADPATH): New define.
1221         * nmake.defs (SHELLTYPE): New define.
1223         * makefile.w32-in: Standardize indentation somewhat.
1224         Add bootstrap support.
1225         Pass $(MFLAGS) when invoking make recursively.
1226         Add shell-specific variants of top-level targets that invoke make
1227         recursively in other directories, and add necessary computed
1228         dependencies.
1230 2000-09-03  Andrew Innes  <andrewi@gnu.org>
1232         * makefile.w32-in: Change to DOS line endings.
1234         * configure.bat: Change to DOS line endings.
1236         * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1237         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1239         * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1240         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1242         * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1243         -D_ANONYMOUS_STRUCT on compile line.
1244         (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1245         (ARCH_CFLAGS): Change optimization flags to -O2.
1246         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1247         (ARGQUOTE, DQUOTE): New defines.
1249         * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1250         -D_ANONYMOUS_STRUCT on compile line.
1251         (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1252         (ARGQUOTE, DQUOTE): New defines.
1254 2000-08-22  Andrew Innes  <andrewi@gnu.org>
1256         * configure.bat: New file.
1258         * gmake.defs: New file.
1260         * nmake.defs: New file.
1262         * makefile.w32-in: New file.
1264         * INSTALL: Rewrite to match new configure process.
1266         * config.nt [WINDOWSNT]: Don't declare getenv.
1267         (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1269         * addpm.c (main): Accept /q to mean install based on addpm's
1270         location without asking.  Remove reference to emacs.bat which is
1271         now obsolete.
1273         * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1275         * paths.h: Use forward slash as directory separator in all path
1276         definitions.
1277         (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1279         * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1281         * runemacs.c: Remove WIN32 define.
1283         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1284         not defined.
1286         * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1287         (fd_set): Define to new name, after including winsock.h, so we can
1288         provide our own implementation.
1290 2000-07-05  Andrew Innes  <andrewi@gnu.org>
1292         * ebuild.bat: Add support for specifying make arguments.
1294         * makefile.nt: Add support for `bootstrap' and related targets.
1296 2000-06-11  Jason Rumney  <jasonr@gnu.org>
1298         * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1300 2000-02-06  Andrew Innes  <andrewi@gnu.org>
1302         * inc/sys/time.h: Add inclusion protection.
1304         * makefile.def (SYS_LDFLAGS): Add -nologo.
1306 1999-11-22  Andrew Innes  <andrewi@gnu.org>
1308         * install.bat: Pass on command line arguments to make.
1310         * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1312 1999-11-21  Andrew Innes  <andrewi@gnu.org>
1314         * makefile.nt (all): Build leim if present.
1315         (install): Install leim if present.
1316         (clean): Clean leim if present.
1318         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1319         definition.
1321         * emacs.bat.in (EMACSLOADPATH): Include leim.
1323 1999-07-12  Richard Stallman  <rms@gnu.org>
1325         * Version 20.4 released.
1327 1999-06-16  Andrew Innes  <andrewi@gnu.org>
1329         * emacs.rc: Use an icon with a transparent background, to be in
1330         keeping with other applications.
1332 1999-06-03  Andrew Innes  <andrewi@gnu.org>
1334         * preprep.c: Fix typo.
1336 1999-05-02  Andrew Innes  <andrewi@gnu.org>
1338         * config.h: Remove obsolete file.
1340         * preprep.c (copy_executable_and_move_sections): Ifdef out a
1341         couple of unused switch cases that aren't defined on all
1342         platforms.
1344         * ftime.bat: Add another variation of the profile command, which
1345         only profiles extended commands.
1347 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
1349         * cmdproxy.c (main): Fix parens.
1351 1999-03-25  Andrew Innes  <andrewi@gnu.org>
1353         * cmdproxy.c (main): Call GetShortPathName to normalize program
1354         names for comparison.
1356 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
1358         * makefile.def: Compile multiple .c files when possible.
1359         Use BLD instead of assuming i386.
1360         * makefile.nt: Remove common multiple file compilation commands.
1362 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
1364         * cmdproxy.c (main): Add missing parens.
1366 1999-02-20  Andrew Innes  <andrewi@gnu.org>
1368         * preprep.c: New program to allow dumped image to be profiled.
1370         * makefile.nt (preprep): New target.
1371         (ALL): Build it.
1373         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1375         * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1376         Change prep options to profile libc functions and skip the startup
1377         code.
1379 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
1381         * makefile.nt: Create installation directory as first step.
1383 1999-01-31  Andrew Innes  <andrewi@gnu.org>
1385         * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
1386         ROUND_UP_DST.  Zeroes the alignment slop.
1387         (copy_executable_and_add_section): Update the
1388         SizeOfHeaders field properly.
1390 1999-01-27  Andrew Innes  <andrewi@gnu.org>
1392         * makefile.nt: Do make version comparison as strings.
1394 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
1396         * runemacs.c (WinMain): Pass explicit environment block to
1397         CreateProcess, to work around a bug in Windows 95/98.
1399 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
1401         * icons: New directory with Davenport's icons.
1402         * icons/sink.ico: Renamed from emacs.ico.
1404         * makefile.nt (install, fast_install): Install Windows icons
1405         into etc/icons.
1407         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1409 1999-01-17  Andrew Innes  <andrewi@gnu.org>
1411         * makefile.nt (ALL): List top-level targets.
1412         (addsection): New top-level target.
1413         (install): Copy fns-*.el to bin directory.
1415         * addsection.c: New program to add static heap section to
1416         temacs.exe after linking, in support of new unexec method.
1418 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
1420         * cmdproxy.c (spawn): Pass directory for child as parameter.
1421         (main): Save startup directory to give to spawn, then change
1422         directory to location of .exe in order not to prevent startup
1423         directory from being deleted.
1425 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
1427         * makefile.nt: Do string comparision of _NMAKE_VER.
1429 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
1431         * config.nt (LOCALTIME_CACHE): Define.
1433 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
1435         * install.bat: Convert to DOS format.
1437 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
1439         * cmdproxy.c (main): Set environment size only when running
1440         command.com.
1442 1998-11-03  Theodore Jump  <tjump@tertius.com>
1444         * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1445         (DEL_TREE): Use rd instead of rmdir.
1446         (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
1447         * makefile.nt: Compile multiple source files when possible.
1449 1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
1451         * cmdproxy.c (main): Treat command line options as case-insensitive.
1453 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
1455         * Version 20.3 released.
1457 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
1459         * addpm.c (main): Explicitly check result of message box for OK.
1461 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
1463         * inc/sys/file.h (D_OK): Define new macro.
1465 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
1467         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1469 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
1471         * emacs.rc (VS_VERSION_INFO): Define.
1473 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
1475         * makefile.nt (emacs.bat, debug.bat): Create them in the
1476         installation directory.
1478 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
1480         * ddeclient.c: New file.  (Support program for performing limited
1481         interprocess communication on Windows.)
1483         * makefile.nt: Build ddeclient.
1485         * cmdproxy.c (main): Only set environment size for real shell, and
1486         provide extra directory argument, when running on Windows 95.
1488 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
1490         * cmdproxy.c (fail): Exit with a negative return value.
1491         (spawn): Return subprocess return code as an argument.
1492         Explicitly copy environment block.
1493         (main): Update to use return value argument with spawn.
1494         Retry if spawn failed when a subshell was not tried.
1496         * config.nt: Include new macros from src/config.in.
1497         (GNU_MALLOC, REL_ALLOC): Define.
1498         (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1499         (RE_TRANSLATE): Use char_table_translate.
1501         * makefile.def (CP_DIR): Preserve attributes.
1503         * makefile.nt (clean): Delete patch generated files, optimized
1504         build directory.
1506 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
1508         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1510 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1512         * Version 20.2 released.
1514 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1516         * Version 20.1 released.
1518 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
1520         * debug.bat.in: New file.
1521         * makefile.nt (debug.bat): New target.
1523 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
1525         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1526         Quote group name.  Allow different icons to be specified.
1528         * cmdproxy.c (get_env_size): New function.
1529         (spawn): Explicitly pass in environment when creating subprocess.
1530         (main): Cleanup error messages.
1531         Specify dynamically sized environment block for real shell.
1532         Pass on unhandled switches to real shell.
1533         Quote program name.
1535         * makefile.def (CFLAGS_COMMON): Place pdb file in object build
1536         directory.
1537         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1539         * runemacs.c (WinMain): Allow Emacs process to be started with
1540         high or low priority.
1542         * emacs.bat.in: Remove OS dependent operations.
1544 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
1546         * addpm.c (env_vars): No longer set INFOPATH.
1548         * cmdproxy.c (get_next_token): Null terminate token returned.
1550         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1552 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
1554         * addpm.c (env_vars): Set SHELL to cmdproxy.
1555         (main): Initialize idDde to 0.
1556         Determine emacs_path from module file name.
1557         Prompt for install.
1559         * makefile.def (MSVCNT11): Conditionally define it.
1560         (BASE_LIBS): Do not use oldnames.lib.
1561         (SYS_LDFLAGS): Use pdb files.
1562         (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1563         (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1564         (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1566         * makefile.nt (ALL): Build cmdproxy.
1567         (cmdproxy): New target.
1568         (install): Install cmdproxy.
1570         * ftime.bat, debug.bat, cmdproxy.c: New files.
1572 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
1574         * inc/sys/socket.h (shutdown): Define.
1575         (sys_shutdown): Export.
1577 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1579         * config.nt (RE_TRANSLATE): Copy definition from config.in.
1581 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
1583         * config.nt: Update file comments.
1584         Update undefs added/removed in src/config.in.
1586 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
1588         * makefile.def, emacs.bat: Use windows95 and windowsnt instead
1589         of win95 and winnt, respectively.
1591 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
1593         * makefile.nt (real_install): Create site-lisp in installation dir.
1594         * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1595         * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1597 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1599         * Version 19.33 released.
1601 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
1603         * runemacs.c (WinMain): Put a space between the binary and its args.
1605 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1607         * Version 19.32 released.
1609 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
1611         * makefile.nt (clean): Use OBJDIR macro.
1613 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
1615         * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1616         Not defined by default.
1617         (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1618         (WinMain): Convert backslashes to slashes in env var values.
1620         * addpm.c (env_vars): Use slashes, not backslashes.
1622 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1624         * Version 19.31 released.
1626 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
1628         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1629         undo settings afterwards.
1631 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
1633         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1634         environment variable.
1636 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1638         * install.bat: Allow for optimized build.
1639         * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1640         (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1642 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
1644         * addpm.c (REG_ROOT): Don't use a trailing backslash.
1645         (env_vars): Rename field emacs_path to emacs_dir.
1646         (main): Add link to runemacs instead of emacs.
1648         * install.bat: Check if INSTALL_DIR is passed as an argument.
1650         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1652         * makefile.nt: Build and install runemacs.exe.
1654         * runemacs.c: New file.
1656         * config.w95: File removed.
1658         * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1659         inc/sys/socket.h, inc/sys/time.h: New header files.
1661         * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1663 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
1665         * makefile.def (DEL): Defined.
1666         (DEL_TREE) [win95]: Defined.
1667         (SYS_LDFLAGS): Set executable versions to 3.10.
1669         * makefile.nt: Change uses of del to $(DEL).
1671 1996-01-17  Erik Naggum  <erik@naggum.no>
1673         * All files: Update FSF's address in comment preamble.
1675 1996-01-03  George V. Reilly  <georger@microcrafts.com>
1677         * emacs.ico: Now the proverbial kitchen sink icon.
1679 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1681         * Version 19.30 released.
1683 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
1685         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1687         * makefile.nt (install, fast_install, real_install, clean):
1688         Don't use switches to del not supported by Win95.
1690 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
1692         * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1693         (install, fast_install): Change same-dir test to create test file in
1694         installation tree and thereby support read-only shares.
1695         (clean): Remove .pdb files.
1697         * makefile.def (NTGUI): New macro.
1698         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1700         * config.nt, config.w95: Update to latest src/config.in.
1702         * addpm.c (env_vars): New variable.
1703         (add_registry): New procedure.
1704         (main): Use values of configuration environment variables from
1705         the registry if defined, the process environment otherwise.
1707 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1709         * Version 19.29 released.
1711         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1713 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
1715         * makefile.nt: Define .c to .obj suffix rule.
1716         (addpm.obj): Compile directly, use CFLAGS.
1717         (addpm.exe): Link from addpm.obj.
1719         * makefile.def (MSVCNT11): Defined.
1720         (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1721         (CFLAGS_COMMON): Defined.
1722         (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1724 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
1726         * emacs.bat.in: Renamed from emacs.bat.
1727         (emacs_dir): Renamed from emacs_path.
1728         Definition removed.
1730         * addpm.c: New file.
1731         * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
1732         (all): Depend upon $(BLD) and $(ALL).
1733         (install): Depend upon emacs.bat.
1734         Create program item for Emacs.
1735         (clean): Delete obj.
1736         (emacs.bat): Defined.
1737         * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
1739 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
1741         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1742         Add carriage returns; necessary for batch files on Win95.
1744 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
1746         * config.w95: Created.
1747         * config.h: Changed to config.nt.
1749         * makefile.nt (SUBDIRS): Commented out.
1750         (all, install, clean): Expand for-loops.
1751         (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
1753         * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
1754         (ARCH): New definition.
1755         (CPU, CONFIG_H, OS_TYPE): Defined.
1756         (INCLUDE, LIB): Checked if valid.
1757         (ntwin32.mak): Included.
1758         (AR, CC, LINK): New definition.
1759         (ADVAPI32, libc, BASE_LIBS): Defined.
1760         (SYS_LDFLAGS): New definition.
1761         Update comments and preprocessor conditionals.
1763         * emacs.bat (SHELL): Conditionally defined.
1764         (HOME): Conditionally defined.
1765         (emacs_path, HOME): Update comments.
1766         Turn off all echo.
1768 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
1770         * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1771         fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1772         inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1773         inc/sys/param.h: Removed carriage-returns.
1775 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
1777         * makefile.def (CVTRES): Defined.
1779         * emacs.ico, emacs.rc: New files by Kevin Gallo.
1781 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1783         * src: Remove directory.
1785         * src\config.h, src\paths.h: Moved to parent dir, src removed.
1787 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
1789         * makefile.def (INSTALL_DIR): Changed to generic directory.
1791         * emacs.bat: Added arguments when emacs.exe invoked.
1793         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1795 1994-12-13  Geoff Voelker  <voelker@cs.washington.edu>
1797         * makefile.def (CC): In configuration section.
1798         (COMPAT_LIB): Defined.
1800 1994-11-01  Geoff Voelker  <voelker@cs.washington.edu>
1802         * src/paths.h: New file.
1804         * src/config.h: New file.
1806         * inc/pwd.h: New file.
1808         * inc/sys/dir.h: New file.
1810         * inc/sys/file.h: New file.
1812         * inc/sys/ioctl.h: New file.
1814         * inc/sys/param.h: New file.
1816         * todo: New file.
1818         * README: New file.
1820         * makefile.nt: New file.
1822         * makefile.def: New file.
1824         * install.cmd: New file.
1826         * INSTALL: New file.
1828         * fast-install.cmd: New file.
1830         * emacs.cmd: New file.
1832         * ebuild.cmd: New file.
1834         * _emacs: New file.
1836 ;; Local Variables:
1837 ;; coding: utf-8
1838 ;; add-log-time-zone-rule: t
1839 ;; End:
1841     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1842        2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
1844   This file is part of GNU Emacs.
1846   GNU Emacs is free software: you can redistribute it and/or modify
1847   it under the terms of the GNU General Public License as published by
1848   the Free Software Foundation, either version 3 of the License, or
1849   (at your option) any later version.
1851   GNU Emacs is distributed in the hope that it will be useful,
1852   but WITHOUT ANY WARRANTY; without even the implied warranty of
1853   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1854   GNU General Public License for more details.
1856   You should have received a copy of the GNU General Public License
1857   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1859 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414