1 2001-02-24 Andrew Innes <andrewi@gnu.org>
\r
3 * _emacs: Remove obsolete file.
\r
5 * emacs.bat.in: Remove obsolete file.
\r
7 * debug.bat.in: Remove obsolete file.
\r
9 * inc/sys/socket.h: Add copyright notice.
\r
11 * paths.h: Add copyright notice.
\r
13 * makefile.nt: Update copyright notice.
\r
15 * makefile.def: Update copyright notice.
\r
17 * configure.bat: Update copyright notice.
\r
19 * nmake.defs: Add copyright notice.
\r
21 * gmake.defs: Add copyright notice.
\r
23 * makefile.w32-in: Add copyright notice.
\r
25 2001-02-05 Andrew Innes <andrewi@gnu.org>
\r
27 * nmake.defs (THISDIR): New definition.
\r
29 * gmake.defs (THISDIR): New definition.
\r
31 2001-02-03 Andrew Innes <andrewi@gnu.org>
\r
33 * configure.bat: Leave a space before >> only when there is a
\r
34 preceding digit. Add a comment about the importance of this.
\r
36 * README: Replace outdated information.
\r
38 * INSTALL (Trouble-shooting): Add note about need to specify extra
\r
39 compiler flags with recent Cygwin ports of gcc.
\r
41 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
\r
43 * configure.bat: Use "rm -f" instead of "del /f", as the latter
\r
44 is not supported by Windows 9X's COMMAND.COM.
\r
46 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
\r
48 * configure.bat: Make sure redirection is preceeded by a blank, to
\r
49 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
\r
50 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
\r
52 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
\r
54 * INSTALL: Copy the table of tested combinations of development
\r
55 tools from confuigure.bat. Add suggestion to install Bash on
\r
58 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
\r
59 lisp/Makefile.in instead. Use "rm -f" where more than one file
\r
60 needs to be deleted, since command.com in Windows 9X doesn't grok
\r
61 more than one argument.
\r
63 2001-01-24 Andrew Innes <andrewi@gnu.org>
\r
65 * makefile.w32-in (cleanall-other-dirs-nmake):
\r
66 (cleanall-other-dirs-gmake): New targets.
\r
67 (cleanall): Invoke them.
\r
69 2001-01-19 Andrew Innes <andrewi@gnu.org>
\r
71 * addpm.c (env_vars): Add a version-independent site-lisp
\r
72 directory to EMACSLOADPATH, after the version dependent one.
\r
74 2001-01-06 Andrew Innes <andrewi@gnu.org>
\r
76 * README: Update info about compilers.
\r
78 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
\r
79 select correct rule for invoking make in another directory. Amend
\r
81 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
\r
83 * nmake.defs (EMACS_ICON_PATH): Delete definition.
\r
84 (COMPILER_TEMP_FILES): New definition.
\r
85 (MAKETYPE): New definition.
\r
87 * gmake.defs (EMACS_ICON_PATH): Delete definition.
\r
88 (COMPILER_TEMP_FILES): New definition.
\r
89 (MAKETYPE): New definition.
\r
91 * makefile.def (EMACS_ICON_PATH): Delete definition.
\r
93 * configure.bat: Be careful not to add trailing spaces when
\r
94 outputting to config.settings.
\r
96 2001-01-02 Andrew Innes <andrewi@gnu.org>
\r
98 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
\r
101 2000-12-17 Andrew Innes <andrewi@gnu.org>
\r
103 * makefile.w32-in (install): Copy directories to the correct
\r
105 (real_install): Remove obsolete target.
\r
107 2000-12-06 Andrew Innes <andrewi@gnu.org>
\r
109 * nmake.defs (CURDIR): New define.
\r
110 (INSTALL_DIR): Use it.
\r
112 * gmake.defs (NEW_CYGWIN): New define.
\r
113 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
\r
114 so we need to adjust how we escape embedded quotes.
\r
115 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
\r
116 relative to $(CURDIR).
\r
118 2000-11-25 Jason Rumney <jasonr@gnu.org>
\r
120 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
\r
122 2000-10-17 Andrew Innes <andrewi@gnu.org>
\r
124 * makefile.w32-in (recompile): New target to recompile lisp
\r
126 (recompile-CMD, recompile-SH): New support targets.
\r
128 2000-09-24 Jason Rumney <jasonr@gnu.org>
\r
130 * config.nt (NO_RETURN): Define it.
\r
132 2000-09-17 Andrew Innes <andrewi@gnu.org>
\r
134 * gmake.defs: Revert to Unix line endings.
\r
136 * nmake.defs: Revert to Unix line endings.
\r
138 2000-09-16 Andrew Innes <andrewi@gnu.org>
\r
140 * gmake.defs (SETLOADPATH): Change definition to work from any
\r
143 2000-09-14 Andrew Innes <andrewi@gnu.org>
\r
145 * makefile.w32-in: Revert to Unix line endings.
\r
147 2000-09-14 Andrew Innes <andrewi@gnu.org>
\r
149 * INSTALL: Add note about expected error messages when configure
\r
152 * configure.bat: Simplify the generation of makefiles (don't need
\r
153 to generate various top-level targets that invoke make in other
\r
156 * gmake.defs (SHELLTYPE): New define.
\r
157 (SETLOADPATH): New define.
\r
159 * nmake.defs (SHELLTYPE): New define.
\r
161 * makefile.w32-in: Standardize indentation somewhat.
\r
162 Add bootstrap support.
\r
163 Pass $(MFLAGS) when invoking make recursively.
\r
164 Add shell-specific variants of top-level targets that invoke make
\r
165 recursively in other directories, and add necessary computed
\r
168 2000-09-03 Andrew Innes <andrewi@gnu.org>
\r
170 * makefile.w32-in: Change to DOS line endings.
\r
172 * configure.bat: Change to DOS line endings.
\r
174 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
\r
175 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
\r
177 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
\r
178 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
\r
180 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
\r
181 -D_ANONYMOUS_STRUCT on compile line.
\r
182 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
\r
183 (ARCH_CFLAGS): Change optimization flags to -O2.
\r
184 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
\r
185 (ARGQUOTE, DQUOTE): New defines.
\r
187 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
\r
188 -D_ANONYMOUS_STRUCT on compile line.
\r
189 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
\r
190 (ARGQUOTE, DQUOTE): New defines.
\r
192 2000-08-22 Andrew Innes <andrewi@gnu.org>
\r
194 * configure.bat: New file.
\r
196 * gmake.defs: New file.
\r
198 * nmake.defs: New file.
\r
200 * makefile.w32-in: New file.
\r
202 * INSTALL: Rewrite to match new configure process.
\r
204 * config.nt [WINDOWSNT]: Don't declare getenv.
\r
205 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
\r
207 * addpm.c (main): Accept /q to mean install based on addpm's
\r
208 location without asking. Remove reference to emacs.bat which is
\r
211 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
\r
213 * paths.h: Use forward slash as directory separator in all path
\r
215 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
\r
217 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
\r
219 * runemacs.c: Remove WIN32 define.
\r
221 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
\r
224 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
\r
225 (fd_set): Define to new name, after including winsock.h, so we can
\r
226 provide our own implementation.
\r
228 2000-07-05 Andrew Innes <andrewi@gnu.org>
\r
230 * ebuild.bat: Add support for specifying make arguments.
\r
232 * makefile.nt: Add support for `bootstrap' and related targets.
\r
234 2000-06-11 Jason Rumney <jasonr@gnu.org>
\r
236 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
\r
238 2000-02-06 Andrew Innes <andrewi@gnu.org>
\r
240 * inc/sys/time.h: Add inclusion protection.
\r
242 * makefile.def (SYS_LDFLAGS): Add -nologo.
\r
244 1999-11-22 Andrew Innes <andrewi@gnu.org>
\r
246 * install.bat: Pass on command line arguments to make.
\r
248 * makefile.nt (fast_install): Bring commands up-to-date, and fix
\r
251 1999-11-21 Andrew Innes <andrewi@gnu.org>
\r
253 * makefile.nt (all): Build leim if present.
\r
254 (install): Install leim if present.
\r
255 (clean): Clean leim if present.
\r
257 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
\r
260 * emacs.bat.in (EMACSLOADPATH): Include leim.
\r
262 After the release of 20.4, development was split into two separate
\r
263 code lines. One line contained the code for Emacs 21, and the other
\r
264 one the code for the 20.x releases after 20.4. The following change
\r
265 log entries up to the entry ``20.4 released'' are for the 20.x code
\r
266 line. Change logs above this notice are those for the 21.x code line.
\r
268 2000-06-13 Gerd Moellmann <gerd@gnu.org>
\r
270 * Version 20.7 released.
\r
272 2000-05-12 Jason Rumney <jasonr@gnu.org>
\r
274 * INSTALL: Remove point 5 and other references to emacs.bat.
\r
275 Renumber following points. Add note in point 1 about emacs.bat
\r
276 and debug.bat being removed.
\r
278 2000-02-20 Andrew Innes <andrewi@gnu.org>
\r
280 * makefile.nt: Remove all references to emacs.bat and debug.bat.
\r
282 * emacs.bat.in: Remove obsolete file.
\r
284 * debug.bat.in: Remove obsolete file.
\r
286 1999-11-22 Andrew Innes <andrewi@gnu.org>
\r
288 * install.bat: Pass on command line arguments to make.
\r
290 * makefile.nt (fast_install): Bring commands up-to-date, and fix
\r
293 1999-11-21 Andrew Innes <andrewi@gnu.org>
\r
295 * makefile.nt (all): Build leim if present.
\r
296 (install): Install leim if present.
\r
297 (clean): Clean leim if present.
\r
299 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
\r
302 * emacs.bat.in (EMACSLOADPATH): Include leim.
\r
304 1999-11-04 Andrew Innes <andrewi@gnu.org>
\r
306 * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission
\r
307 optimization, to ensure accurate stack traces. The performance
\r
308 loss is negligible.
\r
310 1999-07-12 Richard Stallman <rms@gnu.org>
\r
312 * Version 20.4 released.
\r
314 1999-06-16 Andrew Innes <andrewi@gnu.org>
\r
316 * emacs.rc: Use an icon with a transparent background, to be in
\r
317 keeping with other applications.
\r
319 1999-06-03 Andrew Innes <andrewi@gnu.org>
\r
321 * preprep.c: Fix typo.
\r
323 1999-05-02 Andrew Innes <andrewi@gnu.org>
\r
325 * config.h: Remove obsolete file.
\r
327 * preprep.c (copy_executable_and_move_sections): Ifdef out a
\r
328 couple of unused switch cases that aren't defined on all
\r
331 * ftime.bat: Add another variation of the profile command, which
\r
332 only profiles extended commands.
\r
334 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
\r
336 * cmdproxy.c (main): Fix parens.
\r
338 1999-03-25 Andrew Innes <andrewi@gnu.org>
\r
340 * cmdproxy.c (main): Call GetShortPathName to normalize program
\r
341 names for comparison.
\r
343 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
\r
345 * makefile.def: Compile multiple .c files when possible.
\r
346 Use BLD instead of assuming i386.
\r
347 * makefile.nt: Remove common multiple file compilation commands.
\r
349 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
\r
351 * cmdproxy.c (main): Add missing parens.
\r
353 1999-02-20 Andrew Innes <andrewi@gnu.org>
\r
355 * preprep.c: New program to allow dumped image to be profiled.
\r
357 * makefile.nt (preprep): New target.
\r
360 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
\r
362 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
\r
363 Change prep options to profile libc functions and skip the startup
\r
366 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
\r
368 * makefile.nt: Create installation directory as first step.
\r
370 1999-01-31 Andrew Innes <andrewi@gnu.org>
\r
372 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
\r
373 ROUND_UP_DST. Zeroes the alignment slop.
\r
374 (copy_executable_and_add_section): Update the
\r
375 SizeOfHeaders field properly.
\r
377 1999-01-27 Andrew Innes <andrewi@gnu.org>
\r
379 * makefile.nt: Do make version comparison as strings.
\r
381 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
\r
383 * runemacs.c (WinMain): Pass explicit environment block to
\r
384 CreateProcess, to work around a bug in Windows 95/98.
\r
386 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
\r
388 * icons: New directory with Davenport's icons.
\r
389 icons/sink.ico: Renamed from emacs.ico.
\r
391 * makefile.nt (install, fast_install): Install Windows icons
\r
394 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
\r
396 1999-01-17 Andrew Innes <andrewi@gnu.org>
\r
398 * makefile.nt: (ALL): List top-level targets.
\r
399 (addsection): New top-level target.
\r
400 (install): Copy fns-*.el to bin directory.
\r
402 * addsection.c: New program to add static heap section to
\r
403 temacs.exe after linking, in support of new unexec method.
\r
405 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
\r
407 * cmdproxy.c (spawn): Pass directory for child as parameter.
\r
408 (main): Save startup directory to give to spawn, then change
\r
409 directory to location of .exe in order not to prevent startup
\r
410 directory from being deleted.
\r
412 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
\r
414 * makefile.nt: Do string comparision of _NMAKE_VER.
\r
416 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
\r
418 * config.nt (LOCALTIME_CACHE): Define.
\r
420 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
\r
422 * install.bat: Convert to DOS format.
\r
424 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
\r
426 * cmdproxy.c (main): Set environment size only when running
\r
429 1998-11-03 Theodore Jump <tjump@tertius.com>
\r
431 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
\r
432 (DEL_TREE): Use rd instead of rmdir.
\r
433 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
\r
434 * makefile.nt: Compile multiple source files when possible.
\r
436 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
\r
438 * cmdproxy.c (main): Treat command line options as case-insensitive.
\r
440 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
\r
442 * Version 20.3 released.
\r
444 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
\r
446 * addpm.c (main): Explicitly check result of message box for OK.
\r
448 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
\r
450 * inc/sys/file.h (D_OK): Define new macro.
\r
452 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
\r
454 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
\r
456 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
\r
458 * emacs.rc (VS_VERSION_INFO): Define.
\r
460 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
\r
462 * makefile.nt (emacs.bat, debug.bat): Create them in the
\r
463 installation directory.
\r
465 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
\r
467 * ddeclient.c: New file. (Support program for performing limited
\r
468 interprocess communication on Windows.)
\r
470 * makefile.nt: Build ddeclient.
\r
472 * cmdproxy.c (main): Only set environment size for real shell, and
\r
473 provide extra directory argument, when running on Windows 95.
\r
475 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
\r
477 * cmdproxy.c (fail): Exit with a negative return value.
\r
478 (spawn): Return subprocess return code as an argument.
\r
479 Explicitly copy environment block.
\r
480 (main): Update to use return value argument with spawn.
\r
481 Retry if spawn failed when a subshell was not tried.
\r
483 * config.nt: Include new macros from src/config.in.
\r
484 (GNU_MALLOC, REL_ALLOC): Define.
\r
485 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
\r
486 (RE_TRANSLATE): Use char_table_translate.
\r
488 * makefile.def (CP_DIR): Preserve attributes.
\r
490 * makefile.nt (clean): Delete patch generated files, optimized
\r
493 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
\r
495 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
\r
497 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
\r
499 * Version 20.2 released.
\r
501 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
\r
503 * Version 20.1 released.
\r
505 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
\r
507 * debug.bat.in: New file.
\r
508 * makefile.nt (debug.bat): New target.
\r
510 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
\r
512 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
\r
513 Quote group name. Allow different icons to be specified.
\r
515 * cmdproxy.c (get_env_size): New function.
\r
516 (spawn): Explicitly pass in environment when creating subprocess.
\r
517 (main): Cleaup error messages.
\r
518 Specify dynamically sized environment block for real shell.
\r
519 Pass on unhandled switches to real shell.
\r
520 Quote program name.
\r
522 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
\r
524 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
\r
526 * runemacs.c (WinMain): Allow Emacs process to be started with
\r
527 high or low priority.
\r
529 * emacs.bat.in: Remove OS dependent operations.
\r
531 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
\r
533 * addpm.c (env_vars): No longer set INFOPATH.
\r
535 * cmdproxy.c (get_next_token): Null terminate token returned.
\r
537 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
\r
539 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
\r
541 * addpm.c (env_vars): Set SHELL to cmdproxy.
\r
542 (main): Initialize idDde to 0.
\r
543 Determine emacs_path from module file name.
\r
544 Prompt for install.
\r
546 * makefile.def (MSVCNT11): Conditionally define it.
\r
547 (BASE_LIBS): Do not use oldnames.lib.
\r
548 (SYS_LDFLAGS): Use pdb files.
\r
549 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
\r
550 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
\r
551 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
\r
553 * makefile.nt (ALL): Build cmdproxy.
\r
554 (cmdproxy): New target.
\r
555 (install): Install cmdproxy.
\r
557 * ftime.bat, debug.bat, cmdproxy.c: New files.
\r
559 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
\r
561 * inc/sys/socket.h: (shutdown): Define.
\r
562 (sys_shutdown): Export.
\r
564 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
\r
566 * config.nt (RE_TRANSLATE): Copy definition from config.in.
\r
568 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
\r
570 * config.nt: Update file comments.
\r
571 Update undefs added/removed in src/config.in.
\r
573 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
\r
575 * makefil.def, emacs.bat: Use windows95 and windowsnt instead
\r
576 of win95 and winnt, respectively.
\r
578 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
\r
580 * makefile.nt (real_install): Create site-lisp in installation dir.
\r
581 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
\r
582 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
\r
584 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
\r
586 * Version 19.33 released.
\r
588 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
\r
590 * runemacs.c (WinMain): Put a space between the binary and its args.
\r
592 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
\r
594 * Version 19.32 released.
\r
596 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
\r
598 * makefile.nt (clean): Use OBJDIR macro.
\r
600 1996-06-03 Kim F. Storm <kfs@olicom.dk>
\r
602 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
\r
603 Not defined by default.
\r
604 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
\r
605 (WinMain): Convert backslashes to slashes in env var values.
\r
607 * addpm.c (env_vars): Use slashes, not backslashes.
\r
609 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
\r
611 * Version 19.31 released.
\r
613 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
\r
615 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
\r
616 undo settings afterwards.
\r
618 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
\r
620 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
\r
621 environment variable.
\r
623 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
\r
625 * install.bat: Allow for optimized build.
\r
626 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
\r
627 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
\r
629 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
\r
631 * addpm.c (REG_ROOT): Don't use a trailing backslash.
\r
632 (env_vars): Rename field emacs_path to emacs_dir.
\r
633 (main): Add link to runemacs instead of emacs.
\r
635 * install.bat: Check if INSTALL_DIR is passed as an argument.
\r
637 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
\r
639 * makefile.nt: Build and install runemacs.exe.
\r
641 * runemacs.c: New file.
\r
643 * config.w95: File removed.
\r
645 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
\r
646 inc/sys/socket.h, inc/sys/time.h: New header files.
\r
648 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
\r
650 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
\r
652 * makefile.def (DEL): Defined.
\r
653 (DEL_TREE) [win95]: Defined.
\r
654 (SYS_LDFLAGS): Set executable versions to 3.10.
\r
656 * makefile.nt: Change uses of del to $(DEL).
\r
658 1996-01-17 Erik Naggum <erik@naggum.no>
\r
660 * All files: Update FSF's address in comment preamble.
\r
662 1996-01-03 George V. Reilly <georger@microcrafts.com>
\r
664 * emacs.ico: Now the proverbial kitchen sink icon.
\r
666 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
\r
668 * Version 19.30 released.
\r
670 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
\r
672 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
\r
674 * makefile.nt (install, fast_install, real_install, clean):
\r
675 Don't use switches to del not supported by Win95.
\r
677 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
\r
679 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
\r
680 (install, fast_install): Change same-dir test to create test file in
\r
681 installation tree and thereby support read-only shares.
\r
682 (clean): Remove .pdb files.
\r
684 * makefile.def (NTGUI): New macro.
\r
685 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
\r
687 * config.nt, config.w95: Update to latest src/config.in.
\r
689 * addpm.c (env_vars): New variable.
\r
690 (add_registry): New procedure.
\r
691 (main): Use values of configuration environment variables from
\r
692 the registry if defined, the process environment otherwise.
\r
694 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
\r
696 * Version 19.29 released.
\r
698 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
\r
700 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
\r
702 * makefile.nt: Define .c to .obj suffix rule.
\r
703 (addpm.obj): Compile directly, use CFLAGS.
\r
704 (addpm.exe): Link from addpm.obj.
\r
706 * makefile.def (MSVCNT11): Defined.
\r
707 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
\r
708 (CFLAGS_COMMON): Defined.
\r
709 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
\r
711 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
\r
713 * emacs.bat.in: Renamed from emacs.bat
\r
714 (emacs_dir): Renamed from emacs_path
\r
715 Definition removed.
\r
717 * addpm.c: New file.
\r
718 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
\r
719 (all): Depend upon $(BLD) and $(ALL).
\r
720 (install): Depend upon emacs.bat.
\r
721 Create program item for Emacs.
\r
722 (clean): Delete obj.
\r
723 (emacs.bat): Defined.
\r
724 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
\r
726 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
\r
728 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
\r
729 Add carriage returns; necessary for batch files on Win95.
\r
731 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
\r
733 * config.w95: Created.
\r
734 * config.h: Changed to config.nt.
\r
736 * makefile.nt (SUBDIRS): Commented out.
\r
737 (all,install,clean): Expand for-loops.
\r
738 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
\r
740 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
\r
741 (ARCH): New definition.
\r
742 (CPU,CONFIG_H,OS_TYPE): Defined.
\r
743 (INCLUDE,LIB): Checked if valid.
\r
744 (ntwin32.mak): Included.
\r
745 (AR,CC,LINK): New definition.
\r
746 (ADVAPI32,libc,BASE_LIBS): Defined.
\r
747 (SYS_LDFLAGS): New definition.
\r
748 Update comments and preprocessor conditionals.
\r
750 * emacs.bat (SHELL): Conditionally defined.
\r
751 (HOME): Conditionally defined.
\r
752 (emacs_path,HOME): Update comments.
\r
755 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
\r
757 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
\r
758 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
\r
759 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
\r
760 inc/sys/param.h: Removed carriage-returns.
\r
762 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
\r
764 * makefile.def (CVTRES): Defined.
\r
766 * emacs.ico, emacs.rc: New files by Kevin Gallo.
\r
768 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
\r
772 * src\config.h, src\paths.h: Moved to parent dir, src removed.
\r
774 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
\r
776 * makefile.def (INSTALL_DIR): Changed to generic directory.
\r
778 * emacs.bat: Added arguments when emacs.exe invoked.
\r
780 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
\r
782 1994-12-13 voelker <voelker@cs.washington.edu>
\r
784 * makefile.def (CC): In configuration section.
\r
785 (COMPAT_LIB): Defined.
\r
787 1994-11-01 voelker <voelker@cs.washington.edu>
\r
789 * src/paths.h: New file.
\r
791 * src/config.h: New file.
\r
793 * inc/pwd.h: New file.
\r
795 * inc/sys/dir.h: New file.
\r
797 * inc/sys/file.h: New file.
\r
799 * inc/sys/ioctl.h: New file.
\r
801 * inc/sys/param.h: New file.
\r
805 * readme: New file.
\r
807 * makefile.nt: New file.
\r
809 * makefile.def: New file.
\r
811 * install.cmd: New file.
\r
813 * install: New file.
\r
815 * fast-install.cmd: New file.
\r
817 * emacs.cmd: New file.
\r
819 * ebuild.cmd: New file.
\r
821 * _emacs: New file.
\r
823 ;; Local Variables:
\r
824 ;; coding: iso-2022-7bit
\r