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