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