]> code.delx.au - gnu-emacs/blob - nt/ChangeLog
#
[gnu-emacs] / nt / ChangeLog
1 1999-07-12 Richard Stallman <rms@gnu.org>
2
3 * Version 20.4 released.
4
5 1999-06-16 Andrew Innes <andrewi@gnu.org>
6
7 * emacs.rc: Use an icon with a transparent background, to be in
8 keeping with other applications.
9
10 1999-06-03 Andrew Innes <andrewi@gnu.org>
11
12 * preprep.c: Fix typo.
13
14 1999-05-02 Andrew Innes <andrewi@gnu.org>
15
16 * config.h: Remove obsolete file.
17
18 * preprep.c (copy_executable_and_move_sections): Ifdef out a
19 couple of unused switch cases that aren't defined on all
20 platforms.
21
22 * ftime.bat: Add another variation of the profile command, which
23 only profiles extended commands.
24
25 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
26
27 * cmdproxy.c (main): Fix parens.
28
29 1999-03-25 Andrew Innes <andrewi@gnu.org>
30
31 * cmdproxy.c (main): Call GetShortPathName to normalize program
32 names for comparison.
33
34 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
35
36 * makefile.def: Compile multiple .c files when possible.
37 Use BLD instead of assuming i386.
38 * makefile.nt: Remove common multiple file compilation commands.
39
40 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
41
42 * cmdproxy.c (main): Add missing parens.
43
44 1999-02-20 Andrew Innes <andrewi@gnu.org>
45
46 * preprep.c: New program to allow dumped image to be profiled.
47
48 * makefile.nt (preprep): New target.
49 (ALL): Build it.
50
51 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
52
53 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
54 Change prep options to profile libc functions and skip the startup
55 code.
56
57 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
58
59 * makefile.nt: Create installation directory as first step.
60
61 1999-01-31 Andrew Innes <andrewi@gnu.org>
62
63 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
64 ROUND_UP_DST. Zeroes the alignment slop.
65 (copy_executable_and_add_section): Update the
66 SizeOfHeaders field properly.
67
68 1999-01-27 Andrew Innes <andrewi@gnu.org>
69
70 * makefile.nt: Do make version comparison as strings.
71
72 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
73
74 * runemacs.c (WinMain): Pass explicit environment block to
75 CreateProcess, to work around a bug in Windows 95/98.
76
77 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
78
79 * icons: New directory with Davenport's icons.
80 icons/sink.ico: Renamed from emacs.ico.
81
82 * makefile.nt (install, fast_install): Install Windows icons
83 into etc/icons.
84
85 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
86
87 1999-01-17 Andrew Innes <andrewi@gnu.org>
88
89 * makefile.nt: (ALL): List top-level targets.
90 (addsection): New top-level target.
91 (install): Copy fns-*.el to bin directory.
92
93 * addsection.c: New program to add static heap section to
94 temacs.exe after linking, in support of new unexec method.
95
96 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
97
98 * cmdproxy.c (spawn): Pass directory for child as parameter.
99 (main): Save startup directory to give to spawn, then change
100 directory to location of .exe in order not to prevent startup
101 directory from being deleted.
102
103 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
104
105 * makefile.nt: Do string comparision of _NMAKE_VER.
106
107 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
108
109 * config.nt (LOCALTIME_CACHE): Define.
110
111 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
112
113 * install.bat: Convert to DOS format.
114
115 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
116
117 * cmdproxy.c (main): Set environment size only when running
118 command.com.
119
120 1998-11-03 Theodore Jump <tjump@tertius.com>
121
122 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
123 (DEL_TREE): Use rd instead of rmdir.
124 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
125 * makefile.nt: Compile multiple source files when possible.
126
127 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
128
129 * cmdproxy.c (main): Treat command line options as case-insensitive.
130
131 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
132
133 * Version 20.3 released.
134
135 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
136
137 * addpm.c (main): Explicitly check result of message box for OK.
138
139 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
140
141 * inc/sys/file.h (D_OK): Define new macro.
142
143 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
144
145 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
146
147 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
148
149 * emacs.rc (VS_VERSION_INFO): Define.
150
151 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
152
153 * makefile.nt (emacs.bat, debug.bat): Create them in the
154 installation directory.
155
156 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
157
158 * ddeclient.c: New file. (Support program for performing limited
159 interprocess communication on Windows.)
160
161 * makefile.nt: Build ddeclient.
162
163 * cmdproxy.c (main): Only set environment size for real shell, and
164 provide extra directory argument, when running on Windows 95.
165
166 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
167
168 * cmdproxy.c (fail): Exit with a negative return value.
169 (spawn): Return subprocess return code as an argument.
170 Explicitly copy environment block.
171 (main): Update to use return value argument with spawn.
172 Retry if spawn failed when a subshell was not tried.
173
174 * config.nt: Include new macros from src/config.in.
175 (GNU_MALLOC, REL_ALLOC): Define.
176 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
177 (RE_TRANSLATE): Use char_table_translate.
178
179 * makefile.def (CP_DIR): Preserve attributes.
180
181 * makefile.nt (clean): Delete patch generated files, optimized
182 build directory.
183
184 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
185
186 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
187
188 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
189
190 * Version 20.2 released.
191
192 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
193
194 * Version 20.1 released.
195
196 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
197
198 * debug.bat.in: New file.
199 * makefile.nt (debug.bat): New target.
200
201 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
202
203 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
204 Quote group name. Allow different icons to be specified.
205
206 * cmdproxy.c (get_env_size): New function.
207 (spawn): Explicitly pass in environment when creating subprocess.
208 (main): Cleaup error messages.
209 Specify dynamically sized environment block for real shell.
210 Pass on unhandled switches to real shell.
211 Quote program name.
212
213 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
214 directory.
215 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
216
217 * runemacs.c (WinMain): Allow Emacs process to be started with
218 high or low priority.
219
220 * emacs.bat.in: Remove OS dependent operations.
221
222 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
223
224 * addpm.c (env_vars): No longer set INFOPATH.
225
226 * cmdproxy.c (get_next_token): Null terminate token returned.
227
228 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
229
230 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
231
232 * addpm.c (env_vars): Set SHELL to cmdproxy.
233 (main): Initialize idDde to 0.
234 Determine emacs_path from module file name.
235 Prompt for install.
236
237 * makefile.def (MSVCNT11): Conditionally define it.
238 (BASE_LIBS): Do not use oldnames.lib.
239 (SYS_LDFLAGS): Use pdb files.
240 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
241 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
242 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
243
244 * makefile.nt (ALL): Build cmdproxy.
245 (cmdproxy): New target.
246 (install): Install cmdproxy.
247
248 * ftime.bat, debug.bat, cmdproxy.c: New files.
249
250 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
251
252 * inc/sys/socket.h: (shutdown): Define.
253 (sys_shutdown): Export.
254
255 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
256
257 * config.nt (RE_TRANSLATE): Copy definition from config.in.
258
259 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
260
261 * config.nt: Update file comments.
262 Update undefs added/removed in src/config.in.
263
264 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
265
266 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
267 of win95 and winnt, respectively.
268
269 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
270
271 * makefile.nt (real_install): Create site-lisp in installation dir.
272 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
273 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
274
275 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
276
277 * Version 19.33 released.
278
279 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
280
281 * runemacs.c (WinMain): Put a space between the binary and its args.
282
283 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
284
285 * Version 19.32 released.
286
287 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
288
289 * makefile.nt (clean): Use OBJDIR macro.
290
291 1996-06-03 Kim F. Storm <kfs@olicom.dk>
292
293 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
294 Not defined by default.
295 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
296 (WinMain): Convert backslashes to slashes in env var values.
297
298 * addpm.c (env_vars): Use slashes, not backslashes.
299
300 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
301
302 * Version 19.31 released.
303
304 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
305
306 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
307 undo settings afterwards.
308
309 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
310
311 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
312 environment variable.
313
314 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
315
316 * install.bat: Allow for optimized build.
317 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
318 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
319
320 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
321
322 * addpm.c (REG_ROOT): Don't use a trailing backslash.
323 (env_vars): Rename field emacs_path to emacs_dir.
324 (main): Add link to runemacs instead of emacs.
325
326 * install.bat: Check if INSTALL_DIR is passed as an argument.
327
328 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
329
330 * makefile.nt: Build and install runemacs.exe.
331
332 * runemacs.c: New file.
333
334 * config.w95: File removed.
335
336 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
337 inc/sys/socket.h, inc/sys/time.h: New header files.
338
339 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
340
341 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
342
343 * makefile.def (DEL): Defined.
344 (DEL_TREE) [win95]: Defined.
345 (SYS_LDFLAGS): Set executable versions to 3.10.
346
347 * makefile.nt: Change uses of del to $(DEL).
348
349 1996-01-17 Erik Naggum <erik@naggum.no>
350
351 * All files: Update FSF's address in comment preamble.
352
353 1996-01-03 George V. Reilly <georger@microcrafts.com>
354
355 * emacs.ico: Now the proverbial kitchen sink icon.
356
357 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
358
359 * Version 19.30 released.
360
361 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
362
363 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
364
365 * makefile.nt (install, fast_install, real_install, clean):
366 Don't use switches to del not supported by Win95.
367
368 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
369
370 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
371 (install, fast_install): Change same-dir test to create test file in
372 installation tree and thereby support read-only shares.
373 (clean): Remove .pdb files.
374
375 * makefile.def (NTGUI): New macro.
376 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
377
378 * config.nt, config.w95: Update to latest src/config.in.
379
380 * addpm.c (env_vars): New variable.
381 (add_registry): New procedure.
382 (main): Use values of configuration environment variables from
383 the registry if defined, the process environment otherwise.
384
385 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
386
387 * Version 19.29 released.
388
389 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
390
391 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
392
393 * makefile.nt: Define .c to .obj suffix rule.
394 (addpm.obj): Compile directly, use CFLAGS.
395 (addpm.exe): Link from addpm.obj.
396
397 * makefile.def (MSVCNT11): Defined.
398 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
399 (CFLAGS_COMMON): Defined.
400 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
401
402 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
403
404 * emacs.bat.in: Renamed from emacs.bat
405 (emacs_dir): Renamed from emacs_path
406 Definition removed.
407
408 * addpm.c: New file.
409 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
410 (all): Depend upon $(BLD) and $(ALL).
411 (install): Depend upon emacs.bat.
412 Create program item for Emacs.
413 (clean): Delete obj.
414 (emacs.bat): Defined.
415 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
416
417 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
418
419 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
420 Add carriage returns; necessary for batch files on Win95.
421
422 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
423
424 * config.w95: Created.
425 * config.h: Changed to config.nt.
426
427 * makefile.nt (SUBDIRS): Commented out.
428 (all,install,clean): Expand for-loops.
429 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
430
431 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
432 (ARCH): New definition.
433 (CPU,CONFIG_H,OS_TYPE): Defined.
434 (INCLUDE,LIB): Checked if valid.
435 (ntwin32.mak): Included.
436 (AR,CC,LINK): New definition.
437 (ADVAPI32,libc,BASE_LIBS): Defined.
438 (SYS_LDFLAGS): New definition.
439 Update comments and preprocessor conditionals.
440
441 * emacs.bat (SHELL): Conditionally defined.
442 (HOME): Conditionally defined.
443 (emacs_path,HOME): Update comments.
444 Turn off all echo.
445
446 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
447
448 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
449 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
450 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
451 inc/sys/param.h: Removed carriage-returns.
452
453 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
454
455 * makefile.def (CVTRES): Defined.
456
457 * emacs.ico, emacs.rc: New files by Kevin Gallo.
458
459 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
460
461 * src: Removed.
462
463 * src\config.h, src\paths.h: Moved to parent dir, src removed.
464
465 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
466
467 * makefile.def (INSTALL_DIR): Changed to generic directory.
468
469 * emacs.bat: Added arguments when emacs.exe invoked.
470
471 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
472
473 1994-12-13 voelker <voelker@cs.washington.edu>
474
475 * makefile.def (CC): In configuration section.
476 (COMPAT_LIB): Defined.
477
478 1994-11-01 voelker <voelker@cs.washington.edu>
479
480 * src/paths.h: New file.
481
482 * src/config.h: New file.
483
484 * inc/pwd.h: New file.
485
486 * inc/sys/dir.h: New file.
487
488 * inc/sys/file.h: New file.
489
490 * inc/sys/ioctl.h: New file.
491
492 * inc/sys/param.h: New file.
493
494 * todo: New file.
495
496 * readme: New file.
497
498 * makefile.nt: New file.
499
500 * makefile.def: New file.
501
502 * install.cmd: New file.
503
504 * install: New file.
505
506 * fast-install.cmd: New file.
507
508 * emacs.cmd: New file.
509
510 * ebuild.cmd: New file.
511
512 * _emacs: New file.