Checked in at last a lot of improvementes and bug fixes. The oldest dating
[emacs/old-mirror.git] / nt / ChangeLog
blobf15c84d48dd4a05e8e6387b6c5165c383c91d70e
1 1999-07-12  Richard Stallman  <rms@gnu.org>
3         * Version 20.4 released.
5 1999-06-16  Andrew Innes  <andrewi@gnu.org>
7         * emacs.rc: Use an icon with a transparent background, to be in
8         keeping with other applications.
10 1999-06-03  Andrew Innes  <andrewi@gnu.org>
12         * preprep.c: Fix typo.
14 1999-05-02  Andrew Innes  <andrewi@gnu.org>
16         * config.h: Remove obsolete file.
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.
22         * ftime.bat: Add another variation of the profile command, which
23         only profiles extended commands.
25 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
27         * cmdproxy.c (main): Fix parens.
29 1999-03-25  Andrew Innes  <andrewi@gnu.org>
31         * cmdproxy.c (main): Call GetShortPathName to normalize program
32         names for comparison.
34 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
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.
40 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
42         * cmdproxy.c (main): Add missing parens.
44 1999-02-20  Andrew Innes  <andrewi@gnu.org>
46         * preprep.c: New program to allow dumped image to be profiled.
48         * makefile.nt (preprep): New target.
49         (ALL): Build it.
51         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
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.
57 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
59         * makefile.nt: Create installation directory as first step.
61 1999-01-31  Andrew Innes  <andrewi@gnu.org>
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.
68 1999-01-27  Andrew Innes  <andrewi@gnu.org>
70         * makefile.nt: Do make version comparison as strings.
72 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
74         * runemacs.c (WinMain): Pass explicit environment block to
75         CreateProcess, to work around a bug in Windows 95/98.
77 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
79         * icons: New directory with Davenport's icons.
80         icons/sink.ico: Renamed from emacs.ico.
82         * makefile.nt (install, fast_install): Install Windows icons
83         into etc/icons.
85         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
87 1999-01-17  Andrew Innes  <andrewi@gnu.org>
89         * makefile.nt: (ALL): List top-level targets.
90         (addsection): New top-level target.
91         (install): Copy fns-*.el to bin directory.
93         * addsection.c: New program to add static heap section to
94         temacs.exe after linking, in support of new unexec method.
96 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
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.
103 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
105         * makefile.nt: Do string comparision of _NMAKE_VER.
107 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
109         * config.nt (LOCALTIME_CACHE): Define.
111 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
113         * install.bat: Convert to DOS format.
115 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
117         * cmdproxy.c (main): Set environment size only when running
118         command.com.
120 1998-11-03  Theodore Jump <tjump@tertius.com>
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>
129         * cmdproxy.c (main): Treat command line options as case-insensitive.
131 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
133         * Version 20.3 released.
135 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
137         * addpm.c (main): Explicitly check result of message box for OK.
139 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
141         * inc/sys/file.h (D_OK): Define new macro.
143 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
145         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
147 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
149         * emacs.rc (VS_VERSION_INFO): Define.
151 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
153         * makefile.nt (emacs.bat, debug.bat): Create them in the
154         installation directory.
156 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
158         * ddeclient.c: New file.  (Support program for performing limited
159         interprocess communication on Windows.)
161         * makefile.nt: Build ddeclient.
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>
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.
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.
179         * makefile.def (CP_DIR): Preserve attributes.
181         * makefile.nt (clean): Delete patch generated files, optimized
182         build directory.
184 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
186         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
188 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
190         * Version 20.2 released.
192 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
194         * Version 20.1 released.
196 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
198         * debug.bat.in: New file.
199         * makefile.nt (debug.bat): New target.
201 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
203         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
204         Quote group name.  Allow different icons to be specified.
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.
213         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
214         directory.
215         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
217         * runemacs.c (WinMain): Allow Emacs process to be started with
218         high or low priority.
220         * emacs.bat.in: Remove OS dependent operations.
221         
222 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
224         * addpm.c (env_vars): No longer set INFOPATH.
226         * cmdproxy.c (get_next_token): Null terminate token returned.
228         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
230 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
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.
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.
244         * makefile.nt (ALL): Build cmdproxy.
245         (cmdproxy): New target.
246         (install): Install cmdproxy.
248         * ftime.bat, debug.bat, cmdproxy.c: New files.
250 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
252         * inc/sys/socket.h: (shutdown): Define.
253         (sys_shutdown): Export.
255 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
257         * config.nt (RE_TRANSLATE): Copy definition from config.in.
259 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
261         * config.nt: Update file comments.
262         Update undefs added/removed in src/config.in.
264 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
266         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
267         of win95 and winnt, respectively.
269 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
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.
275 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
277         * Version 19.33 released.
279 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
281         * runemacs.c (WinMain): Put a space between the binary and its args.
283 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
285         * Version 19.32 released.
287 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
289         * makefile.nt (clean): Use OBJDIR macro.
291 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
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.
298         * addpm.c (env_vars): Use slashes, not backslashes.
300 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
302         * Version 19.31 released.
304 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
306         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
307         undo settings afterwards.
309 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
311         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
312         environment variable.
314 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
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.
320 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
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.
326         * install.bat: Check if INSTALL_DIR is passed as an argument.
328         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
330         * makefile.nt: Build and install runemacs.exe.
332         * runemacs.c: New file.
334         * config.w95: File removed.
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.
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>
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).
349 1996-01-17  Erik Naggum  <erik@naggum.no>
351         * All files: Update FSF's address in comment preamble.
353 1996-01-03  George V. Reilly  <georger@microcrafts.com>
355         * emacs.ico: Now the proverbial kitchen sink icon.
357 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
359         * Version 19.30 released.
361 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
363         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
365         * makefile.nt (install, fast_install, real_install, clean):
366         Don't use switches to del not supported by Win95.
368 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
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.
375         * makefile.def (NTGUI): New macro.
376         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
378         * config.nt, config.w95: Update to latest src/config.in.
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.
385 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
387         * Version 19.29 released.
389         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
391 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
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>
404         * emacs.bat.in: Renamed from emacs.bat
405         (emacs_dir): Renamed from emacs_path
406         Definition removed.
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.
417 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
419         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
420         Add carriage returns; necessary for batch files on Win95.
422 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
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.
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.
441         * emacs.bat (SHELL): Conditionally defined.
442         (HOME): Conditionally defined.
443         (emacs_path,HOME): Update comments.
444         Turn off all echo.
446 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
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.
453 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
455         * makefile.def (CVTRES): Defined.
457         * emacs.ico, emacs.rc: New files by Kevin Gallo.
459 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
461         * src: Removed.
463         * src\config.h, src\paths.h: Moved to parent dir, src removed.
465 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
467         * makefile.def (INSTALL_DIR): Changed to generic directory.
469         * emacs.bat: Added arguments when emacs.exe invoked.
471         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
473 1994-12-13  voelker  <voelker@cs.washington.edu>
475         * makefile.def (CC): In configuration section.
476         (COMPAT_LIB): Defined.
478 1994-11-01  voelker  <voelker@cs.washington.edu>
480         * src/paths.h: New file.
482         * src/config.h: New file.
484         * inc/pwd.h: New file.
486         * inc/sys/dir.h: New file.
488         * inc/sys/file.h: New file.
490         * inc/sys/ioctl.h: New file.
492         * inc/sys/param.h: New file.
494         * todo: New file.
496         * readme: New file.
498         * makefile.nt: New file.
500         * makefile.def: New file.
502         * install.cmd: New file.
504         * install: New file.
506         * fast-install.cmd: New file.
508         * emacs.cmd: New file.
510         * ebuild.cmd: New file.
512         * _emacs: New file.