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