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