Mercurial > emacs
annotate nt/ChangeLog @ 49449:b153cf78084e
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 20:50:26 +0000 |
parents | 495c910c5a06 |
children | 0a4df841f431 |
rev | line source |
---|---|
49449 | 1 2003-01-25 Jason Rumney <jasonr@gnu.org> |
2 | |
3 * configure.bat: Automatically detect libpng. | |
4 | |
49373 | 5 2003-01-21 Jason Rumney <jasonr@gnu.org> |
6 | |
7 * icons/hand.cur: New file. | |
8 | |
9 2003-01-21 David Ponce <david@dponce.com> | |
10 | |
11 * emacs.rc (32649): Declare hand cursor resource. | |
12 | |
49260 | 13 2003-01-15 Andrew Innes <andrewi@gnu.org> |
14 | |
15 * gmake.defs (CURDIR): Convert to native Windows format (with | |
16 forward slashes), to support building with Cygwin builds of make. | |
17 | |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
18 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
19 |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
20 * nmake.defs: |
48375
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
21 * gmake.defs: Made changes so that Emacs would link with |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
22 WinMM.lib. This change was required for my addition of a Windows |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
23 compatible implementation of play-sound-internal. |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
24 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
25 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change) |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
26 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
27 * emacs.rc: Version updated to 21.3.50. |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
28 |
45813 | 29 2002-06-13 Jason Rumney <jasonr@gnu.org> |
30 | |
31 * addpm.c (env_vars): Remove EMACSLOCKDIR. | |
32 | |
33 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD) | |
34 (maybe-bootstrap-SH): New targets. | |
35 (all): Depend on maybe-bootstrap. | |
36 | |
45088 | 37 2002-05-03 Jason Rumney <jasonr@gnu.org> |
38 | |
39 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define. | |
40 (sys_getpeername, fcntl): Declare as wrappers. | |
41 | |
44496
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
42 2002-04-10 Juanma Barranquero <lektu@terra.es> |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
43 |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
44 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
45 after compiling .el files. |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
46 |
44048 | 47 2002-03-20 Jason Rumney <jasonr@gnu.org> |
48 | |
49 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) | |
50 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. | |
51 | |
44024 | 52 2002-03-19 Kim F. Storm <storm@cua.dk> |
53 | |
54 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) | |
55 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. | |
56 (HAVE_SYS_UN_H): Undef. | |
57 From David Ponce <dponce@voila.fr>. | |
58 | |
43892 | 59 2002-03-13 Jason Rumney <jasonr@gnu.org> |
60 | |
61 * config.nt (STRFTIME_NO_POSIX2): Define. | |
62 | |
43398 | 63 2002-02-18 Jason Rumney <jasonr@gnu.org> |
64 | |
65 * emacs.rc: Define VS_VERSION_INFO if not already. | |
66 Update version info. | |
67 | |
42530 | 68 2002-01-04 Andrew Innes <andrewi@gnu.org> |
69 | |
70 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
71 pick up relevant bits of the Windows API definitions. | |
72 | |
73 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
74 pick up relevant bits of the Windows API definitions. | |
75 | |
42027 | 76 2001-12-14 Andrew Innes <andrewi@gnu.org> |
77 | |
78 * makefile.w32-in (bootstrap): Build addsection program before | |
79 bootstrap (required for post-processing temacs.exe). | |
80 | |
41896 | 81 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
82 | |
83 * COPYING: New file. | |
84 | |
42025 | 85 2001-12-03 Andrew Innes <andrewi@gnu.org> |
86 | |
87 * makefile.w32-in (bootstrap-nmake): | |
88 (bootstrap-gmake): Extend bootstrap process to first do | |
89 bootstrap-clean in lisp dir and rebuild the DOC file. | |
90 (bootstrap): Do a "normal" make after the bootstrap work. | |
91 | |
41328 | 92 2001-11-20 Jason Rumney <jasonr@gnu.org> |
93 | |
94 * INSTALL: Update table of versions of make that are suitable | |
95 for building Emacs, based on recent feedback. | |
96 | |
97 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed. | |
98 | |
41278 | 99 2001-11-19 Andrew Innes <andrewi@gnu.org> |
100 | |
101 * ftime-nostartup.bat: New file. | |
102 | |
103 * ftime.bat: Don't include libc.lib for profiling - the profiler | |
104 corrupts part of memcpy. | |
105 | |
41178 | 106 2001-11-17 Jason Rumney <jasonr@gnu.org> |
107 | |
108 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard | |
109 expansion. From Juanma Barranquero <lektu@terra.es>. | |
110 | |
40111 | 111 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
112 | |
40152 | 113 * (Version 21.1 released.) |
40111 | 114 |
39826 | 115 2001-10-12 Andrew Innes <andrewi@gnu.org> |
116 | |
117 * inc/pwd.h (uid_t, gid_t): New typedefs. | |
118 | |
39742 | 119 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
120 | |
121 * Branch for 21.1. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
122 |
39193 | 123 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
124 | |
125 * README: Update the address of the mailing list and subscription | |
126 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | |
127 | |
39156 | 128 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il> |
129 | |
130 * INSTALL: Suggest to avoid using WinZip. | |
39154 | 131 |
132 * configure.bat: Make sure ../site-lisp exists; create if necessary. | |
133 | |
39145 | 134 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
135 | |
136 * INSTALL: Mention that "make install" can be "nmake install". | |
137 | |
39114 | 138 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il> |
139 | |
140 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR), | |
141 since some versions of `mkdir' don't automatically create parent | |
142 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>. | |
143 | |
39056 | 144 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
145 | |
146 * subdirs.el: New file. | |
147 | |
148 * configure.bat: Copy subdirs.el to the site-lisp directory. | |
149 | |
150 * makefile.w32-in (install): Copy subdirs.el to the installation | |
151 directory. | |
152 | |
38140 | 153 2001-06-20 Jason Rumney <jasonr@gnu.org> |
154 | |
155 * runemacs.c (WinMain): Add quotes around command in case of spaces. | |
156 | |
37975 | 157 2001-06-01 Andrew Innes <andrewi@gnu.org> |
158 | |
159 * gmake.defs (sh_output): Don't use $(warning ...) to output | |
160 messages, since that is not supported by GNU make 3.77. | |
161 | |
37886 | 162 2001-05-24 Jason Rumney <jasonr@gnu.org> |
163 | |
164 * INSTALL: Clarify that building with MSVC requires nmake. | |
165 | |
37779 | 166 2001-05-17 Andrew Innes <andrewi@gnu.org> |
167 | |
168 * gmake.defs (NEW_CYGWIN): Output message about spurious error | |
169 message that is to be ignored. | |
170 | |
37711 | 171 2001-05-13 Andrew Innes <andrewi@gnu.org> |
172 | |
173 * TODO: Remove file, since it is completely out of date. | |
174 | |
175 * README: Add copyright notice. | |
176 | |
177 * INSTALL: Add copyright notice. | |
178 | |
37566 | 179 2001-04-18 Andrew Innes <andrewi@gnu.org> |
180 | |
181 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in | |
182 the environment. | |
183 | |
184 * gmake.defs (SETLOADPATH): Remove definition. | |
185 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the | |
186 environment. | |
187 | |
188 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il> | |
189 | |
190 * configure.bat: Make the checkw32api* labels be distinct in the | |
191 first 8 characters. | |
192 | |
193 2001-03-17 Andrew Innes <andrewi@gnu.org> | |
194 | |
195 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning | |
196 escaped quotes. | |
197 | |
198 * gmake.defs (DEBUG_LINK): New macro. | |
199 (LINK_FLAGS): Use it. | |
200 | |
201 * nmake.defs (DEBUG_LINK): New macro. | |
202 (LINK_FLAGS): Use it. | |
203 | |
204 2001-03-06 Andrew Innes <andrewi@gnu.org> | |
205 | |
206 * INSTALL: Add --ldflags to configure line for building with | |
207 recent versions of Cygwin GCC. | |
208 | |
209 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> | |
210 | |
211 * configure.bat: Use correct options when compiling a test program | |
212 with Cygwin. From David Ponce <dponce@voila.fr>. | |
213 | |
214 2001-02-24 Andrew Innes <andrewi@gnu.org> | |
215 | |
216 * _emacs: Remove obsolete file. | |
217 | |
218 * emacs.bat.in: Remove obsolete file. | |
219 | |
220 * debug.bat.in: Remove obsolete file. | |
221 | |
222 * inc/sys/socket.h: Add copyright notice. | |
223 | |
224 * paths.h: Add copyright notice. | |
225 | |
226 * makefile.nt: Update copyright notice. | |
227 | |
228 * makefile.def: Update copyright notice. | |
229 | |
230 * configure.bat: Update copyright notice. | |
231 | |
232 * nmake.defs: Add copyright notice. | |
233 | |
234 * gmake.defs: Add copyright notice. | |
235 | |
236 * makefile.w32-in: Add copyright notice. | |
237 | |
238 2001-02-05 Andrew Innes <andrewi@gnu.org> | |
239 | |
240 * nmake.defs (THISDIR): New definition. | |
241 | |
242 * gmake.defs (THISDIR): New definition. | |
243 | |
244 2001-02-03 Andrew Innes <andrewi@gnu.org> | |
245 | |
246 * configure.bat: Leave a space before >> only when there is a | |
247 preceding digit. Add a comment about the importance of this. | |
248 | |
249 * README: Replace outdated information. | |
250 | |
251 * INSTALL (Trouble-shooting): Add note about need to specify extra | |
252 compiler flags with recent Cygwin ports of gcc. | |
253 | |
254 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | |
255 | |
256 * configure.bat: Use "rm -f" instead of "del /f", as the latter | |
257 is not supported by Windows 9X's COMMAND.COM. | |
258 | |
259 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> | |
260 | |
261 * configure.bat: Make sure redirection is preceeded by a blank, to | |
262 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats | |
263 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>. | |
264 | |
265 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il> | |
266 | |
267 * INSTALL: Copy the table of tested combinations of development | |
268 tools from confuigure.bat. Add suggestion to install Bash on | |
269 Windows 9X. | |
270 | |
271 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy | |
272 lisp/Makefile.in instead. Use "rm -f" where more than one file | |
273 needs to be deleted, since command.com in Windows 9X doesn't grok | |
274 more than one argument. | |
275 | |
276 2001-01-24 Andrew Innes <andrewi@gnu.org> | |
277 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
278 * makefile.w32-in (cleanall-other-dirs-nmake): |
37566 | 279 (cleanall-other-dirs-gmake): New targets. |
280 (cleanall): Invoke them. | |
281 | |
282 2001-01-19 Andrew Innes <andrewi@gnu.org> | |
283 | |
284 * addpm.c (env_vars): Add a version-independent site-lisp | |
285 directory to EMACSLOADPATH, after the version dependent one. | |
286 | |
287 2001-01-06 Andrew Innes <andrewi@gnu.org> | |
288 | |
289 * README: Update info about compilers. | |
290 | |
291 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to | |
292 select correct rule for invoking make in another directory. Amend | |
293 rules accordingly. | |
294 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. | |
295 | |
296 * nmake.defs (EMACS_ICON_PATH): Delete definition. | |
297 (COMPILER_TEMP_FILES): New definition. | |
298 (MAKETYPE): New definition. | |
299 | |
300 * gmake.defs (EMACS_ICON_PATH): Delete definition. | |
301 (COMPILER_TEMP_FILES): New definition. | |
302 (MAKETYPE): New definition. | |
303 | |
304 * makefile.def (EMACS_ICON_PATH): Delete definition. | |
305 | |
306 * configure.bat: Be careful not to add trailing spaces when | |
307 outputting to config.settings. | |
308 | |
309 2001-01-02 Andrew Innes <andrewi@gnu.org> | |
310 | |
311 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather | |
312 than the function. | |
313 | |
314 2000-12-17 Andrew Innes <andrewi@gnu.org> | |
315 | |
316 * makefile.w32-in (install): Copy directories to the correct | |
317 places. | |
318 (real_install): Remove obsolete target. | |
319 | |
320 2000-12-06 Andrew Innes <andrewi@gnu.org> | |
321 | |
322 * nmake.defs (CURDIR): New define. | |
323 (INSTALL_DIR): Use it. | |
324 | |
325 * gmake.defs (NEW_CYGWIN): New define. | |
326 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | |
327 so we need to adjust how we escape embedded quotes. | |
328 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | |
329 relative to $(CURDIR). | |
330 | |
331 2000-11-25 Jason Rumney <jasonr@gnu.org> | |
332 | |
333 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. | |
334 | |
335 2000-10-17 Andrew Innes <andrewi@gnu.org> | |
336 | |
337 * makefile.w32-in (recompile): New target to recompile lisp | |
338 directory. | |
339 (recompile-CMD, recompile-SH): New support targets. | |
340 | |
341 2000-09-24 Jason Rumney <jasonr@gnu.org> | |
342 | |
343 * config.nt (NO_RETURN): Define it. | |
344 | |
345 2000-09-17 Andrew Innes <andrewi@gnu.org> | |
346 | |
347 * gmake.defs: Revert to Unix line endings. | |
348 | |
349 * nmake.defs: Revert to Unix line endings. | |
350 | |
351 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
352 | |
353 * gmake.defs (SETLOADPATH): Change definition to work from any | |
354 subdirectory. | |
355 | |
356 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
357 | |
358 * makefile.w32-in: Revert to Unix line endings. | |
359 | |
360 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
361 | |
362 * INSTALL: Add note about expected error messages when configure | |
363 is run. | |
364 | |
365 * configure.bat: Simplify the generation of makefiles (don't need | |
366 to generate various top-level targets that invoke make in other | |
367 directories). | |
368 | |
369 * gmake.defs (SHELLTYPE): New define. | |
370 (SETLOADPATH): New define. | |
371 | |
372 * nmake.defs (SHELLTYPE): New define. | |
373 | |
374 * makefile.w32-in: Standardize indentation somewhat. | |
375 Add bootstrap support. | |
376 Pass $(MFLAGS) when invoking make recursively. | |
377 Add shell-specific variants of top-level targets that invoke make | |
378 recursively in other directories, and add necessary computed | |
379 dependencies. | |
380 | |
381 2000-09-03 Andrew Innes <andrewi@gnu.org> | |
382 | |
383 * makefile.w32-in: Change to DOS line endings. | |
384 | |
385 * configure.bat: Change to DOS line endings. | |
386 | |
387 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
388 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
389 | |
390 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
391 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
392 | |
393 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
394 -D_ANONYMOUS_STRUCT on compile line. | |
395 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
396 (ARCH_CFLAGS): Change optimization flags to -O2. | |
397 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
398 (ARGQUOTE, DQUOTE): New defines. | |
399 | |
400 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
401 -D_ANONYMOUS_STRUCT on compile line. | |
402 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
403 (ARGQUOTE, DQUOTE): New defines. | |
404 | |
405 2000-08-22 Andrew Innes <andrewi@gnu.org> | |
406 | |
407 * configure.bat: New file. | |
408 | |
409 * gmake.defs: New file. | |
410 | |
411 * nmake.defs: New file. | |
412 | |
413 * makefile.w32-in: New file. | |
414 | |
415 * INSTALL: Rewrite to match new configure process. | |
416 | |
417 * config.nt [WINDOWSNT]: Don't declare getenv. | |
418 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
419 | |
420 * addpm.c (main): Accept /q to mean install based on addpm's | |
421 location without asking. Remove reference to emacs.bat which is | |
422 now obsolete. | |
423 | |
424 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
425 | |
426 * paths.h: Use forward slash as directory separator in all path | |
427 definitions. | |
428 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
429 | |
430 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
431 | |
432 * runemacs.c: Remove WIN32 define. | |
433 | |
434 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
435 not defined. | |
436 | |
437 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
438 (fd_set): Define to new name, after including winsock.h, so we can | |
439 provide our own implementation. | |
440 | |
441 2000-07-05 Andrew Innes <andrewi@gnu.org> | |
442 | |
443 * ebuild.bat: Add support for specifying make arguments. | |
444 | |
445 * makefile.nt: Add support for `bootstrap' and related targets. | |
446 | |
447 2000-06-11 Jason Rumney <jasonr@gnu.org> | |
448 | |
449 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
450 | |
451 2000-02-06 Andrew Innes <andrewi@gnu.org> | |
452 | |
453 * inc/sys/time.h: Add inclusion protection. | |
454 | |
455 * makefile.def (SYS_LDFLAGS): Add -nologo. | |
456 | |
457 1999-11-22 Andrew Innes <andrewi@gnu.org> | |
458 | |
459 * install.bat: Pass on command line arguments to make. | |
460 | |
461 * makefile.nt (fast_install): Bring commands up-to-date, and fix | |
462 typo. | |
463 | |
464 1999-11-21 Andrew Innes <andrewi@gnu.org> | |
465 | |
466 * makefile.nt (all): Build leim if present. | |
467 (install): Install leim if present. | |
468 (clean): Clean leim if present. | |
469 | |
470 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
471 definition. | |
472 | |
473 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
474 | |
475 1999-07-12 Richard Stallman <rms@gnu.org> | |
476 | |
477 * Version 20.4 released. | |
478 | |
479 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
480 | |
481 * emacs.rc: Use an icon with a transparent background, to be in | |
482 keeping with other applications. | |
483 | |
484 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
485 | |
486 * preprep.c: Fix typo. | |
487 | |
488 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
489 | |
490 * config.h: Remove obsolete file. | |
491 | |
492 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
493 couple of unused switch cases that aren't defined on all | |
494 platforms. | |
495 | |
496 * ftime.bat: Add another variation of the profile command, which | |
497 only profiles extended commands. | |
498 | |
499 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
500 | |
501 * cmdproxy.c (main): Fix parens. | |
502 | |
503 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
504 | |
505 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
506 names for comparison. | |
507 | |
508 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
509 | |
510 * makefile.def: Compile multiple .c files when possible. | |
511 Use BLD instead of assuming i386. | |
512 * makefile.nt: Remove common multiple file compilation commands. | |
513 | |
514 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
515 | |
516 * cmdproxy.c (main): Add missing parens. | |
517 | |
518 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
519 | |
520 * preprep.c: New program to allow dumped image to be profiled. | |
521 | |
522 * makefile.nt (preprep): New target. | |
523 (ALL): Build it. | |
524 | |
525 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
526 | |
527 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
528 Change prep options to profile libc functions and skip the startup | |
529 code. | |
530 | |
531 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
532 | |
533 * makefile.nt: Create installation directory as first step. | |
534 | |
535 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
536 | |
537 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
538 ROUND_UP_DST. Zeroes the alignment slop. | |
539 (copy_executable_and_add_section): Update the | |
540 SizeOfHeaders field properly. | |
541 | |
542 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
543 | |
544 * makefile.nt: Do make version comparison as strings. | |
545 | |
546 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
547 | |
548 * runemacs.c (WinMain): Pass explicit environment block to | |
549 CreateProcess, to work around a bug in Windows 95/98. | |
550 | |
551 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
552 | |
553 * icons: New directory with Davenport's icons. | |
554 icons/sink.ico: Renamed from emacs.ico. | |
555 | |
556 * makefile.nt (install, fast_install): Install Windows icons | |
557 into etc/icons. | |
558 | |
559 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
560 | |
561 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
562 | |
563 * makefile.nt: (ALL): List top-level targets. | |
564 (addsection): New top-level target. | |
565 (install): Copy fns-*.el to bin directory. | |
566 | |
567 * addsection.c: New program to add static heap section to | |
568 temacs.exe after linking, in support of new unexec method. | |
569 | |
570 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
571 | |
572 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
573 (main): Save startup directory to give to spawn, then change | |
574 directory to location of .exe in order not to prevent startup | |
575 directory from being deleted. | |
576 | |
577 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
578 | |
579 * makefile.nt: Do string comparision of _NMAKE_VER. | |
580 | |
581 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
582 | |
583 * config.nt (LOCALTIME_CACHE): Define. | |
584 | |
585 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
586 | |
587 * install.bat: Convert to DOS format. | |
588 | |
589 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
590 | |
591 * cmdproxy.c (main): Set environment size only when running | |
592 command.com. | |
593 | |
594 1998-11-03 Theodore Jump <tjump@tertius.com> | |
595 | |
596 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
597 (DEL_TREE): Use rd instead of rmdir. | |
598 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
599 * makefile.nt: Compile multiple source files when possible. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
600 |
37566 | 601 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> |
602 | |
603 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
604 | |
605 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
606 | |
607 * Version 20.3 released. | |
608 | |
609 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
610 | |
611 * addpm.c (main): Explicitly check result of message box for OK. | |
612 | |
613 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
614 | |
615 * inc/sys/file.h (D_OK): Define new macro. | |
616 | |
617 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
618 | |
619 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
620 | |
621 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
622 | |
623 * emacs.rc (VS_VERSION_INFO): Define. | |
624 | |
625 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
626 | |
627 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
628 installation directory. | |
629 | |
630 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
631 | |
632 * ddeclient.c: New file. (Support program for performing limited | |
633 interprocess communication on Windows.) | |
634 | |
635 * makefile.nt: Build ddeclient. | |
636 | |
637 * cmdproxy.c (main): Only set environment size for real shell, and | |
638 provide extra directory argument, when running on Windows 95. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
639 |
37566 | 640 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
641 | |
642 * cmdproxy.c (fail): Exit with a negative return value. | |
643 (spawn): Return subprocess return code as an argument. | |
644 Explicitly copy environment block. | |
645 (main): Update to use return value argument with spawn. | |
646 Retry if spawn failed when a subshell was not tried. | |
647 | |
648 * config.nt: Include new macros from src/config.in. | |
649 (GNU_MALLOC, REL_ALLOC): Define. | |
650 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
651 (RE_TRANSLATE): Use char_table_translate. | |
652 | |
653 * makefile.def (CP_DIR): Preserve attributes. | |
654 | |
655 * makefile.nt (clean): Delete patch generated files, optimized | |
656 build directory. | |
657 | |
658 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
659 | |
660 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
661 | |
662 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
663 | |
664 * Version 20.2 released. | |
665 | |
666 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
667 | |
668 * Version 20.1 released. | |
669 | |
670 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
671 | |
672 * debug.bat.in: New file. | |
673 * makefile.nt (debug.bat): New target. | |
674 | |
675 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
676 | |
677 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
678 Quote group name. Allow different icons to be specified. | |
679 | |
680 * cmdproxy.c (get_env_size): New function. | |
681 (spawn): Explicitly pass in environment when creating subprocess. | |
682 (main): Cleaup error messages. | |
683 Specify dynamically sized environment block for real shell. | |
684 Pass on unhandled switches to real shell. | |
685 Quote program name. | |
686 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
687 * makefile.def (CFLAGS_COMMON): Place pdb file in object build |
37566 | 688 directory. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
689 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
37566 | 690 |
691 * runemacs.c (WinMain): Allow Emacs process to be started with | |
692 high or low priority. | |
693 | |
694 * emacs.bat.in: Remove OS dependent operations. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
695 |
37566 | 696 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> |
697 | |
698 * addpm.c (env_vars): No longer set INFOPATH. | |
699 | |
700 * cmdproxy.c (get_next_token): Null terminate token returned. | |
701 | |
702 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
703 | |
704 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
705 | |
706 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
707 (main): Initialize idDde to 0. | |
708 Determine emacs_path from module file name. | |
709 Prompt for install. | |
710 | |
711 * makefile.def (MSVCNT11): Conditionally define it. | |
712 (BASE_LIBS): Do not use oldnames.lib. | |
713 (SYS_LDFLAGS): Use pdb files. | |
714 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
715 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
716 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
717 | |
718 * makefile.nt (ALL): Build cmdproxy. | |
719 (cmdproxy): New target. | |
720 (install): Install cmdproxy. | |
721 | |
722 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
723 | |
724 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
725 | |
726 * inc/sys/socket.h: (shutdown): Define. | |
727 (sys_shutdown): Export. | |
728 | |
729 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
730 | |
731 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
732 | |
733 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
734 | |
735 * config.nt: Update file comments. | |
736 Update undefs added/removed in src/config.in. | |
737 | |
738 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
739 | |
740 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
741 of win95 and winnt, respectively. | |
742 | |
743 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
744 | |
745 * makefile.nt (real_install): Create site-lisp in installation dir. | |
746 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
747 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
748 | |
749 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
750 | |
751 * Version 19.33 released. | |
752 | |
753 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
754 | |
755 * runemacs.c (WinMain): Put a space between the binary and its args. | |
756 | |
757 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
758 | |
759 * Version 19.32 released. | |
760 | |
761 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
762 | |
763 * makefile.nt (clean): Use OBJDIR macro. | |
764 | |
765 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
766 | |
767 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | |
768 Not defined by default. | |
769 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
770 (WinMain): Convert backslashes to slashes in env var values. | |
771 | |
772 * addpm.c (env_vars): Use slashes, not backslashes. | |
773 | |
774 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
775 | |
776 * Version 19.31 released. | |
777 | |
778 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
779 | |
780 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
781 undo settings afterwards. | |
782 | |
783 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
784 | |
785 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
786 environment variable. | |
787 | |
788 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
789 | |
790 * install.bat: Allow for optimized build. | |
791 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
792 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
793 | |
794 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
795 | |
796 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
797 (env_vars): Rename field emacs_path to emacs_dir. | |
798 (main): Add link to runemacs instead of emacs. | |
799 | |
800 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
801 | |
802 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
803 | |
804 * makefile.nt: Build and install runemacs.exe. | |
805 | |
806 * runemacs.c: New file. | |
807 | |
808 * config.w95: File removed. | |
809 | |
810 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
811 inc/sys/socket.h, inc/sys/time.h: New header files. | |
812 | |
813 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
814 |
37566 | 815 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> |
816 | |
817 * makefile.def (DEL): Defined. | |
818 (DEL_TREE) [win95]: Defined. | |
819 (SYS_LDFLAGS): Set executable versions to 3.10. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
820 |
37566 | 821 * makefile.nt: Change uses of del to $(DEL). |
822 | |
823 1996-01-17 Erik Naggum <erik@naggum.no> | |
824 | |
825 * All files: Update FSF's address in comment preamble. | |
826 | |
827 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
828 | |
829 * emacs.ico: Now the proverbial kitchen sink icon. | |
830 | |
831 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
832 | |
833 * Version 19.30 released. | |
834 | |
835 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
836 | |
837 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
838 | |
839 * makefile.nt (install, fast_install, real_install, clean): | |
840 Don't use switches to del not supported by Win95. | |
841 | |
842 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
843 | |
844 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
845 (install, fast_install): Change same-dir test to create test file in | |
846 installation tree and thereby support read-only shares. | |
847 (clean): Remove .pdb files. | |
848 | |
849 * makefile.def (NTGUI): New macro. | |
850 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
851 | |
852 * config.nt, config.w95: Update to latest src/config.in. | |
853 | |
854 * addpm.c (env_vars): New variable. | |
855 (add_registry): New procedure. | |
856 (main): Use values of configuration environment variables from | |
857 the registry if defined, the process environment otherwise. | |
858 | |
859 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
860 | |
861 * Version 19.29 released. | |
862 | |
863 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
864 | |
865 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
866 | |
867 * makefile.nt: Define .c to .obj suffix rule. | |
868 (addpm.obj): Compile directly, use CFLAGS. | |
869 (addpm.exe): Link from addpm.obj. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
870 |
37566 | 871 * makefile.def (MSVCNT11): Defined. |
872 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
873 (CFLAGS_COMMON): Defined. | |
874 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
875 |
37566 | 876 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
877 | |
878 * emacs.bat.in: Renamed from emacs.bat | |
879 (emacs_dir): Renamed from emacs_path | |
880 Definition removed. | |
881 | |
882 * addpm.c: New file. | |
883 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
884 (all): Depend upon $(BLD) and $(ALL). | |
885 (install): Depend upon emacs.bat. | |
886 Create program item for Emacs. | |
887 (clean): Delete obj. | |
888 (emacs.bat): Defined. | |
889 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
890 | |
891 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
892 | |
893 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
894 Add carriage returns; necessary for batch files on Win95. | |
895 | |
896 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
897 | |
898 * config.w95: Created. | |
899 * config.h: Changed to config.nt. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
900 |
37566 | 901 * makefile.nt (SUBDIRS): Commented out. |
902 (all,install,clean): Expand for-loops. | |
903 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
904 | |
905 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
906 (ARCH): New definition. | |
907 (CPU,CONFIG_H,OS_TYPE): Defined. | |
908 (INCLUDE,LIB): Checked if valid. | |
909 (ntwin32.mak): Included. | |
910 (AR,CC,LINK): New definition. | |
911 (ADVAPI32,libc,BASE_LIBS): Defined. | |
912 (SYS_LDFLAGS): New definition. | |
913 Update comments and preprocessor conditionals. | |
914 | |
915 * emacs.bat (SHELL): Conditionally defined. | |
916 (HOME): Conditionally defined. | |
917 (emacs_path,HOME): Update comments. | |
918 Turn off all echo. | |
919 | |
920 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
921 | |
922 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
923 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
924 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
925 inc/sys/param.h: Removed carriage-returns. | |
926 | |
927 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
928 | |
929 * makefile.def (CVTRES): Defined. | |
930 | |
931 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
932 | |
933 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
934 | |
935 * src: Removed. | |
936 | |
937 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
938 | |
939 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
940 | |
941 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
942 | |
943 * emacs.bat: Added arguments when emacs.exe invoked. | |
944 | |
945 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
946 | |
947 1994-12-13 voelker <voelker@cs.washington.edu> | |
948 | |
949 * makefile.def (CC): In configuration section. | |
950 (COMPAT_LIB): Defined. | |
951 | |
952 1994-11-01 voelker <voelker@cs.washington.edu> | |
953 | |
954 * src/paths.h: New file. | |
955 | |
956 * src/config.h: New file. | |
957 | |
958 * inc/pwd.h: New file. | |
959 | |
960 * inc/sys/dir.h: New file. | |
961 | |
962 * inc/sys/file.h: New file. | |
963 | |
964 * inc/sys/ioctl.h: New file. | |
965 | |
966 * inc/sys/param.h: New file. | |
967 | |
968 * todo: New file. | |
969 | |
970 * readme: New file. | |
971 | |
972 * makefile.nt: New file. | |
973 | |
974 * makefile.def: New file. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
975 |
37566 | 976 * install.cmd: New file. |
977 | |
978 * install: New file. | |
979 | |
980 * fast-install.cmd: New file. | |
981 | |
982 * emacs.cmd: New file. | |
983 | |
984 * ebuild.cmd: New file. | |
985 | |
986 * _emacs: New file. | |
987 | |
988 ;; Local Variables: | |
989 ;; coding: iso-2022-7bit | |
990 ;; End: | |
39627 | 991 |
992 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 | |
993 Free Software Foundation, Inc. | |
994 Copying and distribution of this file, with or without modification, | |
995 are permitted provided the copyright notice and this notice are preserved. |