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