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