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