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