* epa.texi (Caching Passphrases): New section.
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
19d5deef
EZ
12010-10-01 Eli Zaretskii <eliz@gnu.org>
2
73077a9a 3 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1dc253e8 4 emacs-src.tags: New file.
73077a9a 5
19d5deef
EZ
6 * gmake.defs: Add a comment with a single quote to fix
7 fontification. (Bug#7102)
8
252b4f5c
EZ
92010-09-29 Eli Zaretskii <eliz@gnu.org>
10
11 * configure.bat: Fix the condition for copying paths.h into
12 ../src/epaths.h.
13
0597ab06
JB
142010-09-28 Juanma Barranquero <lekktu@gmail.com>
15
16 * addpm.c (entry, add_registry, main):
17 * addsection.c (file_data, open_input_file, open_output_file)
18 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
19 (COPY_CHUNK):
20 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
21 (skip_nonspace, get_next_token, search_dir, make_absolute)
22 (spawn, main):
23 * preprep.c (file_data, open_input_file, open_output_file)
24 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
25 Use const char*.
26
27 * cmdproxy.c (stdin): Don't define, not used.
28 (main): Don't assign remlen after last use.
29
05212154
JB
302010-09-22 Juanma Barranquero <lekktu@gmail.com>
31
32 * configure.bat: Err out when the argument of --cflags contains
33 invalid characters (check implemented only for GCC). (Bug#6820)
34
926cd98c
JB
352010-08-19 Juanma Barranquero <lekktu@gmail.com>
36
37 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
38
856a6b77
JR
392010-08-12 Jason Rumney <jasonr@gnu.org>
40
41 * addpm.c (add_registry): Set path for runemacs.exe to use.
42
7815fe19 432010-08-08 Óscar Fuentes <ofv@wanadoo.es>
c5958e82
ÓF
44
45 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
46 which has a 1024 char limit on Windows (bug#6647).
47
7561000b
JB
482010-08-02 Juanma Barranquero <lekktu@gmail.com>
49
50 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
51 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
52
76fd1ee9
DN
532010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * config.nt: Remove code referring to NO_REMAP, unused.
56
f8e0614c
CS
572010-07-25 Christoph Scholtes <cschol2112@gmail.com>
58
59 Build binary distros on Windows using emacs-VERSION as root dir name.
e0d6af9c 60
7f86df5f 61 * makefile.w32-in: Copy README.W32 to installation directory
d24076a6
CS
62 during `make install'. Remove README.W32 with `distclean' (in
63 case Emacs was installed in place). Use temporary directory to
64 create distribution zip files in `dist' target.
e0d6af9c
CS
65 * zipdist.bat: Simplify code using temporary directory.
66
361358ea
JB
672010-07-25 Juanma Barranquero <lekktu@gmail.com>
68
69 * runemacs.c (set_user_model_id): Fix prototype.
70
e3aef5c6
CS
712010-07-24 Christoph Scholtes <cschol2112@gmail.com>
72
73 New make target for Windows platform: make dist (bug#6602)
74
75 * INSTALL: Document new dist target and add section about
76 creating binary distributions.
77 * README.W32: Relocate from admin/nt/ directory.
78 * configure.bat: New parameter `--distfiles'.
79 * makefile.w32-in: Add version number, new target `dist'.
80 Add new target `install-shortcuts'.
81 * zipdist.bat: New file; create zipped binary distribution,
82 replaces admin/nt/makedist.bat.
83
a917e3f2
JB
842010-07-21 Juanma Barranquero <lekktu@gmail.com>
85
86 * INSTALL: Add note about backslashes in Windows paths.
87 Fix typos. Simplify references to Windows versions.
88
7c3320d8
JB
892010-07-20 Juanma Barranquero <lekktu@gmail.com>
90
91 * addpm.c (add_registry, main):
92 * cmdproxy.c (get_env_size):
93 * ddeclient.c (main):
94 * runemacs.c (set_user_model_id):
95 Convert definitions to standard C.
96
9a6063e2
JB
972010-07-20 Juanma Barranquero <lekktu@gmail.com>
98
99 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
100
7d0170c8
JB
1012010-07-18 Juanma Barranquero <lekktu@gmail.com>
102
103 * configure.bat: New option --enable-checking.
104 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
105 (CFLAGS): Include it.
106
5dddb7a8
DN
1072010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
108
109 * config.nt (volatile): Remove definition.
110
72af86bd
AS
1112010-07-07 Andreas Schwab <schwab@linux-m68k.org>
112
113 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
114 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
115
b6fcccc3
JB
1162010-07-02 Juanma Barranquero <lekktu@gmail.com>
117
118 * config.nt (__P): Remove.
119
3085237c
DN
1202010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
121
122 * config.nt: Remove code depending on BSTRING.
123
0d4bcf4d
GM
1242010-06-03 Glenn Morris <rgm@gnu.org>
125
126 * config.nt: Remove NOT_C_CODE tests, it is always true now.
127
0116466b
GM
1282010-05-13 Glenn Morris <rgm@gnu.org>
129
130 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
131
61a808e8
CY
1322010-05-07 Chong Yidong <cyd@stupidchicken.com>
133
134 * Version 23.2 released.
135
27a2cdfc
GM
1362010-05-04 Glenn Morris <rgm@gnu.org>
137
138 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
139
4a787cd2
CY
1402010-04-20 Lewis Perin <perin@panix.com> (tiny change)
141
142 * emacs.manifest: Add trustInfo section to Windows manifest.
143
288f9fc0
CY
1442010-03-10 Chong Yidong <cyd@stupidchicken.com>
145
146 * Branch for 23.2.
147
59ef8268
MR
1482010-01-13 Martin Rudalics <rudalics@gmx.at>
149
150 * emacsclient.rc: Fix format of "LegalCopyright" value.
151
6d96d18f
JB
1522009-12-28 Juanma Barranquero <lekktu@gmail.com>
153
154 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
155
ee6f37f2
KF
1562009-12-27 Karl Fogel <kfogel@red-bean.com>
157
158 * INSTALL: Update for CVS->Bazaar switchover.
159
f179addc
JB
1602009-09-14 Juanma Barranquero <lekktu@gmail.com>
161
162 * configure.bat: Add #define PROFILING to config.h.
163
0a3472c7
JR
1642009-07-03 Jason Rumney <jasonr@gnu.org>
165
166 * runemacs.c (set_user_model_id): Use standard types.
167
ff90fbde
JR
1682009-06-30 Jason Rumney <jasonr@gnu.org>
169
170 * runemacs.c (set_user_model_id): New function.
171 (WinMain): Use it.
172
70243478
CY
1732009-06-21 Chong Yidong <cyd@stupidchicken.com>
174
175 * Branch for 23.1.
176
22749e9a
EZ
1772009-03-21 Eli Zaretskii <eliz@gnu.org>
178
179 * inc/sys/stat.h (struct stat): Change the types of st_uid and
180 st_gid to unsigned.
181
182 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
183 to unsigned.
184 (getpwuid): Argument is now unsigned.
185 uid_t is now unsigned.
186
1640b452
JB
1872009-02-24 Juanma Barranquero <lekktu@gmail.com>
188
189 * INSTALL: Add comment about TCC; fix typos.
190
c24f4bf9
JR
1912009-01-26 Jason Rumney <jasonr@gnu.org>
192
0235128c
SM
193 * emacsclient.rc, emacs.rc: Swap name and description.
194 Remove Windows versions.
c24f4bf9 195
84ef4ca2
JR
1962009-01-15 Jason Rumney <jasonr@gnu.org>
197
f4c45b4f
JR
198 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
199
200 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
201
84ef4ca2
JR
202 * addpm.c (main): Try using COM to create start menu shortcuts
203 before resorting to DDE (Bug#202)
204 Remove second command-line argument.
205
8d67bc8e
JB
2062009-01-03 Juanma Barranquero <lekktu@gmail.com>
207
208 * configure.bat: Untabify help message.
209
8bc63b1a
JR
2102009-01-03 Jason Rumney <jasonr@gnu.org>
211
212 * configure.bat: New option --with-svg.
213
214 * INSTALL: Document experimental SVG support.
215
8cd98482
JR
2162008-12-25 Jason Rumney <jasonr@gnu.org>
217
29659067 218 * config.nt (PTR): Remove.
8cd98482 219
06e111a6
DN
2202008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
221
222 * config.nt (LISTPROC, PROCATTR): Remove.
223
de62e4f8
EZ
2242008-08-09 Eli Zaretskii <eliz@gnu.org>
225
226 * config.nt (LISTPROC, PROCATTR): New macros.
227
69ab3201
DN
2282008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
229
230 * config.nt (MULTI_KBOARD): Remove.
231
75663c75
JR
2322008-07-23 Jason Rumney <jasonr@gnu.org>
233
0e134ea0
JB
234 * configure.bat: New option --profile.
235 * gmake.defs: Set cflags and ldflags for profiling when specified.
75663c75 236
77ccee09
DN
2372008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
238
239 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
240
bdee2ef3
DN
2412008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
242
243 * config.nt (HAVE_FACES): Remove, unused.
244
43db14bb 2452008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 246 Eli Zaretskii <eliz@gnu.org>
43db14bb 247
0e134ea0 248 * nmake.defs (FONT_CFLAGS):
43db14bb
JB
249 * gmake.defs (FONT_CFLAGS): Remove.
250 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
251 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
252 and _CRTAPI1.
253 (ARCH_FLAGS): Don't include _X86_.
254
255 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
256
f2a77c3a
DN
2572008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
258
259 * config.nt: Remove reference to UNEXEC_SRC.
260
540c2a33 2612008-06-23 Juanma Barranquero <lekktu@gmail.com>
4e2af782 262 Eli Zaretskii <eliz@gnu.org>
540c2a33
JB
263
264 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
265 Don't hardcode -gstabs+, use DEBUG_INFO.
266
267 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
268 Default to stabs if the compiler does not support DWARF-2.
269 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
270
26a3b310
JR
2712008-05-14 Jason Rumney <jasonr@gnu.org>
272
273 * configure.bat: Remove code dealing with --disable-font-backend.
274
ee7a2e7a
EZ
2752008-05-09 Eli Zaretskii <eliz@gnu.org>
276
71e41ffb
EZ
277 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
278 better alignment. Make st_size 64-bit wide. Add new members
279 st_uname and st_gname.
280
ee7a2e7a
EZ
281 * inc/grp.h (struct group): Add gr_gid member.
282
a113b3ca 2832008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
284
285 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
286 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
287 a real file there is not a good idea.
288
a113b3ca 2892008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 290
99e0bf59
JR
291 * makefile.w32-in (CLIENTRES): New variable and build target.
292 (all): Depend on it.
293 ($(TRES)): Use $(TRES) in rule.
294
361823f4
JR
2952008-04-21 Jason Rumney <jasonr@gnu.org>
296
297 * configure.bat (success): Print "make" rather than "gmake", as that
d4835507 298 is what MinGW uses.
361823f4 299
87c24bb7
EZ
3002008-04-11 Eli Zaretskii <eliz@gnu.org>
301
302 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
303 Add copyright notice.
304
5739d6f8
JR
3052008-04-10 Jason Rumney <jasonr@gnu.org>
306
f12da103
JR
307 * emacsclient.rc: New file.
308
5739d6f8
JR
309 * INSTALL: Document make targets.
310
cc48598c
JR
3112008-04-09 Jason Rumney <jasonr@gnu.org>
312
313 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 314 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
315 (top-distclean, distclean, distclean-other-dirs-nmake)
316 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
317 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
318
892508a4
EZ
3192008-04-05 Eli Zaretskii <eliz@gnu.org>
320
aa08d1ff
EZ
321 * inc/sys/stat.h: New file.
322
892508a4
EZ
323 * configure.bat: Add check for usp10.h.
324
a25fe288
JR
3252008-04-04 Jason Rumney <jasonr@gnu.org>
326
327 * INSTALL: Update W32 API requirements.
328
b7612703
JR
3292008-04-03 Jason Rumney <jasonr@gnu.org>
330
331 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
332
b2019141
GM
3332008-03-13 Glenn Morris <rgm@gnu.org>
334
335 * emacs.rc: Set version to 23.0.60.
336
12cc4d8f
JR
3372008-03-04 Jason Rumney <jasonr@gnu.org>
338
339 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
340 (EMACS_EXTRA_C_FLAGS): Include it.
341 * configure.bat (usefontbackend): Default to Y.
342 (--enable-font-backend): Replace with --disable-font-backend.
343 (:withfont): Replace with :withoutfont.
344
1b6bf70a
JR
3452008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
346
347 * icons/emacs.ico: Full alpha for 32x32 full color.
348 Add 32x32 and 16x16 256 color versions.
349
6abe1b07
GM
3502008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
351
352 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
353
480a77b5
JR
3542008-03-02 Jason Rumney <jasonr@gnu.org>
355
356 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
357
c9cc6462
DN
3582008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
359
360 * icons/README: Update.
361
362 * icons/emacs.ico: New icon.
363
c44b4b46
JB
3642008-02-25 Juanma Barranquero <lekktu@gmail.com>
365
366 * addpm.c: Include malloc.h.
367 (add_registry): Cast return value of alloca.
368
9d2818d6
DN
3692008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
370
371 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
372
1046da1c
EZ
3732008-02-11 Eli Zaretskii <eliz@gnu.org>
374
375 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
376 conditional on existence of junk.o. If %nocygwin% is already set
377 to Y, skip to chkapiN instead of chkapi.
378 (chkapi): Move "rm -f junk.c junk.o" to here.
379 (chkapiN): New label.
380
4134dd15
JR
3812008-02-11 Jason Rumney <jasonr@gnu.org>
382
383 * makefile.w32-in: Remove unidata-gen related rules.
384
65366573
EZ
3852008-02-09 Eli Zaretskii <eliz@gnu.org>
386
387 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
388
f1cefe09
JR
3892008-02-11 Jason Rumney <jasonr@gnu.org>
390
391 * addpm.c (add_registry): Add an App Paths registry key.
392 Look for GTK and add it to the DLL search path for Emacs if found.
393
f01e03d3
JB
3942008-02-05 Juanma Barranquero <lekktu@gmail.com>
395
396 * configure.bat: In help, use generic names for the image libraries.
397
880a5954
JB
3982008-02-04 Juanma Barranquero <lekktu@gmail.com>
399
400 * .cvsignore: Don't ignore .arch-inventory.
401
680d641f
JR
4022008-02-03 Jason Rumney <jasonr@gnu.org>
403
404 * configure.bat: Make gcc the default compiler.
405
ef764ddd
EZ
4062008-02-02 Eli Zaretskii <eliz@gnu.org>
407
e344bebe
JB
408 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
409 Ignore return status.
f0c58e10 410
a392138f
EZ
411 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
412 it out of the way of Windows generated file. Generate
413 admin/unidata/makefile.
414
ef764ddd
EZ
415 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
416 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
417 (unidatagen-clean-SH): New targets.
418 (bootstrap-nmake): Invoke unidatagen-nmake.
419 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
420
9303f985 4212008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
422
423 * configure.bat (withfont): Set sep1 after modifying usercflags.
424
9303f985 4252008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
426
427 * configure.bat: Rename --with-font-backend to --enable-font-backend
428 for consistency with other platforms.
429
9303f985 4302008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
431
432 * configure.bat: Add --with-font-backend option.
433
cf32108e
JR
4342008-01-20 Jason Rumney <jasonr@gnu.org>
435
436 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
437 permissions to NTFS ACLs.
438
880820fe 4392007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
440
441 * config.nt: Remove HAVE_X11R5.
442
5eaf5ed9
JR
4432007-10-22 Jason Rumney <jasonr@gnu.org>
444
445 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
446 (strings.h, stdlib.h): Conditionally include.
447 (w32_abort): Declare here.
448 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
449
059d1e66
JR
4502007-10-20 Jason Rumney <jasonr@gnu.org>
451
452 * makefile.w32-in (info-nmake): Change into correct directories.
453
6d005ee7
EZ
4542007-10-20 Eli Zaretskii <eliz@gnu.org>
455
3a1ebd63
EZ
456 * configure.bat (docflags, doldflags): New variables.
457 (genmakefiles): Use them to work around problems with whitespace
458 in arguments of the `if' command.
6d005ee7 459
65d306e2
JR
4602007-10-18 Jason Rumney <jasonr@gnu.org>
461
462 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
463
fc2554aa
JR
4642007-09-27 Jason Rumney <jasonr@gnu.org>
465
466 * gmake.defs (COMCTL32): New system library.
467
468 * nmake.defs (COMCTL32): New system library.
469
4f449725
GM
4702007-09-06 Glenn Morris <rgm@gnu.org>
471
56d727ff 472 * configure.bat:
52397249
JB
473 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
474 Change from ../man to ../doc/emacs and ../doc/misc; and from
475 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
4f449725 476
e93ca076
GM
4772007-08-29 Glenn Morris <rgm@gnu.org>
478
479 * emacs.rc: Increase version to 23.0.50.
480
e344bebe 4812007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
482
483 * makefile.w32-in (bootstrap-nmake): Change directories once more.
484
cacc7b51
GM
4852007-07-25 Glenn Morris <rgm@gnu.org>
486
487 * Relicense all FSF files to GPLv3 or later.
488
489 * COPYING: Switch to GPLv3.
490
ed7c1a5c
EZ
4912007-07-16 Eli Zaretskii <eliz@gnu.org>
492
493 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
494 Depend on cmdproxy.
495 (cleanall): Don't delete *~.
496
5412a7f3
JR
4972007-07-15 Jason Rumney <jasonr@gnu.org>
498
499 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
500 be fully supported.
501
a2dcccd9
JR
5022007-07-14 Jason Rumney <jasonr@gnu.org>
503
504 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
505 of winsock.h.
506
a71f59c1
JR
5072007-07-11 Jason Rumney <jasonr@gnu.org>
508
509 * gmake.defs (OLE32): New library to link.
510
511 * nmake.defs (OLE32): Likewise.
512
ad1597ce
JR
5132007-06-25 Jason Rumney <jasonr@gnu.org>
514
515 * cmdproxy.c (main): Set console codepages to "ANSI".
516
32154d10
JR
5172007-06-20 Jason Rumney <jasonr@gnu.org>
518
519 * configure.bat: Complain if image libraries are missing.
520
6dbd2549
JR
5212007-06-15 Jason Rumney <jasonr@gnu.org>
522
523 * emacs.manifest: New file.
524
525 * emacs.rc: Use it.
526
7dfc4cda
CY
5272007-06-02 Chong Yidong <cyd@stupidchicken.com>
528
529 * Version 22.1 released.
530
c2970555
EZ
5312007-05-22 Eli Zaretskii <eliz@gnu.org>
532
533 * INSTALL: Add information about where to find GDB, and warn
534 against --no-debug option to configure.bat.
535
8add2b1a
EZ
5362007-05-19 Eli Zaretskii <eliz@gnu.org>
537
538 * INSTALL: Fix URL of EmacsW32 site where building with image
539 support is described.
540
07016031
GM
5412007-04-26 Glenn Morris <rgm@gnu.org>
542
543 * emacs.rc: Increase version to 22.1.50.
544
5a842fda
EZ
5452007-03-31 Eli Zaretskii <eliz@gnu.org>
546
547 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
548
029e4603
RS
5492007-03-09 Richard Stallman <rms@gnu.org>
550
551 * INSTALL: Say explicitly this is not for Cygwin.
552
309c91ff
EZ
5532007-03-03 Eli Zaretskii <eliz@gnu.org>
554
c01949d3 555 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 556
c14693e3
GM
5572007-02-16 Glenn Morris <rgm@gnu.org>
558
559 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
560 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
561 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
562 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
c01949d3
JB
563 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
564 Restore all but two of icons deleted in previous change.
c14693e3 565
bd5f26aa
CY
5662007-02-13 Chong Yidong <cyd@stupidchicken.com>
567
568 * icons/README: New file.
569
570 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
571 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
572 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
8e127f99 573 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 574 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
575 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
576 Unused icons deleted.
bd5f26aa 577
57a64408
JB
5782007-01-31 Juanma Barranquero <lekktu@gmail.com>
579
580 * configure.bat: Update ../site-lisp/subdirs.el when needed.
581
4799aa91
JB
5822007-01-30 Juanma Barranquero <lekktu@gmail.com>
583
584 * subdirs.el: Add "no-byte-compile: t" local variable.
585
ac65c01c
JR
5862007-01-10 Jason Rumney <jasonr@gnu.org>
587
588 * README: Update URLs and advice about reporting bugs.
589
2db771b7
JR
5902006-12-29 Jason Rumney <jasonr@gnu.org>
591
592 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
593 DEBUG_LINK.
c01949d3 594 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 595
bbc34249
EZ
5962006-12-27 Eli Zaretskii <eliz@gnu.org>
597
598 * INSTALL: Update table of supported Make ports. Show "make -j"
599 command that is known to work.
600
601 * configure.bat: Update table of supported Make ports.
602
ed1281ec
EZ
6032006-12-24 Eli Zaretskii <eliz@gnu.org>
604
605 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
606 only in implicit rules. Use literal "emacs.rc" instead.
607
d572c005
EZ
6082006-12-23 Eli Zaretskii <eliz@gnu.org>
609
fa1f0a88
EZ
610 * gmake.defs: Export XMFLAGS.
611
d572c005 612 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
ed1281ec 613 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 614
b47342e3
EZ
6152006-12-22 Eli Zaretskii <eliz@gnu.org>
616
c52bf8c3
EZ
617 * INSTALL: Explain how to invoke GNU Make for parallel builds.
618
5e059fc1
EZ
619 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
620 command-line argument to sub-Make in src, since src/makefile.w32-in
621 invokes Make recursively during bootstrap.
f278d4a6 622 (clean): Delete stamp_BLD.
6808dce1 623 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 624
b47342e3
EZ
625 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
626 stamp_BLD after creating the $(BLD) directory.
627
628 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
629 stamp_BLD after creating the $(BLD) directory.
630
631 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
632 (preprep, $(TRES), runemacs)
633 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
634 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
635 Depend on stamp_BLD instead of on $(BLD).
636 (XMFLAGS): New macro.
637 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
638 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
639 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
640 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
641
6148a044
EZ
6422006-12-20 Eli Zaretskii <eliz@gnu.org>
643
644 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
645 $(ALL_DEPS).
b47342e3
EZ
646 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
647 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
648 New dependency on $(BLD).
6148a044
EZ
649 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
650 (bootstrap-gmake): Depend on addsection.
651
4da0d3f7
JB
6522006-10-29 Juanma Barranquero <lekktu@gmail.com>
653
654 * runemacs.c (WinMain): Process all recognized arguments, not just
655 the first one. Remove unused variable sec_desc.
656
8f59d602
EZ
6572006-09-24 Eli Zaretskii <eliz@gnu.org>
658
659 * config.nt (HAVE_LANGINFO_CODESET): Define.
660
661 * inc/langinfo.h: New file.
662
663 * inc/nl_types.h: New file.
664
45a2056c
JB
6652006-09-15 Jay Belanger <belanger@truman.edu>
666
667 * COPYING: Replace "Library Public License" by "Lesser Public
668 License" throughout.
669
ac70d20b
JR
6702006-07-27 Jason Rumney <jasonr@gnu.org>
671
672 * INSTALL: Add notes about Cygwin make to impatient section.
673
3d80c941
EZ
6742006-06-02 Eli Zaretskii <eliz@gnu.org>
675
676 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
677 known to work.
678
335be36b
JR
6792006-03-12 Jason Rumney <jasonr@gnu.org>
680
ebe98f49
JR
681 * addpm.c (add_registry): Don't change the registry unless keys
682 already exist from a previous version.
683
92cc46af
JR
684 * makefile.w32-in (install): Use -q when invoking addpm.
685
335be36b
JR
686 * addpm.c (main): Accept -q as alternative for /q.
687
f71d8cff
JR
6882006-03-11 Jason Rumney <jasonr@gnu.org>
689
690 * runemacs.c (WinMain): Set screen buffer to 80x25.
691
94e7daf7
EZ
6922005-12-24 Eli Zaretskii <eliz@gnu.org>
693
694 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
695 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
696
9ea74bfb
EZ
6972005-12-09 Eli Zaretskii <eliz@gnu.org>
698
699 * INSTALL: Add explanation of how to debug with GDB starting from
700 the Emacs Abort dialog.
701
d73d22ed
CY
7022005-11-26 Chong Yidong <cyd@stupidchicken.com>
703
704 * emacs.rc: Use new icons.
705
07908aec
EZ
7062005-11-26 Eli Zaretskii <eliz@gnu.org>
707
708 * emacs21.ico: Renamed from emacs.ico.
709 * emacs.ico: New icons from Andrew Zhilin
710 <andrew_zhilin@yahoo.com>.
711
ed326e35
EZ
7122005-09-10 Eli Zaretskii <eliz@gnu.org>
713
714 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
715
df76c589
JB
7162005-08-10 Juanma Barranquero <lekktu@gmail.com>
717
718 * .cvsignore: Add `obj' and `oo' for in-place installations.
719
43e124e6
EZ
7202005-07-30 Eli Zaretskii <eliz@gnu.org>
721
4da0d3f7 722 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 723
5dac5615
JB
7242005-07-29 Juanma Barranquero <lekktu@gmail.com>
725
726 * configure.bat: Don't create lisp/Makefile.unix.
727
c638055f
JB
7282005-07-28 Juanma Barranquero <lekktu@gmail.com>
729
730 * .cvsignore: Add `makefile' and `config.log'.
731
9eff9fe3
PE
7322005-07-26 Paul Eggert <eggert@cs.ucla.edu>
733
734 Merge gnulib getopt implementation into Emacs.
735
736 * inc/gettext.h: Remove; no longer needed now that
737 lib-src/gettext.h exists.
738
9ebc3953
EZ
7392005-07-16 Eli Zaretskii <eliz@gnu.org>
740
741 * configure.bat: Finish config.log with a line that indicates that
742 the configure step was successful.
743
a0ec7a4a
LK
7442005-07-04 Lute Kamstra <lute@gnu.org>
745
746 Update FSF's address in GPL notices.
747
5bc753e8
EZ
7482005-06-11 Eli Zaretskii <eliz@gnu.org>
749
099a3eea
EZ
750 * configure.bat: If their fc.exe returns a meaningful exit status,
751 don't overwrite src/config.h and src/epaths.h with identical
752 copies.
753
591cbed1
EZ
754 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
755 changes. Add a pointer to another site with detailed configure
756 and build instructions. Suggest to look at config.log when
757 configure fails. Add MinGW Make 3.80 to the list of successful
758 combinations.
759
5bc753e8
EZ
760 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
761 "-mcpu=i686".
762
099a3eea 763 * configure.bat: Update copyright years.
5bc753e8
EZ
764 Delete config.log before doing anything else.
765 Write additional diagnostics to config.log in case of failures to
766 compile test programs, including the failed test program itself.
767 Add a test for support of -mtune=pentium4 switch to GCC; if it is
768 supported, set up MCPU_FLAG variable on the various Makefiles to
769 use that switch during compilations. (This avoids GCC warning
770 about -mcpu being deprecated.)
771
d2fcf769
EZ
7722005-06-10 Eli Zaretskii <eliz@gnu.org>
773
774 * addsection.c (copy_executable_and_add_section): Pass non-zero
775 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
776 environment. Print section names with %.8s.
777 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
778 only if non-zero. All callers changed.
779
a0c38328
EZ
7802005-06-05 Eli Zaretskii <eliz@gnu.org>
781
782 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
783 `const void *', for consistency with Posix.
784
1a8fb426
EZ
7852005-06-04 Eli Zaretskii <eliz@gnu.org>
786
787 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
788
bd7bdff8
JB
7892005-05-24 Juanma Barranquero <lekktu@gmail.com>
790
791 * INSTALL: Add more pointers to ports of Unix tools to Windows,
792 and to the Emacs Wiki (which contains building instructions for
793 Windows). Reword image library instructions and remove obsolete
794 incompatibility information.
795
007d105b
TTN
7962005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
797
798 * config.nt (HAVE_PWD_H): Undef.
799
0b0dea7b
JB
8002004-06-07 Juanma Barranquero <lektu@terra.es>
801
802 * INSTALL: Clarify paragraph about compatibility between image
803 libraries and builds of Emacs with several compilers.
804
33d786f9
JB
8052004-06-06 Juanma Barranquero <lektu@terra.es>
806
73dfa0bf
JB
807 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
808 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10d1d0af 809 calling non-existent cmdproxy.exe on bootstrapping after a
73dfa0bf
JB
810 previous install followed by realclean.
811
33d786f9
JB
812 * nmake.defs: Add quote in comment to resync font-locking.
813
3dfbc6d8
JB
8142004-06-04 Juanma Barranquero <lektu@terra.es>
815
816 * INSTALL: Reword the section on image support. Add reference to
817 GnuWin32. Mention problems when mixing binaries from different
818 compilers.
819
112dc8e1
JR
8202004-05-06 Jason Rumney <jasonr@gnu.org>
821
822 * configure.bat: Use -mno-cygwin to check for image libraries
823 when needed.
824
5eb3d2a5
JR
8252004-05-03 Jason Rumney <jasonr@gnu.org>
826
238add5e
JR
827 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
828 * makefile.def: Remove.
829
133ef3d3 830 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 831
5eb3d2a5
JR
832 * makefile.w32-in (info-gmake, info-nmake): New targets.
833 (info): Use them.
834
e9419bd4
JB
8352004-04-23 Juanma Barranquero <lektu@terra.es>
836
837 * nmake.defs:
838 * gmake.defs:
d814862a 839 * makefile.w32-in:
e9419bd4
JB
840 * makefile.def:
841 * makefile.nt: Add "-*- makefile -*-" mode tag.
842
1e3c9713
JR
8432004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
844
133ef3d3 845 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 846
2f0c11a1
JR
8472004-03-11 Jason Rumney <jasonr@gnu.org>
848
849 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
850
134d9671
JB
8512004-03-10 Juanma Barranquero <lektu@terra.es>
852
853 * makefile.w32-in (install): Don't try to copy
854 ../lib-src/fns-*.el, as it isn't used anymore.
855
d57625a0
JR
8562004-01-28 Peter Runestig <peter@runestig.com>
857
858 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
859
5ea32beb
MB
8602003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
861
862 * .cvsignore: Add `.arch-inventory'.
863
d57625a0 8642003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 865
133ef3d3 866 * inc/grp.h: New file.
930a9995 867
d57625a0 8682003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
869
870 * configure.bat: Create ``makefile'' in directories man, lispref
871 and lispintro.
872
873 * makefile.w32-in (force-info, info): New targets.
874
875 * envadd.bat: New file.
876
877 * multi-install-info.bat: New file.
878
880820fe 8792003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
880
881 * config.nt (my_strftime): New define.
882
5d54d177
JR
8832003-02-01 Jason Rumney <jasonr@gnu.org>
884
885 * configure.bat: Automatically detect libXpm.
886 Suppress compiler output when testing for image libraries.
887 Give names of un-found libraries in messages.
888
53b37591
JB
8892003-01-31 Juanma Barranquero <lektu@terra.es>
890
fe929957 891 * configure.bat: Automatically detect giflib and tifflib.
53b37591 892
fbd852af
JR
8932003-01-29 Jason Rumney <jasonr@gnu.org>
894
895 * gmake.defs (CURDIR): Disable cygpath kludge.
896
50ca1c55
JB
8972003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
898
899 * configure.bat: Avoid endless loop when configuring without image
900 support.
901
28908312
JR
9022003-01-26 Jason Rumney <jasonr@gnu.org>
903
904 * configure.bat: Automatically detect jpeglib.
905
c262430d
JR
9062003-01-25 Jason Rumney <jasonr@gnu.org>
907
908 * configure.bat: Automatically detect libpng.
909
53b37591 9102003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
911
912 * icons/hand.cur: New file.
913
53b37591 9142003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
915
916 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
917
38018ad3
AI
9182003-01-15 Andrew Innes <andrewi@gnu.org>
919
920 * gmake.defs (CURDIR): Convert to native Windows format (with
921 forward slashes), to support building with Cygwin builds of make.
922
4c11103a
JB
9232002-11-17 Ben Key <BKey1@tampabay.rr.com>
924
925 * nmake.defs:
f60ae425
BK
926 * gmake.defs: Made changes so that Emacs would link with
927 WinMM.lib. This change was required for my addition of a Windows
928 compatible implementation of play-sound-internal.
929
4c11103a 9302002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 931
4c11103a 932 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 933
960f21ae
JR
9342002-06-13 Jason Rumney <jasonr@gnu.org>
935
936 * addpm.c (env_vars): Remove EMACSLOCKDIR.
937
938 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
939 (maybe-bootstrap-SH): New targets.
940 (all): Depend on maybe-bootstrap.
941
933af497
JR
9422002-05-03 Jason Rumney <jasonr@gnu.org>
943
944 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
945 (sys_getpeername, fcntl): Declare as wrappers.
946
dc728514
JB
9472002-04-10 Juanma Barranquero <lektu@terra.es>
948
949 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
950 after compiling .el files.
951
3be38152
JR
9522002-03-20 Jason Rumney <jasonr@gnu.org>
953
954 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
955 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
956
d1ef18f2
KS
9572002-03-19 Kim F. Storm <storm@cua.dk>
958
959 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
960 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
961 (HAVE_SYS_UN_H): Undef.
962 From David Ponce <dponce@voila.fr>.
963
73792b51
JR
9642002-03-13 Jason Rumney <jasonr@gnu.org>
965
966 * config.nt (STRFTIME_NO_POSIX2): Define.
967
f7b9d4d1
JR
9682002-02-18 Jason Rumney <jasonr@gnu.org>
969
970 * emacs.rc: Define VS_VERSION_INFO if not already.
971 Update version info.
972
98cf1bb5
AI
9732002-01-04 Andrew Innes <andrewi@gnu.org>
974
975 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
976 pick up relevant bits of the Windows API definitions.
977
978 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
979 pick up relevant bits of the Windows API definitions.
980
0e4435be
AI
9812001-12-14 Andrew Innes <andrewi@gnu.org>
982
983 * makefile.w32-in (bootstrap): Build addsection program before
984 bootstrap (required for post-processing temacs.exe).
985
880820fe 9862001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
987
988 * COPYING: New file.
989
493faf20
AI
9902001-12-03 Andrew Innes <andrewi@gnu.org>
991
992 * makefile.w32-in (bootstrap-nmake):
993 (bootstrap-gmake): Extend bootstrap process to first do
994 bootstrap-clean in lisp dir and rebuild the DOC file.
995 (bootstrap): Do a "normal" make after the bootstrap work.
996
fc813ef6
JR
9972001-11-20 Jason Rumney <jasonr@gnu.org>
998
999 * INSTALL: Update table of versions of make that are suitable
1000 for building Emacs, based on recent feedback.
1001
133ef3d3 1002 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 1003
72431058
AI
10042001-11-19 Andrew Innes <andrewi@gnu.org>
1005
1006 * ftime-nostartup.bat: New file.
1007
1008 * ftime.bat: Don't include libc.lib for profiling - the profiler
1009 corrupts part of memcpy.
1010
eec004b0
JR
10112001-11-17 Jason Rumney <jasonr@gnu.org>
1012
1013 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1014 expansion. From Juanma Barranquero <lektu@terra.es>.
1015
71431a0e
GM
10162001-10-20 Gerd Moellmann <gerd@gnu.org>
1017
6aa97356 1018 * (Version 21.1 released.)
71431a0e 1019
967d7793
AI
10202001-10-12 Andrew Innes <andrewi@gnu.org>
1021
1022 * inc/pwd.h (uid_t, gid_t): New typedefs.
1023
ab952a4f
GM
10242001-10-05 Gerd Moellmann <gerd@gnu.org>
1025
1026 * Branch for 21.1.
85b2f69e 1027
33d69478
EZ
10282001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1029
1030 * README: Update the address of the mailing list and subscription
1031 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
1032
05b24487
EZ
10332001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1034
1035 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
1036
1037 * configure.bat: Make sure ../site-lisp exists; create if necessary.
1038
3762e7d0
EZ
10392001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1040
1041 * INSTALL: Mention that "make install" can be "nmake install".
1042
83536c16
EZ
10432001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1044
1045 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1046 since some versions of `mkdir' don't automatically create parent
1047 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1048
f466241d
EZ
10492001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1050
1051 * subdirs.el: New file.
1052
1053 * configure.bat: Copy subdirs.el to the site-lisp directory.
1054
1055 * makefile.w32-in (install): Copy subdirs.el to the installation
1056 directory.
1057
0ac7bf6c
JR
10582001-06-20 Jason Rumney <jasonr@gnu.org>
1059
1060 * runemacs.c (WinMain): Add quotes around command in case of spaces.
1061
ec57454f
AI
10622001-06-01 Andrew Innes <andrewi@gnu.org>
1063
1064 * gmake.defs (sh_output): Don't use $(warning ...) to output
1065 messages, since that is not supported by GNU make 3.77.
1066
263f7134
JR
10672001-05-24 Jason Rumney <jasonr@gnu.org>
1068
1069 * INSTALL: Clarify that building with MSVC requires nmake.
1070
fbdbf318
AI
10712001-05-17 Andrew Innes <andrewi@gnu.org>
1072
1073 * gmake.defs (NEW_CYGWIN): Output message about spurious error
1074 message that is to be ignored.
1075
4b994b84
AI
10762001-05-13 Andrew Innes <andrewi@gnu.org>
1077
1078 * TODO: Remove file, since it is completely out of date.
1079
1080 * README: Add copyright notice.
1081
1082 * INSTALL: Add copyright notice.
1083
e8918aee
EZ
10842001-04-18 Andrew Innes <andrewi@gnu.org>
1085
1086 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1087 the environment.
1088
1089 * gmake.defs (SETLOADPATH): Remove definition.
1090 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1091 environment.
1092
10932001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1094
1095 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 1096 first 8 characters.
e8918aee
EZ
1097
10982001-03-17 Andrew Innes <andrewi@gnu.org>
1099
1100 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1101 escaped quotes.
1102
1103 * gmake.defs (DEBUG_LINK): New macro.
1104 (LINK_FLAGS): Use it.
1105
1106 * nmake.defs (DEBUG_LINK): New macro.
1107 (LINK_FLAGS): Use it.
1108
11092001-03-06 Andrew Innes <andrewi@gnu.org>
1110
1111 * INSTALL: Add --ldflags to configure line for building with
1112 recent versions of Cygwin GCC.
1113
53b37591 11142001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
1115
1116 * configure.bat: Use correct options when compiling a test program
1117 with Cygwin. From David Ponce <dponce@voila.fr>.
1118
11192001-02-24 Andrew Innes <andrewi@gnu.org>
1120
1121 * _emacs: Remove obsolete file.
1122
1123 * emacs.bat.in: Remove obsolete file.
1124
1125 * debug.bat.in: Remove obsolete file.
1126
1127 * inc/sys/socket.h: Add copyright notice.
1128
1129 * paths.h: Add copyright notice.
1130
1131 * makefile.nt: Update copyright notice.
1132
1133 * makefile.def: Update copyright notice.
1134
1135 * configure.bat: Update copyright notice.
1136
1137 * nmake.defs: Add copyright notice.
1138
1139 * gmake.defs: Add copyright notice.
1140
1141 * makefile.w32-in: Add copyright notice.
1142
11432001-02-05 Andrew Innes <andrewi@gnu.org>
1144
1145 * nmake.defs (THISDIR): New definition.
1146
1147 * gmake.defs (THISDIR): New definition.
1148
11492001-02-03 Andrew Innes <andrewi@gnu.org>
1150
1151 * configure.bat: Leave a space before >> only when there is a
1152 preceding digit. Add a comment about the importance of this.
1153
1154 * README: Replace outdated information.
1155
1156 * INSTALL (Trouble-shooting): Add note about need to specify extra
1157 compiler flags with recent Cygwin ports of gcc.
1158
11592001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1160
1161 * configure.bat: Use "rm -f" instead of "del /f", as the latter
1162 is not supported by Windows 9X's COMMAND.COM.
1163
11642001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1165
10d1d0af 1166 * configure.bat: Make sure redirection is preceded by a blank, to
e8918aee
EZ
1167 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1168 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
1169
11702001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * INSTALL: Copy the table of tested combinations of development
10d1d0af 1173 tools from configure.bat. Add suggestion to install Bash on
e8918aee
EZ
1174 Windows 9X.
1175
1176 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1177 lisp/Makefile.in instead. Use "rm -f" where more than one file
1178 needs to be deleted, since command.com in Windows 9X doesn't grok
1179 more than one argument.
1180
11812001-01-24 Andrew Innes <andrewi@gnu.org>
1182
85b2f69e 1183 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
1184 (cleanall-other-dirs-gmake): New targets.
1185 (cleanall): Invoke them.
1186
11872001-01-19 Andrew Innes <andrewi@gnu.org>
1188
1189 * addpm.c (env_vars): Add a version-independent site-lisp
1190 directory to EMACSLOADPATH, after the version dependent one.
1191
11922001-01-06 Andrew Innes <andrewi@gnu.org>
1193
1194 * README: Update info about compilers.
1195
1196 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1197 select correct rule for invoking make in another directory. Amend
1198 rules accordingly.
1199 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1200
1201 * nmake.defs (EMACS_ICON_PATH): Delete definition.
1202 (COMPILER_TEMP_FILES): New definition.
1203 (MAKETYPE): New definition.
1204
1205 * gmake.defs (EMACS_ICON_PATH): Delete definition.
1206 (COMPILER_TEMP_FILES): New definition.
1207 (MAKETYPE): New definition.
1208
1209 * makefile.def (EMACS_ICON_PATH): Delete definition.
1210
1211 * configure.bat: Be careful not to add trailing spaces when
1212 outputting to config.settings.
1213
12142001-01-02 Andrew Innes <andrewi@gnu.org>
1215
1216 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1217 than the function.
1218
12192000-12-17 Andrew Innes <andrewi@gnu.org>
1220
1221 * makefile.w32-in (install): Copy directories to the correct
1222 places.
1223 (real_install): Remove obsolete target.
1224
12252000-12-06 Andrew Innes <andrewi@gnu.org>
1226
1227 * nmake.defs (CURDIR): New define.
1228 (INSTALL_DIR): Use it.
1229
1230 * gmake.defs (NEW_CYGWIN): New define.
1231 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1232 so we need to adjust how we escape embedded quotes.
1233 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1234 relative to $(CURDIR).
1235
12362000-11-25 Jason Rumney <jasonr@gnu.org>
1237
1238 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1239
12402000-10-17 Andrew Innes <andrewi@gnu.org>
1241
1242 * makefile.w32-in (recompile): New target to recompile lisp
1243 directory.
1244 (recompile-CMD, recompile-SH): New support targets.
1245
12462000-09-24 Jason Rumney <jasonr@gnu.org>
1247
1248 * config.nt (NO_RETURN): Define it.
1249
12502000-09-17 Andrew Innes <andrewi@gnu.org>
1251
1252 * gmake.defs: Revert to Unix line endings.
1253
1254 * nmake.defs: Revert to Unix line endings.
1255
12562000-09-16 Andrew Innes <andrewi@gnu.org>
1257
1258 * gmake.defs (SETLOADPATH): Change definition to work from any
1259 subdirectory.
1260
12612000-09-14 Andrew Innes <andrewi@gnu.org>
1262
1263 * makefile.w32-in: Revert to Unix line endings.
1264
12652000-09-14 Andrew Innes <andrewi@gnu.org>
1266
1267 * INSTALL: Add note about expected error messages when configure
1268 is run.
1269
1270 * configure.bat: Simplify the generation of makefiles (don't need
1271 to generate various top-level targets that invoke make in other
1272 directories).
1273
1274 * gmake.defs (SHELLTYPE): New define.
1275 (SETLOADPATH): New define.
1276
1277 * nmake.defs (SHELLTYPE): New define.
1278
1279 * makefile.w32-in: Standardize indentation somewhat.
1280 Add bootstrap support.
1281 Pass $(MFLAGS) when invoking make recursively.
1282 Add shell-specific variants of top-level targets that invoke make
1283 recursively in other directories, and add necessary computed
1284 dependencies.
1285
12862000-09-03 Andrew Innes <andrewi@gnu.org>
1287
1288 * makefile.w32-in: Change to DOS line endings.
1289
1290 * configure.bat: Change to DOS line endings.
1291
1292 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1293 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1294
1295 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1296 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1297
1298 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1299 -D_ANONYMOUS_STRUCT on compile line.
1300 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1301 (ARCH_CFLAGS): Change optimization flags to -O2.
1302 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1303 (ARGQUOTE, DQUOTE): New defines.
1304
1305 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1306 -D_ANONYMOUS_STRUCT on compile line.
1307 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1308 (ARGQUOTE, DQUOTE): New defines.
1309
13102000-08-22 Andrew Innes <andrewi@gnu.org>
1311
1312 * configure.bat: New file.
1313
1314 * gmake.defs: New file.
1315
1316 * nmake.defs: New file.
1317
1318 * makefile.w32-in: New file.
1319
1320 * INSTALL: Rewrite to match new configure process.
1321
1322 * config.nt [WINDOWSNT]: Don't declare getenv.
1323 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1324
1325 * addpm.c (main): Accept /q to mean install based on addpm's
1326 location without asking. Remove reference to emacs.bat which is
1327 now obsolete.
1328
1329 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1330
1331 * paths.h: Use forward slash as directory separator in all path
1332 definitions.
1333 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1334
1335 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1336
1337 * runemacs.c: Remove WIN32 define.
1338
1339 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1340 not defined.
1341
1342 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1343 (fd_set): Define to new name, after including winsock.h, so we can
1344 provide our own implementation.
1345
13462000-07-05 Andrew Innes <andrewi@gnu.org>
1347
1348 * ebuild.bat: Add support for specifying make arguments.
1349
1350 * makefile.nt: Add support for `bootstrap' and related targets.
1351
13522000-06-11 Jason Rumney <jasonr@gnu.org>
1353
1354 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1355
13562000-02-06 Andrew Innes <andrewi@gnu.org>
1357
1358 * inc/sys/time.h: Add inclusion protection.
1359
1360 * makefile.def (SYS_LDFLAGS): Add -nologo.
1361
13621999-11-22 Andrew Innes <andrewi@gnu.org>
1363
1364 * install.bat: Pass on command line arguments to make.
1365
c01949d3 1366 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
1367
13681999-11-21 Andrew Innes <andrewi@gnu.org>
1369
1370 * makefile.nt (all): Build leim if present.
1371 (install): Install leim if present.
1372 (clean): Clean leim if present.
1373
1374 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1375 definition.
1376
1377 * emacs.bat.in (EMACSLOADPATH): Include leim.
1378
e8918aee
EZ
13791999-07-12 Richard Stallman <rms@gnu.org>
1380
1381 * Version 20.4 released.
1382
13831999-06-16 Andrew Innes <andrewi@gnu.org>
1384
1385 * emacs.rc: Use an icon with a transparent background, to be in
1386 keeping with other applications.
1387
13881999-06-03 Andrew Innes <andrewi@gnu.org>
1389
1390 * preprep.c: Fix typo.
1391
13921999-05-02 Andrew Innes <andrewi@gnu.org>
1393
1394 * config.h: Remove obsolete file.
1395
1396 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1397 couple of unused switch cases that aren't defined on all
1398 platforms.
1399
1400 * ftime.bat: Add another variation of the profile command, which
1401 only profiles extended commands.
1402
14031999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1404
1405 * cmdproxy.c (main): Fix parens.
1406
14071999-03-25 Andrew Innes <andrewi@gnu.org>
1408
1409 * cmdproxy.c (main): Call GetShortPathName to normalize program
1410 names for comparison.
1411
14121999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1413
1414 * makefile.def: Compile multiple .c files when possible.
1415 Use BLD instead of assuming i386.
1416 * makefile.nt: Remove common multiple file compilation commands.
1417
14181999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1419
1420 * cmdproxy.c (main): Add missing parens.
1421
14221999-02-20 Andrew Innes <andrewi@gnu.org>
1423
1424 * preprep.c: New program to allow dumped image to be profiled.
1425
1426 * makefile.nt (preprep): New target.
1427 (ALL): Build it.
1428
1429 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1430
1431 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1432 Change prep options to profile libc functions and skip the startup
1433 code.
1434
14351999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1436
1437 * makefile.nt: Create installation directory as first step.
1438
14391999-01-31 Andrew Innes <andrewi@gnu.org>
1440
52397249 1441 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
e8918aee
EZ
1442 ROUND_UP_DST. Zeroes the alignment slop.
1443 (copy_executable_and_add_section): Update the
1444 SizeOfHeaders field properly.
1445
14461999-01-27 Andrew Innes <andrewi@gnu.org>
1447
1448 * makefile.nt: Do make version comparison as strings.
1449
14501999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
1451
1452 * runemacs.c (WinMain): Pass explicit environment block to
1453 CreateProcess, to work around a bug in Windows 95/98.
1454
14551999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1456
1457 * icons: New directory with Davenport's icons.
134d9671 1458 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
1459
1460 * makefile.nt (install, fast_install): Install Windows icons
1461 into etc/icons.
1462
1463 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1464
14651999-01-17 Andrew Innes <andrewi@gnu.org>
1466
52397249 1467 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
1468 (addsection): New top-level target.
1469 (install): Copy fns-*.el to bin directory.
1470
1471 * addsection.c: New program to add static heap section to
1472 temacs.exe after linking, in support of new unexec method.
1473
14741998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
1475
1476 * cmdproxy.c (spawn): Pass directory for child as parameter.
1477 (main): Save startup directory to give to spawn, then change
1478 directory to location of .exe in order not to prevent startup
1479 directory from being deleted.
1480
14811998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1482
1483 * makefile.nt: Do string comparision of _NMAKE_VER.
1484
14851998-12-02 Geoff Voelker <voelker@cs.washington.edu>
1486
1487 * config.nt (LOCALTIME_CACHE): Define.
1488
14891998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
1490
1491 * install.bat: Convert to DOS format.
1492
14931998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
1494
1495 * cmdproxy.c (main): Set environment size only when running
1496 command.com.
1497
53b37591 14981998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
1499
1500 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1501 (DEL_TREE): Use rd instead of rmdir.
1502 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
1503 * makefile.nt: Compile multiple source files when possible.
85b2f69e 1504
e8918aee
EZ
15051998-10-05 Geoff Voelker <voelker@cs.washington.edu>
1506
1507 * cmdproxy.c (main): Treat command line options as case-insensitive.
1508
15091998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1510
1511 * Version 20.3 released.
1512
15131998-07-20 Geoff Voelker <voelker@cs.washington.edu>
1514
1515 * addpm.c (main): Explicitly check result of message box for OK.
1516
15171998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
1518
1519 * inc/sys/file.h (D_OK): Define new macro.
1520
15211998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1522
1523 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1524
15251998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1526
1527 * emacs.rc (VS_VERSION_INFO): Define.
1528
15291998-04-23 Geoff Voelker <voelker@cs.washington.edu>
1530
1531 * makefile.nt (emacs.bat, debug.bat): Create them in the
1532 installation directory.
1533
15341998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
1535
1536 * ddeclient.c: New file. (Support program for performing limited
e580a741 1537 interprocess communication on Windows.)
e8918aee
EZ
1538
1539 * makefile.nt: Build ddeclient.
1540
1541 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 1542 provide extra directory argument, when running on Windows 95.
85b2f69e 1543
e8918aee
EZ
15441998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1545
1546 * cmdproxy.c (fail): Exit with a negative return value.
1547 (spawn): Return subprocess return code as an argument.
1548 Explicitly copy environment block.
1549 (main): Update to use return value argument with spawn.
1550 Retry if spawn failed when a subshell was not tried.
1551
1552 * config.nt: Include new macros from src/config.in.
1553 (GNU_MALLOC, REL_ALLOC): Define.
1554 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1555 (RE_TRANSLATE): Use char_table_translate.
1556
1557 * makefile.def (CP_DIR): Preserve attributes.
1558
1559 * makefile.nt (clean): Delete patch generated files, optimized
1560 build directory.
1561
15621997-10-01 Geoff Voelker <voelker@cs.washington.edu>
1563
1564 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1565
15661997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1567
1568 * Version 20.2 released.
1569
15701997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1571
1572 * Version 20.1 released.
1573
15741997-09-11 Geoff Voelker <voelker@cs.washington.edu>
1575
1576 * debug.bat.in: New file.
1577 * makefile.nt (debug.bat): New target.
1578
15791997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1580
1581 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1582 Quote group name. Allow different icons to be specified.
1583
1584 * cmdproxy.c (get_env_size): New function.
1585 (spawn): Explicitly pass in environment when creating subprocess.
10d1d0af 1586 (main): Cleanup error messages.
e8918aee
EZ
1587 Specify dynamically sized environment block for real shell.
1588 Pass on unhandled switches to real shell.
1589 Quote program name.
1590
85b2f69e 1591 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 1592 directory.
85b2f69e 1593 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
1594
1595 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 1596 high or low priority.
e8918aee
EZ
1597
1598 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 1599
e8918aee
EZ
16001997-09-02 Geoff Voelker <voelker@cs.washington.edu>
1601
1602 * addpm.c (env_vars): No longer set INFOPATH.
1603
1604 * cmdproxy.c (get_next_token): Null terminate token returned.
1605
1606 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1607
16081997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
1609
1610 * addpm.c (env_vars): Set SHELL to cmdproxy.
1611 (main): Initialize idDde to 0.
1612 Determine emacs_path from module file name.
1613 Prompt for install.
1614
1615 * makefile.def (MSVCNT11): Conditionally define it.
1616 (BASE_LIBS): Do not use oldnames.lib.
1617 (SYS_LDFLAGS): Use pdb files.
1618 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1619 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1620 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1621
1622 * makefile.nt (ALL): Build cmdproxy.
1623 (cmdproxy): New target.
1624 (install): Install cmdproxy.
1625
1626 * ftime.bat, debug.bat, cmdproxy.c: New files.
1627
16281997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1629
52397249 1630 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
1631 (sys_shutdown): Export.
1632
16331997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1634
1635 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1636
16371997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1638
1639 * config.nt: Update file comments.
1640 Update undefs added/removed in src/config.in.
1641
16421997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1643
67cd381d 1644 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
e8918aee
EZ
1645 of win95 and winnt, respectively.
1646
16471997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1648
1649 * makefile.nt (real_install): Create site-lisp in installation dir.
1650 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1651 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1652
e8918aee
EZ
16531996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1654
1655 * Version 19.33 released.
1656
16571996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1658
1659 * runemacs.c (WinMain): Put a space between the binary and its args.
1660
16611996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1662
1663 * Version 19.32 released.
1664
16651996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1666
1667 * makefile.nt (clean): Use OBJDIR macro.
1668
16691996-06-03 Kim F. Storm <kfs@olicom.dk>
1670
e580a741 1671 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
1672 Not defined by default.
1673 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1674 (WinMain): Convert backslashes to slashes in env var values.
1675
e580a741 1676 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
1677
16781996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1679
1680 * Version 19.31 released.
1681
16821996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1683
1684 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1685 undo settings afterwards.
1686
16871996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1688
1689 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 1690 environment variable.
e8918aee 1691
53b37591 16921996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
1693
1694 * install.bat: Allow for optimized build.
1695 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1696 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1697
53b37591 16981996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
1699
1700 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1701 (env_vars): Rename field emacs_path to emacs_dir.
1702 (main): Add link to runemacs instead of emacs.
1703
1704 * install.bat: Check if INSTALL_DIR is passed as an argument.
1705
1706 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1707
1708 * makefile.nt: Build and install runemacs.exe.
1709
1710 * runemacs.c: New file.
1711
1712 * config.w95: File removed.
1713
1714 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1715 inc/sys/socket.h, inc/sys/time.h: New header files.
1716
1717 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 1718
e8918aee
EZ
17191996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1720
1721 * makefile.def (DEL): Defined.
1722 (DEL_TREE) [win95]: Defined.
1723 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 1724
e8918aee
EZ
1725 * makefile.nt: Change uses of del to $(DEL).
1726
17271996-01-17 Erik Naggum <erik@naggum.no>
1728
1729 * All files: Update FSF's address in comment preamble.
1730
17311996-01-03 George V. Reilly <georger@microcrafts.com>
1732
1733 * emacs.ico: Now the proverbial kitchen sink icon.
1734
17351995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1736
1737 * Version 19.30 released.
1738
17391995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1740
1741 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1742
1743 * makefile.nt (install, fast_install, real_install, clean):
1744 Don't use switches to del not supported by Win95.
1745
17461995-11-07 Kevin Gallo <kgallo@microsoft.com>
1747
1748 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1749 (install, fast_install): Change same-dir test to create test file in
1750 installation tree and thereby support read-only shares.
1751 (clean): Remove .pdb files.
1752
1753 * makefile.def (NTGUI): New macro.
1754 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1755
1756 * config.nt, config.w95: Update to latest src/config.in.
1757
1758 * addpm.c (env_vars): New variable.
1759 (add_registry): New procedure.
1760 (main): Use values of configuration environment variables from
1761 the registry if defined, the process environment otherwise.
1762
17631995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1764
1765 * Version 19.29 released.
1766
1767 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1768
17691995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1770
1771 * makefile.nt: Define .c to .obj suffix rule.
1772 (addpm.obj): Compile directly, use CFLAGS.
1773 (addpm.exe): Link from addpm.obj.
85b2f69e 1774
e8918aee
EZ
1775 * makefile.def (MSVCNT11): Defined.
1776 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1777 (CFLAGS_COMMON): Defined.
1778 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 1779
e8918aee
EZ
17801995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1781
134d9671
JB
1782 * emacs.bat.in: Renamed from emacs.bat.
1783 (emacs_dir): Renamed from emacs_path.
e8918aee
EZ
1784 Definition removed.
1785
1786 * addpm.c: New file.
52397249 1787 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
1788 (all): Depend upon $(BLD) and $(ALL).
1789 (install): Depend upon emacs.bat.
1790 Create program item for Emacs.
1791 (clean): Delete obj.
1792 (emacs.bat): Defined.
52397249 1793 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
1794
17951995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1796
1797 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1798 Add carriage returns; necessary for batch files on Win95.
1799
18001995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1801
1802 * config.w95: Created.
1803 * config.h: Changed to config.nt.
85b2f69e 1804
e8918aee 1805 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
1806 (all, install, clean): Expand for-loops.
1807 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 1808
52397249 1809 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 1810 (ARCH): New definition.
52397249
JB
1811 (CPU, CONFIG_H, OS_TYPE): Defined.
1812 (INCLUDE, LIB): Checked if valid.
e8918aee 1813 (ntwin32.mak): Included.
52397249
JB
1814 (AR, CC, LINK): New definition.
1815 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
1816 (SYS_LDFLAGS): New definition.
1817 Update comments and preprocessor conditionals.
1818
1819 * emacs.bat (SHELL): Conditionally defined.
1820 (HOME): Conditionally defined.
52397249 1821 (emacs_path, HOME): Update comments.
e8918aee
EZ
1822 Turn off all echo.
1823
18241995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1825
1826 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1827 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1828 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1829 inc/sys/param.h: Removed carriage-returns.
1830
18311995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1832
1833 * makefile.def (CVTRES): Defined.
1834
1835 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1836
18371995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1838
88c71720 1839 * src: Remove directory.
e8918aee
EZ
1840
1841 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1842
18431995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1844
1845 * makefile.def (INSTALL_DIR): Changed to generic directory.
1846
1847 * emacs.bat: Added arguments when emacs.exe invoked.
1848
1849 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1850
e580a741 18511994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
1852
1853 * makefile.def (CC): In configuration section.
1854 (COMPAT_LIB): Defined.
1855
e580a741 18561994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
1857
1858 * src/paths.h: New file.
1859
1860 * src/config.h: New file.
1861
1862 * inc/pwd.h: New file.
1863
1864 * inc/sys/dir.h: New file.
1865
1866 * inc/sys/file.h: New file.
1867
1868 * inc/sys/ioctl.h: New file.
1869
1870 * inc/sys/param.h: New file.
1871
1872 * todo: New file.
1873
88c71720 1874 * README: New file.
e8918aee
EZ
1875
1876 * makefile.nt: New file.
1877
e580a741 1878 * makefile.def: New file.
85b2f69e 1879
e580a741 1880 * install.cmd: New file.
e8918aee 1881
e580a741 1882 * INSTALL: New file.
e8918aee 1883
e580a741 1884 * fast-install.cmd: New file.
e8918aee
EZ
1885
1886 * emacs.cmd: New file.
1887
1888 * ebuild.cmd: New file.
1889
1890 * _emacs: New file.
1891
1892;; Local Variables:
880820fe 1893;; coding: utf-8
33462dfa 1894;; add-log-time-zone-rule: t
e8918aee 1895;; End:
2a34a036 1896
b65d8176 1897 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
114f9c96 1898 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
7f6d64f8
GM
1899
1900 This file is part of GNU Emacs.
1901
eef0be9e 1902 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 1903 it under the terms of the GNU General Public License as published by
eef0be9e
GM
1904 the Free Software Foundation, either version 3 of the License, or
1905 (at your option) any later version.
7f6d64f8
GM
1906
1907 GNU Emacs is distributed in the hope that it will be useful,
1908 but WITHOUT ANY WARRANTY; without even the implied warranty of
1909 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1910 GNU General Public License for more details.
1911
1912 You should have received a copy of the GNU General Public License
eef0be9e 1913 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
1914
1915;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414