* config.in: Regenerate.
[bpt/emacs.git] / nt / ChangeLog
1 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
4
5 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * config.nt (HAVE_FACES): Remove, unused.
8
9 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
10 Eli Zaretskii <eliz@gnu.org>
11
12 * nmake.defs:
13 * gmake.defs (FONT_CFLAGS): Remove.
14 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
15 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
16 and _CRTAPI1.
17 (ARCH_FLAGS): Don't include _X86_.
18
19 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
20
21 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22
23 * config.nt: Remove reference to UNEXEC_SRC.
24
25 2008-06-23 Juanma Barranquero <lekktu@gmail.com>
26 Eli Zaretskii <eliz@gnu.org>
27
28 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
29 Don't hardcode -gstabs+, use DEBUG_INFO.
30
31 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
32 Default to stabs if the compiler does not support DWARF-2.
33 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
34
35 2008-05-14 Jason Rumney <jasonr@gnu.org>
36
37 * configure.bat: Remove code dealing with --disable-font-backend.
38
39 2008-05-09 Eli Zaretskii <eliz@gnu.org>
40
41 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
42 better alignment. Make st_size 64-bit wide. Add new members
43 st_uname and st_gname.
44
45 * inc/grp.h (struct group): Add gr_gid member.
46
47 2008-04-23 Eli Zaretskii <eliz@gnu.org>
48
49 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
50 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
51 a real file there is not a good idea.
52
53 2008-04-23 Jason Rumney <jasonr@gnu.org>
54
55 * makefile.w32-in (CLIENTRES): New variable and build target.
56 (all): Depend on it.
57 ($(TRES)): Use $(TRES) in rule.
58
59 2008-04-21 Jason Rumney <jasonr@gnu.org>
60
61 * configure.bat (success): Print "make" rather than "gmake", as that
62 is what MingW uses.
63
64 2008-04-11 Eli Zaretskii <eliz@gnu.org>
65
66 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
67 Add copyright notice.
68
69 2008-04-10 Jason Rumney <jasonr@gnu.org>
70
71 * emacsclient.rc: New file.
72
73 * INSTALL: Document make targets.
74
75 2008-04-09 Jason Rumney <jasonr@gnu.org>
76
77 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
78 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
79 (top-distclean, distclean, distclean-other-dirs-nmake)
80 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
81 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
82
83 2008-04-05 Eli Zaretskii <eliz@gnu.org>
84
85 * inc/sys/stat.h: New file.
86
87 * configure.bat: Add check for usp10.h.
88
89 2008-04-04 Jason Rumney <jasonr@gnu.org>
90
91 * INSTALL: Update W32 API requirements.
92
93 2008-04-03 Jason Rumney <jasonr@gnu.org>
94
95 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
96
97 2008-03-13 Glenn Morris <rgm@gnu.org>
98
99 * emacs.rc: Set version to 23.0.60.
100
101 2008-03-04 Jason Rumney <jasonr@gnu.org>
102
103 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
104 (EMACS_EXTRA_C_FLAGS): Include it.
105 * configure.bat (usefontbackend): Default to Y.
106 (--enable-font-backend): Replace with --disable-font-backend.
107 (:withfont): Replace with :withoutfont.
108
109 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
110
111 * icons/emacs.ico: Full alpha for 32x32 full color.
112 Add 32x32 and 16x16 256 color versions.
113
114 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
115
116 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
117
118 2008-03-02 Jason Rumney <jasonr@gnu.org>
119
120 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
121
122 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
123
124 * icons/README: Update.
125
126 * icons/emacs.ico: New icon.
127
128 2008-02-25 Juanma Barranquero <lekktu@gmail.com>
129
130 * addpm.c: Include malloc.h.
131 (add_registry): Cast return value of alloca.
132
133 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
134
135 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
136
137 2008-02-11 Eli Zaretskii <eliz@gnu.org>
138
139 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
140 conditional on existence of junk.o. If %nocygwin% is already set
141 to Y, skip to chkapiN instead of chkapi.
142 (chkapi): Move "rm -f junk.c junk.o" to here.
143 (chkapiN): New label.
144
145 2008-02-11 Jason Rumney <jasonr@gnu.org>
146
147 * makefile.w32-in: Remove unidata-gen related rules.
148
149 2008-02-09 Eli Zaretskii <eliz@gnu.org>
150
151 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
152
153 2008-02-11 Jason Rumney <jasonr@gnu.org>
154
155 * addpm.c (add_registry): Add an App Paths registry key.
156 Look for GTK and add it to the DLL search path for Emacs if found.
157
158 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
159
160 * configure.bat: In help, use generic names for the image libraries.
161
162 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
163
164 * .cvsignore: Don't ignore .arch-inventory.
165
166 2008-02-03 Jason Rumney <jasonr@gnu.org>
167
168 * configure.bat: Make gcc the default compiler.
169
170 2008-02-02 Eli Zaretskii <eliz@gnu.org>
171
172 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
173 Ignore return status.
174
175 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
176 it out of the way of Windows generated file. Generate
177 admin/unidata/makefile.
178
179 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
180 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
181 (unidatagen-clean-SH): New targets.
182 (bootstrap-nmake): Invoke unidatagen-nmake.
183 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
184
185 2008-02-01 Jason Rumney <jasonr@gnu.org>
186
187 * configure.bat (withfont): Set sep1 after modifying usercflags.
188
189 2008-02-01 Jason Rumney <jasonr@gnu.org>
190
191 * configure.bat: Rename --with-font-backend to --enable-font-backend
192 for consistency with other platforms.
193
194 2008-02-01 Jason Rumney <jasonr@gnu.org>
195
196 * configure.bat: Add --with-font-backend option.
197
198 2008-01-20 Jason Rumney <jasonr@gnu.org>
199
200 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
201 permissions to NTFS ACLs.
202
203 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
204
205 * config.nt: Remove HAVE_X11R5.
206
207 2007-10-22 Jason Rumney <jasonr@gnu.org>
208
209 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
210 (strings.h, stdlib.h): Conditionally include.
211 (w32_abort): Declare here.
212 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
213
214 2007-10-20 Jason Rumney <jasonr@gnu.org>
215
216 * makefile.w32-in (info-nmake): Change into correct directories.
217
218 2007-10-20 Eli Zaretskii <eliz@gnu.org>
219
220 * configure.bat (docflags, doldflags): New variables.
221 (genmakefiles): Use them to work around problems with whitespace
222 in arguments of the `if' command.
223
224 2007-10-18 Jason Rumney <jasonr@gnu.org>
225
226 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
227
228 2007-09-27 Jason Rumney <jasonr@gnu.org>
229
230 * gmake.defs (COMCTL32): New system library.
231
232 * nmake.defs (COMCTL32): New system library.
233
234 2007-09-06 Glenn Morris <rgm@gnu.org>
235
236 * configure.bat:
237 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
238 Change from ../man to ../doc/emacs and ../doc/misc; and from
239 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
240
241 2007-08-29 Glenn Morris <rgm@gnu.org>
242
243 * emacs.rc: Increase version to 23.0.50.
244
245 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
246
247 * makefile.w32-in (bootstrap-nmake): Change directories once more.
248
249 2007-07-25 Glenn Morris <rgm@gnu.org>
250
251 * Relicense all FSF files to GPLv3 or later.
252
253 * COPYING: Switch to GPLv3.
254
255 2007-07-16 Eli Zaretskii <eliz@gnu.org>
256
257 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
258 Depend on cmdproxy.
259 (cleanall): Don't delete *~.
260
261 2007-07-15 Jason Rumney <jasonr@gnu.org>
262
263 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
264 be fully supported.
265
266 2007-07-14 Jason Rumney <jasonr@gnu.org>
267
268 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
269 of winsock.h.
270
271 2007-07-11 Jason Rumney <jasonr@gnu.org>
272
273 * gmake.defs (OLE32): New library to link.
274
275 * nmake.defs (OLE32): Likewise.
276
277 2007-06-25 Jason Rumney <jasonr@gnu.org>
278
279 * cmdproxy.c (main): Set console codepages to "ANSI".
280
281 2007-06-20 Jason Rumney <jasonr@gnu.org>
282
283 * configure.bat: Complain if image libraries are missing.
284
285 2007-06-15 Jason Rumney <jasonr@gnu.org>
286
287 * emacs.manifest: New file.
288
289 * emacs.rc: Use it.
290
291 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
292
293 * Version 22.1 released.
294
295 2007-05-22 Eli Zaretskii <eliz@gnu.org>
296
297 * INSTALL: Add information about where to find GDB, and warn
298 against --no-debug option to configure.bat.
299
300 2007-05-19 Eli Zaretskii <eliz@gnu.org>
301
302 * INSTALL: Fix URL of EmacsW32 site where building with image
303 support is described.
304
305 2007-04-26 Glenn Morris <rgm@gnu.org>
306
307 * emacs.rc: Increase version to 22.1.50.
308
309 2007-03-31 Eli Zaretskii <eliz@gnu.org>
310
311 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
312
313 2007-03-09 Richard Stallman <rms@gnu.org>
314
315 * INSTALL: Say explicitly this is not for Cygwin.
316
317 2007-03-03 Eli Zaretskii <eliz@gnu.org>
318
319 * INSTALL: Add URL of another site with detailed build instructions.
320
321 2007-02-16 Glenn Morris <rgm@gnu.org>
322
323 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
324 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
325 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
326 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
327 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
328 Restore all but two of icons deleted in previous change.
329
330 2007-02-13 Chong Yidong <cyd@stupidchicken.com>
331
332 * icons/README: New file.
333
334 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
335 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
336 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
337 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
338 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
339 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
340 Unused icons deleted.
341
342 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
343
344 * configure.bat: Update ../site-lisp/subdirs.el when needed.
345
346 2007-01-30 Juanma Barranquero <lekktu@gmail.com>
347
348 * subdirs.el: Add "no-byte-compile: t" local variable.
349
350 2007-01-10 Jason Rumney <jasonr@gnu.org>
351
352 * README: Update URLs and advice about reporting bugs.
353
354 2006-12-29 Jason Rumney <jasonr@gnu.org>
355
356 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
357 DEBUG_LINK.
358 (DEBUG_LINK): Remove -debugtype:both.
359
360 2006-12-27 Eli Zaretskii <eliz@gnu.org>
361
362 * INSTALL: Update table of supported Make ports. Show "make -j"
363 command that is known to work.
364
365 * configure.bat: Update table of supported Make ports.
366
367 2006-12-24 Eli Zaretskii <eliz@gnu.org>
368
369 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
370 only in implicit rules. Use literal "emacs.rc" instead.
371
372 2006-12-23 Eli Zaretskii <eliz@gnu.org>
373
374 * gmake.defs: Export XMFLAGS.
375
376 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
377 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
378
379 2006-12-22 Eli Zaretskii <eliz@gnu.org>
380
381 * INSTALL: Explain how to invoke GNU Make for parallel builds.
382
383 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
384 command-line argument to sub-Make in src, since src/makefile.w32-in
385 invokes Make recursively during bootstrap.
386 (clean): Delete stamp_BLD.
387 (bootstrap): Make `all' explicitly in a recursive Make.
388
389 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
390 stamp_BLD after creating the $(BLD) directory.
391
392 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
393 stamp_BLD after creating the $(BLD) directory.
394
395 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
396 (preprep, $(TRES), runemacs)
397 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
398 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
399 Depend on stamp_BLD instead of on $(BLD).
400 (XMFLAGS): New macro.
401 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
402 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
403 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
404 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
405
406 2006-12-20 Eli Zaretskii <eliz@gnu.org>
407
408 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
409 $(ALL_DEPS).
410 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
411 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
412 New dependency on $(BLD).
413 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
414 (bootstrap-gmake): Depend on addsection.
415
416 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
417
418 * runemacs.c (WinMain): Process all recognized arguments, not just
419 the first one. Remove unused variable sec_desc.
420
421 2006-09-24 Eli Zaretskii <eliz@gnu.org>
422
423 * config.nt (HAVE_LANGINFO_CODESET): Define.
424
425 * inc/langinfo.h: New file.
426
427 * inc/nl_types.h: New file.
428
429 2006-09-15 Jay Belanger <belanger@truman.edu>
430
431 * COPYING: Replace "Library Public License" by "Lesser Public
432 License" throughout.
433
434 2006-07-27 Jason Rumney <jasonr@gnu.org>
435
436 * INSTALL: Add notes about Cygwin make to impatient section.
437
438 2006-06-02 Eli Zaretskii <eliz@gnu.org>
439
440 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
441 known to work.
442
443 2006-03-12 Jason Rumney <jasonr@gnu.org>
444
445 * addpm.c (add_registry): Don't change the registry unless keys
446 already exist from a previous version.
447
448 * makefile.w32-in (install): Use -q when invoking addpm.
449
450 * addpm.c (main): Accept -q as alternative for /q.
451
452 2006-03-11 Jason Rumney <jasonr@gnu.org>
453
454 * runemacs.c (WinMain): Set screen buffer to 80x25.
455
456 2005-12-24 Eli Zaretskii <eliz@gnu.org>
457
458 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
459 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
460
461 2005-12-09 Eli Zaretskii <eliz@gnu.org>
462
463 * INSTALL: Add explanation of how to debug with GDB starting from
464 the Emacs Abort dialog.
465
466 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
467
468 * emacs.rc: Use new icons.
469
470 2005-11-26 Eli Zaretskii <eliz@gnu.org>
471
472 * emacs21.ico: Renamed from emacs.ico.
473 * emacs.ico: New icons from Andrew Zhilin
474 <andrew_zhilin@yahoo.com>.
475
476 2005-09-10 Eli Zaretskii <eliz@gnu.org>
477
478 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
479
480 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
481
482 * .cvsignore: Add `obj' and `oo' for in-place installations.
483
484 2005-07-30 Eli Zaretskii <eliz@gnu.org>
485
486 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
487
488 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
489
490 * configure.bat: Don't create lisp/Makefile.unix.
491
492 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
493
494 * .cvsignore: Add `makefile' and `config.log'.
495
496 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
497
498 Merge gnulib getopt implementation into Emacs.
499
500 * inc/gettext.h: Remove; no longer needed now that
501 lib-src/gettext.h exists.
502
503 2005-07-16 Eli Zaretskii <eliz@gnu.org>
504
505 * configure.bat: Finish config.log with a line that indicates that
506 the configure step was successful.
507
508 2005-07-04 Lute Kamstra <lute@gnu.org>
509
510 Update FSF's address in GPL notices.
511
512 2005-06-11 Eli Zaretskii <eliz@gnu.org>
513
514 * configure.bat: If their fc.exe returns a meaningful exit status,
515 don't overwrite src/config.h and src/epaths.h with identical
516 copies.
517
518 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
519 changes. Add a pointer to another site with detailed configure
520 and build instructions. Suggest to look at config.log when
521 configure fails. Add MinGW Make 3.80 to the list of successful
522 combinations.
523
524 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
525 "-mcpu=i686".
526
527 * configure.bat: Update copyright years.
528 Delete config.log before doing anything else.
529 Write additional diagnostics to config.log in case of failures to
530 compile test programs, including the failed test program itself.
531 Add a test for support of -mtune=pentium4 switch to GCC; if it is
532 supported, set up MCPU_FLAG variable on the various Makefiles to
533 use that switch during compilations. (This avoids GCC warning
534 about -mcpu being deprecated.)
535
536 2005-06-10 Eli Zaretskii <eliz@gnu.org>
537
538 * addsection.c (copy_executable_and_add_section): Pass non-zero
539 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
540 environment. Print section names with %.8s.
541 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
542 only if non-zero. All callers changed.
543
544 2005-06-05 Eli Zaretskii <eliz@gnu.org>
545
546 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
547 `const void *', for consistency with Posix.
548
549 2005-06-04 Eli Zaretskii <eliz@gnu.org>
550
551 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
552
553 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
554
555 * INSTALL: Add more pointers to ports of Unix tools to Windows,
556 and to the Emacs Wiki (which contains building instructions for
557 Windows). Reword image library instructions and remove obsolete
558 incompatibility information.
559
560 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
561
562 * config.nt (HAVE_PWD_H): Undef.
563
564 2004-06-07 Juanma Barranquero <lektu@terra.es>
565
566 * INSTALL: Clarify paragraph about compatibility between image
567 libraries and builds of Emacs with several compilers.
568
569 2004-06-06 Juanma Barranquero <lektu@terra.es>
570
571 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
572 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
573 calling non-existent cmdproxy.exe on bootstrappings after a
574 previous install followed by realclean.
575
576 * nmake.defs: Add quote in comment to resync font-locking.
577
578 2004-06-04 Juanma Barranquero <lektu@terra.es>
579
580 * INSTALL: Reword the section on image support. Add reference to
581 GnuWin32. Mention problems when mixing binaries from different
582 compilers.
583
584 2004-05-06 Jason Rumney <jasonr@gnu.org>
585
586 * configure.bat: Use -mno-cygwin to check for image libraries
587 when needed.
588
589 2004-05-03 Jason Rumney <jasonr@gnu.org>
590
591 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
592 * makefile.def: Remove.
593
594 * nmake.defs (SYS_LDFLAGS): Add -nologo.
595
596 * makefile.w32-in (info-gmake, info-nmake): New targets.
597 (info): Use them.
598
599 2004-04-23 Juanma Barranquero <lektu@terra.es>
600
601 * nmake.defs:
602 * gmake.defs:
603 * makefile.w32-in:
604 * makefile.def:
605 * makefile.nt: Add "-*- makefile -*-" mode tag.
606
607 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
608
609 * runemacs.c (WinMain): Let Emacs environment default to parent.
610
611 2004-03-11 Jason Rumney <jasonr@gnu.org>
612
613 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
614
615 2004-03-10 Juanma Barranquero <lektu@terra.es>
616
617 * makefile.w32-in (install): Don't try to copy
618 ../lib-src/fns-*.el, as it isn't used anymore.
619
620 2004-01-28 Peter Runestig <peter@runestig.com>
621
622 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
623
624 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
625
626 * .cvsignore: Add `.arch-inventory'.
627
628 2003-11-22 Lars Hansen <larsh@math.ku.dk>
629
630 * inc/grp.h: New file.
631
632 2003-09-03 Peter Runestig <peter@runestig.com>
633
634 * configure.bat: Create ``makefile'' in directories man, lispref
635 and lispintro.
636
637 * makefile.w32-in (force-info, info): New targets.
638
639 * envadd.bat: New file.
640
641 * multi-install-info.bat: New file.
642
643 2003-06-27 Jan Djärv <jan.h.d@swipnet.se>
644
645 * config.nt (my_strftime): New define.
646
647 2003-02-01 Jason Rumney <jasonr@gnu.org>
648
649 * configure.bat: Automatically detect libXpm.
650 Suppress compiler output when testing for image libraries.
651 Give names of un-found libraries in messages.
652
653 2003-01-31 Juanma Barranquero <lektu@terra.es>
654
655 * configure.bat: Automatically detect giflib and tifflib.
656
657 2003-01-29 Jason Rumney <jasonr@gnu.org>
658
659 * gmake.defs (CURDIR): Disable cygpath kludge.
660
661 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
662
663 * configure.bat: Avoid endless loop when configuring without image
664 support.
665
666 2003-01-26 Jason Rumney <jasonr@gnu.org>
667
668 * configure.bat: Automatically detect jpeglib.
669
670 2003-01-25 Jason Rumney <jasonr@gnu.org>
671
672 * configure.bat: Automatically detect libpng.
673
674 2003-01-21 Jason Rumney <jasonr@gnu.org>
675
676 * icons/hand.cur: New file.
677
678 2003-01-21 David Ponce <david@dponce.com>
679
680 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
681
682 2003-01-15 Andrew Innes <andrewi@gnu.org>
683
684 * gmake.defs (CURDIR): Convert to native Windows format (with
685 forward slashes), to support building with Cygwin builds of make.
686
687 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
688
689 * nmake.defs:
690 * gmake.defs: Made changes so that Emacs would link with
691 WinMM.lib. This change was required for my addition of a Windows
692 compatible implementation of play-sound-internal.
693
694 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
695
696 * emacs.rc: Version updated to 21.3.50.
697
698 2002-06-13 Jason Rumney <jasonr@gnu.org>
699
700 * addpm.c (env_vars): Remove EMACSLOCKDIR.
701
702 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
703 (maybe-bootstrap-SH): New targets.
704 (all): Depend on maybe-bootstrap.
705
706 2002-05-03 Jason Rumney <jasonr@gnu.org>
707
708 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
709 (sys_getpeername, fcntl): Declare as wrappers.
710
711 2002-04-10 Juanma Barranquero <lektu@terra.es>
712
713 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
714 after compiling .el files.
715
716 2002-03-20 Jason Rumney <jasonr@gnu.org>
717
718 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
719 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
720
721 2002-03-19 Kim F. Storm <storm@cua.dk>
722
723 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
724 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
725 (HAVE_SYS_UN_H): Undef.
726 From David Ponce <dponce@voila.fr>.
727
728 2002-03-13 Jason Rumney <jasonr@gnu.org>
729
730 * config.nt (STRFTIME_NO_POSIX2): Define.
731
732 2002-02-18 Jason Rumney <jasonr@gnu.org>
733
734 * emacs.rc: Define VS_VERSION_INFO if not already.
735 Update version info.
736
737 2002-01-04 Andrew Innes <andrewi@gnu.org>
738
739 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
740 pick up relevant bits of the Windows API definitions.
741
742 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
743 pick up relevant bits of the Windows API definitions.
744
745 2001-12-14 Andrew Innes <andrewi@gnu.org>
746
747 * makefile.w32-in (bootstrap): Build addsection program before
748 bootstrap (required for post-processing temacs.exe).
749
750 2001-12-08 Pavel Janík <Pavel@Janik.cz>
751
752 * COPYING: New file.
753
754 2001-12-03 Andrew Innes <andrewi@gnu.org>
755
756 * makefile.w32-in (bootstrap-nmake):
757 (bootstrap-gmake): Extend bootstrap process to first do
758 bootstrap-clean in lisp dir and rebuild the DOC file.
759 (bootstrap): Do a "normal" make after the bootstrap work.
760
761 2001-11-20 Jason Rumney <jasonr@gnu.org>
762
763 * INSTALL: Update table of versions of make that are suitable
764 for building Emacs, based on recent feedback.
765
766 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
767
768 2001-11-19 Andrew Innes <andrewi@gnu.org>
769
770 * ftime-nostartup.bat: New file.
771
772 * ftime.bat: Don't include libc.lib for profiling - the profiler
773 corrupts part of memcpy.
774
775 2001-11-17 Jason Rumney <jasonr@gnu.org>
776
777 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
778 expansion. From Juanma Barranquero <lektu@terra.es>.
779
780 2001-10-20 Gerd Moellmann <gerd@gnu.org>
781
782 * (Version 21.1 released.)
783
784 2001-10-12 Andrew Innes <andrewi@gnu.org>
785
786 * inc/pwd.h (uid_t, gid_t): New typedefs.
787
788 2001-10-05 Gerd Moellmann <gerd@gnu.org>
789
790 * Branch for 21.1.
791
792 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
793
794 * README: Update the address of the mailing list and subscription
795 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
796
797 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * INSTALL: Suggest to avoid using WinZip.
800
801 * configure.bat: Make sure ../site-lisp exists; create if necessary.
802
803 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
804
805 * INSTALL: Mention that "make install" can be "nmake install".
806
807 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
810 since some versions of `mkdir' don't automatically create parent
811 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
812
813 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
814
815 * subdirs.el: New file.
816
817 * configure.bat: Copy subdirs.el to the site-lisp directory.
818
819 * makefile.w32-in (install): Copy subdirs.el to the installation
820 directory.
821
822 2001-06-20 Jason Rumney <jasonr@gnu.org>
823
824 * runemacs.c (WinMain): Add quotes around command in case of spaces.
825
826 2001-06-01 Andrew Innes <andrewi@gnu.org>
827
828 * gmake.defs (sh_output): Don't use $(warning ...) to output
829 messages, since that is not supported by GNU make 3.77.
830
831 2001-05-24 Jason Rumney <jasonr@gnu.org>
832
833 * INSTALL: Clarify that building with MSVC requires nmake.
834
835 2001-05-17 Andrew Innes <andrewi@gnu.org>
836
837 * gmake.defs (NEW_CYGWIN): Output message about spurious error
838 message that is to be ignored.
839
840 2001-05-13 Andrew Innes <andrewi@gnu.org>
841
842 * TODO: Remove file, since it is completely out of date.
843
844 * README: Add copyright notice.
845
846 * INSTALL: Add copyright notice.
847
848 2001-04-18 Andrew Innes <andrewi@gnu.org>
849
850 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
851 the environment.
852
853 * gmake.defs (SETLOADPATH): Remove definition.
854 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
855 environment.
856
857 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * configure.bat: Make the checkw32api* labels be distinct in the
860 first 8 characters.
861
862 2001-03-17 Andrew Innes <andrewi@gnu.org>
863
864 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
865 escaped quotes.
866
867 * gmake.defs (DEBUG_LINK): New macro.
868 (LINK_FLAGS): Use it.
869
870 * nmake.defs (DEBUG_LINK): New macro.
871 (LINK_FLAGS): Use it.
872
873 2001-03-06 Andrew Innes <andrewi@gnu.org>
874
875 * INSTALL: Add --ldflags to configure line for building with
876 recent versions of Cygwin GCC.
877
878 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
879
880 * configure.bat: Use correct options when compiling a test program
881 with Cygwin. From David Ponce <dponce@voila.fr>.
882
883 2001-02-24 Andrew Innes <andrewi@gnu.org>
884
885 * _emacs: Remove obsolete file.
886
887 * emacs.bat.in: Remove obsolete file.
888
889 * debug.bat.in: Remove obsolete file.
890
891 * inc/sys/socket.h: Add copyright notice.
892
893 * paths.h: Add copyright notice.
894
895 * makefile.nt: Update copyright notice.
896
897 * makefile.def: Update copyright notice.
898
899 * configure.bat: Update copyright notice.
900
901 * nmake.defs: Add copyright notice.
902
903 * gmake.defs: Add copyright notice.
904
905 * makefile.w32-in: Add copyright notice.
906
907 2001-02-05 Andrew Innes <andrewi@gnu.org>
908
909 * nmake.defs (THISDIR): New definition.
910
911 * gmake.defs (THISDIR): New definition.
912
913 2001-02-03 Andrew Innes <andrewi@gnu.org>
914
915 * configure.bat: Leave a space before >> only when there is a
916 preceding digit. Add a comment about the importance of this.
917
918 * README: Replace outdated information.
919
920 * INSTALL (Trouble-shooting): Add note about need to specify extra
921 compiler flags with recent Cygwin ports of gcc.
922
923 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
924
925 * configure.bat: Use "rm -f" instead of "del /f", as the latter
926 is not supported by Windows 9X's COMMAND.COM.
927
928 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
929
930 * configure.bat: Make sure redirection is preceeded by a blank, to
931 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
932 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
933
934 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * INSTALL: Copy the table of tested combinations of development
937 tools from confuigure.bat. Add suggestion to install Bash on
938 Windows 9X.
939
940 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
941 lisp/Makefile.in instead. Use "rm -f" where more than one file
942 needs to be deleted, since command.com in Windows 9X doesn't grok
943 more than one argument.
944
945 2001-01-24 Andrew Innes <andrewi@gnu.org>
946
947 * makefile.w32-in (cleanall-other-dirs-nmake):
948 (cleanall-other-dirs-gmake): New targets.
949 (cleanall): Invoke them.
950
951 2001-01-19 Andrew Innes <andrewi@gnu.org>
952
953 * addpm.c (env_vars): Add a version-independent site-lisp
954 directory to EMACSLOADPATH, after the version dependent one.
955
956 2001-01-06 Andrew Innes <andrewi@gnu.org>
957
958 * README: Update info about compilers.
959
960 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
961 select correct rule for invoking make in another directory. Amend
962 rules accordingly.
963 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
964
965 * nmake.defs (EMACS_ICON_PATH): Delete definition.
966 (COMPILER_TEMP_FILES): New definition.
967 (MAKETYPE): New definition.
968
969 * gmake.defs (EMACS_ICON_PATH): Delete definition.
970 (COMPILER_TEMP_FILES): New definition.
971 (MAKETYPE): New definition.
972
973 * makefile.def (EMACS_ICON_PATH): Delete definition.
974
975 * configure.bat: Be careful not to add trailing spaces when
976 outputting to config.settings.
977
978 2001-01-02 Andrew Innes <andrewi@gnu.org>
979
980 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
981 than the function.
982
983 2000-12-17 Andrew Innes <andrewi@gnu.org>
984
985 * makefile.w32-in (install): Copy directories to the correct
986 places.
987 (real_install): Remove obsolete target.
988
989 2000-12-06 Andrew Innes <andrewi@gnu.org>
990
991 * nmake.defs (CURDIR): New define.
992 (INSTALL_DIR): Use it.
993
994 * gmake.defs (NEW_CYGWIN): New define.
995 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
996 so we need to adjust how we escape embedded quotes.
997 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
998 relative to $(CURDIR).
999
1000 2000-11-25 Jason Rumney <jasonr@gnu.org>
1001
1002 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1003
1004 2000-10-17 Andrew Innes <andrewi@gnu.org>
1005
1006 * makefile.w32-in (recompile): New target to recompile lisp
1007 directory.
1008 (recompile-CMD, recompile-SH): New support targets.
1009
1010 2000-09-24 Jason Rumney <jasonr@gnu.org>
1011
1012 * config.nt (NO_RETURN): Define it.
1013
1014 2000-09-17 Andrew Innes <andrewi@gnu.org>
1015
1016 * gmake.defs: Revert to Unix line endings.
1017
1018 * nmake.defs: Revert to Unix line endings.
1019
1020 2000-09-16 Andrew Innes <andrewi@gnu.org>
1021
1022 * gmake.defs (SETLOADPATH): Change definition to work from any
1023 subdirectory.
1024
1025 2000-09-14 Andrew Innes <andrewi@gnu.org>
1026
1027 * makefile.w32-in: Revert to Unix line endings.
1028
1029 2000-09-14 Andrew Innes <andrewi@gnu.org>
1030
1031 * INSTALL: Add note about expected error messages when configure
1032 is run.
1033
1034 * configure.bat: Simplify the generation of makefiles (don't need
1035 to generate various top-level targets that invoke make in other
1036 directories).
1037
1038 * gmake.defs (SHELLTYPE): New define.
1039 (SETLOADPATH): New define.
1040
1041 * nmake.defs (SHELLTYPE): New define.
1042
1043 * makefile.w32-in: Standardize indentation somewhat.
1044 Add bootstrap support.
1045 Pass $(MFLAGS) when invoking make recursively.
1046 Add shell-specific variants of top-level targets that invoke make
1047 recursively in other directories, and add necessary computed
1048 dependencies.
1049
1050 2000-09-03 Andrew Innes <andrewi@gnu.org>
1051
1052 * makefile.w32-in: Change to DOS line endings.
1053
1054 * configure.bat: Change to DOS line endings.
1055
1056 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1057 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1058
1059 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1060 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1061
1062 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1063 -D_ANONYMOUS_STRUCT on compile line.
1064 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1065 (ARCH_CFLAGS): Change optimization flags to -O2.
1066 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1067 (ARGQUOTE, DQUOTE): New defines.
1068
1069 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1070 -D_ANONYMOUS_STRUCT on compile line.
1071 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1072 (ARGQUOTE, DQUOTE): New defines.
1073
1074 2000-08-22 Andrew Innes <andrewi@gnu.org>
1075
1076 * configure.bat: New file.
1077
1078 * gmake.defs: New file.
1079
1080 * nmake.defs: New file.
1081
1082 * makefile.w32-in: New file.
1083
1084 * INSTALL: Rewrite to match new configure process.
1085
1086 * config.nt [WINDOWSNT]: Don't declare getenv.
1087 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1088
1089 * addpm.c (main): Accept /q to mean install based on addpm's
1090 location without asking. Remove reference to emacs.bat which is
1091 now obsolete.
1092
1093 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1094
1095 * paths.h: Use forward slash as directory separator in all path
1096 definitions.
1097 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1098
1099 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1100
1101 * runemacs.c: Remove WIN32 define.
1102
1103 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1104 not defined.
1105
1106 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1107 (fd_set): Define to new name, after including winsock.h, so we can
1108 provide our own implementation.
1109
1110 2000-07-05 Andrew Innes <andrewi@gnu.org>
1111
1112 * ebuild.bat: Add support for specifying make arguments.
1113
1114 * makefile.nt: Add support for `bootstrap' and related targets.
1115
1116 2000-06-11 Jason Rumney <jasonr@gnu.org>
1117
1118 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1119
1120 2000-02-06 Andrew Innes <andrewi@gnu.org>
1121
1122 * inc/sys/time.h: Add inclusion protection.
1123
1124 * makefile.def (SYS_LDFLAGS): Add -nologo.
1125
1126 1999-11-22 Andrew Innes <andrewi@gnu.org>
1127
1128 * install.bat: Pass on command line arguments to make.
1129
1130 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1131
1132 1999-11-21 Andrew Innes <andrewi@gnu.org>
1133
1134 * makefile.nt (all): Build leim if present.
1135 (install): Install leim if present.
1136 (clean): Clean leim if present.
1137
1138 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1139 definition.
1140
1141 * emacs.bat.in (EMACSLOADPATH): Include leim.
1142
1143 1999-07-12 Richard Stallman <rms@gnu.org>
1144
1145 * Version 20.4 released.
1146
1147 1999-06-16 Andrew Innes <andrewi@gnu.org>
1148
1149 * emacs.rc: Use an icon with a transparent background, to be in
1150 keeping with other applications.
1151
1152 1999-06-03 Andrew Innes <andrewi@gnu.org>
1153
1154 * preprep.c: Fix typo.
1155
1156 1999-05-02 Andrew Innes <andrewi@gnu.org>
1157
1158 * config.h: Remove obsolete file.
1159
1160 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1161 couple of unused switch cases that aren't defined on all
1162 platforms.
1163
1164 * ftime.bat: Add another variation of the profile command, which
1165 only profiles extended commands.
1166
1167 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1168
1169 * cmdproxy.c (main): Fix parens.
1170
1171 1999-03-25 Andrew Innes <andrewi@gnu.org>
1172
1173 * cmdproxy.c (main): Call GetShortPathName to normalize program
1174 names for comparison.
1175
1176 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1177
1178 * makefile.def: Compile multiple .c files when possible.
1179 Use BLD instead of assuming i386.
1180 * makefile.nt: Remove common multiple file compilation commands.
1181
1182 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1183
1184 * cmdproxy.c (main): Add missing parens.
1185
1186 1999-02-20 Andrew Innes <andrewi@gnu.org>
1187
1188 * preprep.c: New program to allow dumped image to be profiled.
1189
1190 * makefile.nt (preprep): New target.
1191 (ALL): Build it.
1192
1193 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1194
1195 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1196 Change prep options to profile libc functions and skip the startup
1197 code.
1198
1199 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1200
1201 * makefile.nt: Create installation directory as first step.
1202
1203 1999-01-31 Andrew Innes <andrewi@gnu.org>
1204
1205 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
1206 ROUND_UP_DST. Zeroes the alignment slop.
1207 (copy_executable_and_add_section): Update the
1208 SizeOfHeaders field properly.
1209
1210 1999-01-27 Andrew Innes <andrewi@gnu.org>
1211
1212 * makefile.nt: Do make version comparison as strings.
1213
1214 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
1215
1216 * runemacs.c (WinMain): Pass explicit environment block to
1217 CreateProcess, to work around a bug in Windows 95/98.
1218
1219 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1220
1221 * icons: New directory with Davenport's icons.
1222 * icons/sink.ico: Renamed from emacs.ico.
1223
1224 * makefile.nt (install, fast_install): Install Windows icons
1225 into etc/icons.
1226
1227 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1228
1229 1999-01-17 Andrew Innes <andrewi@gnu.org>
1230
1231 * makefile.nt (ALL): List top-level targets.
1232 (addsection): New top-level target.
1233 (install): Copy fns-*.el to bin directory.
1234
1235 * addsection.c: New program to add static heap section to
1236 temacs.exe after linking, in support of new unexec method.
1237
1238 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
1239
1240 * cmdproxy.c (spawn): Pass directory for child as parameter.
1241 (main): Save startup directory to give to spawn, then change
1242 directory to location of .exe in order not to prevent startup
1243 directory from being deleted.
1244
1245 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1246
1247 * makefile.nt: Do string comparision of _NMAKE_VER.
1248
1249 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
1250
1251 * config.nt (LOCALTIME_CACHE): Define.
1252
1253 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
1254
1255 * install.bat: Convert to DOS format.
1256
1257 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
1258
1259 * cmdproxy.c (main): Set environment size only when running
1260 command.com.
1261
1262 1998-11-03 Theodore Jump <tjump@tertius.com>
1263
1264 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1265 (DEL_TREE): Use rd instead of rmdir.
1266 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
1267 * makefile.nt: Compile multiple source files when possible.
1268
1269 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
1270
1271 * cmdproxy.c (main): Treat command line options as case-insensitive.
1272
1273 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1274
1275 * Version 20.3 released.
1276
1277 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
1278
1279 * addpm.c (main): Explicitly check result of message box for OK.
1280
1281 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
1282
1283 * inc/sys/file.h (D_OK): Define new macro.
1284
1285 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1286
1287 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1288
1289 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1290
1291 * emacs.rc (VS_VERSION_INFO): Define.
1292
1293 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
1294
1295 * makefile.nt (emacs.bat, debug.bat): Create them in the
1296 installation directory.
1297
1298 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
1299
1300 * ddeclient.c: New file. (Support program for performing limited
1301 interprocess communication on Windows.)
1302
1303 * makefile.nt: Build ddeclient.
1304
1305 * cmdproxy.c (main): Only set environment size for real shell, and
1306 provide extra directory argument, when running on Windows 95.
1307
1308 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1309
1310 * cmdproxy.c (fail): Exit with a negative return value.
1311 (spawn): Return subprocess return code as an argument.
1312 Explicitly copy environment block.
1313 (main): Update to use return value argument with spawn.
1314 Retry if spawn failed when a subshell was not tried.
1315
1316 * config.nt: Include new macros from src/config.in.
1317 (GNU_MALLOC, REL_ALLOC): Define.
1318 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1319 (RE_TRANSLATE): Use char_table_translate.
1320
1321 * makefile.def (CP_DIR): Preserve attributes.
1322
1323 * makefile.nt (clean): Delete patch generated files, optimized
1324 build directory.
1325
1326 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
1327
1328 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1329
1330 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1331
1332 * Version 20.2 released.
1333
1334 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1335
1336 * Version 20.1 released.
1337
1338 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
1339
1340 * debug.bat.in: New file.
1341 * makefile.nt (debug.bat): New target.
1342
1343 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1344
1345 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1346 Quote group name. Allow different icons to be specified.
1347
1348 * cmdproxy.c (get_env_size): New function.
1349 (spawn): Explicitly pass in environment when creating subprocess.
1350 (main): Cleaup error messages.
1351 Specify dynamically sized environment block for real shell.
1352 Pass on unhandled switches to real shell.
1353 Quote program name.
1354
1355 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
1356 directory.
1357 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1358
1359 * runemacs.c (WinMain): Allow Emacs process to be started with
1360 high or low priority.
1361
1362 * emacs.bat.in: Remove OS dependent operations.
1363
1364 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
1365
1366 * addpm.c (env_vars): No longer set INFOPATH.
1367
1368 * cmdproxy.c (get_next_token): Null terminate token returned.
1369
1370 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1371
1372 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
1373
1374 * addpm.c (env_vars): Set SHELL to cmdproxy.
1375 (main): Initialize idDde to 0.
1376 Determine emacs_path from module file name.
1377 Prompt for install.
1378
1379 * makefile.def (MSVCNT11): Conditionally define it.
1380 (BASE_LIBS): Do not use oldnames.lib.
1381 (SYS_LDFLAGS): Use pdb files.
1382 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1383 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1384 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1385
1386 * makefile.nt (ALL): Build cmdproxy.
1387 (cmdproxy): New target.
1388 (install): Install cmdproxy.
1389
1390 * ftime.bat, debug.bat, cmdproxy.c: New files.
1391
1392 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1393
1394 * inc/sys/socket.h (shutdown): Define.
1395 (sys_shutdown): Export.
1396
1397 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1398
1399 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1400
1401 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1402
1403 * config.nt: Update file comments.
1404 Update undefs added/removed in src/config.in.
1405
1406 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1407
1408 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
1409 of win95 and winnt, respectively.
1410
1411 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1412
1413 * makefile.nt (real_install): Create site-lisp in installation dir.
1414 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1415 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1416
1417 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1418
1419 * Version 19.33 released.
1420
1421 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1422
1423 * runemacs.c (WinMain): Put a space between the binary and its args.
1424
1425 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1426
1427 * Version 19.32 released.
1428
1429 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1430
1431 * makefile.nt (clean): Use OBJDIR macro.
1432
1433 1996-06-03 Kim F. Storm <kfs@olicom.dk>
1434
1435 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1436 Not defined by default.
1437 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1438 (WinMain): Convert backslashes to slashes in env var values.
1439
1440 * addpm.c (env_vars): Use slashes, not backslashes.
1441
1442 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1443
1444 * Version 19.31 released.
1445
1446 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1447
1448 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1449 undo settings afterwards.
1450
1451 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1452
1453 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1454 environment variable.
1455
1456 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1457
1458 * install.bat: Allow for optimized build.
1459 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1460 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1461
1462 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1463
1464 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1465 (env_vars): Rename field emacs_path to emacs_dir.
1466 (main): Add link to runemacs instead of emacs.
1467
1468 * install.bat: Check if INSTALL_DIR is passed as an argument.
1469
1470 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1471
1472 * makefile.nt: Build and install runemacs.exe.
1473
1474 * runemacs.c: New file.
1475
1476 * config.w95: File removed.
1477
1478 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1479 inc/sys/socket.h, inc/sys/time.h: New header files.
1480
1481 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1482
1483 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1484
1485 * makefile.def (DEL): Defined.
1486 (DEL_TREE) [win95]: Defined.
1487 (SYS_LDFLAGS): Set executable versions to 3.10.
1488
1489 * makefile.nt: Change uses of del to $(DEL).
1490
1491 1996-01-17 Erik Naggum <erik@naggum.no>
1492
1493 * All files: Update FSF's address in comment preamble.
1494
1495 1996-01-03 George V. Reilly <georger@microcrafts.com>
1496
1497 * emacs.ico: Now the proverbial kitchen sink icon.
1498
1499 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1500
1501 * Version 19.30 released.
1502
1503 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1504
1505 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1506
1507 * makefile.nt (install, fast_install, real_install, clean):
1508 Don't use switches to del not supported by Win95.
1509
1510 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
1511
1512 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1513 (install, fast_install): Change same-dir test to create test file in
1514 installation tree and thereby support read-only shares.
1515 (clean): Remove .pdb files.
1516
1517 * makefile.def (NTGUI): New macro.
1518 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1519
1520 * config.nt, config.w95: Update to latest src/config.in.
1521
1522 * addpm.c (env_vars): New variable.
1523 (add_registry): New procedure.
1524 (main): Use values of configuration environment variables from
1525 the registry if defined, the process environment otherwise.
1526
1527 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1528
1529 * Version 19.29 released.
1530
1531 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1532
1533 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1534
1535 * makefile.nt: Define .c to .obj suffix rule.
1536 (addpm.obj): Compile directly, use CFLAGS.
1537 (addpm.exe): Link from addpm.obj.
1538
1539 * makefile.def (MSVCNT11): Defined.
1540 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1541 (CFLAGS_COMMON): Defined.
1542 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1543
1544 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1545
1546 * emacs.bat.in: Renamed from emacs.bat.
1547 (emacs_dir): Renamed from emacs_path.
1548 Definition removed.
1549
1550 * addpm.c: New file.
1551 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
1552 (all): Depend upon $(BLD) and $(ALL).
1553 (install): Depend upon emacs.bat.
1554 Create program item for Emacs.
1555 (clean): Delete obj.
1556 (emacs.bat): Defined.
1557 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
1558
1559 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1560
1561 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1562 Add carriage returns; necessary for batch files on Win95.
1563
1564 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1565
1566 * config.w95: Created.
1567 * config.h: Changed to config.nt.
1568
1569 * makefile.nt (SUBDIRS): Commented out.
1570 (all, install, clean): Expand for-loops.
1571 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
1572
1573 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
1574 (ARCH): New definition.
1575 (CPU, CONFIG_H, OS_TYPE): Defined.
1576 (INCLUDE, LIB): Checked if valid.
1577 (ntwin32.mak): Included.
1578 (AR, CC, LINK): New definition.
1579 (ADVAPI32, libc, BASE_LIBS): Defined.
1580 (SYS_LDFLAGS): New definition.
1581 Update comments and preprocessor conditionals.
1582
1583 * emacs.bat (SHELL): Conditionally defined.
1584 (HOME): Conditionally defined.
1585 (emacs_path, HOME): Update comments.
1586 Turn off all echo.
1587
1588 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1589
1590 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1591 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1592 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1593 inc/sys/param.h: Removed carriage-returns.
1594
1595 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1596
1597 * makefile.def (CVTRES): Defined.
1598
1599 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1600
1601 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1602
1603 * src: Remove directory.
1604
1605 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1606
1607 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1608
1609 * makefile.def (INSTALL_DIR): Changed to generic directory.
1610
1611 * emacs.bat: Added arguments when emacs.exe invoked.
1612
1613 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1614
1615 1994-12-13 Geoff Voelker <voelker@cs.washington.edu>
1616
1617 * makefile.def (CC): In configuration section.
1618 (COMPAT_LIB): Defined.
1619
1620 1994-11-01 Geoff Voelker <voelker@cs.washington.edu>
1621
1622 * src/paths.h: New file.
1623
1624 * src/config.h: New file.
1625
1626 * inc/pwd.h: New file.
1627
1628 * inc/sys/dir.h: New file.
1629
1630 * inc/sys/file.h: New file.
1631
1632 * inc/sys/ioctl.h: New file.
1633
1634 * inc/sys/param.h: New file.
1635
1636 * todo: New file.
1637
1638 * README: New file.
1639
1640 * makefile.nt: New file.
1641
1642 * makefile.def: New file.
1643
1644 * install.cmd: New file.
1645
1646 * INSTALL: New file.
1647
1648 * fast-install.cmd: New file.
1649
1650 * emacs.cmd: New file.
1651
1652 * ebuild.cmd: New file.
1653
1654 * _emacs: New file.
1655
1656 ;; Local Variables:
1657 ;; coding: utf-8
1658 ;; add-log-time-zone-rule: t
1659 ;; End:
1660
1661 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1662 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1663
1664 This file is part of GNU Emacs.
1665
1666 GNU Emacs is free software: you can redistribute it and/or modify
1667 it under the terms of the GNU General Public License as published by
1668 the Free Software Foundation, either version 3 of the License, or
1669 (at your option) any later version.
1670
1671 GNU Emacs is distributed in the hope that it will be useful,
1672 but WITHOUT ANY WARRANTY; without even the implied warranty of
1673 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1674 GNU General Public License for more details.
1675
1676 You should have received a copy of the GNU General Public License
1677 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1678
1679 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414