1 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3 * config.nt: Remove code depending on BSTRING.
5 2010-06-03 Glenn Morris <rgm@gnu.org>
7 * config.nt: Remove NOT_C_CODE tests, it is always true now.
9 2010-05-13 Glenn Morris <rgm@gnu.org>
11 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
13 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
15 * Version 23.2 released.
17 2010-05-04 Glenn Morris <rgm@gnu.org>
19 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
21 2010-04-20 Lewis Perin <perin@panix.com> (tiny change)
23 * emacs.manifest: Add trustInfo section to Windows manifest.
25 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
29 2010-01-13 Martin Rudalics <rudalics@gmx.at>
31 * emacsclient.rc: Fix format of "LegalCopyright" value.
33 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
35 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
37 2009-12-27 Karl Fogel <kfogel@red-bean.com>
39 * INSTALL: Update for CVS->Bazaar switchover.
41 2009-09-14 Juanma Barranquero <lekktu@gmail.com>
43 * configure.bat: Add #define PROFILING to config.h.
45 2009-07-03 Jason Rumney <jasonr@gnu.org>
47 * runemacs.c (set_user_model_id): Use standard types.
49 2009-06-30 Jason Rumney <jasonr@gnu.org>
51 * runemacs.c (set_user_model_id): New function.
54 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
58 2009-03-21 Eli Zaretskii <eliz@gnu.org>
60 * inc/sys/stat.h (struct stat): Change the types of st_uid and
63 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
65 (getpwuid): Argument is now unsigned.
66 uid_t is now unsigned.
68 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
70 * INSTALL: Add comment about TCC; fix typos.
72 2009-01-26 Jason Rumney <jasonr@gnu.org>
74 * emacsclient.rc, emacs.rc: Swap name and description.
75 Remove Windows versions.
77 2009-01-15 Jason Rumney <jasonr@gnu.org>
79 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
81 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
83 * addpm.c (main): Try using COM to create start menu shortcuts
84 before resorting to DDE (Bug#202)
85 Remove second command-line argument.
87 2009-01-03 Juanma Barranquero <lekktu@gmail.com>
89 * configure.bat: Untabify help message.
91 2009-01-03 Jason Rumney <jasonr@gnu.org>
93 * configure.bat: New option --with-svg.
95 * INSTALL: Document experimental SVG support.
97 2008-12-25 Jason Rumney <jasonr@gnu.org>
99 * config.nt (PTR): Remove.
101 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
103 * config.nt (LISTPROC, PROCATTR): Remove.
105 2008-08-09 Eli Zaretskii <eliz@gnu.org>
107 * config.nt (LISTPROC, PROCATTR): New macros.
109 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
111 * config.nt (MULTI_KBOARD): Remove.
113 2008-07-23 Jason Rumney <jasonr@gnu.org>
115 * configure.bat: New option --profile.
116 * gmake.defs: Set cflags and ldflags for profiling when specified.
118 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
120 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
122 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
124 * config.nt (HAVE_FACES): Remove, unused.
126 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
127 Eli Zaretskii <eliz@gnu.org>
129 * nmake.defs (FONT_CFLAGS):
130 * gmake.defs (FONT_CFLAGS): Remove.
131 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
132 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
134 (ARCH_FLAGS): Don't include _X86_.
136 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
138 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
140 * config.nt: Remove reference to UNEXEC_SRC.
142 2008-06-23 Juanma Barranquero <lekktu@gmail.com>
143 Eli Zaretskii <eliz@gnu.org>
145 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
146 Don't hardcode -gstabs+, use DEBUG_INFO.
148 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
149 Default to stabs if the compiler does not support DWARF-2.
150 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
152 2008-05-14 Jason Rumney <jasonr@gnu.org>
154 * configure.bat: Remove code dealing with --disable-font-backend.
156 2008-05-09 Eli Zaretskii <eliz@gnu.org>
158 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
159 better alignment. Make st_size 64-bit wide. Add new members
160 st_uname and st_gname.
162 * inc/grp.h (struct group): Add gr_gid member.
164 2008-04-23 Eli Zaretskii <eliz@gnu.org>
166 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
167 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
168 a real file there is not a good idea.
170 2008-04-23 Jason Rumney <jasonr@gnu.org>
172 * makefile.w32-in (CLIENTRES): New variable and build target.
174 ($(TRES)): Use $(TRES) in rule.
176 2008-04-21 Jason Rumney <jasonr@gnu.org>
178 * configure.bat (success): Print "make" rather than "gmake", as that
181 2008-04-11 Eli Zaretskii <eliz@gnu.org>
183 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
184 Add copyright notice.
186 2008-04-10 Jason Rumney <jasonr@gnu.org>
188 * emacsclient.rc: New file.
190 * INSTALL: Document make targets.
192 2008-04-09 Jason Rumney <jasonr@gnu.org>
194 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
195 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
196 (top-distclean, distclean, distclean-other-dirs-nmake)
197 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
198 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
200 2008-04-05 Eli Zaretskii <eliz@gnu.org>
202 * inc/sys/stat.h: New file.
204 * configure.bat: Add check for usp10.h.
206 2008-04-04 Jason Rumney <jasonr@gnu.org>
208 * INSTALL: Update W32 API requirements.
210 2008-04-03 Jason Rumney <jasonr@gnu.org>
212 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
214 2008-03-13 Glenn Morris <rgm@gnu.org>
216 * emacs.rc: Set version to 23.0.60.
218 2008-03-04 Jason Rumney <jasonr@gnu.org>
220 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
221 (EMACS_EXTRA_C_FLAGS): Include it.
222 * configure.bat (usefontbackend): Default to Y.
223 (--enable-font-backend): Replace with --disable-font-backend.
224 (:withfont): Replace with :withoutfont.
226 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
228 * icons/emacs.ico: Full alpha for 32x32 full color.
229 Add 32x32 and 16x16 256 color versions.
231 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
233 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
235 2008-03-02 Jason Rumney <jasonr@gnu.org>
237 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
239 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
241 * icons/README: Update.
243 * icons/emacs.ico: New icon.
245 2008-02-25 Juanma Barranquero <lekktu@gmail.com>
247 * addpm.c: Include malloc.h.
248 (add_registry): Cast return value of alloca.
250 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
252 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
254 2008-02-11 Eli Zaretskii <eliz@gnu.org>
256 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
257 conditional on existence of junk.o. If %nocygwin% is already set
258 to Y, skip to chkapiN instead of chkapi.
259 (chkapi): Move "rm -f junk.c junk.o" to here.
260 (chkapiN): New label.
262 2008-02-11 Jason Rumney <jasonr@gnu.org>
264 * makefile.w32-in: Remove unidata-gen related rules.
266 2008-02-09 Eli Zaretskii <eliz@gnu.org>
268 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
270 2008-02-11 Jason Rumney <jasonr@gnu.org>
272 * addpm.c (add_registry): Add an App Paths registry key.
273 Look for GTK and add it to the DLL search path for Emacs if found.
275 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
277 * configure.bat: In help, use generic names for the image libraries.
279 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
281 * .cvsignore: Don't ignore .arch-inventory.
283 2008-02-03 Jason Rumney <jasonr@gnu.org>
285 * configure.bat: Make gcc the default compiler.
287 2008-02-02 Eli Zaretskii <eliz@gnu.org>
289 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
290 Ignore return status.
292 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
293 it out of the way of Windows generated file. Generate
294 admin/unidata/makefile.
296 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
297 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
298 (unidatagen-clean-SH): New targets.
299 (bootstrap-nmake): Invoke unidatagen-nmake.
300 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
302 2008-02-01 Jason Rumney <jasonr@gnu.org>
304 * configure.bat (withfont): Set sep1 after modifying usercflags.
306 2008-02-01 Jason Rumney <jasonr@gnu.org>
308 * configure.bat: Rename --with-font-backend to --enable-font-backend
309 for consistency with other platforms.
311 2008-02-01 Jason Rumney <jasonr@gnu.org>
313 * configure.bat: Add --with-font-backend option.
315 2008-01-20 Jason Rumney <jasonr@gnu.org>
317 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
318 permissions to NTFS ACLs.
320 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
322 * config.nt: Remove HAVE_X11R5.
324 2007-10-22 Jason Rumney <jasonr@gnu.org>
326 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
327 (strings.h, stdlib.h): Conditionally include.
328 (w32_abort): Declare here.
329 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
331 2007-10-20 Jason Rumney <jasonr@gnu.org>
333 * makefile.w32-in (info-nmake): Change into correct directories.
335 2007-10-20 Eli Zaretskii <eliz@gnu.org>
337 * configure.bat (docflags, doldflags): New variables.
338 (genmakefiles): Use them to work around problems with whitespace
339 in arguments of the `if' command.
341 2007-10-18 Jason Rumney <jasonr@gnu.org>
343 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
345 2007-09-27 Jason Rumney <jasonr@gnu.org>
347 * gmake.defs (COMCTL32): New system library.
349 * nmake.defs (COMCTL32): New system library.
351 2007-09-06 Glenn Morris <rgm@gnu.org>
354 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
355 Change from ../man to ../doc/emacs and ../doc/misc; and from
356 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
358 2007-08-29 Glenn Morris <rgm@gnu.org>
360 * emacs.rc: Increase version to 23.0.50.
362 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
364 * makefile.w32-in (bootstrap-nmake): Change directories once more.
366 2007-07-25 Glenn Morris <rgm@gnu.org>
368 * Relicense all FSF files to GPLv3 or later.
370 * COPYING: Switch to GPLv3.
372 2007-07-16 Eli Zaretskii <eliz@gnu.org>
374 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
376 (cleanall): Don't delete *~.
378 2007-07-15 Jason Rumney <jasonr@gnu.org>
380 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
383 2007-07-14 Jason Rumney <jasonr@gnu.org>
385 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
388 2007-07-11 Jason Rumney <jasonr@gnu.org>
390 * gmake.defs (OLE32): New library to link.
392 * nmake.defs (OLE32): Likewise.
394 2007-06-25 Jason Rumney <jasonr@gnu.org>
396 * cmdproxy.c (main): Set console codepages to "ANSI".
398 2007-06-20 Jason Rumney <jasonr@gnu.org>
400 * configure.bat: Complain if image libraries are missing.
402 2007-06-15 Jason Rumney <jasonr@gnu.org>
404 * emacs.manifest: New file.
408 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
410 * Version 22.1 released.
412 2007-05-22 Eli Zaretskii <eliz@gnu.org>
414 * INSTALL: Add information about where to find GDB, and warn
415 against --no-debug option to configure.bat.
417 2007-05-19 Eli Zaretskii <eliz@gnu.org>
419 * INSTALL: Fix URL of EmacsW32 site where building with image
420 support is described.
422 2007-04-26 Glenn Morris <rgm@gnu.org>
424 * emacs.rc: Increase version to 22.1.50.
426 2007-03-31 Eli Zaretskii <eliz@gnu.org>
428 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
430 2007-03-09 Richard Stallman <rms@gnu.org>
432 * INSTALL: Say explicitly this is not for Cygwin.
434 2007-03-03 Eli Zaretskii <eliz@gnu.org>
436 * INSTALL: Add URL of another site with detailed build instructions.
438 2007-02-16 Glenn Morris <rgm@gnu.org>
440 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
441 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
442 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
443 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
444 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
445 Restore all but two of icons deleted in previous change.
447 2007-02-13 Chong Yidong <cyd@stupidchicken.com>
449 * icons/README: New file.
451 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
452 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
453 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
454 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
455 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
456 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
457 Unused icons deleted.
459 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
461 * configure.bat: Update ../site-lisp/subdirs.el when needed.
463 2007-01-30 Juanma Barranquero <lekktu@gmail.com>
465 * subdirs.el: Add "no-byte-compile: t" local variable.
467 2007-01-10 Jason Rumney <jasonr@gnu.org>
469 * README: Update URLs and advice about reporting bugs.
471 2006-12-29 Jason Rumney <jasonr@gnu.org>
473 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
475 (DEBUG_LINK): Remove -debugtype:both.
477 2006-12-27 Eli Zaretskii <eliz@gnu.org>
479 * INSTALL: Update table of supported Make ports. Show "make -j"
480 command that is known to work.
482 * configure.bat: Update table of supported Make ports.
484 2006-12-24 Eli Zaretskii <eliz@gnu.org>
486 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
487 only in implicit rules. Use literal "emacs.rc" instead.
489 2006-12-23 Eli Zaretskii <eliz@gnu.org>
491 * gmake.defs: Export XMFLAGS.
493 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
494 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
496 2006-12-22 Eli Zaretskii <eliz@gnu.org>
498 * INSTALL: Explain how to invoke GNU Make for parallel builds.
500 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
501 command-line argument to sub-Make in src, since src/makefile.w32-in
502 invokes Make recursively during bootstrap.
503 (clean): Delete stamp_BLD.
504 (bootstrap): Make `all' explicitly in a recursive Make.
506 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
507 stamp_BLD after creating the $(BLD) directory.
509 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
510 stamp_BLD after creating the $(BLD) directory.
512 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
513 (preprep, $(TRES), runemacs)
514 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
515 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
516 Depend on stamp_BLD instead of on $(BLD).
517 (XMFLAGS): New macro.
518 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
519 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
520 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
521 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
523 2006-12-20 Eli Zaretskii <eliz@gnu.org>
525 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
527 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
528 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
529 New dependency on $(BLD).
530 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
531 (bootstrap-gmake): Depend on addsection.
533 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
535 * runemacs.c (WinMain): Process all recognized arguments, not just
536 the first one. Remove unused variable sec_desc.
538 2006-09-24 Eli Zaretskii <eliz@gnu.org>
540 * config.nt (HAVE_LANGINFO_CODESET): Define.
542 * inc/langinfo.h: New file.
544 * inc/nl_types.h: New file.
546 2006-09-15 Jay Belanger <belanger@truman.edu>
548 * COPYING: Replace "Library Public License" by "Lesser Public
551 2006-07-27 Jason Rumney <jasonr@gnu.org>
553 * INSTALL: Add notes about Cygwin make to impatient section.
555 2006-06-02 Eli Zaretskii <eliz@gnu.org>
557 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
560 2006-03-12 Jason Rumney <jasonr@gnu.org>
562 * addpm.c (add_registry): Don't change the registry unless keys
563 already exist from a previous version.
565 * makefile.w32-in (install): Use -q when invoking addpm.
567 * addpm.c (main): Accept -q as alternative for /q.
569 2006-03-11 Jason Rumney <jasonr@gnu.org>
571 * runemacs.c (WinMain): Set screen buffer to 80x25.
573 2005-12-24 Eli Zaretskii <eliz@gnu.org>
575 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
576 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
578 2005-12-09 Eli Zaretskii <eliz@gnu.org>
580 * INSTALL: Add explanation of how to debug with GDB starting from
581 the Emacs Abort dialog.
583 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
585 * emacs.rc: Use new icons.
587 2005-11-26 Eli Zaretskii <eliz@gnu.org>
589 * emacs21.ico: Renamed from emacs.ico.
590 * emacs.ico: New icons from Andrew Zhilin
591 <andrew_zhilin@yahoo.com>.
593 2005-09-10 Eli Zaretskii <eliz@gnu.org>
595 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
597 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
599 * .cvsignore: Add `obj' and `oo' for in-place installations.
601 2005-07-30 Eli Zaretskii <eliz@gnu.org>
603 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
605 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
607 * configure.bat: Don't create lisp/Makefile.unix.
609 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
611 * .cvsignore: Add `makefile' and `config.log'.
613 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
615 Merge gnulib getopt implementation into Emacs.
617 * inc/gettext.h: Remove; no longer needed now that
618 lib-src/gettext.h exists.
620 2005-07-16 Eli Zaretskii <eliz@gnu.org>
622 * configure.bat: Finish config.log with a line that indicates that
623 the configure step was successful.
625 2005-07-04 Lute Kamstra <lute@gnu.org>
627 Update FSF's address in GPL notices.
629 2005-06-11 Eli Zaretskii <eliz@gnu.org>
631 * configure.bat: If their fc.exe returns a meaningful exit status,
632 don't overwrite src/config.h and src/epaths.h with identical
635 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
636 changes. Add a pointer to another site with detailed configure
637 and build instructions. Suggest to look at config.log when
638 configure fails. Add MinGW Make 3.80 to the list of successful
641 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
644 * configure.bat: Update copyright years.
645 Delete config.log before doing anything else.
646 Write additional diagnostics to config.log in case of failures to
647 compile test programs, including the failed test program itself.
648 Add a test for support of -mtune=pentium4 switch to GCC; if it is
649 supported, set up MCPU_FLAG variable on the various Makefiles to
650 use that switch during compilations. (This avoids GCC warning
651 about -mcpu being deprecated.)
653 2005-06-10 Eli Zaretskii <eliz@gnu.org>
655 * addsection.c (copy_executable_and_add_section): Pass non-zero
656 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
657 environment. Print section names with %.8s.
658 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
659 only if non-zero. All callers changed.
661 2005-06-05 Eli Zaretskii <eliz@gnu.org>
663 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
664 `const void *', for consistency with Posix.
666 2005-06-04 Eli Zaretskii <eliz@gnu.org>
668 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
670 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
672 * INSTALL: Add more pointers to ports of Unix tools to Windows,
673 and to the Emacs Wiki (which contains building instructions for
674 Windows). Reword image library instructions and remove obsolete
675 incompatibility information.
677 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
679 * config.nt (HAVE_PWD_H): Undef.
681 2004-06-07 Juanma Barranquero <lektu@terra.es>
683 * INSTALL: Clarify paragraph about compatibility between image
684 libraries and builds of Emacs with several compilers.
686 2004-06-06 Juanma Barranquero <lektu@terra.es>
688 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
689 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
690 calling non-existent cmdproxy.exe on bootstrapping after a
691 previous install followed by realclean.
693 * nmake.defs: Add quote in comment to resync font-locking.
695 2004-06-04 Juanma Barranquero <lektu@terra.es>
697 * INSTALL: Reword the section on image support. Add reference to
698 GnuWin32. Mention problems when mixing binaries from different
701 2004-05-06 Jason Rumney <jasonr@gnu.org>
703 * configure.bat: Use -mno-cygwin to check for image libraries
706 2004-05-03 Jason Rumney <jasonr@gnu.org>
708 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
709 * makefile.def: Remove.
711 * nmake.defs (SYS_LDFLAGS): Add -nologo.
713 * makefile.w32-in (info-gmake, info-nmake): New targets.
716 2004-04-23 Juanma Barranquero <lektu@terra.es>
722 * makefile.nt: Add "-*- makefile -*-" mode tag.
724 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
726 * runemacs.c (WinMain): Let Emacs environment default to parent.
728 2004-03-11 Jason Rumney <jasonr@gnu.org>
730 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
732 2004-03-10 Juanma Barranquero <lektu@terra.es>
734 * makefile.w32-in (install): Don't try to copy
735 ../lib-src/fns-*.el, as it isn't used anymore.
737 2004-01-28 Peter Runestig <peter@runestig.com>
739 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
741 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
743 * .cvsignore: Add `.arch-inventory'.
745 2003-11-22 Lars Hansen <larsh@math.ku.dk>
747 * inc/grp.h: New file.
749 2003-09-03 Peter Runestig <peter@runestig.com>
751 * configure.bat: Create ``makefile'' in directories man, lispref
754 * makefile.w32-in (force-info, info): New targets.
756 * envadd.bat: New file.
758 * multi-install-info.bat: New file.
760 2003-06-27 Jan Djärv <jan.h.d@swipnet.se>
762 * config.nt (my_strftime): New define.
764 2003-02-01 Jason Rumney <jasonr@gnu.org>
766 * configure.bat: Automatically detect libXpm.
767 Suppress compiler output when testing for image libraries.
768 Give names of un-found libraries in messages.
770 2003-01-31 Juanma Barranquero <lektu@terra.es>
772 * configure.bat: Automatically detect giflib and tifflib.
774 2003-01-29 Jason Rumney <jasonr@gnu.org>
776 * gmake.defs (CURDIR): Disable cygpath kludge.
778 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
780 * configure.bat: Avoid endless loop when configuring without image
783 2003-01-26 Jason Rumney <jasonr@gnu.org>
785 * configure.bat: Automatically detect jpeglib.
787 2003-01-25 Jason Rumney <jasonr@gnu.org>
789 * configure.bat: Automatically detect libpng.
791 2003-01-21 Jason Rumney <jasonr@gnu.org>
793 * icons/hand.cur: New file.
795 2003-01-21 David Ponce <david@dponce.com>
797 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
799 2003-01-15 Andrew Innes <andrewi@gnu.org>
801 * gmake.defs (CURDIR): Convert to native Windows format (with
802 forward slashes), to support building with Cygwin builds of make.
804 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
807 * gmake.defs: Made changes so that Emacs would link with
808 WinMM.lib. This change was required for my addition of a Windows
809 compatible implementation of play-sound-internal.
811 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
813 * emacs.rc: Version updated to 21.3.50.
815 2002-06-13 Jason Rumney <jasonr@gnu.org>
817 * addpm.c (env_vars): Remove EMACSLOCKDIR.
819 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
820 (maybe-bootstrap-SH): New targets.
821 (all): Depend on maybe-bootstrap.
823 2002-05-03 Jason Rumney <jasonr@gnu.org>
825 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
826 (sys_getpeername, fcntl): Declare as wrappers.
828 2002-04-10 Juanma Barranquero <lektu@terra.es>
830 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
831 after compiling .el files.
833 2002-03-20 Jason Rumney <jasonr@gnu.org>
835 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
836 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
838 2002-03-19 Kim F. Storm <storm@cua.dk>
840 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
841 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
842 (HAVE_SYS_UN_H): Undef.
843 From David Ponce <dponce@voila.fr>.
845 2002-03-13 Jason Rumney <jasonr@gnu.org>
847 * config.nt (STRFTIME_NO_POSIX2): Define.
849 2002-02-18 Jason Rumney <jasonr@gnu.org>
851 * emacs.rc: Define VS_VERSION_INFO if not already.
854 2002-01-04 Andrew Innes <andrewi@gnu.org>
856 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
857 pick up relevant bits of the Windows API definitions.
859 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
860 pick up relevant bits of the Windows API definitions.
862 2001-12-14 Andrew Innes <andrewi@gnu.org>
864 * makefile.w32-in (bootstrap): Build addsection program before
865 bootstrap (required for post-processing temacs.exe).
867 2001-12-08 Pavel JanÃk <Pavel@Janik.cz>
871 2001-12-03 Andrew Innes <andrewi@gnu.org>
873 * makefile.w32-in (bootstrap-nmake):
874 (bootstrap-gmake): Extend bootstrap process to first do
875 bootstrap-clean in lisp dir and rebuild the DOC file.
876 (bootstrap): Do a "normal" make after the bootstrap work.
878 2001-11-20 Jason Rumney <jasonr@gnu.org>
880 * INSTALL: Update table of versions of make that are suitable
881 for building Emacs, based on recent feedback.
883 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
885 2001-11-19 Andrew Innes <andrewi@gnu.org>
887 * ftime-nostartup.bat: New file.
889 * ftime.bat: Don't include libc.lib for profiling - the profiler
890 corrupts part of memcpy.
892 2001-11-17 Jason Rumney <jasonr@gnu.org>
894 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
895 expansion. From Juanma Barranquero <lektu@terra.es>.
897 2001-10-20 Gerd Moellmann <gerd@gnu.org>
899 * (Version 21.1 released.)
901 2001-10-12 Andrew Innes <andrewi@gnu.org>
903 * inc/pwd.h (uid_t, gid_t): New typedefs.
905 2001-10-05 Gerd Moellmann <gerd@gnu.org>
909 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
911 * README: Update the address of the mailing list and subscription
912 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
914 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
916 * INSTALL: Suggest to avoid using WinZip.
918 * configure.bat: Make sure ../site-lisp exists; create if necessary.
920 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
922 * INSTALL: Mention that "make install" can be "nmake install".
924 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
926 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
927 since some versions of `mkdir' don't automatically create parent
928 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
930 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
932 * subdirs.el: New file.
934 * configure.bat: Copy subdirs.el to the site-lisp directory.
936 * makefile.w32-in (install): Copy subdirs.el to the installation
939 2001-06-20 Jason Rumney <jasonr@gnu.org>
941 * runemacs.c (WinMain): Add quotes around command in case of spaces.
943 2001-06-01 Andrew Innes <andrewi@gnu.org>
945 * gmake.defs (sh_output): Don't use $(warning ...) to output
946 messages, since that is not supported by GNU make 3.77.
948 2001-05-24 Jason Rumney <jasonr@gnu.org>
950 * INSTALL: Clarify that building with MSVC requires nmake.
952 2001-05-17 Andrew Innes <andrewi@gnu.org>
954 * gmake.defs (NEW_CYGWIN): Output message about spurious error
955 message that is to be ignored.
957 2001-05-13 Andrew Innes <andrewi@gnu.org>
959 * TODO: Remove file, since it is completely out of date.
961 * README: Add copyright notice.
963 * INSTALL: Add copyright notice.
965 2001-04-18 Andrew Innes <andrewi@gnu.org>
967 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
970 * gmake.defs (SETLOADPATH): Remove definition.
971 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
974 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
976 * configure.bat: Make the checkw32api* labels be distinct in the
979 2001-03-17 Andrew Innes <andrewi@gnu.org>
981 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
984 * gmake.defs (DEBUG_LINK): New macro.
985 (LINK_FLAGS): Use it.
987 * nmake.defs (DEBUG_LINK): New macro.
988 (LINK_FLAGS): Use it.
990 2001-03-06 Andrew Innes <andrewi@gnu.org>
992 * INSTALL: Add --ldflags to configure line for building with
993 recent versions of Cygwin GCC.
995 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
997 * configure.bat: Use correct options when compiling a test program
998 with Cygwin. From David Ponce <dponce@voila.fr>.
1000 2001-02-24 Andrew Innes <andrewi@gnu.org>
1002 * _emacs: Remove obsolete file.
1004 * emacs.bat.in: Remove obsolete file.
1006 * debug.bat.in: Remove obsolete file.
1008 * inc/sys/socket.h: Add copyright notice.
1010 * paths.h: Add copyright notice.
1012 * makefile.nt: Update copyright notice.
1014 * makefile.def: Update copyright notice.
1016 * configure.bat: Update copyright notice.
1018 * nmake.defs: Add copyright notice.
1020 * gmake.defs: Add copyright notice.
1022 * makefile.w32-in: Add copyright notice.
1024 2001-02-05 Andrew Innes <andrewi@gnu.org>
1026 * nmake.defs (THISDIR): New definition.
1028 * gmake.defs (THISDIR): New definition.
1030 2001-02-03 Andrew Innes <andrewi@gnu.org>
1032 * configure.bat: Leave a space before >> only when there is a
1033 preceding digit. Add a comment about the importance of this.
1035 * README: Replace outdated information.
1037 * INSTALL (Trouble-shooting): Add note about need to specify extra
1038 compiler flags with recent Cygwin ports of gcc.
1040 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1042 * configure.bat: Use "rm -f" instead of "del /f", as the latter
1043 is not supported by Windows 9X's COMMAND.COM.
1045 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1047 * configure.bat: Make sure redirection is preceded by a blank, to
1048 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1049 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
1051 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
1053 * INSTALL: Copy the table of tested combinations of development
1054 tools from configure.bat. Add suggestion to install Bash on
1057 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1058 lisp/Makefile.in instead. Use "rm -f" where more than one file
1059 needs to be deleted, since command.com in Windows 9X doesn't grok
1060 more than one argument.
1062 2001-01-24 Andrew Innes <andrewi@gnu.org>
1064 * makefile.w32-in (cleanall-other-dirs-nmake):
1065 (cleanall-other-dirs-gmake): New targets.
1066 (cleanall): Invoke them.
1068 2001-01-19 Andrew Innes <andrewi@gnu.org>
1070 * addpm.c (env_vars): Add a version-independent site-lisp
1071 directory to EMACSLOADPATH, after the version dependent one.
1073 2001-01-06 Andrew Innes <andrewi@gnu.org>
1075 * README: Update info about compilers.
1077 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1078 select correct rule for invoking make in another directory. Amend
1080 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1082 * nmake.defs (EMACS_ICON_PATH): Delete definition.
1083 (COMPILER_TEMP_FILES): New definition.
1084 (MAKETYPE): New definition.
1086 * gmake.defs (EMACS_ICON_PATH): Delete definition.
1087 (COMPILER_TEMP_FILES): New definition.
1088 (MAKETYPE): New definition.
1090 * makefile.def (EMACS_ICON_PATH): Delete definition.
1092 * configure.bat: Be careful not to add trailing spaces when
1093 outputting to config.settings.
1095 2001-01-02 Andrew Innes <andrewi@gnu.org>
1097 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1100 2000-12-17 Andrew Innes <andrewi@gnu.org>
1102 * makefile.w32-in (install): Copy directories to the correct
1104 (real_install): Remove obsolete target.
1106 2000-12-06 Andrew Innes <andrewi@gnu.org>
1108 * nmake.defs (CURDIR): New define.
1109 (INSTALL_DIR): Use it.
1111 * gmake.defs (NEW_CYGWIN): New define.
1112 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1113 so we need to adjust how we escape embedded quotes.
1114 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1115 relative to $(CURDIR).
1117 2000-11-25 Jason Rumney <jasonr@gnu.org>
1119 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1121 2000-10-17 Andrew Innes <andrewi@gnu.org>
1123 * makefile.w32-in (recompile): New target to recompile lisp
1125 (recompile-CMD, recompile-SH): New support targets.
1127 2000-09-24 Jason Rumney <jasonr@gnu.org>
1129 * config.nt (NO_RETURN): Define it.
1131 2000-09-17 Andrew Innes <andrewi@gnu.org>
1133 * gmake.defs: Revert to Unix line endings.
1135 * nmake.defs: Revert to Unix line endings.
1137 2000-09-16 Andrew Innes <andrewi@gnu.org>
1139 * gmake.defs (SETLOADPATH): Change definition to work from any
1142 2000-09-14 Andrew Innes <andrewi@gnu.org>
1144 * makefile.w32-in: Revert to Unix line endings.
1146 2000-09-14 Andrew Innes <andrewi@gnu.org>
1148 * INSTALL: Add note about expected error messages when configure
1151 * configure.bat: Simplify the generation of makefiles (don't need
1152 to generate various top-level targets that invoke make in other
1155 * gmake.defs (SHELLTYPE): New define.
1156 (SETLOADPATH): New define.
1158 * nmake.defs (SHELLTYPE): New define.
1160 * makefile.w32-in: Standardize indentation somewhat.
1161 Add bootstrap support.
1162 Pass $(MFLAGS) when invoking make recursively.
1163 Add shell-specific variants of top-level targets that invoke make
1164 recursively in other directories, and add necessary computed
1167 2000-09-03 Andrew Innes <andrewi@gnu.org>
1169 * makefile.w32-in: Change to DOS line endings.
1171 * configure.bat: Change to DOS line endings.
1173 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1174 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1176 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1177 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1179 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1180 -D_ANONYMOUS_STRUCT on compile line.
1181 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1182 (ARCH_CFLAGS): Change optimization flags to -O2.
1183 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1184 (ARGQUOTE, DQUOTE): New defines.
1186 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1187 -D_ANONYMOUS_STRUCT on compile line.
1188 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1189 (ARGQUOTE, DQUOTE): New defines.
1191 2000-08-22 Andrew Innes <andrewi@gnu.org>
1193 * configure.bat: New file.
1195 * gmake.defs: New file.
1197 * nmake.defs: New file.
1199 * makefile.w32-in: New file.
1201 * INSTALL: Rewrite to match new configure process.
1203 * config.nt [WINDOWSNT]: Don't declare getenv.
1204 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1206 * addpm.c (main): Accept /q to mean install based on addpm's
1207 location without asking. Remove reference to emacs.bat which is
1210 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1212 * paths.h: Use forward slash as directory separator in all path
1214 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1216 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1218 * runemacs.c: Remove WIN32 define.
1220 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1223 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1224 (fd_set): Define to new name, after including winsock.h, so we can
1225 provide our own implementation.
1227 2000-07-05 Andrew Innes <andrewi@gnu.org>
1229 * ebuild.bat: Add support for specifying make arguments.
1231 * makefile.nt: Add support for `bootstrap' and related targets.
1233 2000-06-11 Jason Rumney <jasonr@gnu.org>
1235 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1237 2000-02-06 Andrew Innes <andrewi@gnu.org>
1239 * inc/sys/time.h: Add inclusion protection.
1241 * makefile.def (SYS_LDFLAGS): Add -nologo.
1243 1999-11-22 Andrew Innes <andrewi@gnu.org>
1245 * install.bat: Pass on command line arguments to make.
1247 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1249 1999-11-21 Andrew Innes <andrewi@gnu.org>
1251 * makefile.nt (all): Build leim if present.
1252 (install): Install leim if present.
1253 (clean): Clean leim if present.
1255 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1258 * emacs.bat.in (EMACSLOADPATH): Include leim.
1260 1999-07-12 Richard Stallman <rms@gnu.org>
1262 * Version 20.4 released.
1264 1999-06-16 Andrew Innes <andrewi@gnu.org>
1266 * emacs.rc: Use an icon with a transparent background, to be in
1267 keeping with other applications.
1269 1999-06-03 Andrew Innes <andrewi@gnu.org>
1271 * preprep.c: Fix typo.
1273 1999-05-02 Andrew Innes <andrewi@gnu.org>
1275 * config.h: Remove obsolete file.
1277 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1278 couple of unused switch cases that aren't defined on all
1281 * ftime.bat: Add another variation of the profile command, which
1282 only profiles extended commands.
1284 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1286 * cmdproxy.c (main): Fix parens.
1288 1999-03-25 Andrew Innes <andrewi@gnu.org>
1290 * cmdproxy.c (main): Call GetShortPathName to normalize program
1291 names for comparison.
1293 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1295 * makefile.def: Compile multiple .c files when possible.
1296 Use BLD instead of assuming i386.
1297 * makefile.nt: Remove common multiple file compilation commands.
1299 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1301 * cmdproxy.c (main): Add missing parens.
1303 1999-02-20 Andrew Innes <andrewi@gnu.org>
1305 * preprep.c: New program to allow dumped image to be profiled.
1307 * makefile.nt (preprep): New target.
1310 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1312 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1313 Change prep options to profile libc functions and skip the startup
1316 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1318 * makefile.nt: Create installation directory as first step.
1320 1999-01-31 Andrew Innes <andrewi@gnu.org>
1322 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
1323 ROUND_UP_DST. Zeroes the alignment slop.
1324 (copy_executable_and_add_section): Update the
1325 SizeOfHeaders field properly.
1327 1999-01-27 Andrew Innes <andrewi@gnu.org>
1329 * makefile.nt: Do make version comparison as strings.
1331 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
1333 * runemacs.c (WinMain): Pass explicit environment block to
1334 CreateProcess, to work around a bug in Windows 95/98.
1336 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1338 * icons: New directory with Davenport's icons.
1339 * icons/sink.ico: Renamed from emacs.ico.
1341 * makefile.nt (install, fast_install): Install Windows icons
1344 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1346 1999-01-17 Andrew Innes <andrewi@gnu.org>
1348 * makefile.nt (ALL): List top-level targets.
1349 (addsection): New top-level target.
1350 (install): Copy fns-*.el to bin directory.
1352 * addsection.c: New program to add static heap section to
1353 temacs.exe after linking, in support of new unexec method.
1355 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
1357 * cmdproxy.c (spawn): Pass directory for child as parameter.
1358 (main): Save startup directory to give to spawn, then change
1359 directory to location of .exe in order not to prevent startup
1360 directory from being deleted.
1362 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1364 * makefile.nt: Do string comparision of _NMAKE_VER.
1366 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
1368 * config.nt (LOCALTIME_CACHE): Define.
1370 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
1372 * install.bat: Convert to DOS format.
1374 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
1376 * cmdproxy.c (main): Set environment size only when running
1379 1998-11-03 Theodore Jump <tjump@tertius.com>
1381 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1382 (DEL_TREE): Use rd instead of rmdir.
1383 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
1384 * makefile.nt: Compile multiple source files when possible.
1386 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
1388 * cmdproxy.c (main): Treat command line options as case-insensitive.
1390 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1392 * Version 20.3 released.
1394 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
1396 * addpm.c (main): Explicitly check result of message box for OK.
1398 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
1400 * inc/sys/file.h (D_OK): Define new macro.
1402 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1404 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1406 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1408 * emacs.rc (VS_VERSION_INFO): Define.
1410 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
1412 * makefile.nt (emacs.bat, debug.bat): Create them in the
1413 installation directory.
1415 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
1417 * ddeclient.c: New file. (Support program for performing limited
1418 interprocess communication on Windows.)
1420 * makefile.nt: Build ddeclient.
1422 * cmdproxy.c (main): Only set environment size for real shell, and
1423 provide extra directory argument, when running on Windows 95.
1425 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1427 * cmdproxy.c (fail): Exit with a negative return value.
1428 (spawn): Return subprocess return code as an argument.
1429 Explicitly copy environment block.
1430 (main): Update to use return value argument with spawn.
1431 Retry if spawn failed when a subshell was not tried.
1433 * config.nt: Include new macros from src/config.in.
1434 (GNU_MALLOC, REL_ALLOC): Define.
1435 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1436 (RE_TRANSLATE): Use char_table_translate.
1438 * makefile.def (CP_DIR): Preserve attributes.
1440 * makefile.nt (clean): Delete patch generated files, optimized
1443 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
1445 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1447 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1449 * Version 20.2 released.
1451 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1453 * Version 20.1 released.
1455 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
1457 * debug.bat.in: New file.
1458 * makefile.nt (debug.bat): New target.
1460 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1462 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1463 Quote group name. Allow different icons to be specified.
1465 * cmdproxy.c (get_env_size): New function.
1466 (spawn): Explicitly pass in environment when creating subprocess.
1467 (main): Cleanup error messages.
1468 Specify dynamically sized environment block for real shell.
1469 Pass on unhandled switches to real shell.
1472 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
1474 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1476 * runemacs.c (WinMain): Allow Emacs process to be started with
1477 high or low priority.
1479 * emacs.bat.in: Remove OS dependent operations.
1481 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
1483 * addpm.c (env_vars): No longer set INFOPATH.
1485 * cmdproxy.c (get_next_token): Null terminate token returned.
1487 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1489 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
1491 * addpm.c (env_vars): Set SHELL to cmdproxy.
1492 (main): Initialize idDde to 0.
1493 Determine emacs_path from module file name.
1496 * makefile.def (MSVCNT11): Conditionally define it.
1497 (BASE_LIBS): Do not use oldnames.lib.
1498 (SYS_LDFLAGS): Use pdb files.
1499 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1500 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1501 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1503 * makefile.nt (ALL): Build cmdproxy.
1504 (cmdproxy): New target.
1505 (install): Install cmdproxy.
1507 * ftime.bat, debug.bat, cmdproxy.c: New files.
1509 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1511 * inc/sys/socket.h (shutdown): Define.
1512 (sys_shutdown): Export.
1514 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1516 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1518 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1520 * config.nt: Update file comments.
1521 Update undefs added/removed in src/config.in.
1523 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1525 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
1526 of win95 and winnt, respectively.
1528 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1530 * makefile.nt (real_install): Create site-lisp in installation dir.
1531 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1532 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1534 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1536 * Version 19.33 released.
1538 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1540 * runemacs.c (WinMain): Put a space between the binary and its args.
1542 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1544 * Version 19.32 released.
1546 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1548 * makefile.nt (clean): Use OBJDIR macro.
1550 1996-06-03 Kim F. Storm <kfs@olicom.dk>
1552 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1553 Not defined by default.
1554 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1555 (WinMain): Convert backslashes to slashes in env var values.
1557 * addpm.c (env_vars): Use slashes, not backslashes.
1559 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1561 * Version 19.31 released.
1563 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1565 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1566 undo settings afterwards.
1568 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1570 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1571 environment variable.
1573 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1575 * install.bat: Allow for optimized build.
1576 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1577 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1579 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1581 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1582 (env_vars): Rename field emacs_path to emacs_dir.
1583 (main): Add link to runemacs instead of emacs.
1585 * install.bat: Check if INSTALL_DIR is passed as an argument.
1587 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1589 * makefile.nt: Build and install runemacs.exe.
1591 * runemacs.c: New file.
1593 * config.w95: File removed.
1595 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1596 inc/sys/socket.h, inc/sys/time.h: New header files.
1598 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1600 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1602 * makefile.def (DEL): Defined.
1603 (DEL_TREE) [win95]: Defined.
1604 (SYS_LDFLAGS): Set executable versions to 3.10.
1606 * makefile.nt: Change uses of del to $(DEL).
1608 1996-01-17 Erik Naggum <erik@naggum.no>
1610 * All files: Update FSF's address in comment preamble.
1612 1996-01-03 George V. Reilly <georger@microcrafts.com>
1614 * emacs.ico: Now the proverbial kitchen sink icon.
1616 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1618 * Version 19.30 released.
1620 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1622 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1624 * makefile.nt (install, fast_install, real_install, clean):
1625 Don't use switches to del not supported by Win95.
1627 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
1629 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1630 (install, fast_install): Change same-dir test to create test file in
1631 installation tree and thereby support read-only shares.
1632 (clean): Remove .pdb files.
1634 * makefile.def (NTGUI): New macro.
1635 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1637 * config.nt, config.w95: Update to latest src/config.in.
1639 * addpm.c (env_vars): New variable.
1640 (add_registry): New procedure.
1641 (main): Use values of configuration environment variables from
1642 the registry if defined, the process environment otherwise.
1644 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1646 * Version 19.29 released.
1648 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1650 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1652 * makefile.nt: Define .c to .obj suffix rule.
1653 (addpm.obj): Compile directly, use CFLAGS.
1654 (addpm.exe): Link from addpm.obj.
1656 * makefile.def (MSVCNT11): Defined.
1657 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1658 (CFLAGS_COMMON): Defined.
1659 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1661 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1663 * emacs.bat.in: Renamed from emacs.bat.
1664 (emacs_dir): Renamed from emacs_path.
1667 * addpm.c: New file.
1668 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
1669 (all): Depend upon $(BLD) and $(ALL).
1670 (install): Depend upon emacs.bat.
1671 Create program item for Emacs.
1672 (clean): Delete obj.
1673 (emacs.bat): Defined.
1674 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
1676 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1678 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1679 Add carriage returns; necessary for batch files on Win95.
1681 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1683 * config.w95: Created.
1684 * config.h: Changed to config.nt.
1686 * makefile.nt (SUBDIRS): Commented out.
1687 (all, install, clean): Expand for-loops.
1688 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
1690 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
1691 (ARCH): New definition.
1692 (CPU, CONFIG_H, OS_TYPE): Defined.
1693 (INCLUDE, LIB): Checked if valid.
1694 (ntwin32.mak): Included.
1695 (AR, CC, LINK): New definition.
1696 (ADVAPI32, libc, BASE_LIBS): Defined.
1697 (SYS_LDFLAGS): New definition.
1698 Update comments and preprocessor conditionals.
1700 * emacs.bat (SHELL): Conditionally defined.
1701 (HOME): Conditionally defined.
1702 (emacs_path, HOME): Update comments.
1705 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1707 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1708 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1709 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1710 inc/sys/param.h: Removed carriage-returns.
1712 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1714 * makefile.def (CVTRES): Defined.
1716 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1718 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1720 * src: Remove directory.
1722 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1724 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1726 * makefile.def (INSTALL_DIR): Changed to generic directory.
1728 * emacs.bat: Added arguments when emacs.exe invoked.
1730 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1732 1994-12-13 Geoff Voelker <voelker@cs.washington.edu>
1734 * makefile.def (CC): In configuration section.
1735 (COMPAT_LIB): Defined.
1737 1994-11-01 Geoff Voelker <voelker@cs.washington.edu>
1739 * src/paths.h: New file.
1741 * src/config.h: New file.
1743 * inc/pwd.h: New file.
1745 * inc/sys/dir.h: New file.
1747 * inc/sys/file.h: New file.
1749 * inc/sys/ioctl.h: New file.
1751 * inc/sys/param.h: New file.
1757 * makefile.nt: New file.
1759 * makefile.def: New file.
1761 * install.cmd: New file.
1763 * INSTALL: New file.
1765 * fast-install.cmd: New file.
1767 * emacs.cmd: New file.
1769 * ebuild.cmd: New file.
1775 ;; add-log-time-zone-rule: t
1778 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1779 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
1781 This file is part of GNU Emacs.
1783 GNU Emacs is free software: you can redistribute it and/or modify
1784 it under the terms of the GNU General Public License as published by
1785 the Free Software Foundation, either version 3 of the License, or
1786 (at your option) any later version.
1788 GNU Emacs is distributed in the hope that it will be useful,
1789 but WITHOUT ANY WARRANTY; without even the implied warranty of
1790 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1791 GNU General Public License for more details.
1793 You should have received a copy of the GNU General Public License
1794 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1796 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414