1 2000-06-11 Jason Rumney <jasonr@gnu.org>
3 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
5 2000-02-06 Andrew Innes <andrewi@gnu.org>
7 * inc/sys/time.h: Add inclusion protection.
9 * makefile.def (SYS_LDFLAGS): Add -nologo.
11 1999-11-22 Andrew Innes <andrewi@gnu.org>
13 * install.bat: Pass on command line arguments to make.
15 * makefile.nt (fast_install): Bring commands up-to-date, and fix
18 1999-11-21 Andrew Innes <andrewi@gnu.org>
20 * makefile.nt (all): Build leim if present.
21 (install): Install leim if present.
22 (clean): Clean leim if present.
24 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
27 * emacs.bat.in (EMACSLOADPATH): Include leim.
29 1999-07-12 Richard Stallman <rms@gnu.org>
31 * Version 20.4 released.
33 1999-06-16 Andrew Innes <andrewi@gnu.org>
35 * emacs.rc: Use an icon with a transparent background, to be in
36 keeping with other applications.
38 1999-06-03 Andrew Innes <andrewi@gnu.org>
40 * preprep.c: Fix typo.
42 1999-05-02 Andrew Innes <andrewi@gnu.org>
44 * config.h: Remove obsolete file.
46 * preprep.c (copy_executable_and_move_sections): Ifdef out a
47 couple of unused switch cases that aren't defined on all
50 * ftime.bat: Add another variation of the profile command, which
51 only profiles extended commands.
53 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
55 * cmdproxy.c (main): Fix parens.
57 1999-03-25 Andrew Innes <andrewi@gnu.org>
59 * cmdproxy.c (main): Call GetShortPathName to normalize program
62 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
64 * makefile.def: Compile multiple .c files when possible.
65 Use BLD instead of assuming i386.
66 * makefile.nt: Remove common multiple file compilation commands.
68 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
70 * cmdproxy.c (main): Add missing parens.
72 1999-02-20 Andrew Innes <andrewi@gnu.org>
74 * preprep.c: New program to allow dumped image to be profiled.
76 * makefile.nt (preprep): New target.
79 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
81 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
82 Change prep options to profile libc functions and skip the startup
85 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
87 * makefile.nt: Create installation directory as first step.
89 1999-01-31 Andrew Innes <andrewi@gnu.org>
91 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
92 ROUND_UP_DST. Zeroes the alignment slop.
93 (copy_executable_and_add_section): Update the
94 SizeOfHeaders field properly.
96 1999-01-27 Andrew Innes <andrewi@gnu.org>
98 * makefile.nt: Do make version comparison as strings.
100 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
102 * runemacs.c (WinMain): Pass explicit environment block to
103 CreateProcess, to work around a bug in Windows 95/98.
105 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
107 * icons: New directory with Davenport's icons.
108 icons/sink.ico: Renamed from emacs.ico.
110 * makefile.nt (install, fast_install): Install Windows icons
113 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
115 1999-01-17 Andrew Innes <andrewi@gnu.org>
117 * makefile.nt: (ALL): List top-level targets.
118 (addsection): New top-level target.
119 (install): Copy fns-*.el to bin directory.
121 * addsection.c: New program to add static heap section to
122 temacs.exe after linking, in support of new unexec method.
124 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
126 * cmdproxy.c (spawn): Pass directory for child as parameter.
127 (main): Save startup directory to give to spawn, then change
128 directory to location of .exe in order not to prevent startup
129 directory from being deleted.
131 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
133 * makefile.nt: Do string comparision of _NMAKE_VER.
135 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
137 * config.nt (LOCALTIME_CACHE): Define.
139 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
141 * install.bat: Convert to DOS format.
143 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
145 * cmdproxy.c (main): Set environment size only when running
148 1998-11-03 Theodore Jump <tjump@tertius.com>
150 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
151 (DEL_TREE): Use rd instead of rmdir.
152 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
153 * makefile.nt: Compile multiple source files when possible.
155 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
157 * cmdproxy.c (main): Treat command line options as case-insensitive.
159 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
161 * Version 20.3 released.
163 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
165 * addpm.c (main): Explicitly check result of message box for OK.
167 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
169 * inc/sys/file.h (D_OK): Define new macro.
171 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
173 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
175 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
177 * emacs.rc (VS_VERSION_INFO): Define.
179 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
181 * makefile.nt (emacs.bat, debug.bat): Create them in the
182 installation directory.
184 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
186 * ddeclient.c: New file. (Support program for performing limited
187 interprocess communication on Windows.)
189 * makefile.nt: Build ddeclient.
191 * cmdproxy.c (main): Only set environment size for real shell, and
192 provide extra directory argument, when running on Windows 95.
194 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
196 * cmdproxy.c (fail): Exit with a negative return value.
197 (spawn): Return subprocess return code as an argument.
198 Explicitly copy environment block.
199 (main): Update to use return value argument with spawn.
200 Retry if spawn failed when a subshell was not tried.
202 * config.nt: Include new macros from src/config.in.
203 (GNU_MALLOC, REL_ALLOC): Define.
204 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
205 (RE_TRANSLATE): Use char_table_translate.
207 * makefile.def (CP_DIR): Preserve attributes.
209 * makefile.nt (clean): Delete patch generated files, optimized
212 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
214 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
216 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
218 * Version 20.2 released.
220 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
222 * Version 20.1 released.
224 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
226 * debug.bat.in: New file.
227 * makefile.nt (debug.bat): New target.
229 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
231 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
232 Quote group name. Allow different icons to be specified.
234 * cmdproxy.c (get_env_size): New function.
235 (spawn): Explicitly pass in environment when creating subprocess.
236 (main): Cleaup error messages.
237 Specify dynamically sized environment block for real shell.
238 Pass on unhandled switches to real shell.
241 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
243 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
245 * runemacs.c (WinMain): Allow Emacs process to be started with
246 high or low priority.
248 * emacs.bat.in: Remove OS dependent operations.
250 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
252 * addpm.c (env_vars): No longer set INFOPATH.
254 * cmdproxy.c (get_next_token): Null terminate token returned.
256 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
258 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
260 * addpm.c (env_vars): Set SHELL to cmdproxy.
261 (main): Initialize idDde to 0.
262 Determine emacs_path from module file name.
265 * makefile.def (MSVCNT11): Conditionally define it.
266 (BASE_LIBS): Do not use oldnames.lib.
267 (SYS_LDFLAGS): Use pdb files.
268 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
269 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
270 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
272 * makefile.nt (ALL): Build cmdproxy.
273 (cmdproxy): New target.
274 (install): Install cmdproxy.
276 * ftime.bat, debug.bat, cmdproxy.c: New files.
278 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
280 * inc/sys/socket.h: (shutdown): Define.
281 (sys_shutdown): Export.
283 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
285 * config.nt (RE_TRANSLATE): Copy definition from config.in.
287 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
289 * config.nt: Update file comments.
290 Update undefs added/removed in src/config.in.
292 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
294 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
295 of win95 and winnt, respectively.
297 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
299 * makefile.nt (real_install): Create site-lisp in installation dir.
300 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
301 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
303 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
305 * Version 19.33 released.
307 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
309 * runemacs.c (WinMain): Put a space between the binary and its args.
311 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
313 * Version 19.32 released.
315 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
317 * makefile.nt (clean): Use OBJDIR macro.
319 1996-06-03 Kim F. Storm <kfs@olicom.dk>
321 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
322 Not defined by default.
323 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
324 (WinMain): Convert backslashes to slashes in env var values.
326 * addpm.c (env_vars): Use slashes, not backslashes.
328 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
330 * Version 19.31 released.
332 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
334 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
335 undo settings afterwards.
337 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
339 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
340 environment variable.
342 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
344 * install.bat: Allow for optimized build.
345 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
346 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
348 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
350 * addpm.c (REG_ROOT): Don't use a trailing backslash.
351 (env_vars): Rename field emacs_path to emacs_dir.
352 (main): Add link to runemacs instead of emacs.
354 * install.bat: Check if INSTALL_DIR is passed as an argument.
356 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
358 * makefile.nt: Build and install runemacs.exe.
360 * runemacs.c: New file.
362 * config.w95: File removed.
364 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
365 inc/sys/socket.h, inc/sys/time.h: New header files.
367 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
369 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
371 * makefile.def (DEL): Defined.
372 (DEL_TREE) [win95]: Defined.
373 (SYS_LDFLAGS): Set executable versions to 3.10.
375 * makefile.nt: Change uses of del to $(DEL).
377 1996-01-17 Erik Naggum <erik@naggum.no>
379 * All files: Update FSF's address in comment preamble.
381 1996-01-03 George V. Reilly <georger@microcrafts.com>
383 * emacs.ico: Now the proverbial kitchen sink icon.
385 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
387 * Version 19.30 released.
389 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
391 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
393 * makefile.nt (install, fast_install, real_install, clean):
394 Don't use switches to del not supported by Win95.
396 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
398 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
399 (install, fast_install): Change same-dir test to create test file in
400 installation tree and thereby support read-only shares.
401 (clean): Remove .pdb files.
403 * makefile.def (NTGUI): New macro.
404 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
406 * config.nt, config.w95: Update to latest src/config.in.
408 * addpm.c (env_vars): New variable.
409 (add_registry): New procedure.
410 (main): Use values of configuration environment variables from
411 the registry if defined, the process environment otherwise.
413 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
415 * Version 19.29 released.
417 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
419 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
421 * makefile.nt: Define .c to .obj suffix rule.
422 (addpm.obj): Compile directly, use CFLAGS.
423 (addpm.exe): Link from addpm.obj.
425 * makefile.def (MSVCNT11): Defined.
426 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
427 (CFLAGS_COMMON): Defined.
428 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
430 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
432 * emacs.bat.in: Renamed from emacs.bat
433 (emacs_dir): Renamed from emacs_path
437 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
438 (all): Depend upon $(BLD) and $(ALL).
439 (install): Depend upon emacs.bat.
440 Create program item for Emacs.
442 (emacs.bat): Defined.
443 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
445 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
447 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
448 Add carriage returns; necessary for batch files on Win95.
450 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
452 * config.w95: Created.
453 * config.h: Changed to config.nt.
455 * makefile.nt (SUBDIRS): Commented out.
456 (all,install,clean): Expand for-loops.
457 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
459 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
460 (ARCH): New definition.
461 (CPU,CONFIG_H,OS_TYPE): Defined.
462 (INCLUDE,LIB): Checked if valid.
463 (ntwin32.mak): Included.
464 (AR,CC,LINK): New definition.
465 (ADVAPI32,libc,BASE_LIBS): Defined.
466 (SYS_LDFLAGS): New definition.
467 Update comments and preprocessor conditionals.
469 * emacs.bat (SHELL): Conditionally defined.
470 (HOME): Conditionally defined.
471 (emacs_path,HOME): Update comments.
474 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
476 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
477 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
478 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
479 inc/sys/param.h: Removed carriage-returns.
481 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
483 * makefile.def (CVTRES): Defined.
485 * emacs.ico, emacs.rc: New files by Kevin Gallo.
487 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
491 * src\config.h, src\paths.h: Moved to parent dir, src removed.
493 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
495 * makefile.def (INSTALL_DIR): Changed to generic directory.
497 * emacs.bat: Added arguments when emacs.exe invoked.
499 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
501 1994-12-13 voelker <voelker@cs.washington.edu>
503 * makefile.def (CC): In configuration section.
504 (COMPAT_LIB): Defined.
506 1994-11-01 voelker <voelker@cs.washington.edu>
508 * src/paths.h: New file.
510 * src/config.h: New file.
512 * inc/pwd.h: New file.
514 * inc/sys/dir.h: New file.
516 * inc/sys/file.h: New file.
518 * inc/sys/ioctl.h: New file.
520 * inc/sys/param.h: New file.
526 * makefile.nt: New file.
528 * makefile.def: New file.
530 * install.cmd: New file.
534 * fast-install.cmd: New file.
536 * emacs.cmd: New file.
538 * ebuild.cmd: New file.