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