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