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