(kill-comment): Fixed by rewriting it with syntax-tables rather than regexps
[emacs.git] / nt / ChangeLog
blob6032c6d80c3a45207ee1524932799e1eb0043235
1 1999-11-22  Andrew Innes  <andrewi@gnu.org>
3         * install.bat: Pass on command line arguments to make.
5         * makefile.nt (fast_install): Bring commands up-to-date, and fix
6         typo.
8 1999-11-21  Andrew Innes  <andrewi@gnu.org>
10         * makefile.nt (all): Build leim if present.
11         (install): Install leim if present.
12         (clean): Clean leim if present.
14         * addpm.c (env_vars): Include leim in default EMACSLOADPATH
15         definition.
17         * emacs.bat.in (EMACSLOADPATH): Include leim.
19 1999-07-12  Richard Stallman  <rms@gnu.org>
21         * Version 20.4 released.
23 1999-06-16  Andrew Innes  <andrewi@gnu.org>
25         * emacs.rc: Use an icon with a transparent background, to be in
26         keeping with other applications.
28 1999-06-03  Andrew Innes  <andrewi@gnu.org>
30         * preprep.c: Fix typo.
32 1999-05-02  Andrew Innes  <andrewi@gnu.org>
34         * config.h: Remove obsolete file.
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.
40         * ftime.bat: Add another variation of the profile command, which
41         only profiles extended commands.
43 1999-03-31  Geoff Voelker  <voelker@cs.washington.edu>
45         * cmdproxy.c (main): Fix parens.
47 1999-03-25  Andrew Innes  <andrewi@gnu.org>
49         * cmdproxy.c (main): Call GetShortPathName to normalize program
50         names for comparison.
52 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
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.
58 1999-03-04  Geoff Voelker  <voelker@cs.washington.edu>
60         * cmdproxy.c (main): Add missing parens.
62 1999-02-20  Andrew Innes  <andrewi@gnu.org>
64         * preprep.c: New program to allow dumped image to be profiled.
66         * makefile.nt (preprep): New target.
67         (ALL): Build it.
69         * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
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.
75 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
77         * makefile.nt: Create installation directory as first step.
79 1999-01-31  Andrew Innes  <andrewi@gnu.org>
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.
86 1999-01-27  Andrew Innes  <andrewi@gnu.org>
88         * makefile.nt: Do make version comparison as strings.
90 1999-01-26  Andrew Innes  <andrewi@harlequin.co.uk>
92         * runemacs.c (WinMain): Pass explicit environment block to
93         CreateProcess, to work around a bug in Windows 95/98.
95 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
97         * icons: New directory with Davenport's icons.
98         icons/sink.ico: Renamed from emacs.ico.
100         * makefile.nt (install, fast_install): Install Windows icons
101         into etc/icons.
103         * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
105 1999-01-17  Andrew Innes  <andrewi@gnu.org>
107         * makefile.nt: (ALL): List top-level targets.
108         (addsection): New top-level target.
109         (install): Copy fns-*.el to bin directory.
111         * addsection.c: New program to add static heap section to
112         temacs.exe after linking, in support of new unexec method.
114 1998-12-28  Andrew Innes  <andrewi@delysid.gnu.org>
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.
121 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
123         * makefile.nt: Do string comparision of _NMAKE_VER.
125 1998-12-02  Geoff Voelker  <voelker@cs.washington.edu>
127         * config.nt (LOCALTIME_CACHE): Define.
129 1998-11-13  Andrew Innes  <andrewi@delysid.gnu.org>
131         * install.bat: Convert to DOS format.
133 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
135         * cmdproxy.c (main): Set environment size only when running
136         command.com.
138 1998-11-03  Theodore Jump <tjump@tertius.com>
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>
147         * cmdproxy.c (main): Treat command line options as case-insensitive.
149 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
151         * Version 20.3 released.
153 1998-07-20  Geoff Voelker  <voelker@cs.washington.edu>
155         * addpm.c (main): Explicitly check result of message box for OK.
157 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
159         * inc/sys/file.h (D_OK): Define new macro.
161 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
163         * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
165 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
167         * emacs.rc (VS_VERSION_INFO): Define.
169 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
171         * makefile.nt (emacs.bat, debug.bat): Create them in the
172         installation directory.
174 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
176         * ddeclient.c: New file.  (Support program for performing limited
177         interprocess communication on Windows.)
179         * makefile.nt: Build ddeclient.
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>
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.
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.
197         * makefile.def (CP_DIR): Preserve attributes.
199         * makefile.nt (clean): Delete patch generated files, optimized
200         build directory.
202 1997-10-01  Geoff Voelker  <voelker@cs.washington.edu>
204         * addpm.c (env_vars): Fix misplaced % in SHELL entry.
206 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
208         * Version 20.2 released.
210 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
212         * Version 20.1 released.
214 1997-09-11  Geoff Voelker  <voelker@cs.washington.edu>
216         * debug.bat.in: New file.
217         * makefile.nt (debug.bat): New target.
219 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
221         * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
222         Quote group name.  Allow different icons to be specified.
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.
231         * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
232         directory.
233         (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
235         * runemacs.c (WinMain): Allow Emacs process to be started with
236         high or low priority.
238         * emacs.bat.in: Remove OS dependent operations.
239         
240 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
242         * addpm.c (env_vars): No longer set INFOPATH.
244         * cmdproxy.c (get_next_token): Null terminate token returned.
246         * emacs.bat.in (INFOPATH): No longer set INFOPATH.
248 1997-08-10  Andrew Innes  <andrewi@harlequin.co.uk>
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.
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.
262         * makefile.nt (ALL): Build cmdproxy.
263         (cmdproxy): New target.
264         (install): Install cmdproxy.
266         * ftime.bat, debug.bat, cmdproxy.c: New files.
268 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
270         * inc/sys/socket.h: (shutdown): Define.
271         (sys_shutdown): Export.
273 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
275         * config.nt (RE_TRANSLATE): Copy definition from config.in.
277 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
279         * config.nt: Update file comments.
280         Update undefs added/removed in src/config.in.
282 1997-06-19  Geoff Voelker  <voelker@cs.washington.edu>
284         * makefil.def, emacs.bat: Use windows95 and windowsnt instead
285         of win95 and winnt, respectively.
287 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
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.
293 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
295         * Version 19.33 released.
297 1996-08-09  Geoff Voelker  <voelker@cs.washington.edu>
299         * runemacs.c (WinMain): Put a space between the binary and its args.
301 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
303         * Version 19.32 released.
305 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
307         * makefile.nt (clean): Use OBJDIR macro.
309 1996-06-03  Kim F. Storm  <kfs@olicom.dk>
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.
316         * addpm.c (env_vars): Use slashes, not backslashes.
318 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
320         * Version 19.31 released.
322 1996-05-13  Andrew Innes  <andrewi@harlequin.co.uk>
324         * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
325         undo settings afterwards.
327 1996-05-08  Andrew Innes  <andrewi@harlequin.co.uk>
329         * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
330         environment variable.
332 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
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.
338 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
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.
344         * install.bat: Check if INSTALL_DIR is passed as an argument.
346         * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
348         * makefile.nt: Build and install runemacs.exe.
350         * runemacs.c: New file.
352         * config.w95: File removed.
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.
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>
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).
367 1996-01-17  Erik Naggum  <erik@naggum.no>
369         * All files: Update FSF's address in comment preamble.
371 1996-01-03  George V. Reilly  <georger@microcrafts.com>
373         * emacs.ico: Now the proverbial kitchen sink icon.
375 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
377         * Version 19.30 released.
379 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
381         * makefile.def (CP_DIR): Use platform independent switches for xcopy.
383         * makefile.nt (install, fast_install, real_install, clean):
384         Don't use switches to del not supported by Win95.
386 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
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.
393         * makefile.def (NTGUI): New macro.
394         [NTGUI] (CFLAGS): Define HAVE_NTGUI.
396         * config.nt, config.w95: Update to latest src/config.in.
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.
403 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
405         * Version 19.29 released.
407         * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
409 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
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>
422         * emacs.bat.in: Renamed from emacs.bat
423         (emacs_dir): Renamed from emacs_path
424         Definition removed.
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.
435 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
437         * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
438         Add carriage returns; necessary for batch files on Win95.
440 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
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.
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.
459         * emacs.bat (SHELL): Conditionally defined.
460         (HOME): Conditionally defined.
461         (emacs_path,HOME): Update comments.
462         Turn off all echo.
464 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
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.
471 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
473         * makefile.def (CVTRES): Defined.
475         * emacs.ico, emacs.rc: New files by Kevin Gallo.
477 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
479         * src: Removed.
481         * src\config.h, src\paths.h: Moved to parent dir, src removed.
483 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
485         * makefile.def (INSTALL_DIR): Changed to generic directory.
487         * emacs.bat: Added arguments when emacs.exe invoked.
489         * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
491 1994-12-13  voelker  <voelker@cs.washington.edu>
493         * makefile.def (CC): In configuration section.
494         (COMPAT_LIB): Defined.
496 1994-11-01  voelker  <voelker@cs.washington.edu>
498         * src/paths.h: New file.
500         * src/config.h: New file.
502         * inc/pwd.h: New file.
504         * inc/sys/dir.h: New file.
506         * inc/sys/file.h: New file.
508         * inc/sys/ioctl.h: New file.
510         * inc/sys/param.h: New file.
512         * todo: New file.
514         * readme: New file.
516         * makefile.nt: New file.
518         * makefile.def: New file.
520         * install.cmd: New file.
522         * install: New file.
524         * fast-install.cmd: New file.
526         * emacs.cmd: New file.
528         * ebuild.cmd: New file.
530         * _emacs: New file.