* s/darwin.h (DATA_END):
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
77ccee09
DN
12008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
4
bdee2ef3
DN
52008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * config.nt (HAVE_FACES): Remove, unused.
8
43db14bb
JB
92008-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
f2a77c3a
DN
212008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22
23 * config.nt: Remove reference to UNEXEC_SRC.
24
540c2a33
JB
252008-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
26a3b310
JR
352008-05-14 Jason Rumney <jasonr@gnu.org>
36
37 * configure.bat: Remove code dealing with --disable-font-backend.
38
ee7a2e7a
EZ
392008-05-09 Eli Zaretskii <eliz@gnu.org>
40
71e41ffb
EZ
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
ee7a2e7a
EZ
45 * inc/grp.h (struct group): Add gr_gid member.
46
a113b3ca 472008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
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
a113b3ca 532008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 54
99e0bf59
JR
55 * makefile.w32-in (CLIENTRES): New variable and build target.
56 (all): Depend on it.
57 ($(TRES)): Use $(TRES) in rule.
58
361823f4
JR
592008-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
87c24bb7
EZ
642008-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
5739d6f8
JR
692008-04-10 Jason Rumney <jasonr@gnu.org>
70
f12da103
JR
71 * emacsclient.rc: New file.
72
5739d6f8
JR
73 * INSTALL: Document make targets.
74
cc48598c
JR
752008-04-09 Jason Rumney <jasonr@gnu.org>
76
77 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 78 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
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
892508a4
EZ
832008-04-05 Eli Zaretskii <eliz@gnu.org>
84
aa08d1ff
EZ
85 * inc/sys/stat.h: New file.
86
892508a4
EZ
87 * configure.bat: Add check for usp10.h.
88
a25fe288
JR
892008-04-04 Jason Rumney <jasonr@gnu.org>
90
91 * INSTALL: Update W32 API requirements.
92
b7612703
JR
932008-04-03 Jason Rumney <jasonr@gnu.org>
94
95 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
96
b2019141
GM
972008-03-13 Glenn Morris <rgm@gnu.org>
98
99 * emacs.rc: Set version to 23.0.60.
100
12cc4d8f
JR
1012008-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
1b6bf70a
JR
1092008-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
6abe1b07
GM
1142008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
115
116 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
117
480a77b5
JR
1182008-03-02 Jason Rumney <jasonr@gnu.org>
119
120 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
121
c9cc6462
DN
1222008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
123
124 * icons/README: Update.
125
126 * icons/emacs.ico: New icon.
127
c44b4b46
JB
1282008-02-25 Juanma Barranquero <lekktu@gmail.com>
129
130 * addpm.c: Include malloc.h.
131 (add_registry): Cast return value of alloca.
132
9d2818d6
DN
1332008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
134
135 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
136
1046da1c
EZ
1372008-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
4134dd15
JR
1452008-02-11 Jason Rumney <jasonr@gnu.org>
146
147 * makefile.w32-in: Remove unidata-gen related rules.
148
65366573
EZ
1492008-02-09 Eli Zaretskii <eliz@gnu.org>
150
151 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
152
f1cefe09
JR
1532008-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
f01e03d3
JB
1582008-02-05 Juanma Barranquero <lekktu@gmail.com>
159
160 * configure.bat: In help, use generic names for the image libraries.
161
880a5954
JB
1622008-02-04 Juanma Barranquero <lekktu@gmail.com>
163
164 * .cvsignore: Don't ignore .arch-inventory.
165
680d641f
JR
1662008-02-03 Jason Rumney <jasonr@gnu.org>
167
168 * configure.bat: Make gcc the default compiler.
169
ef764ddd
EZ
1702008-02-02 Eli Zaretskii <eliz@gnu.org>
171
e344bebe
JB
172 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
173 Ignore return status.
f0c58e10 174
a392138f
EZ
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
ef764ddd
EZ
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
9303f985 1852008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
186
187 * configure.bat (withfont): Set sep1 after modifying usercflags.
188
9303f985 1892008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
190
191 * configure.bat: Rename --with-font-backend to --enable-font-backend
192 for consistency with other platforms.
193
9303f985 1942008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
195
196 * configure.bat: Add --with-font-backend option.
197
cf32108e
JR
1982008-01-20 Jason Rumney <jasonr@gnu.org>
199
200 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
201 permissions to NTFS ACLs.
202
880820fe 2032007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
204
205 * config.nt: Remove HAVE_X11R5.
206
5eaf5ed9
JR
2072007-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
059d1e66
JR
2142007-10-20 Jason Rumney <jasonr@gnu.org>
215
216 * makefile.w32-in (info-nmake): Change into correct directories.
217
6d005ee7
EZ
2182007-10-20 Eli Zaretskii <eliz@gnu.org>
219
3a1ebd63
EZ
220 * configure.bat (docflags, doldflags): New variables.
221 (genmakefiles): Use them to work around problems with whitespace
222 in arguments of the `if' command.
6d005ee7 223
65d306e2
JR
2242007-10-18 Jason Rumney <jasonr@gnu.org>
225
226 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
227
fc2554aa
JR
2282007-09-27 Jason Rumney <jasonr@gnu.org>
229
230 * gmake.defs (COMCTL32): New system library.
231
232 * nmake.defs (COMCTL32): New system library.
233
4f449725
GM
2342007-09-06 Glenn Morris <rgm@gnu.org>
235
56d727ff 236 * configure.bat:
52397249
JB
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.
4f449725 240
e93ca076
GM
2412007-08-29 Glenn Morris <rgm@gnu.org>
242
243 * emacs.rc: Increase version to 23.0.50.
244
e344bebe 2452007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
246
247 * makefile.w32-in (bootstrap-nmake): Change directories once more.
248
cacc7b51
GM
2492007-07-25 Glenn Morris <rgm@gnu.org>
250
251 * Relicense all FSF files to GPLv3 or later.
252
253 * COPYING: Switch to GPLv3.
254
ed7c1a5c
EZ
2552007-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
5412a7f3
JR
2612007-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
a2dcccd9
JR
2662007-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
a71f59c1
JR
2712007-07-11 Jason Rumney <jasonr@gnu.org>
272
273 * gmake.defs (OLE32): New library to link.
274
275 * nmake.defs (OLE32): Likewise.
276
ad1597ce
JR
2772007-06-25 Jason Rumney <jasonr@gnu.org>
278
279 * cmdproxy.c (main): Set console codepages to "ANSI".
280
32154d10
JR
2812007-06-20 Jason Rumney <jasonr@gnu.org>
282
283 * configure.bat: Complain if image libraries are missing.
284
6dbd2549
JR
2852007-06-15 Jason Rumney <jasonr@gnu.org>
286
287 * emacs.manifest: New file.
288
289 * emacs.rc: Use it.
290
7dfc4cda
CY
2912007-06-02 Chong Yidong <cyd@stupidchicken.com>
292
293 * Version 22.1 released.
294
c2970555
EZ
2952007-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
8add2b1a
EZ
3002007-05-19 Eli Zaretskii <eliz@gnu.org>
301
302 * INSTALL: Fix URL of EmacsW32 site where building with image
303 support is described.
304
07016031
GM
3052007-04-26 Glenn Morris <rgm@gnu.org>
306
307 * emacs.rc: Increase version to 22.1.50.
308
5a842fda
EZ
3092007-03-31 Eli Zaretskii <eliz@gnu.org>
310
311 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
312
029e4603
RS
3132007-03-09 Richard Stallman <rms@gnu.org>
314
315 * INSTALL: Say explicitly this is not for Cygwin.
316
309c91ff
EZ
3172007-03-03 Eli Zaretskii <eliz@gnu.org>
318
c01949d3 319 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 320
c14693e3
GM
3212007-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:
c01949d3
JB
327 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
328 Restore all but two of icons deleted in previous change.
c14693e3 329
bd5f26aa
CY
3302007-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:
8e127f99 337 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 338 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
339 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
340 Unused icons deleted.
bd5f26aa 341
57a64408
JB
3422007-01-31 Juanma Barranquero <lekktu@gmail.com>
343
344 * configure.bat: Update ../site-lisp/subdirs.el when needed.
345
4799aa91
JB
3462007-01-30 Juanma Barranquero <lekktu@gmail.com>
347
348 * subdirs.el: Add "no-byte-compile: t" local variable.
349
ac65c01c
JR
3502007-01-10 Jason Rumney <jasonr@gnu.org>
351
352 * README: Update URLs and advice about reporting bugs.
353
2db771b7
JR
3542006-12-29 Jason Rumney <jasonr@gnu.org>
355
356 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
357 DEBUG_LINK.
c01949d3 358 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 359
bbc34249
EZ
3602006-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
ed1281ec
EZ
3672006-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
d572c005
EZ
3722006-12-23 Eli Zaretskii <eliz@gnu.org>
373
fa1f0a88
EZ
374 * gmake.defs: Export XMFLAGS.
375
d572c005 376 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
ed1281ec 377 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 378
b47342e3
EZ
3792006-12-22 Eli Zaretskii <eliz@gnu.org>
380
c52bf8c3
EZ
381 * INSTALL: Explain how to invoke GNU Make for parallel builds.
382
5e059fc1
EZ
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.
f278d4a6 386 (clean): Delete stamp_BLD.
6808dce1 387 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 388
b47342e3
EZ
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
6148a044
EZ
4062006-12-20 Eli Zaretskii <eliz@gnu.org>
407
408 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
409 $(ALL_DEPS).
b47342e3
EZ
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).
6148a044
EZ
413 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
414 (bootstrap-gmake): Depend on addsection.
415
4da0d3f7
JB
4162006-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
8f59d602
EZ
4212006-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
45a2056c
JB
4292006-09-15 Jay Belanger <belanger@truman.edu>
430
431 * COPYING: Replace "Library Public License" by "Lesser Public
432 License" throughout.
433
ac70d20b
JR
4342006-07-27 Jason Rumney <jasonr@gnu.org>
435
436 * INSTALL: Add notes about Cygwin make to impatient section.
437
3d80c941
EZ
4382006-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
335be36b
JR
4432006-03-12 Jason Rumney <jasonr@gnu.org>
444
ebe98f49
JR
445 * addpm.c (add_registry): Don't change the registry unless keys
446 already exist from a previous version.
447
92cc46af
JR
448 * makefile.w32-in (install): Use -q when invoking addpm.
449
335be36b
JR
450 * addpm.c (main): Accept -q as alternative for /q.
451
f71d8cff
JR
4522006-03-11 Jason Rumney <jasonr@gnu.org>
453
454 * runemacs.c (WinMain): Set screen buffer to 80x25.
455
94e7daf7
EZ
4562005-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
9ea74bfb
EZ
4612005-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
d73d22ed
CY
4662005-11-26 Chong Yidong <cyd@stupidchicken.com>
467
468 * emacs.rc: Use new icons.
469
07908aec
EZ
4702005-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
ed326e35
EZ
4762005-09-10 Eli Zaretskii <eliz@gnu.org>
477
478 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
479
df76c589
JB
4802005-08-10 Juanma Barranquero <lekktu@gmail.com>
481
482 * .cvsignore: Add `obj' and `oo' for in-place installations.
483
43e124e6
EZ
4842005-07-30 Eli Zaretskii <eliz@gnu.org>
485
4da0d3f7 486 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 487
5dac5615
JB
4882005-07-29 Juanma Barranquero <lekktu@gmail.com>
489
490 * configure.bat: Don't create lisp/Makefile.unix.
491
c638055f
JB
4922005-07-28 Juanma Barranquero <lekktu@gmail.com>
493
494 * .cvsignore: Add `makefile' and `config.log'.
495
9eff9fe3
PE
4962005-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
9ebc3953
EZ
5032005-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
a0ec7a4a
LK
5082005-07-04 Lute Kamstra <lute@gnu.org>
509
510 Update FSF's address in GPL notices.
511
5bc753e8
EZ
5122005-06-11 Eli Zaretskii <eliz@gnu.org>
513
099a3eea
EZ
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
591cbed1
EZ
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
5bc753e8
EZ
524 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
525 "-mcpu=i686".
526
099a3eea 527 * configure.bat: Update copyright years.
5bc753e8
EZ
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
d2fcf769
EZ
5362005-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
a0c38328
EZ
5442005-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
1a8fb426
EZ
5492005-06-04 Eli Zaretskii <eliz@gnu.org>
550
551 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
552
bd7bdff8
JB
5532005-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
007d105b
TTN
5602005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
561
562 * config.nt (HAVE_PWD_H): Undef.
563
0b0dea7b
JB
5642004-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
33d786f9
JB
5692004-06-06 Juanma Barranquero <lektu@terra.es>
570
73dfa0bf
JB
571 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
572 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
69587bba 573 calling non-existent cmdproxy.exe on bootstrappings after a
73dfa0bf
JB
574 previous install followed by realclean.
575
33d786f9
JB
576 * nmake.defs: Add quote in comment to resync font-locking.
577
3dfbc6d8
JB
5782004-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
112dc8e1
JR
5842004-05-06 Jason Rumney <jasonr@gnu.org>
585
586 * configure.bat: Use -mno-cygwin to check for image libraries
587 when needed.
588
5eb3d2a5
JR
5892004-05-03 Jason Rumney <jasonr@gnu.org>
590
238add5e
JR
591 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
592 * makefile.def: Remove.
593
133ef3d3 594 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 595
5eb3d2a5
JR
596 * makefile.w32-in (info-gmake, info-nmake): New targets.
597 (info): Use them.
598
e9419bd4
JB
5992004-04-23 Juanma Barranquero <lektu@terra.es>
600
601 * nmake.defs:
602 * gmake.defs:
d814862a 603 * makefile.w32-in:
e9419bd4
JB
604 * makefile.def:
605 * makefile.nt: Add "-*- makefile -*-" mode tag.
606
1e3c9713
JR
6072004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
608
133ef3d3 609 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 610
2f0c11a1
JR
6112004-03-11 Jason Rumney <jasonr@gnu.org>
612
613 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
614
134d9671
JB
6152004-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
d57625a0
JR
6202004-01-28 Peter Runestig <peter@runestig.com>
621
622 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
623
5ea32beb
MB
6242003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
625
626 * .cvsignore: Add `.arch-inventory'.
627
d57625a0 6282003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 629
133ef3d3 630 * inc/grp.h: New file.
930a9995 631
d57625a0 6322003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
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
880820fe 6432003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
644
645 * config.nt (my_strftime): New define.
646
5d54d177
JR
6472003-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
53b37591
JB
6532003-01-31 Juanma Barranquero <lektu@terra.es>
654
fe929957 655 * configure.bat: Automatically detect giflib and tifflib.
53b37591 656
fbd852af
JR
6572003-01-29 Jason Rumney <jasonr@gnu.org>
658
659 * gmake.defs (CURDIR): Disable cygpath kludge.
660
50ca1c55
JB
6612003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
662
663 * configure.bat: Avoid endless loop when configuring without image
664 support.
665
28908312
JR
6662003-01-26 Jason Rumney <jasonr@gnu.org>
667
668 * configure.bat: Automatically detect jpeglib.
669
c262430d
JR
6702003-01-25 Jason Rumney <jasonr@gnu.org>
671
672 * configure.bat: Automatically detect libpng.
673
53b37591 6742003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
675
676 * icons/hand.cur: New file.
677
53b37591 6782003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
679
680 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
681
38018ad3
AI
6822003-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
4c11103a
JB
6872002-11-17 Ben Key <BKey1@tampabay.rr.com>
688
689 * nmake.defs:
f60ae425
BK
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
4c11103a 6942002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 695
4c11103a 696 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 697
960f21ae
JR
6982002-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
933af497
JR
7062002-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
dc728514
JB
7112002-04-10 Juanma Barranquero <lektu@terra.es>
712
713 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
714 after compiling .el files.
715
3be38152
JR
7162002-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
d1ef18f2
KS
7212002-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
73792b51
JR
7282002-03-13 Jason Rumney <jasonr@gnu.org>
729
730 * config.nt (STRFTIME_NO_POSIX2): Define.
731
f7b9d4d1
JR
7322002-02-18 Jason Rumney <jasonr@gnu.org>
733
734 * emacs.rc: Define VS_VERSION_INFO if not already.
735 Update version info.
736
98cf1bb5
AI
7372002-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
0e4435be
AI
7452001-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
880820fe 7502001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
751
752 * COPYING: New file.
753
493faf20
AI
7542001-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
fc813ef6
JR
7612001-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
133ef3d3 766 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 767
72431058
AI
7682001-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
eec004b0
JR
7752001-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
71431a0e
GM
7802001-10-20 Gerd Moellmann <gerd@gnu.org>
781
6aa97356 782 * (Version 21.1 released.)
71431a0e 783
967d7793
AI
7842001-10-12 Andrew Innes <andrewi@gnu.org>
785
786 * inc/pwd.h (uid_t, gid_t): New typedefs.
787
ab952a4f
GM
7882001-10-05 Gerd Moellmann <gerd@gnu.org>
789
790 * Branch for 21.1.
85b2f69e 791
33d69478
EZ
7922001-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
05b24487
EZ
7972001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
800
801 * configure.bat: Make sure ../site-lisp exists; create if necessary.
802
3762e7d0
EZ
8032001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
804
805 * INSTALL: Mention that "make install" can be "nmake install".
806
83536c16
EZ
8072001-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
f466241d
EZ
8132001-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
0ac7bf6c
JR
8222001-06-20 Jason Rumney <jasonr@gnu.org>
823
824 * runemacs.c (WinMain): Add quotes around command in case of spaces.
825
ec57454f
AI
8262001-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
263f7134
JR
8312001-05-24 Jason Rumney <jasonr@gnu.org>
832
833 * INSTALL: Clarify that building with MSVC requires nmake.
834
fbdbf318
AI
8352001-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
4b994b84
AI
8402001-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
e8918aee
EZ
8482001-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
8572001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 860 first 8 characters.
e8918aee
EZ
861
8622001-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
8732001-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
53b37591 8782001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
879
880 * configure.bat: Use correct options when compiling a test program
881 with Cygwin. From David Ponce <dponce@voila.fr>.
882
8832001-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
9072001-02-05 Andrew Innes <andrewi@gnu.org>
908
909 * nmake.defs (THISDIR): New definition.
910
911 * gmake.defs (THISDIR): New definition.
912
9132001-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
9232001-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
9282001-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
9342001-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
9452001-01-24 Andrew Innes <andrewi@gnu.org>
946
85b2f69e 947 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
948 (cleanall-other-dirs-gmake): New targets.
949 (cleanall): Invoke them.
950
9512001-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
9562001-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
9782001-01-02 Andrew Innes <andrewi@gnu.org>
979
980 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
981 than the function.
982
9832000-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
9892000-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
10002000-11-25 Jason Rumney <jasonr@gnu.org>
1001
1002 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1003
10042000-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
10102000-09-24 Jason Rumney <jasonr@gnu.org>
1011
1012 * config.nt (NO_RETURN): Define it.
1013
10142000-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
10202000-09-16 Andrew Innes <andrewi@gnu.org>
1021
1022 * gmake.defs (SETLOADPATH): Change definition to work from any
1023 subdirectory.
1024
10252000-09-14 Andrew Innes <andrewi@gnu.org>
1026
1027 * makefile.w32-in: Revert to Unix line endings.
1028
10292000-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
10502000-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
10742000-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
11102000-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
11162000-06-11 Jason Rumney <jasonr@gnu.org>
1117
1118 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1119
11202000-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
11261999-11-22 Andrew Innes <andrewi@gnu.org>
1127
1128 * install.bat: Pass on command line arguments to make.
1129
c01949d3 1130 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
1131
11321999-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
e8918aee
EZ
11431999-07-12 Richard Stallman <rms@gnu.org>
1144
1145 * Version 20.4 released.
1146
11471999-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
11521999-06-03 Andrew Innes <andrewi@gnu.org>
1153
1154 * preprep.c: Fix typo.
1155
11561999-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
11671999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1168
1169 * cmdproxy.c (main): Fix parens.
1170
11711999-03-25 Andrew Innes <andrewi@gnu.org>
1172
1173 * cmdproxy.c (main): Call GetShortPathName to normalize program
1174 names for comparison.
1175
11761999-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
11821999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1183
1184 * cmdproxy.c (main): Add missing parens.
1185
11861999-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
11991999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1200
1201 * makefile.nt: Create installation directory as first step.
1202
12031999-01-31 Andrew Innes <andrewi@gnu.org>
1204
52397249 1205 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
e8918aee
EZ
1206 ROUND_UP_DST. Zeroes the alignment slop.
1207 (copy_executable_and_add_section): Update the
1208 SizeOfHeaders field properly.
1209
12101999-01-27 Andrew Innes <andrewi@gnu.org>
1211
1212 * makefile.nt: Do make version comparison as strings.
1213
12141999-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
12191999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1220
1221 * icons: New directory with Davenport's icons.
134d9671 1222 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
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
12291999-01-17 Andrew Innes <andrewi@gnu.org>
1230
52397249 1231 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
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
12381998-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
12451998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1246
1247 * makefile.nt: Do string comparision of _NMAKE_VER.
1248
12491998-12-02 Geoff Voelker <voelker@cs.washington.edu>
1250
1251 * config.nt (LOCALTIME_CACHE): Define.
1252
12531998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
1254
1255 * install.bat: Convert to DOS format.
1256
12571998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
1258
1259 * cmdproxy.c (main): Set environment size only when running
1260 command.com.
1261
53b37591 12621998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
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.
85b2f69e 1268
e8918aee
EZ
12691998-10-05 Geoff Voelker <voelker@cs.washington.edu>
1270
1271 * cmdproxy.c (main): Treat command line options as case-insensitive.
1272
12731998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1274
1275 * Version 20.3 released.
1276
12771998-07-20 Geoff Voelker <voelker@cs.washington.edu>
1278
1279 * addpm.c (main): Explicitly check result of message box for OK.
1280
12811998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
1282
1283 * inc/sys/file.h (D_OK): Define new macro.
1284
12851998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1286
1287 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1288
12891998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1290
1291 * emacs.rc (VS_VERSION_INFO): Define.
1292
12931998-04-23 Geoff Voelker <voelker@cs.washington.edu>
1294
1295 * makefile.nt (emacs.bat, debug.bat): Create them in the
1296 installation directory.
1297
12981998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
1299
1300 * ddeclient.c: New file. (Support program for performing limited
e580a741 1301 interprocess communication on Windows.)
e8918aee
EZ
1302
1303 * makefile.nt: Build ddeclient.
1304
1305 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 1306 provide extra directory argument, when running on Windows 95.
85b2f69e 1307
e8918aee
EZ
13081998-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
13261997-10-01 Geoff Voelker <voelker@cs.washington.edu>
1327
1328 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1329
13301997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1331
1332 * Version 20.2 released.
1333
13341997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1335
1336 * Version 20.1 released.
1337
13381997-09-11 Geoff Voelker <voelker@cs.washington.edu>
1339
1340 * debug.bat.in: New file.
1341 * makefile.nt (debug.bat): New target.
1342
13431997-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
85b2f69e 1355 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 1356 directory.
85b2f69e 1357 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
1358
1359 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 1360 high or low priority.
e8918aee
EZ
1361
1362 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 1363
e8918aee
EZ
13641997-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
13721997-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
13921997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1393
52397249 1394 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
1395 (sys_shutdown): Export.
1396
13971997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1398
1399 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1400
14011997-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
14061997-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
14111997-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
e8918aee
EZ
14171996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1418
1419 * Version 19.33 released.
1420
14211996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1422
1423 * runemacs.c (WinMain): Put a space between the binary and its args.
1424
14251996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1426
1427 * Version 19.32 released.
1428
14291996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1430
1431 * makefile.nt (clean): Use OBJDIR macro.
1432
14331996-06-03 Kim F. Storm <kfs@olicom.dk>
1434
e580a741 1435 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
1436 Not defined by default.
1437 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1438 (WinMain): Convert backslashes to slashes in env var values.
1439
e580a741 1440 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
1441
14421996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1443
1444 * Version 19.31 released.
1445
14461996-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
14511996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1452
1453 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 1454 environment variable.
e8918aee 1455
53b37591 14561996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
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
53b37591 14621996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
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.
85b2f69e 1482
e8918aee
EZ
14831996-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.
85b2f69e 1488
e8918aee
EZ
1489 * makefile.nt: Change uses of del to $(DEL).
1490
14911996-01-17 Erik Naggum <erik@naggum.no>
1492
1493 * All files: Update FSF's address in comment preamble.
1494
14951996-01-03 George V. Reilly <georger@microcrafts.com>
1496
1497 * emacs.ico: Now the proverbial kitchen sink icon.
1498
14991995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1500
1501 * Version 19.30 released.
1502
15031995-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
15101995-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
15271995-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
15331995-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.
85b2f69e 1538
e8918aee
EZ
1539 * makefile.def (MSVCNT11): Defined.
1540 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1541 (CFLAGS_COMMON): Defined.
1542 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 1543
e8918aee
EZ
15441995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1545
134d9671
JB
1546 * emacs.bat.in: Renamed from emacs.bat.
1547 (emacs_dir): Renamed from emacs_path.
e8918aee
EZ
1548 Definition removed.
1549
1550 * addpm.c: New file.
52397249 1551 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
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.
52397249 1557 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
1558
15591995-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
15641995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1565
1566 * config.w95: Created.
1567 * config.h: Changed to config.nt.
85b2f69e 1568
e8918aee 1569 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
1570 (all, install, clean): Expand for-loops.
1571 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 1572
52397249 1573 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 1574 (ARCH): New definition.
52397249
JB
1575 (CPU, CONFIG_H, OS_TYPE): Defined.
1576 (INCLUDE, LIB): Checked if valid.
e8918aee 1577 (ntwin32.mak): Included.
52397249
JB
1578 (AR, CC, LINK): New definition.
1579 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
1580 (SYS_LDFLAGS): New definition.
1581 Update comments and preprocessor conditionals.
1582
1583 * emacs.bat (SHELL): Conditionally defined.
1584 (HOME): Conditionally defined.
52397249 1585 (emacs_path, HOME): Update comments.
e8918aee
EZ
1586 Turn off all echo.
1587
15881995-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
15951995-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
16011995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1602
88c71720 1603 * src: Remove directory.
e8918aee
EZ
1604
1605 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1606
16071995-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
e580a741 16151994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
1616
1617 * makefile.def (CC): In configuration section.
1618 (COMPAT_LIB): Defined.
1619
e580a741 16201994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
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
88c71720 1638 * README: New file.
e8918aee
EZ
1639
1640 * makefile.nt: New file.
1641
e580a741 1642 * makefile.def: New file.
85b2f69e 1643
e580a741 1644 * install.cmd: New file.
e8918aee 1645
e580a741 1646 * INSTALL: New file.
e8918aee 1647
e580a741 1648 * fast-install.cmd: New file.
e8918aee
EZ
1649
1650 * emacs.cmd: New file.
1651
1652 * ebuild.cmd: New file.
1653
1654 * _emacs: New file.
1655
1656;; Local Variables:
880820fe 1657;; coding: utf-8
33462dfa 1658;; add-log-time-zone-rule: t
e8918aee 1659;; End:
2a34a036 1660
b65d8176 1661 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
6d344054 1662 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
1663
1664 This file is part of GNU Emacs.
1665
eef0be9e 1666 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 1667 it under the terms of the GNU General Public License as published by
eef0be9e
GM
1668 the Free Software Foundation, either version 3 of the License, or
1669 (at your option) any later version.
7f6d64f8
GM
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
eef0be9e 1677 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
1678
1679;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414