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