Fix typos in ChangeLogs.
[bpt/emacs.git] / nt / ChangeLog
... / ...
CommitLineData
12012-07-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4 (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
5 (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
6 (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
7 (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
8 (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
9 (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
10 (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
11 (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
12 (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
13 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
14 Set in src/s/ms-w32.h, not here.
15
162012-07-11 Juanma Barranquero <lekktu@gmail.com>
17
18 * config.nt: Sync with autogen/config.in.
19 (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
20 (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
21 (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
22
232012-07-10 Juanma Barranquero <lekktu@gmail.com>
24
25 * config.nt: Sync with autogen/config.in.
26
272012-07-09 Paul Eggert <eggert@cs.ucla.edu>
28
29 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
30
312012-07-09 Juanma Barranquero <lekktu@gmail.com>
32
33 * config.nt: Sync with autogen/config.in.
34
352012-07-07 Juanma Barranquero <lekktu@gmail.com>
36
37 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
38
392012-07-06 Juanma Barranquero <lekktu@gmail.com>
40 Eli Zaretskii <eliz@gnu.org>
41
42 * config.nt: Complete rework to bring it in sync with autogen/config.in.
43 All Windows-specific code moved to src/s/ms-w32.h.
44
452012-07-04 Juanma Barranquero <lekktu@gmail.com>
46 Eli Zaretskii <eliz@gnu.org>
47
48 * configure.bat (enablechecking): Enable checks through src/config.h,
49 not the compiler's command line.
50
51 * nmake.defs (CHECKING_CFLAGS): Remove.
52 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
53
54 * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
55 (CHECKING_CFLAGS): Remove.
56 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
57
582012-07-04 Juanma Barranquero <lekktu@gmail.com>
59
60 * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
61 (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
62 (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
63 (HAVE_MEMCMP): Remove, obsolete.
64
652012-06-30 Glenn Morris <rgm@gnu.org>
66
67 * paths.h (PATH_SITELOADSEARCH): New.
68
692012-06-28 Juanma Barranquero <lekktu@gmail.com>
70
71 * nmake.defs (CHECKING_CFLAGS):
72 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
73
742012-06-24 Eli Zaretskii <eliz@gnu.org>
75
76 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
77
782012-06-24 Paul Eggert <eggert@cs.ucla.edu>
79
80 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
81 * config.nt (_Noreturn): New macro.
82 (NO_RETURN): Remove. All uses replaced with _Noreturn.
83 (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
84
852012-06-24 Eli Zaretskii <eliz@gnu.org>
86
87 * inc/sys/time.h (struct timespec): Don't define it here, it is
88 now defined in src/s/ms-w32.h.
89
902012-06-23 Eli Zaretskii <eliz@gnu.org>
91
92 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
93 * inc/sys/time.h (struct timespec): Define.
94
952012-06-16 Eli Zaretskii <eliz@gnu.org>
96
97 * makefile.w32-in (install-addpm): New target.
98 (dist): Depend on it.
99 (install-shortcuts): Depend on install-addpm instead of copying
100 addpm.exe as part of the recipe. See
101 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
102 for the related problem and discussions.
103
1042012-06-11 Glenn Morris <rgm@gnu.org>
105
106 * config.nt (SYSTEM_TYPE): Define it.
107
1082012-05-31 Eli Zaretskii <eliz@gnu.org>
109
110 * configure.bat (genmakefiles): Move the redirection away from the
111 end of the command, to avoid excess whitespace at the end of Make
112 variables created at configure time, and also avoid things like
113 "FOO1>>config.settings", where "1" gets interpreted as the file
114 descriptor and eaten up. This fixes breakage introduced by the
115 last change, without reintroducing the bug fixed by that change.
116
1172012-05-31 Eli Zaretskii <eliz@gnu.org>
118
119 * nmake.defs (MWINDOWS): Define as
120 "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice
121 Popineau <fabrice.popineau@supelec.fr>. (Bug#11405)
122
123 * gmake.defs (MWINDOWS): Define as "-mwindows".
124
1252012-05-28 Eli Zaretskii <eliz@gnu.org>
126
127 * config.nt (HAVE_SYSINFO): Remove; unused.
128
1292012-05-27 Eli Zaretskii <eliz@gnu.org>
130
131 * inc/stdalign.h: New file.
132
133 * configure.bat: Ensure a space between %var% expansion and
134 redirection symbol '>', which breaks when %var% ends in a digit,
135 such as 1.
136
1372012-05-22 Paul Eggert <eggert@cs.ucla.edu>
138
139 Remove src/m/*.
140 * config.nt: Do not include "m/intel386.h"; file was removed.
141 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
142 Move to src/lisp.h.
143 (EMACS_INT_MAX): New macro.
144
1452012-05-19 Paul Eggert <eggert@cs.ucla.edu>
146
147 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
148 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
149
150 * config.nt (HAVE_FTIME): Remove undef; not needed.
151
1522012-05-01 Glenn Morris <rgm@gnu.org>
153
154 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
155
1562012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
157
158 * makefile.w32-in: Fix typo (Bug#10261).
159
1602012-04-10 Eli Zaretskii <eliz@gnu.org>
161
162 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
163 each runs makeinfo in its own subdirectory of 'doc'.
164 (info-gmake): Depend on these new targets.
165
1662012-04-07 Glenn Morris <rgm@gnu.org>
167
168 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
169 Bump version to 24.1.50.
170
1712012-04-07 Eli Zaretskii <eliz@gnu.org>
172
173 * configure.bat: Support building with libxml2.
174
175 * INSTALL:
176 * README.W32: Add information about libxml2.
177
1782012-04-07 Eli Zaretskii <eliz@gnu.org>
179
180 * makefile.w32-in: Convert to Unix EOL format.
181 (all): Don't depend on stamp_BLD and on maybe-bootstrap.
182 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
183 (bootstrap-gmake): Invoke the "clean" and build targets in 2
184 separate commands, so they run in that order even under "make -j".
185
1862012-03-29 Eli Zaretskii <eliz@gnu.org>
187
188 * config.nt: Discourage from defining HAVE_GETCWD.
189
1902012-03-25 Eli Zaretskii <eliz@gnu.org>
191
192 * makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
193 $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
194 on other (parallel) Make job's toes.
195 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
196 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
197 here.
198 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
199 on create-tmp-dist-dir.
200
201 * nmake.defs (DIRNAME): New variable.
202 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
203 same-dir.tst.
204
205 * gmake.defs (DIRNAME): New variable.
206 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
207 same-dir.tst, to avoid conflicts between several (parallel) Make
208 jobs.
209
2102012-02-24 Eli Zaretskii <eliz@gnu.org>
211
212 Prevent endless re-spawning of cmdproxy.exe when some of its
213 parent directories have access limitations.
214
215 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
216 and our own module name to short 8+3 aliases, if the original file
217 names compare equal. If GetShortPathName fails, compare the base
218 names of the two file names, and only re-spawn the command line if
219 the base-name comparison also fails. (Bug#10674)
220
2212012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
222
223 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
224
2252012-02-06 Christoph Scholtes <cschol2112@googlemail.com>
226
227 * README.W32: Removed specific version information for libXpm
228 included in the binary distribution for maintenance purposes.
229
2302012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
231
232 * README.W32: Clarification for inclusion in source tarball. (Bug#9750)
233
234 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
235
236 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
237
238 * makefile.w32-in (maybe-copy-distfiles)
239 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
240 (create-tmp-dist-dir): Add to make --distfiles optional.
241 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261)
242
2432012-02-04 Eli Zaretskii <eliz@gnu.org>
244
245 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
246 by other headers.
247
2482011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
249
250 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
251 (UINT64_MAX) [_WIN64]: Fix definition.
252 (uintmax_t, intmax_t): Fix definitions.
253
254 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
255 Provide correct definitions.
256
257 * config.nt (HAVE_DECL_STRTOLL): Define.
258 (va_copy) [_WIN64]: Provide a better definition.
259
2602011-11-25 Juanma Barranquero <lekktu@gmail.com>
261
262 * configure.bat: Fix typos.
263
2642011-11-25 Eli Zaretskii <eliz@gnu.org>
265
266 * INSTALL: Elaborate on debugging fatal errors.
267
2682011-11-15 Eli Zaretskii <eliz@gnu.org>
269
270 * README.W32: Update the GTK Windows download URL for libpng.
271
2722011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
273
274 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
275
2762011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
277
278 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
279 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
280 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
281 (intmax_t, INT64_MAX): Add for MSVC.
282
283 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
284
2852011-11-05 Eli Zaretskii <eliz@gnu.org>
286
287 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
288
289 Support MSVC build with newer versions of Visual Studio.
290 * makefile.w32-in (clean-other-dirs-nmake)
291 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
292 Update for current structure of doc/ subdirectories.
293
294 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
295
296 * INSTALL: Update for newer versions of MSVC.
297
2982011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
299
300 Support MSVC build with newer versions of Visual Studio.
301 * nmake.defs (USE_CRT_DLL): Define to 1.
302 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
303 (D): New variable.
304
3052011-11-04 Eli Zaretskii <eliz@gnu.org>
306
307 * runemacs.c (ensure_unicows_dll): New function, tries to load
308 UNICOWS.DLL on Windows 9X.
309 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
310 display a dialog to the effect that Emacs cannot be started.
311 (Bug#8562)
312
3132011-10-28 Eli Zaretskii <eliz@gnu.org>
314
315 * README.W32: Mention UNICOWS.DLL as prerequisite for running
316 Emacs on Windows 9X.
317
3182011-10-25 Eli Zaretskii <eliz@gnu.org>
319
320 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
321 distribution. (Bug#9861)
322
3232011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
324
325 * INSTALL: Update URL for GTK download page.
326
3272011-10-19 Eli Zaretskii <eliz@gnu.org>
328
329 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
330 (Bug#9794) (Bug#641)
331
3322011-09-04 Paul Eggert <eggert@cs.ucla.edu>
333
334 * config.nt (HAVE_SNPRINTF): New macro.
335
3362011-07-28 Paul Eggert <eggert@cs.ucla.edu>
337
338 Assume freestanding C89 headers, string.h, stdlib.h.
339 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
340 (STDC_HEADERS): Remove.
341 Iinclude string.h, stdlib.h unconditionally.
342
3432011-06-07 Eli Zaretskii <eliz@gnu.org>
344
345 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
346 [!__GNUC__]: New macros.
347
3482011-05-28 Paul Eggert <eggert@cs.ucla.edu>
349
350 Use 'inline', not 'INLINE'.
351 * config.nt (INLINE): Remove.
352
3532011-05-17 Eli Zaretskii <eliz@gnu.org>
354
355 * README.W32: Add information about GnuTLS libraries.
356
3572011-05-09 Eli Zaretskii <eliz@gnu.org>
358
359 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
360
3612011-05-07 Ben Key <bkey76@gmail.com>
362
363 * configure.bat: Renamed the fusercflags variable to escusercflags
364 so that the variable name better matches its purpose, to be
365 identical to usercflags with the exception that all quotes are
366 escaped by the \ character.
367
368 Renamed the fuserldflags variable to escuserldflags so that the
369 variable name better matches its purpose, to be identical to
370 userldflags with the exception that all quotes are escaped by
371 the \ character.
372
373 A new ESC_USER_CFLAGS variable is written to config.settings.
374 This variable has the same value as the escusercflags variable.
375
376 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
377 This variable is identical to the CFLAGS variable except that it
378 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
379
380 These changes, along with some changes to src/makefile.w32-in,
381 are required to extend my earlier fix to add support for
382 --cflags and --ldflags options that include quotes so that it
383 works whether make uses cmd or sh as the shell.
384
3852011-05-06 Eli Zaretskii <eliz@gnu.org>
386
387 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
388 definition of uintmax_t from here...
389 * inc/stdint.h (uintmax_t): ...to here.
390 (intptr_t) [!__GNUC__]: New typedef.
391
3922011-05-06 Paul Eggert <eggert@cs.ucla.edu>
393
394 * config.nt: Prepare to configure 64-bit integers for older compilers.
395 However, temporarily disable this change unless the temporary
396 symbol WIDE_EMACS_INT is defined.
397 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
398 "%I64d" work but long long and "%lld" do not.
399
4002011-05-05 Ben Key <bkey76@gmail.com>
401
402 * configure.bat: Added support for --cflags and --ldflags
403 options that include quotes as long as command extensions are
404 enabled. Specifically when -I, -L, and similar flags are used
405 to specify supplementary include and library directories a
406 directory name that includes spaces may now be used if it is
407 enclosed in quotes.
408
409 * INSTALL: Documented the change to configure.bat.
410
4112011-05-04 Juanma Barranquero <lekktu@gmail.com>
412
413 * INSTALL: Clarify GnuTLS support.
414
4152011-04-30 Eli Zaretskii <eliz@gnu.org>
416
417 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
418 Define to 1 for MinGW of MSVC versions >= 1400.
419
4202011-04-28 Eli Zaretskii <eliz@gnu.org>
421
422 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
423
4242011-04-27 Eli Zaretskii <eliz@gnu.org>
425
426 * inc/inttypes.h: New file.
427
428 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
429 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
430
4312011-04-27 Daniel Colascione <dan.colascione@gmail.com>
432
433 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
434 inside quotation marks and bail out.
435
4362011-04-26 Daniel Colascione <dan.colascione@gmail.com>
437
438 * cmdproxy.c (try_dequote_cmdline): New function.
439 (main): Use it.
440
4412011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
442
443 * configure.bat: New options --without-gnutls and --lib, new build
444 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
445 library setup with trivial modifications.
446 * INSTALL: Add instructions for GnuTLS support.
447 * gmake.defs: Prefix USER_LIBS with -l.
448
4492011-04-15 Ben Key <bkey76@gmail.com>
450
451 * configure.bat: Modified the code that parses the --cflags and
452 --ldflags options to support parameters that include the =
453 character as long as they are enclosed in quotes.
454 This functionality depends on command extensions. Configure.bat now
455 attempts to enable command extensions and displays a warning
456 message if they could not be enabled. If configure.bat could
457 not enable command extensions the old parsing code is used that
458 does not support parameters that include the = character.
459
460 * INSTALL: Updated the file to describe the new functionality
461 using text provided by Eli Zaretskii.
462
4632011-04-06 Eli Zaretskii <eliz@gnu.org>
464
465 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
466 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
467 on the trunk on 2011-04-06.
468
4692011-03-27 Glenn Morris <rgm@gnu.org>
470
471 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
472
4732011-03-25 Juanma Barranquero <lekktu@gmail.com>
474
475 * addpm.c (main): Remove unused variable `retval'.
476
477 * preprep.c (main): Remove unused variable `ptr'.
478
4792011-03-23 Juanma Barranquero <lekktu@gmail.com>
480
481 * cmdproxy.c: Include <ctype.h>.
482 (make_absolute): Remove unused variable `i'.
483
4842011-03-07 Chong Yidong <cyd@stupidchicken.com>
485
486 * Version 23.3 released.
487
4882011-02-27 Eli Zaretskii <eliz@gnu.org>
489
490 * inc/unistd.h (readlink, symlink): Declare prototypes.
491
4922011-02-26 Eli Zaretskii <eliz@gnu.org>
493
494 * config.nt (nlink_t): Define.
495
4962011-02-21 Christoph Scholtes <cschol2112@gmail.com>
497
498 * inc/stdint.h: New file, to support compilation with tool chains
499 that do not have stdint.h (e.g. MSVC).
500
5012011-02-21 Eli Zaretskii <eliz@gnu.org>
502
503 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
504 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
505 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
506 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
507 (lstat): Define to stat.
508
5092011-02-09 Eli Zaretskii <eliz@gnu.org>
510
511 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
512 "make-docfile" target in lib-src, before bootstrapping the src
513 directory. Needed since building in src needs to run make-docfile
514 to produce globals.h.
515
5162011-02-04 Eli Zaretskii <eliz@gnu.org>
517
518 * config.nt (inline) [__GNUC__]: Define (for gnulib).
519
5202011-01-31 Eli Zaretskii <eliz@gnu.org>
521
522 * config.nt (VERSION): Uncomment definition.
523 (restrict): Define.
524
525 * inc/stdbool.h: New file.
526
5272011-01-29 Eli Zaretskii <eliz@gnu.org>
528
529 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
530 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
531 (bootstrap-clean-gmake, clean-other-dirs-nmake)
532 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
533 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
534 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
535 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
536 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
537
538 * configure.bat: Create lib/makefile.
539
540 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
541 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
542 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
543 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
544
5452011-01-07 Eli Zaretskii <eliz@gnu.org>
546
547 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
548
5492011-01-02 Eli Zaretskii <eliz@gnu.org>
550
551 * configure.bat (end): Unset environment variables used by this
552 batch file.
553
554 * INSTALL: Update the information about PNG support libraries.
555 (Bug#7716)
556
557 * README.W32: Update the information about PNG support libraries.
558
5592010-11-23 Eli Zaretskii <eliz@gnu.org>
560
561 * config.nt (EXTERNALLY_VISIBLE): Define.
562
5632010-10-13 Juanma Barranquero <lekktu@gmail.com>
564
565 * INSTALL: Refer to `dynamic-library-alist'.
566
5672010-10-06 Juanma Barranquero <lekktu@gmail.com>
568
569 * INSTALL: Add note about problematic characters passed to configure.
570
5712010-10-01 Eli Zaretskii <eliz@gnu.org>
572
573 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
574 emacs-src.tags: New file.
575
576 * gmake.defs: Add a comment with a single quote to fix
577 fontification. (Bug#7102)
578
5792010-09-29 Eli Zaretskii <eliz@gnu.org>
580
581 * configure.bat: Fix the condition for copying paths.h into
582 ../src/epaths.h.
583
5842010-09-28 Juanma Barranquero <lekktu@gmail.com>
585
586 * addpm.c (entry, add_registry, main):
587 * addsection.c (file_data, open_input_file, open_output_file)
588 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
589 (COPY_CHUNK):
590 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
591 (skip_nonspace, get_next_token, search_dir, make_absolute)
592 (spawn, main):
593 * preprep.c (file_data, open_input_file, open_output_file)
594 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
595 Use const char*.
596
597 * cmdproxy.c (stdin): Don't define, not used.
598 (main): Don't assign remlen after last use.
599
6002010-09-22 Juanma Barranquero <lekktu@gmail.com>
601
602 * configure.bat: Err out when the argument of --cflags contains
603 invalid characters (check implemented only for GCC). (Bug#6820)
604
6052010-08-19 Juanma Barranquero <lekktu@gmail.com>
606
607 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
608
6092010-08-12 Jason Rumney <jasonr@gnu.org>
610
611 * addpm.c (add_registry): Set path for runemacs.exe to use.
612
6132010-08-08 Óscar Fuentes <ofv@wanadoo.es>
614
615 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
616 which has a 1024 char limit on Windows (bug#6647).
617
6182010-08-02 Juanma Barranquero <lekktu@gmail.com>
619
620 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
621 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
622
6232010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
624
625 * config.nt: Remove code referring to NO_REMAP, unused.
626
6272010-07-25 Christoph Scholtes <cschol2112@gmail.com>
628
629 Build binary distros on Windows using emacs-VERSION as root dir name.
630
631 * makefile.w32-in: Copy README.W32 to installation directory
632 during `make install'. Remove README.W32 with `distclean' (in
633 case Emacs was installed in place). Use temporary directory to
634 create distribution zip files in `dist' target.
635 * zipdist.bat: Simplify code using temporary directory.
636
6372010-07-25 Juanma Barranquero <lekktu@gmail.com>
638
639 * runemacs.c (set_user_model_id): Fix prototype.
640
6412010-07-24 Christoph Scholtes <cschol2112@gmail.com>
642
643 New make target for Windows platform: make dist (bug#6602)
644
645 * INSTALL: Document new dist target and add section about
646 creating binary distributions.
647 * README.W32: Relocate from admin/nt/ directory.
648 * configure.bat: New parameter `--distfiles'.
649 * makefile.w32-in: Add version number, new target `dist'.
650 Add new target `install-shortcuts'.
651 * zipdist.bat: New file; create zipped binary distribution,
652 replaces admin/nt/makedist.bat.
653
6542010-07-21 Juanma Barranquero <lekktu@gmail.com>
655
656 * INSTALL: Add note about backslashes in Windows paths.
657 Fix typos. Simplify references to Windows versions.
658
6592010-07-20 Juanma Barranquero <lekktu@gmail.com>
660
661 * addpm.c (add_registry, main):
662 * cmdproxy.c (get_env_size):
663 * ddeclient.c (main):
664 * runemacs.c (set_user_model_id):
665 Convert definitions to standard C.
666
6672010-07-20 Juanma Barranquero <lekktu@gmail.com>
668
669 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
670
6712010-07-18 Juanma Barranquero <lekktu@gmail.com>
672
673 * configure.bat: New option --enable-checking.
674 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
675 (CFLAGS): Include it.
676
6772010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * config.nt (volatile): Remove definition.
680
6812010-07-07 Andreas Schwab <schwab@linux-m68k.org>
682
683 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
684 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
685
6862010-07-02 Juanma Barranquero <lekktu@gmail.com>
687
688 * config.nt (__P): Remove.
689
6902010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
691
692 * config.nt: Remove code depending on BSTRING.
693
6942010-06-03 Glenn Morris <rgm@gnu.org>
695
696 * config.nt: Remove NOT_C_CODE tests, it is always true now.
697
6982010-05-13 Glenn Morris <rgm@gnu.org>
699
700 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
701
7022010-05-07 Chong Yidong <cyd@stupidchicken.com>
703
704 * Version 23.2 released.
705
7062010-05-04 Glenn Morris <rgm@gnu.org>
707
708 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
709
7102010-04-20 Lewis Perin <perin@panix.com> (tiny change)
711
712 * emacs.manifest: Add trustInfo section to Windows manifest.
713
7142010-03-10 Chong Yidong <cyd@stupidchicken.com>
715
716 * Branch for 23.2.
717
7182010-01-13 Martin Rudalics <rudalics@gmx.at>
719
720 * emacsclient.rc: Fix format of "LegalCopyright" value.
721
7222009-12-28 Juanma Barranquero <lekktu@gmail.com>
723
724 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
725
7262009-12-27 Karl Fogel <kfogel@red-bean.com>
727
728 * INSTALL: Update for CVS->Bazaar switchover.
729
7302009-09-14 Juanma Barranquero <lekktu@gmail.com>
731
732 * configure.bat: Add #define PROFILING to config.h.
733
7342009-07-03 Jason Rumney <jasonr@gnu.org>
735
736 * runemacs.c (set_user_model_id): Use standard types.
737
7382009-06-30 Jason Rumney <jasonr@gnu.org>
739
740 * runemacs.c (set_user_model_id): New function.
741 (WinMain): Use it.
742
7432009-06-21 Chong Yidong <cyd@stupidchicken.com>
744
745 * Branch for 23.1.
746
7472009-03-21 Eli Zaretskii <eliz@gnu.org>
748
749 * inc/sys/stat.h (struct stat): Change the types of st_uid and
750 st_gid to unsigned.
751
752 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
753 to unsigned.
754 (getpwuid): Argument is now unsigned.
755 uid_t is now unsigned.
756
7572009-02-24 Juanma Barranquero <lekktu@gmail.com>
758
759 * INSTALL: Add comment about TCC; fix typos.
760
7612009-01-26 Jason Rumney <jasonr@gnu.org>
762
763 * emacsclient.rc, emacs.rc: Swap name and description.
764 Remove Windows versions.
765
7662009-01-15 Jason Rumney <jasonr@gnu.org>
767
768 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
769
770 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
771
772 * addpm.c (main): Try using COM to create start menu shortcuts
773 before resorting to DDE (Bug#202)
774 Remove second command-line argument.
775
7762009-01-03 Juanma Barranquero <lekktu@gmail.com>
777
778 * configure.bat: Untabify help message.
779
7802009-01-03 Jason Rumney <jasonr@gnu.org>
781
782 * configure.bat: New option --with-svg.
783
784 * INSTALL: Document experimental SVG support.
785
7862008-12-25 Jason Rumney <jasonr@gnu.org>
787
788 * config.nt (PTR): Remove.
789
7902008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * config.nt (LISTPROC, PROCATTR): Remove.
793
7942008-08-09 Eli Zaretskii <eliz@gnu.org>
795
796 * config.nt (LISTPROC, PROCATTR): New macros.
797
7982008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
799
800 * config.nt (MULTI_KBOARD): Remove.
801
8022008-07-23 Jason Rumney <jasonr@gnu.org>
803
804 * configure.bat: New option --profile.
805 * gmake.defs: Set cflags and ldflags for profiling when specified.
806
8072008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
808
809 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
810
8112008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
812
813 * config.nt (HAVE_FACES): Remove, unused.
814
8152008-06-26 Juanma Barranquero <lekktu@gmail.com>
816 Eli Zaretskii <eliz@gnu.org>
817
818 * nmake.defs (FONT_CFLAGS):
819 * gmake.defs (FONT_CFLAGS): Remove.
820 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
821 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
822 and _CRTAPI1.
823 (ARCH_FLAGS): Don't include _X86_.
824
825 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
826
8272008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
828
829 * config.nt: Remove reference to UNEXEC_SRC.
830
8312008-06-23 Juanma Barranquero <lekktu@gmail.com>
832 Eli Zaretskii <eliz@gnu.org>
833
834 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
835 Don't hardcode -gstabs+, use DEBUG_INFO.
836
837 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
838 Default to stabs if the compiler does not support DWARF-2.
839 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
840
8412008-05-14 Jason Rumney <jasonr@gnu.org>
842
843 * configure.bat: Remove code dealing with --disable-font-backend.
844
8452008-05-09 Eli Zaretskii <eliz@gnu.org>
846
847 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
848 better alignment. Make st_size 64-bit wide. Add new members
849 st_uname and st_gname.
850
851 * inc/grp.h (struct group): Add gr_gid member.
852
8532008-04-23 Eli Zaretskii <eliz@gnu.org>
854
855 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
856 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
857 a real file there is not a good idea.
858
8592008-04-23 Jason Rumney <jasonr@gnu.org>
860
861 * makefile.w32-in (CLIENTRES): New variable and build target.
862 (all): Depend on it.
863 ($(TRES)): Use $(TRES) in rule.
864
8652008-04-21 Jason Rumney <jasonr@gnu.org>
866
867 * configure.bat (success): Print "make" rather than "gmake", as that
868 is what MinGW uses.
869
8702008-04-11 Eli Zaretskii <eliz@gnu.org>
871
872 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
873 Add copyright notice.
874
8752008-04-10 Jason Rumney <jasonr@gnu.org>
876
877 * emacsclient.rc: New file.
878
879 * INSTALL: Document make targets.
880
8812008-04-09 Jason Rumney <jasonr@gnu.org>
882
883 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
884 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
885 (top-distclean, distclean, distclean-other-dirs-nmake)
886 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
887 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
888
8892008-04-05 Eli Zaretskii <eliz@gnu.org>
890
891 * inc/sys/stat.h: New file.
892
893 * configure.bat: Add check for usp10.h.
894
8952008-04-04 Jason Rumney <jasonr@gnu.org>
896
897 * INSTALL: Update W32 API requirements.
898
8992008-04-03 Jason Rumney <jasonr@gnu.org>
900
901 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
902
9032008-03-13 Glenn Morris <rgm@gnu.org>
904
905 * emacs.rc: Set version to 23.0.60.
906
9072008-03-04 Jason Rumney <jasonr@gnu.org>
908
909 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
910 (EMACS_EXTRA_C_FLAGS): Include it.
911 * configure.bat (usefontbackend): Default to Y.
912 (--enable-font-backend): Replace with --disable-font-backend.
913 (:withfont): Replace with :withoutfont.
914
9152008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
916
917 * icons/emacs.ico: Full alpha for 32x32 full color.
918 Add 32x32 and 16x16 256 color versions.
919
9202008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
921
922 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
923
9242008-03-02 Jason Rumney <jasonr@gnu.org>
925
926 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
927
9282008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
929
930 * icons/README: Update.
931
932 * icons/emacs.ico: New icon.
933
9342008-02-25 Juanma Barranquero <lekktu@gmail.com>
935
936 * addpm.c: Include malloc.h.
937 (add_registry): Cast return value of alloca.
938
9392008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
940
941 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
942
9432008-02-11 Eli Zaretskii <eliz@gnu.org>
944
945 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
946 conditional on existence of junk.o. If %nocygwin% is already set
947 to Y, skip to chkapiN instead of chkapi.
948 (chkapi): Move "rm -f junk.c junk.o" to here.
949 (chkapiN): New label.
950
9512008-02-11 Jason Rumney <jasonr@gnu.org>
952
953 * makefile.w32-in: Remove unidata-gen related rules.
954
9552008-02-09 Eli Zaretskii <eliz@gnu.org>
956
957 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
958
9592008-02-11 Jason Rumney <jasonr@gnu.org>
960
961 * addpm.c (add_registry): Add an App Paths registry key.
962 Look for GTK and add it to the DLL search path for Emacs if found.
963
9642008-02-05 Juanma Barranquero <lekktu@gmail.com>
965
966 * configure.bat: In help, use generic names for the image libraries.
967
9682008-02-04 Juanma Barranquero <lekktu@gmail.com>
969
970 * .cvsignore: Don't ignore .arch-inventory.
971
9722008-02-03 Jason Rumney <jasonr@gnu.org>
973
974 * configure.bat: Make gcc the default compiler.
975
9762008-02-02 Eli Zaretskii <eliz@gnu.org>
977
978 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
979 Ignore return status.
980
981 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
982 it out of the way of Windows generated file.
983 Generate admin/unidata/makefile.
984
985 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
986 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
987 (unidatagen-clean-SH): New targets.
988 (bootstrap-nmake): Invoke unidatagen-nmake.
989 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
990
9912008-02-01 Jason Rumney <jasonr@gnu.org>
992
993 * configure.bat (withfont): Set sep1 after modifying usercflags.
994
9952008-02-01 Jason Rumney <jasonr@gnu.org>
996
997 * configure.bat: Rename --with-font-backend to --enable-font-backend
998 for consistency with other platforms.
999
10002008-02-01 Jason Rumney <jasonr@gnu.org>
1001
1002 * configure.bat: Add --with-font-backend option.
1003
10042008-01-20 Jason Rumney <jasonr@gnu.org>
1005
1006 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1007 permissions to NTFS ACLs.
1008
10092007-11-01 Jan Djärv <jan.h.d@swipnet.se>
1010
1011 * config.nt: Remove HAVE_X11R5.
1012
10132007-10-22 Jason Rumney <jasonr@gnu.org>
1014
1015 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1016 (strings.h, stdlib.h): Conditionally include.
1017 (w32_abort): Declare here.
1018 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1019
10202007-10-20 Jason Rumney <jasonr@gnu.org>
1021
1022 * makefile.w32-in (info-nmake): Change into correct directories.
1023
10242007-10-20 Eli Zaretskii <eliz@gnu.org>
1025
1026 * configure.bat (docflags, doldflags): New variables.
1027 (genmakefiles): Use them to work around problems with whitespace
1028 in arguments of the `if' command.
1029
10302007-10-18 Jason Rumney <jasonr@gnu.org>
1031
1032 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1033
10342007-09-27 Jason Rumney <jasonr@gnu.org>
1035
1036 * gmake.defs (COMCTL32): New system library.
1037
1038 * nmake.defs (COMCTL32): New system library.
1039
10402007-09-06 Glenn Morris <rgm@gnu.org>
1041
1042 * configure.bat:
1043 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1044 Change from ../man to ../doc/emacs and ../doc/misc; and from
1045 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
1046
10472007-08-29 Glenn Morris <rgm@gnu.org>
1048
1049 * emacs.rc: Increase version to 23.0.50.
1050
10512007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1052
1053 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1054
10552007-07-25 Glenn Morris <rgm@gnu.org>
1056
1057 * Relicense all FSF files to GPLv3 or later.
1058
1059 * COPYING: Switch to GPLv3.
1060
10612007-07-16 Eli Zaretskii <eliz@gnu.org>
1062
1063 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1064 Depend on cmdproxy.
1065 (cleanall): Don't delete *~.
1066
10672007-07-15 Jason Rumney <jasonr@gnu.org>
1068
1069 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1070 be fully supported.
1071
10722007-07-14 Jason Rumney <jasonr@gnu.org>
1073
1074 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1075 of winsock.h.
1076
10772007-07-11 Jason Rumney <jasonr@gnu.org>
1078
1079 * gmake.defs (OLE32): New library to link.
1080
1081 * nmake.defs (OLE32): Likewise.
1082
10832007-06-25 Jason Rumney <jasonr@gnu.org>
1084
1085 * cmdproxy.c (main): Set console codepages to "ANSI".
1086
10872007-06-20 Jason Rumney <jasonr@gnu.org>
1088
1089 * configure.bat: Complain if image libraries are missing.
1090
10912007-06-15 Jason Rumney <jasonr@gnu.org>
1092
1093 * emacs.manifest: New file.
1094
1095 * emacs.rc: Use it.
1096
10972007-06-02 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * Version 22.1 released.
1100
11012007-05-22 Eli Zaretskii <eliz@gnu.org>
1102
1103 * INSTALL: Add information about where to find GDB, and warn
1104 against --no-debug option to configure.bat.
1105
11062007-05-19 Eli Zaretskii <eliz@gnu.org>
1107
1108 * INSTALL: Fix URL of EmacsW32 site where building with image
1109 support is described.
1110
11112007-04-26 Glenn Morris <rgm@gnu.org>
1112
1113 * emacs.rc: Increase version to 22.1.50.
1114
11152007-03-31 Eli Zaretskii <eliz@gnu.org>
1116
1117 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1118
11192007-03-09 Richard Stallman <rms@gnu.org>
1120
1121 * INSTALL: Say explicitly this is not for Cygwin.
1122
11232007-03-03 Eli Zaretskii <eliz@gnu.org>
1124
1125 * INSTALL: Add URL of another site with detailed build instructions.
1126
11272007-02-16 Glenn Morris <rgm@gnu.org>
1128
1129 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
1130 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
1131 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
1132 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
1133 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1134 Restore all but two of icons deleted in previous change.
1135
11362007-02-13 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * icons/README: New file.
1139
1140 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
1141 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
1142 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
1143 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
1144 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
1145 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1146 Unused icons deleted.
1147
11482007-01-31 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * configure.bat: Update ../site-lisp/subdirs.el when needed.
1151
11522007-01-30 Juanma Barranquero <lekktu@gmail.com>
1153
1154 * subdirs.el: Add "no-byte-compile: t" local variable.
1155
11562007-01-10 Jason Rumney <jasonr@gnu.org>
1157
1158 * README: Update URLs and advice about reporting bugs.
1159
11602006-12-29 Jason Rumney <jasonr@gnu.org>
1161
1162 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1163 DEBUG_LINK.
1164 (DEBUG_LINK): Remove -debugtype:both.
1165
11662006-12-27 Eli Zaretskii <eliz@gnu.org>
1167
1168 * INSTALL: Update table of supported Make ports. Show "make -j"
1169 command that is known to work.
1170
1171 * configure.bat: Update table of supported Make ports.
1172
11732006-12-24 Eli Zaretskii <eliz@gnu.org>
1174
1175 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
1176 only in implicit rules. Use literal "emacs.rc" instead.
1177
11782006-12-23 Eli Zaretskii <eliz@gnu.org>
1179
1180 * gmake.defs: Export XMFLAGS.
1181
1182 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1183 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
1184
11852006-12-22 Eli Zaretskii <eliz@gnu.org>
1186
1187 * INSTALL: Explain how to invoke GNU Make for parallel builds.
1188
1189 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
1190 command-line argument to sub-Make in src, since src/makefile.w32-in
1191 invokes Make recursively during bootstrap.
1192 (clean): Delete stamp_BLD.
1193 (bootstrap): Make `all' explicitly in a recursive Make.
1194
1195 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1196 stamp_BLD after creating the $(BLD) directory.
1197
1198 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1199 stamp_BLD after creating the $(BLD) directory.
1200
1201 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
1202 (preprep, $(TRES), runemacs)
1203 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
1204 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1205 Depend on stamp_BLD instead of on $(BLD).
1206 (XMFLAGS): New macro.
1207 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
1208 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
1209 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
1210 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
1211
12122006-12-20 Eli Zaretskii <eliz@gnu.org>
1213
1214 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
1215 $(ALL_DEPS).
1216 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
1217 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1218 New dependency on $(BLD).
1219 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
1220 (bootstrap-gmake): Depend on addsection.
1221
12222006-10-29 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * runemacs.c (WinMain): Process all recognized arguments, not just
1225 the first one. Remove unused variable sec_desc.
1226
12272006-09-24 Eli Zaretskii <eliz@gnu.org>
1228
1229 * config.nt (HAVE_LANGINFO_CODESET): Define.
1230
1231 * inc/langinfo.h: New file.
1232
1233 * inc/nl_types.h: New file.
1234
12352006-09-15 Jay Belanger <belanger@truman.edu>
1236
1237 * COPYING: Replace "Library Public License" by "Lesser Public
1238 License" throughout.
1239
12402006-07-27 Jason Rumney <jasonr@gnu.org>
1241
1242 * INSTALL: Add notes about Cygwin make to impatient section.
1243
12442006-06-02 Eli Zaretskii <eliz@gnu.org>
1245
1246 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
1247 known to work.
1248
12492006-03-12 Jason Rumney <jasonr@gnu.org>
1250
1251 * addpm.c (add_registry): Don't change the registry unless keys
1252 already exist from a previous version.
1253
1254 * makefile.w32-in (install): Use -q when invoking addpm.
1255
1256 * addpm.c (main): Accept -q as alternative for /q.
1257
12582006-03-11 Jason Rumney <jasonr@gnu.org>
1259
1260 * runemacs.c (WinMain): Set screen buffer to 80x25.
1261
12622005-12-24 Eli Zaretskii <eliz@gnu.org>
1263
1264 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
1265 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
1266
12672005-12-09 Eli Zaretskii <eliz@gnu.org>
1268
1269 * INSTALL: Add explanation of how to debug with GDB starting from
1270 the Emacs Abort dialog.
1271
12722005-11-26 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * emacs.rc: Use new icons.
1275
12762005-11-26 Eli Zaretskii <eliz@gnu.org>
1277
1278 * emacs21.ico: Renamed from emacs.ico.
1279 * emacs.ico: New icons from Andrew Zhilin
1280 <andrew_zhilin@yahoo.com>.
1281
12822005-09-10 Eli Zaretskii <eliz@gnu.org>
1283
1284 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1285
12862005-08-10 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * .cvsignore: Add `obj' and `oo' for in-place installations.
1289
12902005-07-30 Eli Zaretskii <eliz@gnu.org>
1291
1292 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
1293
12942005-07-29 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * configure.bat: Don't create lisp/Makefile.unix.
1297
12982005-07-28 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * .cvsignore: Add `makefile' and `config.log'.
1301
13022005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1303
1304 Merge gnulib getopt implementation into Emacs.
1305
1306 * inc/gettext.h: Remove; no longer needed now that
1307 lib-src/gettext.h exists.
1308
13092005-07-16 Eli Zaretskii <eliz@gnu.org>
1310
1311 * configure.bat: Finish config.log with a line that indicates that
1312 the configure step was successful.
1313
13142005-07-04 Lute Kamstra <lute@gnu.org>
1315
1316 Update FSF's address in GPL notices.
1317
13182005-06-11 Eli Zaretskii <eliz@gnu.org>
1319
1320 * configure.bat: If their fc.exe returns a meaningful exit status,
1321 don't overwrite src/config.h and src/epaths.h with identical
1322 copies.
1323
1324 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
1325 changes. Add a pointer to another site with detailed configure
1326 and build instructions. Suggest to look at config.log when
1327 configure fails. Add MinGW Make 3.80 to the list of successful
1328 combinations.
1329
1330 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1331 "-mcpu=i686".
1332
1333 * configure.bat: Update copyright years.
1334 Delete config.log before doing anything else.
1335 Write additional diagnostics to config.log in case of failures to
1336 compile test programs, including the failed test program itself.
1337 Add a test for support of -mtune=pentium4 switch to GCC; if it is
1338 supported, set up MCPU_FLAG variable on the various Makefiles to
1339 use that switch during compilations. (This avoids GCC warning
1340 about -mcpu being deprecated.)
1341
13422005-06-10 Eli Zaretskii <eliz@gnu.org>
1343
1344 * addsection.c (copy_executable_and_add_section): Pass non-zero
1345 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
1346 environment. Print section names with %.8s.
1347 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
1348 only if non-zero. All callers changed.
1349
13502005-06-05 Eli Zaretskii <eliz@gnu.org>
1351
1352 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
1353 `const void *', for consistency with POSIX.
1354
13552005-06-04 Eli Zaretskii <eliz@gnu.org>
1356
1357 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1358
13592005-05-24 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * INSTALL: Add more pointers to ports of Unix tools to Windows,
1362 and to the Emacs Wiki (which contains building instructions for
1363 Windows). Reword image library instructions and remove obsolete
1364 incompatibility information.
1365
13662005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1367
1368 * config.nt (HAVE_PWD_H): Undef.
1369
13702004-06-07 Juanma Barranquero <lektu@terra.es>
1371
1372 * INSTALL: Clarify paragraph about compatibility between image
1373 libraries and builds of Emacs with several compilers.
1374
13752004-06-06 Juanma Barranquero <lektu@terra.es>
1376
1377 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
1378 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
1379 calling non-existent cmdproxy.exe on bootstrapping after a
1380 previous install followed by realclean.
1381
1382 * nmake.defs: Add quote in comment to resync font-locking.
1383
13842004-06-04 Juanma Barranquero <lektu@terra.es>
1385
1386 * INSTALL: Reword the section on image support. Add reference to
1387 GnuWin32. Mention problems when mixing binaries from different
1388 compilers.
1389
13902004-05-06 Jason Rumney <jasonr@gnu.org>
1391
1392 * configure.bat: Use -mno-cygwin to check for image libraries
1393 when needed.
1394
13952004-05-03 Jason Rumney <jasonr@gnu.org>
1396
1397 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
1398 * makefile.def: Remove.
1399
1400 * nmake.defs (SYS_LDFLAGS): Add -nologo.
1401
1402 * makefile.w32-in (info-gmake, info-nmake): New targets.
1403 (info): Use them.
1404
14052004-04-23 Juanma Barranquero <lektu@terra.es>
1406
1407 * nmake.defs:
1408 * gmake.defs:
1409 * makefile.w32-in:
1410 * makefile.def:
1411 * makefile.nt: Add "-*- makefile -*-" mode tag.
1412
14132004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1414
1415 * runemacs.c (WinMain): Let Emacs environment default to parent.
1416
14172004-03-11 Jason Rumney <jasonr@gnu.org>
1418
1419 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
1420
14212004-03-10 Juanma Barranquero <lektu@terra.es>
1422
1423 * makefile.w32-in (install): Don't try to copy
1424 ../lib-src/fns-*.el, as it isn't used anymore.
1425
14262004-01-28 Peter Runestig <peter@runestig.com>
1427
1428 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
1429
14302003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
1431
1432 * .cvsignore: Add `.arch-inventory'.
1433
14342003-11-22 Lars Hansen <larsh@math.ku.dk>
1435
1436 * inc/grp.h: New file.
1437
14382003-09-03 Peter Runestig <peter@runestig.com>
1439
1440 * configure.bat: Create ``makefile'' in directories man, lispref
1441 and lispintro.
1442
1443 * makefile.w32-in (force-info, info): New targets.
1444
1445 * envadd.bat: New file.
1446
1447 * multi-install-info.bat: New file.
1448
14492003-06-27 Jan Djärv <jan.h.d@swipnet.se>
1450
1451 * config.nt (my_strftime): New define.
1452
14532003-02-01 Jason Rumney <jasonr@gnu.org>
1454
1455 * configure.bat: Automatically detect libXpm.
1456 Suppress compiler output when testing for image libraries.
1457 Give names of un-found libraries in messages.
1458
14592003-01-31 Juanma Barranquero <lektu@terra.es>
1460
1461 * configure.bat: Automatically detect giflib and tifflib.
1462
14632003-01-29 Jason Rumney <jasonr@gnu.org>
1464
1465 * gmake.defs (CURDIR): Disable cygpath kludge.
1466
14672003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1468
1469 * configure.bat: Avoid endless loop when configuring without image
1470 support.
1471
14722003-01-26 Jason Rumney <jasonr@gnu.org>
1473
1474 * configure.bat: Automatically detect jpeglib.
1475
14762003-01-25 Jason Rumney <jasonr@gnu.org>
1477
1478 * configure.bat: Automatically detect libpng.
1479
14802003-01-21 Jason Rumney <jasonr@gnu.org>
1481
1482 * icons/hand.cur: New file.
1483
14842003-01-21 David Ponce <david@dponce.com>
1485
1486 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
1487
14882003-01-15 Andrew Innes <andrewi@gnu.org>
1489
1490 * gmake.defs (CURDIR): Convert to native Windows format (with
1491 forward slashes), to support building with Cygwin builds of make.
1492
14932002-11-17 Ben Key <BKey1@tampabay.rr.com>
1494
1495 * nmake.defs:
1496 * gmake.defs: Made changes so that Emacs would link with
1497 WinMM.lib. This change was required for my addition of a Windows
1498 compatible implementation of play-sound-internal.
1499
15002002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
1501
1502 * emacs.rc: Version updated to 21.3.50.
1503
15042002-06-13 Jason Rumney <jasonr@gnu.org>
1505
1506 * addpm.c (env_vars): Remove EMACSLOCKDIR.
1507
1508 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
1509 (maybe-bootstrap-SH): New targets.
1510 (all): Depend on maybe-bootstrap.
1511
15122002-05-03 Jason Rumney <jasonr@gnu.org>
1513
1514 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
1515 (sys_getpeername, fcntl): Declare as wrappers.
1516
15172002-04-10 Juanma Barranquero <lektu@terra.es>
1518
1519 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
1520 after compiling .el files.
1521
15222002-03-20 Jason Rumney <jasonr@gnu.org>
1523
1524 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
1525 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
1526
15272002-03-19 Kim F. Storm <storm@cua.dk>
1528
1529 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
1530 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
1531 (HAVE_SYS_UN_H): Undef.
1532 From David Ponce <dponce@voila.fr>.
1533
15342002-03-13 Jason Rumney <jasonr@gnu.org>
1535
1536 * config.nt (STRFTIME_NO_POSIX2): Define.
1537
15382002-02-18 Jason Rumney <jasonr@gnu.org>
1539
1540 * emacs.rc: Define VS_VERSION_INFO if not already.
1541 Update version info.
1542
15432002-01-04 Andrew Innes <andrewi@gnu.org>
1544
1545 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1546 pick up relevant bits of the Windows API definitions.
1547
1548 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1549 pick up relevant bits of the Windows API definitions.
1550
15512001-12-14 Andrew Innes <andrewi@gnu.org>
1552
1553 * makefile.w32-in (bootstrap): Build addsection program before
1554 bootstrap (required for post-processing temacs.exe).
1555
15562001-12-08 Pavel Janík <Pavel@Janik.cz>
1557
1558 * COPYING: New file.
1559
15602001-12-03 Andrew Innes <andrewi@gnu.org>
1561
1562 * makefile.w32-in (bootstrap-nmake):
1563 (bootstrap-gmake): Extend bootstrap process to first do
1564 bootstrap-clean in lisp dir and rebuild the DOC file.
1565 (bootstrap): Do a "normal" make after the bootstrap work.
1566
15672001-11-20 Jason Rumney <jasonr@gnu.org>
1568
1569 * INSTALL: Update table of versions of make that are suitable
1570 for building Emacs, based on recent feedback.
1571
1572 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
1573
15742001-11-19 Andrew Innes <andrewi@gnu.org>
1575
1576 * ftime-nostartup.bat: New file.
1577
1578 * ftime.bat: Don't include libc.lib for profiling - the profiler
1579 corrupts part of memcpy.
1580
15812001-11-17 Jason Rumney <jasonr@gnu.org>
1582
1583 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1584 expansion. From Juanma Barranquero <lektu@terra.es>.
1585
15862001-10-20 Gerd Moellmann <gerd@gnu.org>
1587
1588 * (Version 21.1 released.)
1589
15902001-10-12 Andrew Innes <andrewi@gnu.org>
1591
1592 * inc/pwd.h (uid_t, gid_t): New typedefs.
1593
15942001-10-05 Gerd Moellmann <gerd@gnu.org>
1595
1596 * Branch for 21.1.
1597
15982001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1599
1600 * README: Update the address of the mailing list and subscription
1601 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
1602
16032001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1604
1605 * INSTALL: Suggest to avoid using WinZip.
1606
1607 * configure.bat: Make sure ../site-lisp exists; create if necessary.
1608
16092001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1610
1611 * INSTALL: Mention that "make install" can be "nmake install".
1612
16132001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1616 since some versions of `mkdir' don't automatically create parent
1617 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1618
16192001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1620
1621 * subdirs.el: New file.
1622
1623 * configure.bat: Copy subdirs.el to the site-lisp directory.
1624
1625 * makefile.w32-in (install): Copy subdirs.el to the installation
1626 directory.
1627
16282001-06-20 Jason Rumney <jasonr@gnu.org>
1629
1630 * runemacs.c (WinMain): Add quotes around command in case of spaces.
1631
16322001-06-01 Andrew Innes <andrewi@gnu.org>
1633
1634 * gmake.defs (sh_output): Don't use $(warning ...) to output
1635 messages, since that is not supported by GNU make 3.77.
1636
16372001-05-24 Jason Rumney <jasonr@gnu.org>
1638
1639 * INSTALL: Clarify that building with MSVC requires nmake.
1640
16412001-05-17 Andrew Innes <andrewi@gnu.org>
1642
1643 * gmake.defs (NEW_CYGWIN): Output message about spurious error
1644 message that is to be ignored.
1645
16462001-05-13 Andrew Innes <andrewi@gnu.org>
1647
1648 * TODO: Remove file, since it is completely out of date.
1649
1650 * README: Add copyright notice.
1651
1652 * INSTALL: Add copyright notice.
1653
16542001-04-18 Andrew Innes <andrewi@gnu.org>
1655
1656 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1657 the environment.
1658
1659 * gmake.defs (SETLOADPATH): Remove definition.
1660 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1661 environment.
1662
16632001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1664
1665 * configure.bat: Make the checkw32api* labels be distinct in the
1666 first 8 characters.
1667
16682001-03-17 Andrew Innes <andrewi@gnu.org>
1669
1670 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1671 escaped quotes.
1672
1673 * gmake.defs (DEBUG_LINK): New macro.
1674 (LINK_FLAGS): Use it.
1675
1676 * nmake.defs (DEBUG_LINK): New macro.
1677 (LINK_FLAGS): Use it.
1678
16792001-03-06 Andrew Innes <andrewi@gnu.org>
1680
1681 * INSTALL: Add --ldflags to configure line for building with
1682 recent versions of Cygwin GCC.
1683
16842001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
1685
1686 * configure.bat: Use correct options when compiling a test program
1687 with Cygwin. From David Ponce <dponce@voila.fr>.
1688
16892001-02-24 Andrew Innes <andrewi@gnu.org>
1690
1691 * _emacs: Remove obsolete file.
1692
1693 * emacs.bat.in: Remove obsolete file.
1694
1695 * debug.bat.in: Remove obsolete file.
1696
1697 * inc/sys/socket.h: Add copyright notice.
1698
1699 * paths.h: Add copyright notice.
1700
1701 * makefile.nt: Update copyright notice.
1702
1703 * makefile.def: Update copyright notice.
1704
1705 * configure.bat: Update copyright notice.
1706
1707 * nmake.defs: Add copyright notice.
1708
1709 * gmake.defs: Add copyright notice.
1710
1711 * makefile.w32-in: Add copyright notice.
1712
17132001-02-05 Andrew Innes <andrewi@gnu.org>
1714
1715 * nmake.defs (THISDIR): New definition.
1716
1717 * gmake.defs (THISDIR): New definition.
1718
17192001-02-03 Andrew Innes <andrewi@gnu.org>
1720
1721 * configure.bat: Leave a space before >> only when there is a
1722 preceding digit. Add a comment about the importance of this.
1723
1724 * README: Replace outdated information.
1725
1726 * INSTALL (Trouble-shooting): Add note about need to specify extra
1727 compiler flags with recent Cygwin ports of gcc.
1728
17292001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1730
1731 * configure.bat: Use "rm -f" instead of "del /f", as the latter
1732 is not supported by Windows 9X's COMMAND.COM.
1733
17342001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * configure.bat: Make sure redirection is preceded by a blank, to
1737 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1738 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
1739
17402001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
1741
1742 * INSTALL: Copy the table of tested combinations of development
1743 tools from configure.bat. Add suggestion to install Bash on
1744 Windows 9X.
1745
1746 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1747 lisp/Makefile.in instead. Use "rm -f" where more than one file
1748 needs to be deleted, since command.com in Windows 9X doesn't grok
1749 more than one argument.
1750
17512001-01-24 Andrew Innes <andrewi@gnu.org>
1752
1753 * makefile.w32-in (cleanall-other-dirs-nmake):
1754 (cleanall-other-dirs-gmake): New targets.
1755 (cleanall): Invoke them.
1756
17572001-01-19 Andrew Innes <andrewi@gnu.org>
1758
1759 * addpm.c (env_vars): Add a version-independent site-lisp
1760 directory to EMACSLOADPATH, after the version dependent one.
1761
17622001-01-06 Andrew Innes <andrewi@gnu.org>
1763
1764 * README: Update info about compilers.
1765
1766 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1767 select correct rule for invoking make in another directory.
1768 Amend rules accordingly.
1769 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1770
1771 * nmake.defs (EMACS_ICON_PATH): Delete definition.
1772 (COMPILER_TEMP_FILES): New definition.
1773 (MAKETYPE): New definition.
1774
1775 * gmake.defs (EMACS_ICON_PATH): Delete definition.
1776 (COMPILER_TEMP_FILES): New definition.
1777 (MAKETYPE): New definition.
1778
1779 * makefile.def (EMACS_ICON_PATH): Delete definition.
1780
1781 * configure.bat: Be careful not to add trailing spaces when
1782 outputting to config.settings.
1783
17842001-01-02 Andrew Innes <andrewi@gnu.org>
1785
1786 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1787 than the function.
1788
17892000-12-17 Andrew Innes <andrewi@gnu.org>
1790
1791 * makefile.w32-in (install): Copy directories to the correct
1792 places.
1793 (real_install): Remove obsolete target.
1794
17952000-12-06 Andrew Innes <andrewi@gnu.org>
1796
1797 * nmake.defs (CURDIR): New define.
1798 (INSTALL_DIR): Use it.
1799
1800 * gmake.defs (NEW_CYGWIN): New define.
1801 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1802 so we need to adjust how we escape embedded quotes.
1803 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1804 relative to $(CURDIR).
1805
18062000-11-25 Jason Rumney <jasonr@gnu.org>
1807
1808 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1809
18102000-10-17 Andrew Innes <andrewi@gnu.org>
1811
1812 * makefile.w32-in (recompile): New target to recompile lisp
1813 directory.
1814 (recompile-CMD, recompile-SH): New support targets.
1815
18162000-09-24 Jason Rumney <jasonr@gnu.org>
1817
1818 * config.nt (NO_RETURN): Define it.
1819
18202000-09-17 Andrew Innes <andrewi@gnu.org>
1821
1822 * gmake.defs: Revert to Unix line endings.
1823
1824 * nmake.defs: Revert to Unix line endings.
1825
18262000-09-16 Andrew Innes <andrewi@gnu.org>
1827
1828 * gmake.defs (SETLOADPATH): Change definition to work from any
1829 subdirectory.
1830
18312000-09-14 Andrew Innes <andrewi@gnu.org>
1832
1833 * makefile.w32-in: Revert to Unix line endings.
1834
18352000-09-14 Andrew Innes <andrewi@gnu.org>
1836
1837 * INSTALL: Add note about expected error messages when configure
1838 is run.
1839
1840 * configure.bat: Simplify the generation of makefiles (don't need
1841 to generate various top-level targets that invoke make in other
1842 directories).
1843
1844 * gmake.defs (SHELLTYPE): New define.
1845 (SETLOADPATH): New define.
1846
1847 * nmake.defs (SHELLTYPE): New define.
1848
1849 * makefile.w32-in: Standardize indentation somewhat.
1850 Add bootstrap support.
1851 Pass $(MFLAGS) when invoking make recursively.
1852 Add shell-specific variants of top-level targets that invoke make
1853 recursively in other directories, and add necessary computed
1854 dependencies.
1855
18562000-09-03 Andrew Innes <andrewi@gnu.org>
1857
1858 * makefile.w32-in: Change to DOS line endings.
1859
1860 * configure.bat: Change to DOS line endings.
1861
1862 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1863 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1864
1865 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1866 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1867
1868 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1869 -D_ANONYMOUS_STRUCT on compile line.
1870 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1871 (ARCH_CFLAGS): Change optimization flags to -O2.
1872 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1873 (ARGQUOTE, DQUOTE): New defines.
1874
1875 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1876 -D_ANONYMOUS_STRUCT on compile line.
1877 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1878 (ARGQUOTE, DQUOTE): New defines.
1879
18802000-08-22 Andrew Innes <andrewi@gnu.org>
1881
1882 * configure.bat: New file.
1883
1884 * gmake.defs: New file.
1885
1886 * nmake.defs: New file.
1887
1888 * makefile.w32-in: New file.
1889
1890 * INSTALL: Rewrite to match new configure process.
1891
1892 * config.nt [WINDOWSNT]: Don't declare getenv.
1893 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1894
1895 * addpm.c (main): Accept /q to mean install based on addpm's
1896 location without asking. Remove reference to emacs.bat which is
1897 now obsolete.
1898
1899 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1900
1901 * paths.h: Use forward slash as directory separator in all path
1902 definitions.
1903 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1904
1905 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1906
1907 * runemacs.c: Remove WIN32 define.
1908
1909 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1910 not defined.
1911
1912 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1913 (fd_set): Define to new name, after including winsock.h, so we can
1914 provide our own implementation.
1915
19162000-07-05 Andrew Innes <andrewi@gnu.org>
1917
1918 * ebuild.bat: Add support for specifying make arguments.
1919
1920 * makefile.nt: Add support for `bootstrap' and related targets.
1921
19222000-06-11 Jason Rumney <jasonr@gnu.org>
1923
1924 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1925
19262000-02-06 Andrew Innes <andrewi@gnu.org>
1927
1928 * inc/sys/time.h: Add inclusion protection.
1929
1930 * makefile.def (SYS_LDFLAGS): Add -nologo.
1931
19321999-11-22 Andrew Innes <andrewi@gnu.org>
1933
1934 * install.bat: Pass on command line arguments to make.
1935
1936 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1937
19381999-11-21 Andrew Innes <andrewi@gnu.org>
1939
1940 * makefile.nt (all): Build leim if present.
1941 (install): Install leim if present.
1942 (clean): Clean leim if present.
1943
1944 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1945 definition.
1946
1947 * emacs.bat.in (EMACSLOADPATH): Include leim.
1948
19491999-07-12 Richard Stallman <rms@gnu.org>
1950
1951 * Version 20.4 released.
1952
19531999-06-16 Andrew Innes <andrewi@gnu.org>
1954
1955 * emacs.rc: Use an icon with a transparent background, to be in
1956 keeping with other applications.
1957
19581999-06-03 Andrew Innes <andrewi@gnu.org>
1959
1960 * preprep.c: Fix typo.
1961
19621999-05-02 Andrew Innes <andrewi@gnu.org>
1963
1964 * config.h: Remove obsolete file.
1965
1966 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1967 couple of unused switch cases that aren't defined on all
1968 platforms.
1969
1970 * ftime.bat: Add another variation of the profile command, which
1971 only profiles extended commands.
1972
19731999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1974
1975 * cmdproxy.c (main): Fix parens.
1976
19771999-03-25 Andrew Innes <andrewi@gnu.org>
1978
1979 * cmdproxy.c (main): Call GetShortPathName to normalize program
1980 names for comparison.
1981
19821999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1983
1984 * makefile.def: Compile multiple .c files when possible.
1985 Use BLD instead of assuming i386.
1986 * makefile.nt: Remove common multiple file compilation commands.
1987
19881999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1989
1990 * cmdproxy.c (main): Add missing parens.
1991
19921999-02-20 Andrew Innes <andrewi@gnu.org>
1993
1994 * preprep.c: New program to allow dumped image to be profiled.
1995
1996 * makefile.nt (preprep): New target.
1997 (ALL): Build it.
1998
1999 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2000
2001 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2002 Change prep options to profile libc functions and skip the startup
2003 code.
2004
20051999-02-15 Geoff Voelker <voelker@cs.washington.edu>
2006
2007 * makefile.nt: Create installation directory as first step.
2008
20091999-01-31 Andrew Innes <andrewi@gnu.org>
2010
2011 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
2012 ROUND_UP_DST. Zeroes the alignment slop.
2013 (copy_executable_and_add_section): Update the
2014 SizeOfHeaders field properly.
2015
20161999-01-27 Andrew Innes <andrewi@gnu.org>
2017
2018 * makefile.nt: Do make version comparison as strings.
2019
20201999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
2021
2022 * runemacs.c (WinMain): Pass explicit environment block to
2023 CreateProcess, to work around a bug in Windows 95/98.
2024
20251999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2026
2027 * icons: New directory with Davenport's icons.
2028 * icons/sink.ico: Renamed from emacs.ico.
2029
2030 * makefile.nt (install, fast_install): Install Windows icons
2031 into etc/icons.
2032
2033 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2034
20351999-01-17 Andrew Innes <andrewi@gnu.org>
2036
2037 * makefile.nt (ALL): List top-level targets.
2038 (addsection): New top-level target.
2039 (install): Copy fns-*.el to bin directory.
2040
2041 * addsection.c: New program to add static heap section to
2042 temacs.exe after linking, in support of new unexec method.
2043
20441998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
2045
2046 * cmdproxy.c (spawn): Pass directory for child as parameter.
2047 (main): Save startup directory to give to spawn, then change
2048 directory to location of .exe in order not to prevent startup
2049 directory from being deleted.
2050
20511998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2052
2053 * makefile.nt: Do string comparison of _NMAKE_VER.
2054
20551998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2056
2057 * config.nt (LOCALTIME_CACHE): Define.
2058
20591998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2060
2061 * install.bat: Convert to DOS format.
2062
20631998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2064
2065 * cmdproxy.c (main): Set environment size only when running
2066 command.com.
2067
20681998-11-03 Theodore Jump <tjump@tertius.com>
2069
2070 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2071 (DEL_TREE): Use rd instead of rmdir.
2072 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
2073 * makefile.nt: Compile multiple source files when possible.
2074
20751998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2076
2077 * cmdproxy.c (main): Treat command line options as case-insensitive.
2078
20791998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2080
2081 * Version 20.3 released.
2082
20831998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2084
2085 * addpm.c (main): Explicitly check result of message box for OK.
2086
20871998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2088
2089 * inc/sys/file.h (D_OK): Define new macro.
2090
20911998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2092
2093 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2094
20951998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2096
2097 * emacs.rc (VS_VERSION_INFO): Define.
2098
20991998-04-23 Geoff Voelker <voelker@cs.washington.edu>
2100
2101 * makefile.nt (emacs.bat, debug.bat): Create them in the
2102 installation directory.
2103
21041998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
2105
2106 * ddeclient.c: New file. (Support program for performing limited
2107 interprocess communication on Windows.)
2108
2109 * makefile.nt: Build ddeclient.
2110
2111 * cmdproxy.c (main): Only set environment size for real shell, and
2112 provide extra directory argument, when running on Windows 95.
2113
21141998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2115
2116 * cmdproxy.c (fail): Exit with a negative return value.
2117 (spawn): Return subprocess return code as an argument.
2118 Explicitly copy environment block.
2119 (main): Update to use return value argument with spawn.
2120 Retry if spawn failed when a subshell was not tried.
2121
2122 * config.nt: Include new macros from src/config.in.
2123 (GNU_MALLOC, REL_ALLOC): Define.
2124 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
2125 (RE_TRANSLATE): Use char_table_translate.
2126
2127 * makefile.def (CP_DIR): Preserve attributes.
2128
2129 * makefile.nt (clean): Delete patch generated files, optimized
2130 build directory.
2131
21321997-10-01 Geoff Voelker <voelker@cs.washington.edu>
2133
2134 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2135
21361997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2137
2138 * Version 20.2 released.
2139
21401997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2141
2142 * Version 20.1 released.
2143
21441997-09-11 Geoff Voelker <voelker@cs.washington.edu>
2145
2146 * debug.bat.in: New file.
2147 * makefile.nt (debug.bat): New target.
2148
21491997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
2150
2151 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
2152 Quote group name. Allow different icons to be specified.
2153
2154 * cmdproxy.c (get_env_size): New function.
2155 (spawn): Explicitly pass in environment when creating subprocess.
2156 (main): Cleanup error messages.
2157 Specify dynamically sized environment block for real shell.
2158 Pass on unhandled switches to real shell.
2159 Quote program name.
2160
2161 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
2162 directory.
2163 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
2164
2165 * runemacs.c (WinMain): Allow Emacs process to be started with
2166 high or low priority.
2167
2168 * emacs.bat.in: Remove OS dependent operations.
2169
21701997-09-02 Geoff Voelker <voelker@cs.washington.edu>
2171
2172 * addpm.c (env_vars): No longer set INFOPATH.
2173
2174 * cmdproxy.c (get_next_token): Null terminate token returned.
2175
2176 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
2177
21781997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
2179
2180 * addpm.c (env_vars): Set SHELL to cmdproxy.
2181 (main): Initialize idDde to 0.
2182 Determine emacs_path from module file name.
2183 Prompt for install.
2184
2185 * makefile.def (MSVCNT11): Conditionally define it.
2186 (BASE_LIBS): Do not use oldnames.lib.
2187 (SYS_LDFLAGS): Use pdb files.
2188 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
2189 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
2190 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
2191
2192 * makefile.nt (ALL): Build cmdproxy.
2193 (cmdproxy): New target.
2194 (install): Install cmdproxy.
2195
2196 * ftime.bat, debug.bat, cmdproxy.c: New files.
2197
21981997-07-10 Geoff Voelker <voelker@cs.washington.edu>
2199
2200 * inc/sys/socket.h (shutdown): Define.
2201 (sys_shutdown): Export.
2202
22031997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2204
2205 * config.nt (RE_TRANSLATE): Copy definition from config.in.
2206
22071997-07-01 Geoff Voelker <voelker@cs.washington.edu>
2208
2209 * config.nt: Update file comments.
2210 Update undefs added/removed in src/config.in.
2211
22121997-06-19 Geoff Voelker <voelker@cs.washington.edu>
2213
2214 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
2215 of win95 and winnt, respectively.
2216
22171997-01-04 Geoff Voelker <voelker@cs.washington.edu>
2218
2219 * makefile.nt (real_install): Create site-lisp in installation dir.
2220 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
2221 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
2222
22231996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2224
2225 * Version 19.33 released.
2226
22271996-08-09 Geoff Voelker <voelker@cs.washington.edu>
2228
2229 * runemacs.c (WinMain): Put a space between the binary and its args.
2230
22311996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2232
2233 * Version 19.32 released.
2234
22351996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2236
2237 * makefile.nt (clean): Use OBJDIR macro.
2238
22391996-06-03 Kim F. Storm <kfs@olicom.dk>
2240
2241 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
2242 Not defined by default.
2243 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2244 (WinMain): Convert backslashes to slashes in env var values.
2245
2246 * addpm.c (env_vars): Use slashes, not backslashes.
2247
22481996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2249
2250 * Version 19.31 released.
2251
22521996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
2253
2254 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
2255 undo settings afterwards.
2256
22571996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
2258
2259 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
2260 environment variable.
2261
22621996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
2263
2264 * install.bat: Allow for optimized build.
2265 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
2266 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
2267
22681996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
2269
2270 * addpm.c (REG_ROOT): Don't use a trailing backslash.
2271 (env_vars): Rename field emacs_path to emacs_dir.
2272 (main): Add link to runemacs instead of emacs.
2273
2274 * install.bat: Check if INSTALL_DIR is passed as an argument.
2275
2276 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
2277
2278 * makefile.nt: Build and install runemacs.exe.
2279
2280 * runemacs.c: New file.
2281
2282 * config.w95: File removed.
2283
2284 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
2285 inc/sys/socket.h, inc/sys/time.h: New header files.
2286
2287 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
2288
22891996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2290
2291 * makefile.def (DEL): Defined.
2292 (DEL_TREE) [win95]: Defined.
2293 (SYS_LDFLAGS): Set executable versions to 3.10.
2294
2295 * makefile.nt: Change uses of del to $(DEL).
2296
22971996-01-17 Erik Naggum <erik@naggum.no>
2298
2299 * All files: Update FSF's address in comment preamble.
2300
23011996-01-03 George V. Reilly <georger@microcrafts.com>
2302
2303 * emacs.ico: Now the proverbial kitchen sink icon.
2304
23051995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2306
2307 * Version 19.30 released.
2308
23091995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2310
2311 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
2312
2313 * makefile.nt (install, fast_install, real_install, clean):
2314 Don't use switches to del not supported by Win95.
2315
23161995-11-07 Kevin Gallo <kgallo@microsoft.com>
2317
2318 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
2319 (install, fast_install): Change same-dir test to create test file in
2320 installation tree and thereby support read-only shares.
2321 (clean): Remove .pdb files.
2322
2323 * makefile.def (NTGUI): New macro.
2324 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
2325
2326 * config.nt, config.w95: Update to latest src/config.in.
2327
2328 * addpm.c (env_vars): New variable.
2329 (add_registry): New procedure.
2330 (main): Use values of configuration environment variables from
2331 the registry if defined, the process environment otherwise.
2332
23331995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2334
2335 * Version 19.29 released.
2336
2337 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
2338
23391995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2340
2341 * makefile.nt: Define .c to .obj suffix rule.
2342 (addpm.obj): Compile directly, use CFLAGS.
2343 (addpm.exe): Link from addpm.obj.
2344
2345 * makefile.def (MSVCNT11): Defined.
2346 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2347 (CFLAGS_COMMON): Defined.
2348 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
2349
23501995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2351
2352 * emacs.bat.in: Renamed from emacs.bat.
2353 (emacs_dir): Rename from emacs_path.
2354 Definition removed.
2355
2356 * addpm.c: New file.
2357 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
2358 (all): Depend upon $(BLD) and $(ALL).
2359 (install): Depend upon emacs.bat.
2360 Create program item for Emacs.
2361 (clean): Delete obj.
2362 (emacs.bat): Defined.
2363 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
2364
23651995-05-27 Geoff Voelker <voelker@cs.washington.edu>
2366
2367 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
2368 Add carriage returns; necessary for batch files on Win95.
2369
23701995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2371
2372 * config.w95: Created.
2373 * config.h: Changed to config.nt.
2374
2375 * makefile.nt (SUBDIRS): Commented out.
2376 (all, install, clean): Expand for-loops.
2377 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
2378
2379 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
2380 (ARCH): New definition.
2381 (CPU, CONFIG_H, OS_TYPE): Defined.
2382 (INCLUDE, LIB): Checked if valid.
2383 (ntwin32.mak): Included.
2384 (AR, CC, LINK): New definition.
2385 (ADVAPI32, libc, BASE_LIBS): Defined.
2386 (SYS_LDFLAGS): New definition.
2387 Update comments and preprocessor conditionals.
2388
2389 * emacs.bat (SHELL): Conditionally defined.
2390 (HOME): Conditionally defined.
2391 (emacs_path, HOME): Update comments.
2392 Turn off all echo.
2393
23941995-05-09 Geoff Voelker <voelker@cs.washington.edu>
2395
2396 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
2397 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
2398 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
2399 inc/sys/param.h: Removed carriage-returns.
2400
24011995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2402
2403 * makefile.def (CVTRES): Defined.
2404
2405 * emacs.ico, emacs.rc: New files by Kevin Gallo.
2406
24071995-04-10 Geoff Voelker <voelker@cs.washington.edu>
2408
2409 * src: Remove directory.
2410
2411 * src\config.h, src\paths.h: Moved to parent dir, src removed.
2412
24131995-04-09 Geoff Voelker <voelker@cs.washington.edu>
2414
2415 * makefile.def (INSTALL_DIR): Change to generic directory.
2416
2417 * emacs.bat: Added arguments when emacs.exe invoked.
2418
2419 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
2420
24211994-12-13 Geoff Voelker <voelker@cs.washington.edu>
2422
2423 * makefile.def (CC): In configuration section.
2424 (COMPAT_LIB): Defined.
2425
24261994-11-01 Geoff Voelker <voelker@cs.washington.edu>
2427
2428 * src/paths.h: New file.
2429
2430 * src/config.h: New file.
2431
2432 * inc/pwd.h: New file.
2433
2434 * inc/sys/dir.h: New file.
2435
2436 * inc/sys/file.h: New file.
2437
2438 * inc/sys/ioctl.h: New file.
2439
2440 * inc/sys/param.h: New file.
2441
2442 * todo: New file.
2443
2444 * README: New file.
2445
2446 * makefile.nt: New file.
2447
2448 * makefile.def: New file.
2449
2450 * install.cmd: New file.
2451
2452 * INSTALL: New file.
2453
2454 * fast-install.cmd: New file.
2455
2456 * emacs.cmd: New file.
2457
2458 * ebuild.cmd: New file.
2459
2460 * _emacs: New file.
2461
2462;; Local Variables:
2463;; coding: utf-8
2464;; add-log-time-zone-rule: t
2465;; End:
2466
2467 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc.
2468
2469 This file is part of GNU Emacs.
2470
2471 GNU Emacs is free software: you can redistribute it and/or modify
2472 it under the terms of the GNU General Public License as published by
2473 the Free Software Foundation, either version 3 of the License, or
2474 (at your option) any later version.
2475
2476 GNU Emacs is distributed in the hope that it will be useful,
2477 but WITHOUT ANY WARRANTY; without even the implied warranty of
2478 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2479 GNU General Public License for more details.
2480
2481 You should have received a copy of the GNU General Public License
2482 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.