Mercurial > emacs
annotate nt/ChangeLog @ 31861:f78c38ef1078
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 24 Sep 2000 11:12:04 +0000 |
parents | 703fb2494c1b |
children | c2b1c16d926c |
rev | line source |
---|---|
31861 | 1 2000-09-24 Jason Rumney <jasonr@gnu.org> |
2 | |
3 * config.nt (NO_RETURN): Define it. | |
4 | |
31680 | 5 2000-09-17 Andrew Innes <andrewi@gnu.org> |
6 | |
7 * gmake.defs: Revert to Unix line endings. | |
8 | |
9 * nmake.defs: Revert to Unix line endings. | |
10 | |
11 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
12 | |
13 * gmake.defs (SETLOADPATH): Change definition to work from any | |
14 subdirectory. | |
15 | |
31632 | 16 2000-09-14 Andrew Innes <andrewi@gnu.org> |
17 | |
18 * makefile.w32-in: Revert to Unix line endings. | |
19 | |
31630 | 20 2000-09-14 Andrew Innes <andrewi@gnu.org> |
21 | |
22 * INSTALL: Add note about expected error messages when configure | |
23 is run. | |
24 | |
25 * configure.bat: Simplify the generation of makefiles (don't need | |
26 to generate various top-level targets that invoke make in other | |
27 directories). | |
28 | |
29 * gmake.defs (SHELLTYPE): New define. | |
30 (SETLOADPATH): New define. | |
31 | |
32 * nmake.defs (SHELLTYPE): New define. | |
33 | |
34 * makefile.w32-in: Standardize indentation somewhat. | |
35 Add bootstrap support. | |
36 Pass $(MFLAGS) when invoking make recursively. | |
37 Add shell-specific variants of top-level targets that invoke make | |
38 recursively in other directories, and add necessary computed | |
39 dependencies. | |
40 | |
31352 | 41 2000-09-03 Andrew Innes <andrewi@gnu.org> |
42 | |
31359 | 43 * makefile.w32-in: Change to DOS line endings. |
44 | |
31355 | 45 * configure.bat: Change to DOS line endings. |
46 | |
31352 | 47 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. |
48 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
49 | |
50 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
51 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
52 | |
53 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
54 -D_ANONYMOUS_STRUCT on compile line. | |
55 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
56 (ARCH_CFLAGS): Change optimization flags to -O2. | |
57 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
58 (ARGQUOTE, DQUOTE): New defines. | |
59 | |
60 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
61 -D_ANONYMOUS_STRUCT on compile line. | |
62 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
63 (ARGQUOTE, DQUOTE): New defines. | |
64 | |
31092 | 65 2000-08-22 Andrew Innes <andrewi@gnu.org> |
66 | |
67 * configure.bat: New file. | |
68 | |
69 * gmake.defs: New file. | |
70 | |
71 * nmake.defs: New file. | |
72 | |
73 * makefile.w32-in: New file. | |
74 | |
75 * INSTALL: Rewrite to match new configure process. | |
76 | |
77 * config.nt [WINDOWSNT]: Don't declare getenv. | |
78 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
79 | |
80 * addpm.c (main): Accept /q to mean install based on addpm's | |
81 location without asking. Remove reference to emacs.bat which is | |
82 now obsolete. | |
83 | |
84 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
85 | |
86 * paths.h: Use forward slash as directory separator in all path | |
87 definitions. | |
88 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
89 | |
90 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
91 | |
92 * runemacs.c: Remove WIN32 define. | |
93 | |
94 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
95 not defined. | |
96 | |
97 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
98 (fd_set): Define to new name, after including winsock.h, so we can | |
99 provide our own implementation. | |
100 | |
30077 | 101 2000-07-05 Andrew Innes <andrewi@gnu.org> |
102 | |
103 * ebuild.bat: Add support for specifying make arguments. | |
104 | |
105 * makefile.nt: Add support for `bootstrap' and related targets. | |
106 | |
29564 | 107 2000-06-11 Jason Rumney <jasonr@gnu.org> |
108 | |
109 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
110 | |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
111 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
112 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
113 * inc/sys/time.h: Add inclusion protection. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
114 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
115 * makefile.def (SYS_LDFLAGS): Add -nologo. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
116 |
26543 | 117 1999-11-22 Andrew Innes <andrewi@gnu.org> |
118 | |
26549 | 119 * install.bat: Pass on command line arguments to make. |
120 | |
26543 | 121 * makefile.nt (fast_install): Bring commands up-to-date, and fix |
122 typo. | |
123 | |
26538 | 124 1999-11-21 Andrew Innes <andrewi@gnu.org> |
125 | |
126 * makefile.nt (all): Build leim if present. | |
127 (install): Install leim if present. | |
128 (clean): Clean leim if present. | |
129 | |
130 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
131 definition. | |
132 | |
133 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
134 | |
25856 | 135 1999-07-12 Richard Stallman <rms@gnu.org> |
136 | |
137 * Version 20.4 released. | |
138 | |
139 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
140 | |
141 * emacs.rc: Use an icon with a transparent background, to be in | |
142 keeping with other applications. | |
143 | |
144 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
145 | |
146 * preprep.c: Fix typo. | |
147 | |
148 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
149 | |
150 * config.h: Remove obsolete file. | |
151 | |
152 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
153 couple of unused switch cases that aren't defined on all | |
154 platforms. | |
155 | |
156 * ftime.bat: Add another variation of the profile command, which | |
157 only profiles extended commands. | |
158 | |
159 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
160 | |
161 * cmdproxy.c (main): Fix parens. | |
162 | |
163 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
164 | |
165 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
166 names for comparison. | |
167 | |
168 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
169 | |
170 * makefile.def: Compile multiple .c files when possible. | |
171 Use BLD instead of assuming i386. | |
172 * makefile.nt: Remove common multiple file compilation commands. | |
173 | |
174 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
175 | |
176 * cmdproxy.c (main): Add missing parens. | |
177 | |
178 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
179 | |
180 * preprep.c: New program to allow dumped image to be profiled. | |
181 | |
182 * makefile.nt (preprep): New target. | |
183 (ALL): Build it. | |
184 | |
185 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
186 | |
187 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
188 Change prep options to profile libc functions and skip the startup | |
189 code. | |
190 | |
191 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
192 | |
193 * makefile.nt: Create installation directory as first step. | |
194 | |
195 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
196 | |
197 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
198 ROUND_UP_DST. Zeroes the alignment slop. | |
199 (copy_executable_and_add_section): Update the | |
200 SizeOfHeaders field properly. | |
201 | |
202 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
203 | |
204 * makefile.nt: Do make version comparison as strings. | |
205 | |
206 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
207 | |
208 * runemacs.c (WinMain): Pass explicit environment block to | |
209 CreateProcess, to work around a bug in Windows 95/98. | |
210 | |
211 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
212 | |
213 * icons: New directory with Davenport's icons. | |
214 icons/sink.ico: Renamed from emacs.ico. | |
215 | |
216 * makefile.nt (install, fast_install): Install Windows icons | |
217 into etc/icons. | |
218 | |
219 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
220 | |
221 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
222 | |
223 * makefile.nt: (ALL): List top-level targets. | |
224 (addsection): New top-level target. | |
225 (install): Copy fns-*.el to bin directory. | |
226 | |
227 * addsection.c: New program to add static heap section to | |
228 temacs.exe after linking, in support of new unexec method. | |
229 | |
230 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
231 | |
232 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
233 (main): Save startup directory to give to spawn, then change | |
234 directory to location of .exe in order not to prevent startup | |
235 directory from being deleted. | |
236 | |
237 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
238 | |
239 * makefile.nt: Do string comparision of _NMAKE_VER. | |
240 | |
241 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
242 | |
243 * config.nt (LOCALTIME_CACHE): Define. | |
244 | |
245 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
246 | |
247 * install.bat: Convert to DOS format. | |
248 | |
249 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
250 | |
251 * cmdproxy.c (main): Set environment size only when running | |
252 command.com. | |
253 | |
254 1998-11-03 Theodore Jump <tjump@tertius.com> | |
255 | |
256 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
257 (DEL_TREE): Use rd instead of rmdir. | |
258 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
259 * makefile.nt: Compile multiple source files when possible. | |
260 | |
261 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> | |
262 | |
263 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
264 | |
265 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
266 | |
267 * Version 20.3 released. | |
268 | |
269 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
270 | |
271 * addpm.c (main): Explicitly check result of message box for OK. | |
272 | |
273 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
274 | |
275 * inc/sys/file.h (D_OK): Define new macro. | |
276 | |
277 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
278 | |
279 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
280 | |
281 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
282 | |
283 * emacs.rc (VS_VERSION_INFO): Define. | |
284 | |
285 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
286 | |
287 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
288 installation directory. | |
289 | |
290 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
291 | |
292 * ddeclient.c: New file. (Support program for performing limited | |
293 interprocess communication on Windows.) | |
294 | |
295 * makefile.nt: Build ddeclient. | |
296 | |
297 * cmdproxy.c (main): Only set environment size for real shell, and | |
298 provide extra directory argument, when running on Windows 95. | |
299 | |
300 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
301 | |
302 * cmdproxy.c (fail): Exit with a negative return value. | |
303 (spawn): Return subprocess return code as an argument. | |
304 Explicitly copy environment block. | |
305 (main): Update to use return value argument with spawn. | |
306 Retry if spawn failed when a subshell was not tried. | |
307 | |
308 * config.nt: Include new macros from src/config.in. | |
309 (GNU_MALLOC, REL_ALLOC): Define. | |
310 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
311 (RE_TRANSLATE): Use char_table_translate. | |
312 | |
313 * makefile.def (CP_DIR): Preserve attributes. | |
314 | |
315 * makefile.nt (clean): Delete patch generated files, optimized | |
316 build directory. | |
317 | |
318 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
319 | |
320 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
321 | |
322 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
323 | |
324 * Version 20.2 released. | |
325 | |
326 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
327 | |
328 * Version 20.1 released. | |
329 | |
330 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
331 | |
332 * debug.bat.in: New file. | |
333 * makefile.nt (debug.bat): New target. | |
334 | |
335 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
336 | |
337 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
338 Quote group name. Allow different icons to be specified. | |
339 | |
340 * cmdproxy.c (get_env_size): New function. | |
341 (spawn): Explicitly pass in environment when creating subprocess. | |
342 (main): Cleaup error messages. | |
343 Specify dynamically sized environment block for real shell. | |
344 Pass on unhandled switches to real shell. | |
345 Quote program name. | |
346 | |
347 * makefile.def (CFLAGS_COMMON): Place pdb file in object build | |
348 directory. | |
349 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | |
350 | |
351 * runemacs.c (WinMain): Allow Emacs process to be started with | |
352 high or low priority. | |
353 | |
354 * emacs.bat.in: Remove OS dependent operations. | |
355 | |
356 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | |
357 | |
358 * addpm.c (env_vars): No longer set INFOPATH. | |
359 | |
360 * cmdproxy.c (get_next_token): Null terminate token returned. | |
361 | |
362 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
363 | |
364 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
365 | |
366 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
367 (main): Initialize idDde to 0. | |
368 Determine emacs_path from module file name. | |
369 Prompt for install. | |
370 | |
371 * makefile.def (MSVCNT11): Conditionally define it. | |
372 (BASE_LIBS): Do not use oldnames.lib. | |
373 (SYS_LDFLAGS): Use pdb files. | |
374 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
375 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
376 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
377 | |
378 * makefile.nt (ALL): Build cmdproxy. | |
379 (cmdproxy): New target. | |
380 (install): Install cmdproxy. | |
381 | |
382 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
383 | |
384 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
385 | |
386 * inc/sys/socket.h: (shutdown): Define. | |
387 (sys_shutdown): Export. | |
388 | |
389 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
390 | |
391 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
392 | |
393 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
394 | |
395 * config.nt: Update file comments. | |
396 Update undefs added/removed in src/config.in. | |
397 | |
398 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
399 | |
400 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
401 of win95 and winnt, respectively. | |
402 | |
403 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
404 | |
405 * makefile.nt (real_install): Create site-lisp in installation dir. | |
406 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
407 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
408 | |
409 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
410 | |
411 * Version 19.33 released. | |
412 | |
413 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
414 | |
415 * runemacs.c (WinMain): Put a space between the binary and its args. | |
416 | |
417 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
418 | |
419 * Version 19.32 released. | |
420 | |
421 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
422 | |
423 * makefile.nt (clean): Use OBJDIR macro. | |
424 | |
425 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
426 | |
427 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | |
428 Not defined by default. | |
429 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
430 (WinMain): Convert backslashes to slashes in env var values. | |
431 | |
432 * addpm.c (env_vars): Use slashes, not backslashes. | |
433 | |
434 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
435 | |
436 * Version 19.31 released. | |
437 | |
438 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
439 | |
440 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
441 undo settings afterwards. | |
442 | |
443 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
444 | |
445 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
446 environment variable. | |
447 | |
448 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
449 | |
450 * install.bat: Allow for optimized build. | |
451 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
452 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
453 | |
454 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
455 | |
456 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
457 (env_vars): Rename field emacs_path to emacs_dir. | |
458 (main): Add link to runemacs instead of emacs. | |
459 | |
460 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
461 | |
462 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
463 | |
464 * makefile.nt: Build and install runemacs.exe. | |
465 | |
466 * runemacs.c: New file. | |
467 | |
468 * config.w95: File removed. | |
469 | |
470 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
471 inc/sys/socket.h, inc/sys/time.h: New header files. | |
472 | |
473 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
474 | |
475 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> | |
476 | |
477 * makefile.def (DEL): Defined. | |
478 (DEL_TREE) [win95]: Defined. | |
479 (SYS_LDFLAGS): Set executable versions to 3.10. | |
480 | |
481 * makefile.nt: Change uses of del to $(DEL). | |
482 | |
483 1996-01-17 Erik Naggum <erik@naggum.no> | |
484 | |
485 * All files: Update FSF's address in comment preamble. | |
486 | |
487 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
488 | |
489 * emacs.ico: Now the proverbial kitchen sink icon. | |
490 | |
491 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
492 | |
493 * Version 19.30 released. | |
494 | |
495 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
496 | |
497 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
498 | |
499 * makefile.nt (install, fast_install, real_install, clean): | |
500 Don't use switches to del not supported by Win95. | |
501 | |
502 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
503 | |
504 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
505 (install, fast_install): Change same-dir test to create test file in | |
506 installation tree and thereby support read-only shares. | |
507 (clean): Remove .pdb files. | |
508 | |
509 * makefile.def (NTGUI): New macro. | |
510 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
511 | |
512 * config.nt, config.w95: Update to latest src/config.in. | |
513 | |
514 * addpm.c (env_vars): New variable. | |
515 (add_registry): New procedure. | |
516 (main): Use values of configuration environment variables from | |
517 the registry if defined, the process environment otherwise. | |
518 | |
519 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
520 | |
521 * Version 19.29 released. | |
522 | |
523 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
524 | |
525 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
526 | |
527 * makefile.nt: Define .c to .obj suffix rule. | |
528 (addpm.obj): Compile directly, use CFLAGS. | |
529 (addpm.exe): Link from addpm.obj. | |
530 | |
531 * makefile.def (MSVCNT11): Defined. | |
532 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
533 (CFLAGS_COMMON): Defined. | |
534 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
535 | |
536 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | |
537 | |
538 * emacs.bat.in: Renamed from emacs.bat | |
539 (emacs_dir): Renamed from emacs_path | |
540 Definition removed. | |
541 | |
542 * addpm.c: New file. | |
543 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
544 (all): Depend upon $(BLD) and $(ALL). | |
545 (install): Depend upon emacs.bat. | |
546 Create program item for Emacs. | |
547 (clean): Delete obj. | |
548 (emacs.bat): Defined. | |
549 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
550 | |
551 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
552 | |
553 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
554 Add carriage returns; necessary for batch files on Win95. | |
555 | |
556 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
557 | |
558 * config.w95: Created. | |
559 * config.h: Changed to config.nt. | |
560 | |
561 * makefile.nt (SUBDIRS): Commented out. | |
562 (all,install,clean): Expand for-loops. | |
563 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
564 | |
565 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
566 (ARCH): New definition. | |
567 (CPU,CONFIG_H,OS_TYPE): Defined. | |
568 (INCLUDE,LIB): Checked if valid. | |
569 (ntwin32.mak): Included. | |
570 (AR,CC,LINK): New definition. | |
571 (ADVAPI32,libc,BASE_LIBS): Defined. | |
572 (SYS_LDFLAGS): New definition. | |
573 Update comments and preprocessor conditionals. | |
574 | |
575 * emacs.bat (SHELL): Conditionally defined. | |
576 (HOME): Conditionally defined. | |
577 (emacs_path,HOME): Update comments. | |
578 Turn off all echo. | |
579 | |
580 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
581 | |
582 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
583 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
584 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
585 inc/sys/param.h: Removed carriage-returns. | |
586 | |
587 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
588 | |
589 * makefile.def (CVTRES): Defined. | |
590 | |
591 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
592 | |
593 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
594 | |
595 * src: Removed. | |
596 | |
597 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
598 | |
599 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
600 | |
601 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
602 | |
603 * emacs.bat: Added arguments when emacs.exe invoked. | |
604 | |
605 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
606 | |
607 1994-12-13 voelker <voelker@cs.washington.edu> | |
608 | |
609 * makefile.def (CC): In configuration section. | |
610 (COMPAT_LIB): Defined. | |
611 | |
612 1994-11-01 voelker <voelker@cs.washington.edu> | |
613 | |
614 * src/paths.h: New file. | |
615 | |
616 * src/config.h: New file. | |
617 | |
618 * inc/pwd.h: New file. | |
619 | |
620 * inc/sys/dir.h: New file. | |
621 | |
622 * inc/sys/file.h: New file. | |
623 | |
624 * inc/sys/ioctl.h: New file. | |
625 | |
626 * inc/sys/param.h: New file. | |
627 | |
628 * todo: New file. | |
629 | |
630 * readme: New file. | |
631 | |
632 * makefile.nt: New file. | |
633 | |
634 * makefile.def: New file. | |
635 | |
636 * install.cmd: New file. | |
637 | |
638 * install: New file. | |
639 | |
640 * fast-install.cmd: New file. | |
641 | |
642 * emacs.cmd: New file. | |
643 | |
644 * ebuild.cmd: New file. | |
645 | |
646 * _emacs: New file. | |
30994 | 647 |
648 ;; Local Variables: | |
31861 | 649 ;; coding: iso-2022-7bit |
30994 | 650 ;; End: |