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