Merge from emacs-24; up to 2012-12-27T08:21:08Z!rgm@gnu.org
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
ba3b2d88
KB
12013-04-09 Ken Brown <kbrown@cornell.edu>
2
3 * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
4 (Bug#12993)
5
1e1d41ff
EZ
62013-04-01 Eli Zaretskii <eliz@gnu.org>
7
8 * README: A better documentation of ddeclient.exe.
9
10 * README.W32: A better documentation of ddeclient.exe.
11
12 * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
13 subdirectories.
14
98f3b8c6
EZ
152013-03-30 Eli Zaretskii <eliz@gnu.org>
16
17 * inc/ms-w32.h (TERM_HEADER): Remove definition.
18
19 * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
20 ms-w32.h.
21
66828436
EZ
222013-03-29 Eli Zaretskii <eliz@gnu.org>
23
24 * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
25
26 * config.nt (HAVE_COPYSIGN): Define.
27
a0c0aab2
JB
282013-03-29 Juanma Barranquero <lekktu@gmail.com>
29
30 * config.nt: Sync with autogen/config.in.
31 (HAVE_XKBGETKEYBOARD): Remove.
32 (HAVE_XKB): New macro.
33
c8e9d2b4
EZ
342013-03-27 Eli Zaretskii <eliz@gnu.org>
35
42663650
EZ
36 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
37 (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
38 Depend on .exe files.
39
e0c3eb89
EZ
40 * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
41 avoid MinGW64 compiler warnings in editfns.c.
42
849e8b01
EZ
43 Fix rules for parallel builds.
44 * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
45 without the .exe suffix.
46 (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
47 targets.
48 (.PHONY): Remove.
49
c8e9d2b4
EZ
50 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
51 headers, since that's where _W64 is declared by MinGW64.
52
b88b62de
EZ
532013-03-26 Eli Zaretskii <eliz@gnu.org>
54
be3a31b2 55 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
ee0fb40e 56 (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
be3a31b2 57
9536ec02
EZ
58 * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
59 define for MinGW64.
60
61 * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
62 for MinGW64.
63
b88b62de
EZ
64 Fix more incompatibilities between MinGW.org and MinGW64 headers
65 reported by Óscar Fuentes in
a18d7de6 66 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
b88b62de
EZ
67 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
68 and in
69 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
70 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
71 For MinGW64, include sys/types.h and time.h.
a18d7de6
EZ
72 (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
73
74 * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
b88b62de
EZ
75
76 * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
77 _W64.
78 (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
79 _TIMEZONE_DEFINED.
80
81 * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
82
83 * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
84 lstat, and fstatat.
85
553fabe7
EZ
862013-03-25 Eli Zaretskii <eliz@gnu.org>
87
88 Fix incompatibilities between MinGW.org and MinGW64 headers
89 reported by Óscar Fuentes in
90 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
91 * inc/ms-w32.h (struct timespec): Don't define if
92 _TIMESPEC_DEFINED is already defined.
93 (sigset_t) [!_POSIX]: Typedef for MinGW64.
94 (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
95 including the first system header, to avoid redefinition if some
96 system header defines a default value.
97
98 * inc/sys/time.h (struct itimerval): Don't define if
99 _TIMESPEC_DEFINED is already defined.
100
53761081
EZ
1012013-03-16 Eli Zaretskii <eliz@gnu.org>
102
103 Fix the MSVC build. (Bug#13939)
104 * inc/stdint.h (UINTPTR_MAX): Define.
105
106 * nmake.defs (libc): Fix syntax of !if conditional.
107
5a96718d
JB
1082013-03-15 Juanma Barranquero <lekktu@gmail.com>
109
110 * config.nt: Sync with autogen/config.in.
111 (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
112 (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
113 (HAVE_FDATASYNC): New macros.
114
47d7532e
PE
1152013-03-13 Paul Eggert <eggert@cs.ucla.edu>
116
117 File synchronization fixes (Bug#13944).
118 * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
119
70743157
PE
1202013-03-05 Paul Eggert <eggert@cs.ucla.edu>
121
122 FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
123 * inc/unistd.h (O_NOFOLLOW): New macro.
124
8bd104b3
JB
1252013-03-04 Juanma Barranquero <lekktu@gmail.com>
126
127 * config.nt: Sync with autogen/config.in.
128 (DATA_START, ORDINARY_LINK): Remove.
129 (HAVE_DATA_START, HAVE__PUTENV): New macros.
130
343a2aef
EZ
1312013-02-25 Eli Zaretskii <eliz@gnu.org>
132
133 * inc/ms-w32.h (BOOT_TIME_FILE): Define.
134
135 * config.nt (CLASH_DETECTION): Define to 1.
136
cd91fb4b
EZ
1372013-02-16 Eli Zaretskii <eliz@gnu.org>
138
139 * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
140 (Bug#9066)
c7939585 141 (chown, logb): Remove, unused.
cd91fb4b 142
ae18dc22
JB
1432013-02-13 Juanma Barranquero <lekktu@gmail.com>
144
145 * config.nt: Sync with autogen/config.in.
146 (GC_MARK_STACK): Remove.
147 (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
148 (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
149 (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
150
8c0905ac
EZ
1512013-02-12 Eli Zaretskii <eliz@gnu.org>
152
153 * inc/ms-w32.h: Add prototype for memrchr.
154
8654f9d7
PE
1552013-02-01 Paul Eggert <eggert@cs.ucla.edu>
156
157 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
158 * inc/sys/stat.h (fstatat):
159 * inc/unistd.h (readlinkat): New decls.
160
cf01a359
EZ
1612013-01-28 Eli Zaretskii <eliz@gnu.org>
162
163 * inc/dirent.h (opendir): Update prototype.
164
99a7a591
EZ
1652013-01-11 Eli Zaretskii <eliz@gnu.org>
166
167 * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
168 used in term.c. (Bug#13387)
169
401d44c9
JB
1702013-01-09 Juanma Barranquero <lekktu@gmail.com>
171
172 * config.nt: Sync with autogen/config.in.
173 (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
174
c1860cdc
EZ
1752012-12-24 Eli Zaretskii <eliz@gnu.org>
176
177 * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
178 in lib/filemode.c that broke the MS-Windows build.
179 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
180
ab1ce024
JB
1812012-12-17 Juanma Barranquero <lekktu@gmail.com>
182
183 * config.nt: Sync with autogen/config.in.
184 (BSD4_2): Remove.
185
66447e07
EZ
1862012-12-17 Eli Zaretskii <eliz@gnu.org>
187
188 * inc/sys/acl.h: New file.
189
190 * inc/ms-w32.h (ENOTSUP): Define if undefined.
191
192 * config.nt (HAVE_POSIX_ACL): Define.
193
07c40d4e
EZ
1942012-12-15 Eli Zaretskii <eliz@gnu.org>
195
196 * inc/ms-w32.h (sys_unlink): Provide prototype.
197
5c207910
EZ
1982012-12-14 Eli Zaretskii <eliz@gnu.org>
199
200 * inc/sys/stat.h: Declare w32_stat_get_owner_group.
201
de8cbebe
JB
2022012-12-13 Juanma Barranquero <lekktu@gmail.com>
203
204 * config.nt: Sync with autogen/config.in.
205 (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
206
abf8abe5
JB
2072012-12-11 Juanma Barranquero <lekktu@gmail.com>
208
209 * config.nt: Sync with autogen/config.in.
210 (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
211 (ULIMIT_BREAK_VALUE): Remove.
212
1cf1bbd5
DC
2132012-12-10 Daniel Colascione <dancol@dancol.org>
214
215 * emacs.rc: Use forward slashes in relative paths in order to
216 avoid complaints from Cygwin. (Forward slashes work perfectly
217 well in the NT build.)
218
8d1a544c
EZ
2192012-12-09 Eli Zaretskii <eliz@gnu.org>
220
221 * inc/unistd.h (unsetenv): Provide a prototype.
222
75ceee05
EZ
2232012-12-08 Eli Zaretskii <eliz@gnu.org>
224
225 * inc/ms-w32.h (putenv): Redirect to sys_putenv.
a16e75cd 226 (sys_putenv): Add prototype.
75ceee05
EZ
227
228 * config.nt (HAVE_UNSETENV): Define to 1.
229
ba12ad69
JB
2302012-12-01 Juanma Barranquero <lekktu@gmail.com>
231
232 * config.nt: Sync with autogen/config.in.
233
bcd77a2b
KB
2342012-11-24 Ken Brown <kbrown@cornell.edu>
235
236 * config.nt (HAVE_MOUSE): Remove.
237
0414b37b
JB
2382012-11-23 Juanma Barranquero <lekktu@gmail.com>
239
240 * config.nt: Sync with autogen/config.in.
241 (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
242 Remove.
243
a879f0ea
EZ
2442012-11-23 Eli Zaretskii <eliz@gnu.org>
245
246 * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
247 (Bug#12955)
248
249 * nmake.defs (SWITCHCHAR): Define to /.
250
95ef7787
PE
2512012-11-23 Paul Eggert <eggert@cs.ucla.edu>
252
253 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
254 * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
255 (struct dirent): Rename from struct direct. All uses changed.
256 * inc/sys/dir.h: Remove.
257
9239d970
PE
2582012-11-21 Paul Eggert <eggert@cs.ucla.edu>
259
260 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
261 * config.nt (HAVE_GETCWD): Remove.
262
6ef2e5ef 2632012-11-21 Eli Zaretskii <eliz@gnu.org>
3b0108c5 264
6ef2e5ef 265 * nmake.defs: Use !if, not !ifdef. For the details, see
9aef4c12 266 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
9aef4c12 267
6ef2e5ef
GM
268 * inc/stdint.h (INTPTR_MIN):
269 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
3b0108c5 270
031b541f
EZ
2712012-11-18 Eli Zaretskii <eliz@gnu.org>
272
273 * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
274
1b474373
JB
2752012-11-17 Juanma Barranquero <lekktu@gmail.com>
276
277 * config.nt: Sync with autogen/config.in.
278 (HAVE_FPATHCONF): Remove.
279
49cdacda
PE
2802012-11-17 Paul Eggert <eggert@cs.ucla.edu>
281
282 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
283 * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
284 POSIX name for this flag is O_NONBLOCK. All uses changed.
285 * inc/unistd.h (O_RDWR, O_NOCTTY): New macros. Like AT_FDCWD etc.
286 these really should be moved to a replacement <fcntl.h> if and
287 when that gets implemented. In the meantime, include <fcntl.h>
288 to make sure we don't override its definitions.
289
22bae83f
EZ
2902012-11-17 Eli Zaretskii <eliz@gnu.org>
291
292 * inc/sys/wait.h: New file, with prototype of waitpid and
293 definitions of macros it needs.
294
295 * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
296 (sys_wait): Remove prototype.
297
298 * config.nt (HAVE_SYS_WAIT_H): Define to 1.
299
cd48a2e8
DM
3002012-11-17 Dani Moncayo <dmoncayo@gmail.com>
301
302 * zipdist.bat (ZIP_CHECK): Remove unused label. When invoking 7z
303 to check if it's installed, redirect standard output and standard
304 error to the null device.
305 (ZIP_DIST): Don't build the "barebin" distribution.
306
b24696b8
JB
3072012-11-15 Juanma Barranquero <lekktu@gmail.com>
308
309 * config.nt: Sync with autogen/config.in.
310 (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
311 (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
312 New macros.
313
14f20728
EZ
3142012-11-14 Eli Zaretskii <eliz@gnu.org>
315
316 * inc/unistd.h (faccessat): Add prototype.
317 (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
318 2 moved from ms-w32.h.
319
320 * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
321
73dcdb9f
PE
3222012-11-14 Paul Eggert <eggert@cs.ucla.edu>
323
324 Use faccessat, not access, when checking file permissions (Bug#12632).
325 * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
326 (access): Remove.
327 (faccessat): New macro.
328
4f3f021d
EZ
3292012-11-05 Eli Zaretskii <eliz@gnu.org>
330
331 * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
332
efeccf10
JB
3332012-11-05 Juanma Barranquero <lekktu@gmail.com>
334
335 * config.nt: Sync with autogen/config.in.
336 (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
337 (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
338
f200a427
JB
3392012-11-04 Juanma Barranquero <lekktu@gmail.com>
340
341 * config.nt: Sync with autogen/config.in.
342 (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
343
3a7089c1
EZ
3442012-11-03 Eli Zaretskii <eliz@gnu.org>
345
346 * config.nt (PENDING_OUTPUT_N_BYTES): Define.
347
7e8b50d9
EZ
3482012-11-01 Eli Zaretskii <eliz@gnu.org>
349
350 * inc/unistd.h (setpgid, getpgrp): Provide prototypes. (Bug#12776)
351
352 * config.nt (GETPGRP_VOID): Define to 1.
353
e7b98706
JB
3542012-10-24 Juanma Barranquero <lekktu@gmail.com>
355
356 * config.nt: Sync with autogen/config.in.
357
a68089e4
EZ
3582012-10-17 Eli Zaretskii <eliz@gnu.org>
359
360 * inc/pwd.h (getuid, geteuid): Add prototypes.
361
362 * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
363 (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
364 (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
365 (sys_kill, getpagesize): Add prototypes for emulated functions.
366
367 * inc/grp.h (getgid, getegid): Add prototypes.
368
369 * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
370
371 * configure.bat (chkapiN): Avoid compiler warning in junk.c when
372 compiling with -std=gnu99.
373
374 * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
375 could be used via --cflags switch to configure.bat.
376
fd5125ad
JB
3772012-10-08 Juanma Barranquero <lekktu@gmail.com>
378
379 * config.nt: Sync with autogen/config.in.
380 (HAVE_NTGUI): New macro.
381
d8ab37a8
EZ
3822012-10-02 Eli Zaretskii <eliz@gnu.org>
383
384 * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
385 compiler warnings when using the value.
386
2d7d1608
EZ
3872012-10-01 Eli Zaretskii <eliz@gnu.org>
388
389 * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
390 'void *', for pointer arithmetics.
391 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
392 macro arguments in parentheses.
393
62aba0d4
FP
3942012-09-30 Eli Zaretskii <eliz@gnu.org>
395
396 * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
397
3982012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
399
400 * inc/sys/socket.h: Don't map Winsock error codes to standard ones
401 that are already defined.
402
403 * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
404 (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
405 [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
406
407 * preprep.c (pfnCheckSumMappedFile, rva_to_section)
408 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
409 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
410 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
1f9f395d
JB
411 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
412 Use DWORD_PTR instead of DWORD for compatibility with x64.
62aba0d4
FP
413
414 * nmake.defs: Support AMD64.
415 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
416
1f9f395d 417 * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
62aba0d4
FP
418 New macros.
419
420 * addsection.c (pfnCheckSumMappedFile, rva_to_section)
421 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
422 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
423 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
424 (copy_executable_and_add_section, main): Use DWORD_PTR instead of
425 DWORD, for compatibility with x64.
426
427 * emacs-x64.manifest: New file.
428
429 * emacs-x86.manifest: Renamed from emacs.manifest.
430
c06c382a
EZ
4312012-09-30 Eli Zaretskii <eliz@gnu.org>
432
433 * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
434 (struct itimerval): Define.
435 (getitimer, setitimer): Add prototypes.
436
437 * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
438 with MinGW.
439 (SA_RESTART, SIGPROF): Define.
440
441 * config.nt (HAVE_SETITIMER): Define to 1.
442
9ee2ee9f
JB
4432012-09-30 Juanma Barranquero <lekktu@gmail.com>
444
445 * config.nt: Sync with autogen/config.in.
446
cd155987
JB
4472012-09-29 Juanma Barranquero <lekktu@gmail.com>
448
9ee2ee9f 449 * config.nt: Sync with autogen/config.in.
cd155987
JB
450 (HAVE_TIMER_SETTIME): New macro.
451
5101529e
EZ
4522012-09-23 Eli Zaretskii <eliz@gnu.org>
453
454 * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
455
4d7e6e51
PE
4562012-09-23 Paul Eggert <eggert@cs.ucla.edu>
457
458 Simplify and avoid signal-handling races (Bug#12471).
459 * inc/ms-w32.h (emacs_raise): New macro.
460
ae97707f
EZ
4612012-09-18 Eli Zaretskii <eliz@gnu.org>
462
463 * configure.bat: Include stddef.h before gif_lib.h, to have size_t
464 defined, as needed by giflib-5.0.0. (Bug#12464)
465
caf4040f
JB
4662012-09-17 Juanma Barranquero <lekktu@gmail.com>
467
468 * config.nt: Sync with autogen/config.in.
469 (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
470
78f83752
GM
4712012-09-17 Glenn Morris <rgm@gnu.org>
472
473 * config.nt (COPYRIGHT): New.
474
39a57ad0
PE
4752012-09-15 Paul Eggert <eggert@cs.ucla.edu>
476
477 Port _setjmp fix to POSIXish hosts as well as Microsoft.
478 * config.nt: Attempt to sync with autogen/config.in.
479 (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
480 (_longjmp, _setjmp): Remove.
481
fe597931
JB
4822012-09-14 Juanma Barranquero <lekktu@gmail.com>
483
484 * config.nt: Sync with autogen/config.in.
485 (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
486 (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
487 (USABLE_FIONREAD, USABLE_SIGIO): New macros.
488
8c718c58
JB
4892012-09-10 Juanma Barranquero <lekktu@gmail.com>
490
491 * config.nt: Sync with autogen/config.in.
492 (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
493 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
494
a30cb5dd
EZ
4952012-09-08 Eli Zaretskii <eliz@gnu.org>
496
497 * configure.bat <use_extensions>: Don't leave it set in the
498 environment when the script exits.
499
4d64875a
JB
5002012-09-07 Juanma Barranquero <lekktu@gmail.com>
501
502 * config.nt: Sync with autogen/config.in.
503 (NO_ABORT, SIGNAL_H_AHB): Remove.
504
3e6d6928
EZ
5052012-09-07 Eli Zaretskii <eliz@gnu.org>
506
507 * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
508
5dbaffae
JB
5092012-09-05 Juanma Barranquero <lekktu@gmail.com>
510
511 * config.nt: Sync with autogen/config.in.
512
1088b922
PE
5132012-09-04 Paul Eggert <eggert@cs.ucla.edu>
514
515 Simplify redefinition of 'abort' (Bug#12316).
516 * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
517
137e08a4
JB
5182012-09-02 Juanma Barranquero <lekktu@gmail.com>
519
520 * config.nt: Sync with autogen/config.in.
521 (HAVE_EXECINFO_H, TERM_HEADER): New macros.
522
17a2cbbd
DC
5232012-09-01 Daniel Colascione <dancol@dancol.org>
524
525 * inc/ms-w32.h (TERM_HEADER): Add for refactoring
526
fe72cdc5
JB
5272012-08-22 Juanma Barranquero <lekktu@gmail.com>
528
529 * config.nt: Sync with autogen/config.in.
530
8223e928
JB
5312012-08-17 Juanma Barranquero <lekktu@gmail.com>
532
533 * config.nt: Sync with autogen/config.in.
534 (HAVE_POSIX_OPENPT): New macro.
535
e38b9db2
JB
5362012-08-14 Juanma Barranquero <lekktu@gmail.com>
537
538 * config.nt: Sync with autogen/config.in.
539 (_GL_INLINE_HEADER_BEGIN): Update.
540
9374581a
GM
5412012-08-10 Glenn Morris <rgm@gnu.org>
542
543 * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
544
a8ab93b0
JB
5452012-08-07 Juanma Barranquero <lekktu@gmail.com>
546
e38b9db2 547 * config.nt: Sync with autogen/config.in.
a8ab93b0
JB
548 (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
549 (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
550
551 * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
552
1c6f11f4
GM
5532012-08-06 Glenn Morris <rgm@gnu.org>
554
555 * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
556 (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
557
76151e2c
EZ
5582012-08-04 Eli Zaretskii <eliz@gnu.org>
559
560 * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
561 (PATH_DATA, PATH_DOC): Replace dummy directory names with
562 directories relative to %emacs_dir%.
563 (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
564 to the use case of running un-installed Emacs.
565
3fbc4b54
JB
5662012-08-03 Juanma Barranquero <lekktu@gmail.com>
567
568 * config.nt: Sync with autogen/config.in.
569 (DOS_NT, MSDOS): New macros.
570 (WRETCODE, wait3): Remove.
571
572 * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
573
6dad7178
EZ
5742012-08-03 Eli Zaretskii <eliz@gnu.org>
575
576 * inc/sys/stat.h (S_IFLNK): Define.
577 (S_ISLNK): A non-trivial definition.
578 (lstat): Prototype instead of a macro that redirects to 'stat'.
579
f162bcc3
PE
5802012-08-02 Paul Eggert <eggert@cs.ucla.edu>
581
582 Use C99-style 'extern inline' if available.
583 * config.nt: Sync with autogen/config.in.
584 (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
585 (_GL_INLINE_HEADER_END): New macros.
586
837b365b
GM
5872012-08-02 Glenn Morris <rgm@gnu.org>
588
589 * inc/ms-w32.h: Move here from ../src/s.
590 * config.nt (config_opsysfile): Change to <ms-w32.h>.
591
c90acc54
JB
5922012-08-01 Juanma Barranquero <lekktu@gmail.com>
593
594 * config.nt: Sync with autogen/config.in.
595 (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
596 (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
597 New macros.
598
552a99b4
JB
5992012-08-01 Juanma Barranquero <lekktu@gmail.com>
600
601 * config.nt: Sync with autogen/config.in.
602 Remove code moved to conf_post.h and include <conf_post.h>
603 (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
604 (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
605
1117bd24
JB
6062012-07-29 Juanma Barranquero <lekktu@gmail.com>
607
608 * config.nt: Sync with autogen/config.in.
609 (HAVE_ENVIRON_DECL): New macro.
610
55a6cca6
EZ
6112012-07-29 Eli Zaretskii <eliz@gnu.org>
612
613 * inc/stdalign.h (_Alignas, alignas): Define.
614
e32a5799
PE
6152012-07-28 Paul Eggert <eggert@cs.ucla.edu>
616
617 Use Gnulib stdalign module (Bug#9772, Bug#9960).
618 * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
619
22e983b7
JB
6202012-07-14 Juanma Barranquero <lekktu@gmail.com>
621
622 * config.nt: Sync with autogen/config.in.
623 (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
624 (SETUP_SLAVE_PTY): New macros.
625
ef099b57
JB
6262012-07-13 Juanma Barranquero <lekktu@gmail.com>
627
628 * config.nt: Sync with autogen/config.in.
629 (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
630 (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
631 (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
632 (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
633 (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
ed9265fc 634 (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
ef099b57
JB
635 (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
636 (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
637 (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
638 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
639 Set in src/s/ms-w32.h, not here.
640
116f7b54
JB
6412012-07-11 Juanma Barranquero <lekktu@gmail.com>
642
643 * config.nt: Sync with autogen/config.in.
644 (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
645 (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
646 (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
647
dfa96edd
JB
6482012-07-10 Juanma Barranquero <lekktu@gmail.com>
649
650 * config.nt: Sync with autogen/config.in.
651
5994c183
PE
6522012-07-09 Paul Eggert <eggert@cs.ucla.edu>
653
654 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
655
5eabd6f0
JB
6562012-07-09 Juanma Barranquero <lekktu@gmail.com>
657
658 * config.nt: Sync with autogen/config.in.
659
dffdc540
JB
6602012-07-07 Juanma Barranquero <lekktu@gmail.com>
661
662 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
663
090bd7cb 6642012-07-06 Juanma Barranquero <lekktu@gmail.com>
f247498e
JB
665 Eli Zaretskii <eliz@gnu.org>
666
667 * config.nt: Complete rework to bring it in sync with autogen/config.in.
668 All Windows-specific code moved to src/s/ms-w32.h.
669
090bd7cb 6702012-07-04 Juanma Barranquero <lekktu@gmail.com>
0566bc95
JB
671 Eli Zaretskii <eliz@gnu.org>
672
673 * configure.bat (enablechecking): Enable checks through src/config.h,
674 not the compiler's command line.
675
676 * nmake.defs (CHECKING_CFLAGS): Remove.
677 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
678
679 * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
680 (CHECKING_CFLAGS): Remove.
681 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
682
95f61aa2
JB
6832012-07-04 Juanma Barranquero <lekktu@gmail.com>
684
685 * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
686 (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
687 (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
688 (HAVE_MEMCMP): Remove, obsolete.
689
ca26824c
GM
6902012-06-30 Glenn Morris <rgm@gnu.org>
691
692 * paths.h (PATH_SITELOADSEARCH): New.
693
0e711109
JB
6942012-06-28 Juanma Barranquero <lekktu@gmail.com>
695
696 * nmake.defs (CHECKING_CFLAGS):
697 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
698
5e0881dd
EZ
6992012-06-24 Eli Zaretskii <eliz@gnu.org>
700
701 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
702
845ca893
PE
7032012-06-24 Paul Eggert <eggert@cs.ucla.edu>
704
705 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
706 * config.nt (_Noreturn): New macro.
707 (NO_RETURN): Remove. All uses replaced with _Noreturn.
708 (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
709
696056c2
EZ
7102012-06-24 Eli Zaretskii <eliz@gnu.org>
711
712 * inc/sys/time.h (struct timespec): Don't define it here, it is
713 now defined in src/s/ms-w32.h.
714
388cdec0
EZ
7152012-06-23 Eli Zaretskii <eliz@gnu.org>
716
717 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
718 * inc/sys/time.h (struct timespec): Define.
719
6eb93f60
EZ
7202012-06-16 Eli Zaretskii <eliz@gnu.org>
721
722 * makefile.w32-in (install-addpm): New target.
723 (dist): Depend on it.
724 (install-shortcuts): Depend on install-addpm instead of copying
725 addpm.exe as part of the recipe. See
726 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
727 for the related problem and discussions.
728
a9be7d2b
GM
7292012-06-11 Glenn Morris <rgm@gnu.org>
730
731 * config.nt (SYSTEM_TYPE): Define it.
732
efc00ab1
CY
7332012-05-31 Eli Zaretskii <eliz@gnu.org>
734
735 * configure.bat (genmakefiles): Move the redirection away from the
736 end of the command, to avoid excess whitespace at the end of Make
737 variables created at configure time, and also avoid things like
738 "FOO1>>config.settings", where "1" gets interpreted as the file
739 descriptor and eaten up. This fixes breakage introduced by the
740 last change, without reintroducing the bug fixed by that change.
741
7422012-05-31 Eli Zaretskii <eliz@gnu.org>
06523364
EZ
743
744 * nmake.defs (MWINDOWS): Define as
745 "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice
746 Popineau <fabrice.popineau@supelec.fr>. (Bug#11405)
747
748 * gmake.defs (MWINDOWS): Define as "-mwindows".
749
c00ea352
EZ
7502012-05-28 Eli Zaretskii <eliz@gnu.org>
751
752 * config.nt (HAVE_SYSINFO): Remove; unused.
753
33017faf 7542012-05-27 Eli Zaretskii <eliz@gnu.org>
ce128722 755
cd376509
EZ
756 * inc/stdalign.h: New file.
757
ce128722
EZ
758 * configure.bat: Ensure a space between %var% expansion and
759 redirection symbol '>', which breaks when %var% ends in a digit,
760 such as 1.
761
34374650
PE
7622012-05-22 Paul Eggert <eggert@cs.ucla.edu>
763
764 Remove src/m/*.
765 * config.nt: Do not include "m/intel386.h"; file was removed.
766 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
767 Move to src/lisp.h.
768 (EMACS_INT_MAX): New macro.
769
003fdae2
PE
7702012-05-19 Paul Eggert <eggert@cs.ucla.edu>
771
9232a6d9
PE
772 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
773 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
774
003fdae2
PE
775 * config.nt (HAVE_FTIME): Remove undef; not needed.
776
9311dcff
GM
7772012-05-01 Glenn Morris <rgm@gnu.org>
778
779 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
780
35dc09a1 7812012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
e645df7c
DM
782
783 * makefile.w32-in: Fix typo (Bug#10261).
784
7dd02dc7
EZ
7852012-04-10 Eli Zaretskii <eliz@gnu.org>
786
787 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
788 each runs makeinfo in its own subdirectory of 'doc'.
789 (info-gmake): Depend on these new targets.
790
f3774f20
GM
7912012-04-07 Glenn Morris <rgm@gnu.org>
792
793 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
794 Bump version to 24.1.50.
795
9078ead6
EZ
7962012-04-07 Eli Zaretskii <eliz@gnu.org>
797
798 * configure.bat: Support building with libxml2.
799
800 * INSTALL:
801 * README.W32: Add information about libxml2.
802
1dcece25
EZ
8032012-04-07 Eli Zaretskii <eliz@gnu.org>
804
805 * makefile.w32-in: Convert to Unix EOL format.
d67a9a85
EZ
806 (all): Don't depend on stamp_BLD and on maybe-bootstrap.
807 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
808 (bootstrap-gmake): Invoke the "clean" and build targets in 2
809 separate commands, so they run in that order even under "make -j".
1dcece25 810
581355cc
EZ
8112012-03-29 Eli Zaretskii <eliz@gnu.org>
812
813 * config.nt: Discourage from defining HAVE_GETCWD.
814
e5a69fd0
EZ
8152012-03-25 Eli Zaretskii <eliz@gnu.org>
816
817 * makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
818 $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
819 on other (parallel) Make job's toes.
820 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
821 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
822 here.
823 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
824 on create-tmp-dist-dir.
825
826 * nmake.defs (DIRNAME): New variable.
827 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
828 same-dir.tst.
829
830 * gmake.defs (DIRNAME): New variable.
831 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
832 same-dir.tst, to avoid conflicts between several (parallel) Make
833 jobs.
834
58b65bf5
EZ
8352012-02-24 Eli Zaretskii <eliz@gnu.org>
836
837 Prevent endless re-spawning of cmdproxy.exe when some of its
838 parent directories have access limitations.
839
840 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
841 and our own module name to short 8+3 aliases, if the original file
842 names compare equal. If GetShortPathName fails, compare the base
843 names of the two file names, and only re-spawn the command line if
844 the base-name comparison also fails. (Bug#10674)
845
2dbe4d71
DM
8462012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
847
848 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
849
42a275e0
CS
8502012-02-06 Christoph Scholtes <cschol2112@googlemail.com>
851
852 * README.W32: Removed specific version information for libXpm
853 included in the binary distribution for maintenance purposes.
854
d452256d
CS
8552012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
856
1f9f395d 857 * README.W32: Clarification for inclusion in source tarball (bug#9750).
3e44c782 858
75197633
CS
859 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
860
861 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
862
d452256d
CS
863 * makefile.w32-in (maybe-copy-distfiles)
864 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
2dbe4d71 865 (create-tmp-dist-dir): Add to make --distfiles optional.
1f9f395d 866 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
d452256d 867
e0aeebda
EZ
8682012-02-04 Eli Zaretskii <eliz@gnu.org>
869
870 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
871 by other headers.
872
8c9afb46
EZ
8732011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
874
875 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
876 (UINT64_MAX) [_WIN64]: Fix definition.
877 (uintmax_t, intmax_t): Fix definitions.
878
6df6ae42
JB
879 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
880 Provide correct definitions.
8c9afb46
EZ
881
882 * config.nt (HAVE_DECL_STRTOLL): Define.
883 (va_copy) [_WIN64]: Provide a better definition.
884
e9fce1ac
JB
8852011-11-25 Juanma Barranquero <lekktu@gmail.com>
886
887 * configure.bat: Fix typos.
888
034ea24d
EZ
8892011-11-25 Eli Zaretskii <eliz@gnu.org>
890
891 * INSTALL: Elaborate on debugging fatal errors.
892
b018182c
EZ
8932011-11-15 Eli Zaretskii <eliz@gnu.org>
894
895 * README.W32: Update the GTK Windows download URL for libpng.
896
d7cecd19
CS
8972011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
898
899 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
900
600b1907
CS
9012011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
902
c4c32b97
CS
903 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
904 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
905 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
906 (intmax_t, INT64_MAX): Add for MSVC.
907
58179cce 908 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
600b1907 909
a6fc3b5c
EZ
9102011-11-05 Eli Zaretskii <eliz@gnu.org>
911
955f3b13
EZ
912 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
913
a6fc3b5c
EZ
914 Support MSVC build with newer versions of Visual Studio.
915 * makefile.w32-in (clean-other-dirs-nmake)
916 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
917 Update for current structure of doc/ subdirectories.
918
919 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
920
921 * INSTALL: Update for newer versions of MSVC.
922
58179cce 9232011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
924
925 Support MSVC build with newer versions of Visual Studio.
926 * nmake.defs (USE_CRT_DLL): Define to 1.
927 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
928 (D): New variable.
929
fc5f9b45
EZ
9302011-11-04 Eli Zaretskii <eliz@gnu.org>
931
932 * runemacs.c (ensure_unicows_dll): New function, tries to load
933 UNICOWS.DLL on Windows 9X.
934 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
935 display a dialog to the effect that Emacs cannot be started.
936 (Bug#8562)
937
8cedc5ac
EZ
9382011-10-28 Eli Zaretskii <eliz@gnu.org>
939
940 * README.W32: Mention UNICOWS.DLL as prerequisite for running
941 Emacs on Windows 9X.
942
df1c5f05
EZ
9432011-10-25 Eli Zaretskii <eliz@gnu.org>
944
945 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
946 distribution. (Bug#9861)
947
df6d30f3
CS
9482011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
949
950 * INSTALL: Update URL for GTK download page.
951
804a4315
EZ
9522011-10-19 Eli Zaretskii <eliz@gnu.org>
953
954 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
955 (Bug#9794) (Bug#641)
956
86633eab 9572011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
958
959 * config.nt (HAVE_SNPRINTF): New macro.
960
044c22e5 9612011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
962
963 Assume freestanding C89 headers, string.h, stdlib.h.
964 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
965 (STDC_HEADERS): Remove.
966 Iinclude string.h, stdlib.h unconditionally.
967
f7b2cdf3
EZ
9682011-06-07 Eli Zaretskii <eliz@gnu.org>
969
970 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
81d63f1a 971 [!__GNUC__]: New macros.
f7b2cdf3 972
55d4c1b2
PE
9732011-05-28 Paul Eggert <eggert@cs.ucla.edu>
974
975 Use 'inline', not 'INLINE'.
976 * config.nt (INLINE): Remove.
977
8a70d4b1
EZ
9782011-05-17 Eli Zaretskii <eliz@gnu.org>
979
980 * README.W32: Add information about GnuTLS libraries.
981
39497066
EZ
9822011-05-09 Eli Zaretskii <eliz@gnu.org>
983
984 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
985
4d3fcc8e
BK
9862011-05-07 Ben Key <bkey76@gmail.com>
987
988 * configure.bat: Renamed the fusercflags variable to escusercflags
989 so that the variable name better matches its purpose, to be
990 identical to usercflags with the exception that all quotes are
991 escaped by the \ character.
992
993 Renamed the fuserldflags variable to escuserldflags so that the
994 variable name better matches its purpose, to be identical to
995 userldflags with the exception that all quotes are escaped by
996 the \ character.
997
998 A new ESC_USER_CFLAGS variable is written to config.settings.
999 This variable has the same value as the escusercflags variable.
1000
2dbe4d71
DM
1001 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1002 This variable is identical to the CFLAGS variable except that it
4d3fcc8e
BK
1003 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1004
1005 These changes, along with some changes to src/makefile.w32-in,
1006 are required to extend my earlier fix to add support for
1007 --cflags and --ldflags options that include quotes so that it
1008 works whether make uses cmd or sh as the shell.
1009
0a47eac4
EZ
10102011-05-06 Eli Zaretskii <eliz@gnu.org>
1011
1012 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
1013 definition of uintmax_t from here...
1014 * inc/stdint.h (uintmax_t): ...to here.
1015 (intptr_t) [!__GNUC__]: New typedef.
1016
122b0c86 10172011-05-06 Paul Eggert <eggert@cs.ucla.edu>
b28b8799 1018
122b0c86
PE
1019 * config.nt: Prepare to configure 64-bit integers for older compilers.
1020 However, temporarily disable this change unless the temporary
1021 symbol WIDE_EMACS_INT is defined.
b5611f17
PE
1022 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1023 "%I64d" work but long long and "%lld" do not.
1024
d429d8e9
BK
10252011-05-05 Ben Key <bkey76@gmail.com>
1026
1027 * configure.bat: Added support for --cflags and --ldflags
1028 options that include quotes as long as command extensions are
1029 enabled. Specifically when -I, -L, and similar flags are used
1030 to specify supplementary include and library directories a
1031 directory name that includes spaces may now be used if it is
1032 enclosed in quotes.
1033
1034 * INSTALL: Documented the change to configure.bat.
1035
0898ca10
JB
10362011-05-04 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * INSTALL: Clarify GnuTLS support.
1039
ba366b6d
EZ
10402011-04-30 Eli Zaretskii <eliz@gnu.org>
1041
1042 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1043 Define to 1 for MinGW of MSVC versions >= 1400.
b28b8799 1044
aff458c3
EZ
10452011-04-28 Eli Zaretskii <eliz@gnu.org>
1046
2dbe4d71 1047 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
aff458c3 1048
fc3b7291
EZ
10492011-04-27 Eli Zaretskii <eliz@gnu.org>
1050
1051 * inc/inttypes.h: New file.
1052
1053 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1054 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1055
fe9c230b
DC
10562011-04-27 Daniel Colascione <dan.colascione@gmail.com>
1057
1058 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1059 inside quotation marks and bail out.
1060
841a1577 10612011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
1062
1063 * cmdproxy.c (try_dequote_cmdline): New function.
1064 (main): Use it.
1065
fd4af8d9
TZ
10662011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1067
1068 * configure.bat: New options --without-gnutls and --lib, new build
1069 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
1070 library setup with trivial modifications.
1071 * INSTALL: Add instructions for GnuTLS support.
1072 * gmake.defs: Prefix USER_LIBS with -l.
1073
4a1a6b5b
BK
10742011-04-15 Ben Key <bkey76@gmail.com>
1075
1076 * configure.bat: Modified the code that parses the --cflags and
1077 --ldflags options to support parameters that include the =
2dbe4d71
DM
1078 character as long as they are enclosed in quotes.
1079 This functionality depends on command extensions. Configure.bat now
4a1a6b5b
BK
1080 attempts to enable command extensions and displays a warning
1081 message if they could not be enabled. If configure.bat could
1082 not enable command extensions the old parsing code is used that
1083 does not support parameters that include the = character.
1084
1085 * INSTALL: Updated the file to describe the new functionality
1086 using text provided by Eli Zaretskii.
1087
0f1ba050
EZ
10882011-04-06 Eli Zaretskii <eliz@gnu.org>
1089
1090 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1091 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1092 on the trunk on 2011-04-06.
1093
9af30bdf
GM
10942011-03-27 Glenn Morris <rgm@gnu.org>
1095
1096 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1097
0f4a96b5
JB
10982011-03-25 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * addpm.c (main): Remove unused variable `retval'.
1101
1102 * preprep.c (main): Remove unused variable `ptr'.
1103
9c88f339
JB
11042011-03-23 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * cmdproxy.c: Include <ctype.h>.
1107 (make_absolute): Remove unused variable `i'.
1108
33383987
JB
11092011-03-07 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * Version 23.3 released.
1112
0f7bb05d
EZ
11132011-02-27 Eli Zaretskii <eliz@gnu.org>
1114
1115 * inc/unistd.h (readlink, symlink): Declare prototypes.
1116
e5c96d21
EZ
11172011-02-26 Eli Zaretskii <eliz@gnu.org>
1118
1119 * config.nt (nlink_t): Define.
1120
9f8370e6
CS
11212011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1122
1123 * inc/stdint.h: New file, to support compilation with tool chains
1124 that do not have stdint.h (e.g. MSVC).
1125
25c51af3
EZ
11262011-02-21 Eli Zaretskii <eliz@gnu.org>
1127
1128 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1129 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1130 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1131 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1132 (lstat): Define to stat.
1133
d37f40ed
EZ
11342011-02-09 Eli Zaretskii <eliz@gnu.org>
1135
1136 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1137 "make-docfile" target in lib-src, before bootstrapping the src
1138 directory. Needed since building in src needs to run make-docfile
1139 to produce globals.h.
1140
a5d733f5
EZ
11412011-02-04 Eli Zaretskii <eliz@gnu.org>
1142
1143 * config.nt (inline) [__GNUC__]: Define (for gnulib).
1144
70b0d280
EZ
11452011-01-31 Eli Zaretskii <eliz@gnu.org>
1146
d95f875e
EZ
1147 * config.nt (VERSION): Uncomment definition.
1148 (restrict): Define.
1149
70b0d280
EZ
1150 * inc/stdbool.h: New file.
1151
f915f0f7
EZ
11522011-01-29 Eli Zaretskii <eliz@gnu.org>
1153
1154 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1155 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1156 (bootstrap-clean-gmake, clean-other-dirs-nmake)
1157 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1158 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1159 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1160 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1e338cfc 1161 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
f915f0f7
EZ
1162
1163 * configure.bat: Create lib/makefile.
1164
1165 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1166 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1167 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1168 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1169
1e574bf0
EZ
11702011-01-07 Eli Zaretskii <eliz@gnu.org>
1171
1172 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1173
7c420169 11742011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984 1175
ca6e909c
EZ
1176 * configure.bat (end): Unset environment variables used by this
1177 batch file.
1178
5be1c984
EZ
1179 * INSTALL: Update the information about PNG support libraries.
1180 (Bug#7716)
1181
3d4cad2c
EZ
1182 * README.W32: Update the information about PNG support libraries.
1183
628e219f
EZ
11842010-11-23 Eli Zaretskii <eliz@gnu.org>
1185
1186 * config.nt (EXTERNALLY_VISIBLE): Define.
1187
2e288d54
JB
11882010-10-13 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * INSTALL: Refer to `dynamic-library-alist'.
1191
6072fed4
JB
11922010-10-06 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * INSTALL: Add note about problematic characters passed to configure.
1195
19d5deef
EZ
11962010-10-01 Eli Zaretskii <eliz@gnu.org>
1197
73077a9a 1198 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1dc253e8 1199 emacs-src.tags: New file.
73077a9a 1200
19d5deef
EZ
1201 * gmake.defs: Add a comment with a single quote to fix
1202 fontification. (Bug#7102)
1203
252b4f5c
EZ
12042010-09-29 Eli Zaretskii <eliz@gnu.org>
1205
1206 * configure.bat: Fix the condition for copying paths.h into
1207 ../src/epaths.h.
1208
0597ab06
JB
12092010-09-28 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * addpm.c (entry, add_registry, main):
1212 * addsection.c (file_data, open_input_file, open_output_file)
1213 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1214 (COPY_CHUNK):
1215 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1216 (skip_nonspace, get_next_token, search_dir, make_absolute)
1217 (spawn, main):
1218 * preprep.c (file_data, open_input_file, open_output_file)
1219 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1220 Use const char*.
1221
1222 * cmdproxy.c (stdin): Don't define, not used.
1223 (main): Don't assign remlen after last use.
1224
05212154
JB
12252010-09-22 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * configure.bat: Err out when the argument of --cflags contains
1228 invalid characters (check implemented only for GCC). (Bug#6820)
1229
926cd98c
JB
12302010-08-19 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1233
856a6b77
JR
12342010-08-12 Jason Rumney <jasonr@gnu.org>
1235
1236 * addpm.c (add_registry): Set path for runemacs.exe to use.
1237
7815fe19 12382010-08-08 Óscar Fuentes <ofv@wanadoo.es>
c5958e82
ÓF
1239
1240 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1241 which has a 1024 char limit on Windows (bug#6647).
1242
7561000b
JB
12432010-08-02 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1246 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1247
76fd1ee9
DN
12482010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * config.nt: Remove code referring to NO_REMAP, unused.
1251
f8e0614c
CS
12522010-07-25 Christoph Scholtes <cschol2112@gmail.com>
1253
1254 Build binary distros on Windows using emacs-VERSION as root dir name.
e0d6af9c 1255
7f86df5f 1256 * makefile.w32-in: Copy README.W32 to installation directory
d24076a6
CS
1257 during `make install'. Remove README.W32 with `distclean' (in
1258 case Emacs was installed in place). Use temporary directory to
1259 create distribution zip files in `dist' target.
e0d6af9c
CS
1260 * zipdist.bat: Simplify code using temporary directory.
1261
361358ea
JB
12622010-07-25 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * runemacs.c (set_user_model_id): Fix prototype.
1265
e3aef5c6
CS
12662010-07-24 Christoph Scholtes <cschol2112@gmail.com>
1267
1268 New make target for Windows platform: make dist (bug#6602)
1269
1270 * INSTALL: Document new dist target and add section about
1271 creating binary distributions.
1272 * README.W32: Relocate from admin/nt/ directory.
1273 * configure.bat: New parameter `--distfiles'.
1274 * makefile.w32-in: Add version number, new target `dist'.
1275 Add new target `install-shortcuts'.
1276 * zipdist.bat: New file; create zipped binary distribution,
1277 replaces admin/nt/makedist.bat.
1278
a917e3f2
JB
12792010-07-21 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * INSTALL: Add note about backslashes in Windows paths.
1282 Fix typos. Simplify references to Windows versions.
1283
7c3320d8
JB
12842010-07-20 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * addpm.c (add_registry, main):
1287 * cmdproxy.c (get_env_size):
1288 * ddeclient.c (main):
1289 * runemacs.c (set_user_model_id):
1290 Convert definitions to standard C.
1291
9a6063e2
JB
12922010-07-20 Juanma Barranquero <lekktu@gmail.com>
1293
1294 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1295
7d0170c8
JB
12962010-07-18 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * configure.bat: New option --enable-checking.
1299 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1300 (CFLAGS): Include it.
1301
5dddb7a8
DN
13022010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1303
1304 * config.nt (volatile): Remove definition.
1305
72af86bd
AS
13062010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1307
1308 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1309 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1310
b6fcccc3
JB
13112010-07-02 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * config.nt (__P): Remove.
1314
3085237c
DN
13152010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1316
1317 * config.nt: Remove code depending on BSTRING.
1318
0d4bcf4d
GM
13192010-06-03 Glenn Morris <rgm@gnu.org>
1320
1321 * config.nt: Remove NOT_C_CODE tests, it is always true now.
1322
0116466b
GM
13232010-05-13 Glenn Morris <rgm@gnu.org>
1324
1325 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1326
61a808e8
CY
13272010-05-07 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * Version 23.2 released.
1330
27a2cdfc
GM
13312010-05-04 Glenn Morris <rgm@gnu.org>
1332
1333 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1334
4a787cd2
CY
13352010-04-20 Lewis Perin <perin@panix.com> (tiny change)
1336
1337 * emacs.manifest: Add trustInfo section to Windows manifest.
1338
288f9fc0
CY
13392010-03-10 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * Branch for 23.2.
1342
59ef8268
MR
13432010-01-13 Martin Rudalics <rudalics@gmx.at>
1344
1345 * emacsclient.rc: Fix format of "LegalCopyright" value.
1346
6d96d18f
JB
13472009-12-28 Juanma Barranquero <lekktu@gmail.com>
1348
1349 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1350
ee6f37f2
KF
13512009-12-27 Karl Fogel <kfogel@red-bean.com>
1352
1353 * INSTALL: Update for CVS->Bazaar switchover.
1354
f179addc
JB
13552009-09-14 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * configure.bat: Add #define PROFILING to config.h.
1358
0a3472c7
JR
13592009-07-03 Jason Rumney <jasonr@gnu.org>
1360
1361 * runemacs.c (set_user_model_id): Use standard types.
1362
ff90fbde
JR
13632009-06-30 Jason Rumney <jasonr@gnu.org>
1364
1365 * runemacs.c (set_user_model_id): New function.
1366 (WinMain): Use it.
1367
70243478
CY
13682009-06-21 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * Branch for 23.1.
1371
22749e9a
EZ
13722009-03-21 Eli Zaretskii <eliz@gnu.org>
1373
1374 * inc/sys/stat.h (struct stat): Change the types of st_uid and
1375 st_gid to unsigned.
1376
1377 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1378 to unsigned.
1379 (getpwuid): Argument is now unsigned.
1380 uid_t is now unsigned.
1381
1640b452
JB
13822009-02-24 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * INSTALL: Add comment about TCC; fix typos.
1385
c24f4bf9
JR
13862009-01-26 Jason Rumney <jasonr@gnu.org>
1387
0235128c
SM
1388 * emacsclient.rc, emacs.rc: Swap name and description.
1389 Remove Windows versions.
c24f4bf9 1390
84ef4ca2
JR
13912009-01-15 Jason Rumney <jasonr@gnu.org>
1392
f4c45b4f
JR
1393 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1394
1395 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1396
84ef4ca2
JR
1397 * addpm.c (main): Try using COM to create start menu shortcuts
1398 before resorting to DDE (Bug#202)
1399 Remove second command-line argument.
1400
8d67bc8e
JB
14012009-01-03 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * configure.bat: Untabify help message.
1404
8bc63b1a
JR
14052009-01-03 Jason Rumney <jasonr@gnu.org>
1406
1407 * configure.bat: New option --with-svg.
1408
1409 * INSTALL: Document experimental SVG support.
1410
8cd98482
JR
14112008-12-25 Jason Rumney <jasonr@gnu.org>
1412
29659067 1413 * config.nt (PTR): Remove.
8cd98482 1414
06e111a6
DN
14152008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * config.nt (LISTPROC, PROCATTR): Remove.
1418
de62e4f8
EZ
14192008-08-09 Eli Zaretskii <eliz@gnu.org>
1420
1421 * config.nt (LISTPROC, PROCATTR): New macros.
1422
69ab3201
DN
14232008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * config.nt (MULTI_KBOARD): Remove.
1426
75663c75
JR
14272008-07-23 Jason Rumney <jasonr@gnu.org>
1428
0e134ea0
JB
1429 * configure.bat: New option --profile.
1430 * gmake.defs: Set cflags and ldflags for profiling when specified.
75663c75 1431
77ccee09
DN
14322008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1433
1434 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1435
bdee2ef3
DN
14362008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * config.nt (HAVE_FACES): Remove, unused.
1439
43db14bb 14402008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1441 Eli Zaretskii <eliz@gnu.org>
43db14bb 1442
0e134ea0 1443 * nmake.defs (FONT_CFLAGS):
43db14bb
JB
1444 * gmake.defs (FONT_CFLAGS): Remove.
1445 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1446 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1447 and _CRTAPI1.
1448 (ARCH_FLAGS): Don't include _X86_.
1449
1450 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1451
f2a77c3a
DN
14522008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1453
1454 * config.nt: Remove reference to UNEXEC_SRC.
1455
540c2a33 14562008-06-23 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1457 Eli Zaretskii <eliz@gnu.org>
540c2a33
JB
1458
1459 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1460 Don't hardcode -gstabs+, use DEBUG_INFO.
1461
1462 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1463 Default to stabs if the compiler does not support DWARF-2.
1464 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1465
26a3b310
JR
14662008-05-14 Jason Rumney <jasonr@gnu.org>
1467
1468 * configure.bat: Remove code dealing with --disable-font-backend.
1469
ee7a2e7a
EZ
14702008-05-09 Eli Zaretskii <eliz@gnu.org>
1471
71e41ffb
EZ
1472 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1473 better alignment. Make st_size 64-bit wide. Add new members
1474 st_uname and st_gname.
1475
ee7a2e7a
EZ
1476 * inc/grp.h (struct group): Add gr_gid member.
1477
a113b3ca 14782008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
1479
1480 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1481 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
1482 a real file there is not a good idea.
1483
a113b3ca 14842008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 1485
99e0bf59
JR
1486 * makefile.w32-in (CLIENTRES): New variable and build target.
1487 (all): Depend on it.
1488 ($(TRES)): Use $(TRES) in rule.
1489
361823f4
JR
14902008-04-21 Jason Rumney <jasonr@gnu.org>
1491
1492 * configure.bat (success): Print "make" rather than "gmake", as that
d4835507 1493 is what MinGW uses.
361823f4 1494
87c24bb7
EZ
14952008-04-11 Eli Zaretskii <eliz@gnu.org>
1496
1497 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1498 Add copyright notice.
1499
5739d6f8
JR
15002008-04-10 Jason Rumney <jasonr@gnu.org>
1501
f12da103
JR
1502 * emacsclient.rc: New file.
1503
5739d6f8
JR
1504 * INSTALL: Document make targets.
1505
cc48598c
JR
15062008-04-09 Jason Rumney <jasonr@gnu.org>
1507
1508 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 1509 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
1510 (top-distclean, distclean, distclean-other-dirs-nmake)
1511 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1512 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1513
892508a4
EZ
15142008-04-05 Eli Zaretskii <eliz@gnu.org>
1515
aa08d1ff
EZ
1516 * inc/sys/stat.h: New file.
1517
892508a4
EZ
1518 * configure.bat: Add check for usp10.h.
1519
a25fe288
JR
15202008-04-04 Jason Rumney <jasonr@gnu.org>
1521
b46a6a83 1522 * INSTALL: Update Windows API requirements.
a25fe288 1523
b7612703
JR
15242008-04-03 Jason Rumney <jasonr@gnu.org>
1525
1526 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1527
b2019141
GM
15282008-03-13 Glenn Morris <rgm@gnu.org>
1529
1530 * emacs.rc: Set version to 23.0.60.
1531
12cc4d8f
JR
15322008-03-04 Jason Rumney <jasonr@gnu.org>
1533
1534 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1535 (EMACS_EXTRA_C_FLAGS): Include it.
1536 * configure.bat (usefontbackend): Default to Y.
1537 (--enable-font-backend): Replace with --disable-font-backend.
1538 (:withfont): Replace with :withoutfont.
1539
1b6bf70a
JR
15402008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1541
1542 * icons/emacs.ico: Full alpha for 32x32 full color.
1543 Add 32x32 and 16x16 256 color versions.
1544
6abe1b07
GM
15452008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1546
1547 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1548
480a77b5
JR
15492008-03-02 Jason Rumney <jasonr@gnu.org>
1550
1551 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1552
c9cc6462
DN
15532008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1554
1555 * icons/README: Update.
1556
1557 * icons/emacs.ico: New icon.
1558
c44b4b46
JB
15592008-02-25 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * addpm.c: Include malloc.h.
1562 (add_registry): Cast return value of alloca.
1563
9d2818d6
DN
15642008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1565
1566 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1567
1046da1c
EZ
15682008-02-11 Eli Zaretskii <eliz@gnu.org>
1569
1570 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1571 conditional on existence of junk.o. If %nocygwin% is already set
1572 to Y, skip to chkapiN instead of chkapi.
1573 (chkapi): Move "rm -f junk.c junk.o" to here.
1574 (chkapiN): New label.
1575
4134dd15
JR
15762008-02-11 Jason Rumney <jasonr@gnu.org>
1577
1578 * makefile.w32-in: Remove unidata-gen related rules.
1579
65366573
EZ
15802008-02-09 Eli Zaretskii <eliz@gnu.org>
1581
1582 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1583
f1cefe09
JR
15842008-02-11 Jason Rumney <jasonr@gnu.org>
1585
1586 * addpm.c (add_registry): Add an App Paths registry key.
1587 Look for GTK and add it to the DLL search path for Emacs if found.
1588
f01e03d3
JB
15892008-02-05 Juanma Barranquero <lekktu@gmail.com>
1590
1591 * configure.bat: In help, use generic names for the image libraries.
1592
880a5954
JB
15932008-02-04 Juanma Barranquero <lekktu@gmail.com>
1594
1595 * .cvsignore: Don't ignore .arch-inventory.
1596
680d641f
JR
15972008-02-03 Jason Rumney <jasonr@gnu.org>
1598
1599 * configure.bat: Make gcc the default compiler.
1600
ef764ddd
EZ
16012008-02-02 Eli Zaretskii <eliz@gnu.org>
1602
e344bebe
JB
1603 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1604 Ignore return status.
f0c58e10 1605
a392138f 1606 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
2dbe4d71
DM
1607 it out of the way of Windows generated file.
1608 Generate admin/unidata/makefile.
a392138f 1609
ef764ddd
EZ
1610 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1611 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1612 (unidatagen-clean-SH): New targets.
1613 (bootstrap-nmake): Invoke unidatagen-nmake.
1614 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1615
9303f985 16162008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1617
1618 * configure.bat (withfont): Set sep1 after modifying usercflags.
1619
9303f985 16202008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1621
1622 * configure.bat: Rename --with-font-backend to --enable-font-backend
1623 for consistency with other platforms.
1624
9303f985 16252008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1626
1627 * configure.bat: Add --with-font-backend option.
1628
cf32108e
JR
16292008-01-20 Jason Rumney <jasonr@gnu.org>
1630
1631 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1632 permissions to NTFS ACLs.
1633
880820fe 16342007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
1635
1636 * config.nt: Remove HAVE_X11R5.
1637
5eaf5ed9
JR
16382007-10-22 Jason Rumney <jasonr@gnu.org>
1639
1640 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1641 (strings.h, stdlib.h): Conditionally include.
1642 (w32_abort): Declare here.
1643 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1644
059d1e66
JR
16452007-10-20 Jason Rumney <jasonr@gnu.org>
1646
1647 * makefile.w32-in (info-nmake): Change into correct directories.
1648
6d005ee7
EZ
16492007-10-20 Eli Zaretskii <eliz@gnu.org>
1650
3a1ebd63
EZ
1651 * configure.bat (docflags, doldflags): New variables.
1652 (genmakefiles): Use them to work around problems with whitespace
1653 in arguments of the `if' command.
6d005ee7 1654
65d306e2
JR
16552007-10-18 Jason Rumney <jasonr@gnu.org>
1656
1657 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1658
fc2554aa
JR
16592007-09-27 Jason Rumney <jasonr@gnu.org>
1660
1661 * gmake.defs (COMCTL32): New system library.
1662
1663 * nmake.defs (COMCTL32): New system library.
1664
4f449725
GM
16652007-09-06 Glenn Morris <rgm@gnu.org>
1666
56d727ff 1667 * configure.bat:
52397249
JB
1668 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1669 Change from ../man to ../doc/emacs and ../doc/misc; and from
1670 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
4f449725 1671
e93ca076
GM
16722007-08-29 Glenn Morris <rgm@gnu.org>
1673
1674 * emacs.rc: Increase version to 23.0.50.
1675
e344bebe 16762007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
1677
1678 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1679
cacc7b51
GM
16802007-07-25 Glenn Morris <rgm@gnu.org>
1681
1682 * Relicense all FSF files to GPLv3 or later.
1683
1684 * COPYING: Switch to GPLv3.
1685
ed7c1a5c
EZ
16862007-07-16 Eli Zaretskii <eliz@gnu.org>
1687
1688 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1689 Depend on cmdproxy.
1690 (cleanall): Don't delete *~.
1691
5412a7f3
JR
16922007-07-15 Jason Rumney <jasonr@gnu.org>
1693
1694 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1695 be fully supported.
1696
a2dcccd9
JR
16972007-07-14 Jason Rumney <jasonr@gnu.org>
1698
1699 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1700 of winsock.h.
1701
a71f59c1
JR
17022007-07-11 Jason Rumney <jasonr@gnu.org>
1703
1704 * gmake.defs (OLE32): New library to link.
1705
1706 * nmake.defs (OLE32): Likewise.
1707
ad1597ce
JR
17082007-06-25 Jason Rumney <jasonr@gnu.org>
1709
1710 * cmdproxy.c (main): Set console codepages to "ANSI".
1711
32154d10
JR
17122007-06-20 Jason Rumney <jasonr@gnu.org>
1713
1714 * configure.bat: Complain if image libraries are missing.
1715
6dbd2549
JR
17162007-06-15 Jason Rumney <jasonr@gnu.org>
1717
1718 * emacs.manifest: New file.
1719
1720 * emacs.rc: Use it.
1721
7dfc4cda
CY
17222007-06-02 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * Version 22.1 released.
1725
c2970555
EZ
17262007-05-22 Eli Zaretskii <eliz@gnu.org>
1727
1728 * INSTALL: Add information about where to find GDB, and warn
1729 against --no-debug option to configure.bat.
1730
8add2b1a
EZ
17312007-05-19 Eli Zaretskii <eliz@gnu.org>
1732
1733 * INSTALL: Fix URL of EmacsW32 site where building with image
1734 support is described.
1735
07016031
GM
17362007-04-26 Glenn Morris <rgm@gnu.org>
1737
1738 * emacs.rc: Increase version to 22.1.50.
1739
5a842fda
EZ
17402007-03-31 Eli Zaretskii <eliz@gnu.org>
1741
1742 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1743
029e4603
RS
17442007-03-09 Richard Stallman <rms@gnu.org>
1745
1746 * INSTALL: Say explicitly this is not for Cygwin.
1747
309c91ff
EZ
17482007-03-03 Eli Zaretskii <eliz@gnu.org>
1749
c01949d3 1750 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 1751
c14693e3
GM
17522007-02-16 Glenn Morris <rgm@gnu.org>
1753
1754 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
1755 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
1756 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
1757 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
c01949d3
JB
1758 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1759 Restore all but two of icons deleted in previous change.
c14693e3 1760
bd5f26aa
CY
17612007-02-13 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * icons/README: New file.
1764
1765 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
1766 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
1767 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
8e127f99 1768 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 1769 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
1770 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1771 Unused icons deleted.
bd5f26aa 1772
57a64408
JB
17732007-01-31 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * configure.bat: Update ../site-lisp/subdirs.el when needed.
1776
4799aa91
JB
17772007-01-30 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * subdirs.el: Add "no-byte-compile: t" local variable.
1780
ac65c01c
JR
17812007-01-10 Jason Rumney <jasonr@gnu.org>
1782
1783 * README: Update URLs and advice about reporting bugs.
1784
2db771b7
JR
17852006-12-29 Jason Rumney <jasonr@gnu.org>
1786
1787 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1788 DEBUG_LINK.
c01949d3 1789 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 1790
bbc34249
EZ
17912006-12-27 Eli Zaretskii <eliz@gnu.org>
1792
1793 * INSTALL: Update table of supported Make ports. Show "make -j"
1794 command that is known to work.
1795
1796 * configure.bat: Update table of supported Make ports.
1797
ed1281ec
EZ
17982006-12-24 Eli Zaretskii <eliz@gnu.org>
1799
1800 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
1801 only in implicit rules. Use literal "emacs.rc" instead.
1802
d572c005
EZ
18032006-12-23 Eli Zaretskii <eliz@gnu.org>
1804
fa1f0a88
EZ
1805 * gmake.defs: Export XMFLAGS.
1806
2dbe4d71
DM
1807 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1808 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 1809
b47342e3
EZ
18102006-12-22 Eli Zaretskii <eliz@gnu.org>
1811
c52bf8c3
EZ
1812 * INSTALL: Explain how to invoke GNU Make for parallel builds.
1813
5e059fc1
EZ
1814 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
1815 command-line argument to sub-Make in src, since src/makefile.w32-in
1816 invokes Make recursively during bootstrap.
f278d4a6 1817 (clean): Delete stamp_BLD.
6808dce1 1818 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 1819
b47342e3
EZ
1820 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1821 stamp_BLD after creating the $(BLD) directory.
1822
1823 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1824 stamp_BLD after creating the $(BLD) directory.
1825
1826 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
1827 (preprep, $(TRES), runemacs)
1828 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
1829 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1830 Depend on stamp_BLD instead of on $(BLD).
1831 (XMFLAGS): New macro.
1832 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
1833 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
1834 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
1835 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
1836
6148a044
EZ
18372006-12-20 Eli Zaretskii <eliz@gnu.org>
1838
1839 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
1840 $(ALL_DEPS).
b47342e3
EZ
1841 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
1842 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1843 New dependency on $(BLD).
6148a044
EZ
1844 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
1845 (bootstrap-gmake): Depend on addsection.
1846
4da0d3f7
JB
18472006-10-29 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * runemacs.c (WinMain): Process all recognized arguments, not just
1850 the first one. Remove unused variable sec_desc.
1851
8f59d602
EZ
18522006-09-24 Eli Zaretskii <eliz@gnu.org>
1853
1854 * config.nt (HAVE_LANGINFO_CODESET): Define.
1855
1856 * inc/langinfo.h: New file.
1857
1858 * inc/nl_types.h: New file.
1859
45a2056c
JB
18602006-09-15 Jay Belanger <belanger@truman.edu>
1861
1862 * COPYING: Replace "Library Public License" by "Lesser Public
1863 License" throughout.
1864
ac70d20b
JR
18652006-07-27 Jason Rumney <jasonr@gnu.org>
1866
1867 * INSTALL: Add notes about Cygwin make to impatient section.
1868
3d80c941
EZ
18692006-06-02 Eli Zaretskii <eliz@gnu.org>
1870
1871 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
1872 known to work.
1873
335be36b
JR
18742006-03-12 Jason Rumney <jasonr@gnu.org>
1875
ebe98f49
JR
1876 * addpm.c (add_registry): Don't change the registry unless keys
1877 already exist from a previous version.
1878
92cc46af
JR
1879 * makefile.w32-in (install): Use -q when invoking addpm.
1880
335be36b
JR
1881 * addpm.c (main): Accept -q as alternative for /q.
1882
f71d8cff
JR
18832006-03-11 Jason Rumney <jasonr@gnu.org>
1884
1885 * runemacs.c (WinMain): Set screen buffer to 80x25.
1886
94e7daf7
EZ
18872005-12-24 Eli Zaretskii <eliz@gnu.org>
1888
1889 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
1890 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
1891
9ea74bfb
EZ
18922005-12-09 Eli Zaretskii <eliz@gnu.org>
1893
1894 * INSTALL: Add explanation of how to debug with GDB starting from
1895 the Emacs Abort dialog.
1896
d73d22ed
CY
18972005-11-26 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * emacs.rc: Use new icons.
1900
07908aec
EZ
19012005-11-26 Eli Zaretskii <eliz@gnu.org>
1902
1903 * emacs21.ico: Renamed from emacs.ico.
1904 * emacs.ico: New icons from Andrew Zhilin
1905 <andrew_zhilin@yahoo.com>.
1906
ed326e35
EZ
19072005-09-10 Eli Zaretskii <eliz@gnu.org>
1908
1909 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1910
df76c589
JB
19112005-08-10 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * .cvsignore: Add `obj' and `oo' for in-place installations.
1914
43e124e6
EZ
19152005-07-30 Eli Zaretskii <eliz@gnu.org>
1916
4da0d3f7 1917 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 1918
5dac5615
JB
19192005-07-29 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * configure.bat: Don't create lisp/Makefile.unix.
1922
c638055f
JB
19232005-07-28 Juanma Barranquero <lekktu@gmail.com>
1924
1925 * .cvsignore: Add `makefile' and `config.log'.
1926
9eff9fe3
PE
19272005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1928
1929 Merge gnulib getopt implementation into Emacs.
1930
1931 * inc/gettext.h: Remove; no longer needed now that
1932 lib-src/gettext.h exists.
1933
9ebc3953
EZ
19342005-07-16 Eli Zaretskii <eliz@gnu.org>
1935
1936 * configure.bat: Finish config.log with a line that indicates that
1937 the configure step was successful.
1938
a0ec7a4a
LK
19392005-07-04 Lute Kamstra <lute@gnu.org>
1940
1941 Update FSF's address in GPL notices.
1942
5bc753e8
EZ
19432005-06-11 Eli Zaretskii <eliz@gnu.org>
1944
099a3eea
EZ
1945 * configure.bat: If their fc.exe returns a meaningful exit status,
1946 don't overwrite src/config.h and src/epaths.h with identical
1947 copies.
1948
591cbed1
EZ
1949 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
1950 changes. Add a pointer to another site with detailed configure
1951 and build instructions. Suggest to look at config.log when
1952 configure fails. Add MinGW Make 3.80 to the list of successful
1953 combinations.
1954
5bc753e8
EZ
1955 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1956 "-mcpu=i686".
1957
099a3eea 1958 * configure.bat: Update copyright years.
5bc753e8
EZ
1959 Delete config.log before doing anything else.
1960 Write additional diagnostics to config.log in case of failures to
1961 compile test programs, including the failed test program itself.
1962 Add a test for support of -mtune=pentium4 switch to GCC; if it is
1963 supported, set up MCPU_FLAG variable on the various Makefiles to
1964 use that switch during compilations. (This avoids GCC warning
1965 about -mcpu being deprecated.)
1966
d2fcf769
EZ
19672005-06-10 Eli Zaretskii <eliz@gnu.org>
1968
1969 * addsection.c (copy_executable_and_add_section): Pass non-zero
1970 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
1971 environment. Print section names with %.8s.
1972 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
1973 only if non-zero. All callers changed.
1974
a0c38328
EZ
19752005-06-05 Eli Zaretskii <eliz@gnu.org>
1976
1977 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
75f1671a 1978 `const void *', for consistency with POSIX.
a0c38328 1979
1a8fb426
EZ
19802005-06-04 Eli Zaretskii <eliz@gnu.org>
1981
1982 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1983
bd7bdff8
JB
19842005-05-24 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * INSTALL: Add more pointers to ports of Unix tools to Windows,
1987 and to the Emacs Wiki (which contains building instructions for
1988 Windows). Reword image library instructions and remove obsolete
1989 incompatibility information.
1990
007d105b
TTN
19912005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1992
1993 * config.nt (HAVE_PWD_H): Undef.
1994
0b0dea7b
JB
19952004-06-07 Juanma Barranquero <lektu@terra.es>
1996
1997 * INSTALL: Clarify paragraph about compatibility between image
1998 libraries and builds of Emacs with several compilers.
1999
33d786f9
JB
20002004-06-06 Juanma Barranquero <lektu@terra.es>
2001
73dfa0bf
JB
2002 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2003 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10d1d0af 2004 calling non-existent cmdproxy.exe on bootstrapping after a
73dfa0bf
JB
2005 previous install followed by realclean.
2006
33d786f9
JB
2007 * nmake.defs: Add quote in comment to resync font-locking.
2008
3dfbc6d8
JB
20092004-06-04 Juanma Barranquero <lektu@terra.es>
2010
2011 * INSTALL: Reword the section on image support. Add reference to
2012 GnuWin32. Mention problems when mixing binaries from different
2013 compilers.
2014
112dc8e1
JR
20152004-05-06 Jason Rumney <jasonr@gnu.org>
2016
2017 * configure.bat: Use -mno-cygwin to check for image libraries
2018 when needed.
2019
5eb3d2a5
JR
20202004-05-03 Jason Rumney <jasonr@gnu.org>
2021
238add5e
JR
2022 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2023 * makefile.def: Remove.
2024
133ef3d3 2025 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 2026
5eb3d2a5
JR
2027 * makefile.w32-in (info-gmake, info-nmake): New targets.
2028 (info): Use them.
2029
e9419bd4
JB
20302004-04-23 Juanma Barranquero <lektu@terra.es>
2031
2032 * nmake.defs:
2033 * gmake.defs:
d814862a 2034 * makefile.w32-in:
e9419bd4
JB
2035 * makefile.def:
2036 * makefile.nt: Add "-*- makefile -*-" mode tag.
2037
1e3c9713
JR
20382004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2039
133ef3d3 2040 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 2041
2f0c11a1
JR
20422004-03-11 Jason Rumney <jasonr@gnu.org>
2043
2044 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2045
134d9671
JB
20462004-03-10 Juanma Barranquero <lektu@terra.es>
2047
2048 * makefile.w32-in (install): Don't try to copy
2049 ../lib-src/fns-*.el, as it isn't used anymore.
2050
d57625a0
JR
20512004-01-28 Peter Runestig <peter@runestig.com>
2052
2053 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2054
5ea32beb
MB
20552003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
2056
2057 * .cvsignore: Add `.arch-inventory'.
2058
d57625a0 20592003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 2060
133ef3d3 2061 * inc/grp.h: New file.
930a9995 2062
d57625a0 20632003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
2064
2065 * configure.bat: Create ``makefile'' in directories man, lispref
2066 and lispintro.
2067
2068 * makefile.w32-in (force-info, info): New targets.
2069
2070 * envadd.bat: New file.
2071
2072 * multi-install-info.bat: New file.
2073
880820fe 20742003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
2075
2076 * config.nt (my_strftime): New define.
2077
5d54d177
JR
20782003-02-01 Jason Rumney <jasonr@gnu.org>
2079
2080 * configure.bat: Automatically detect libXpm.
2081 Suppress compiler output when testing for image libraries.
2082 Give names of un-found libraries in messages.
2083
53b37591
JB
20842003-01-31 Juanma Barranquero <lektu@terra.es>
2085
fe929957 2086 * configure.bat: Automatically detect giflib and tifflib.
53b37591 2087
fbd852af
JR
20882003-01-29 Jason Rumney <jasonr@gnu.org>
2089
2090 * gmake.defs (CURDIR): Disable cygpath kludge.
2091
50ca1c55
JB
20922003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2093
2094 * configure.bat: Avoid endless loop when configuring without image
2095 support.
2096
28908312
JR
20972003-01-26 Jason Rumney <jasonr@gnu.org>
2098
2099 * configure.bat: Automatically detect jpeglib.
2100
c262430d
JR
21012003-01-25 Jason Rumney <jasonr@gnu.org>
2102
2103 * configure.bat: Automatically detect libpng.
2104
53b37591 21052003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
2106
2107 * icons/hand.cur: New file.
2108
53b37591 21092003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
2110
2111 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2112
38018ad3
AI
21132003-01-15 Andrew Innes <andrewi@gnu.org>
2114
2115 * gmake.defs (CURDIR): Convert to native Windows format (with
2116 forward slashes), to support building with Cygwin builds of make.
2117
4c11103a
JB
21182002-11-17 Ben Key <BKey1@tampabay.rr.com>
2119
2120 * nmake.defs:
f60ae425
BK
2121 * gmake.defs: Made changes so that Emacs would link with
2122 WinMM.lib. This change was required for my addition of a Windows
2123 compatible implementation of play-sound-internal.
2124
4c11103a 21252002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 2126
4c11103a 2127 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 2128
960f21ae
JR
21292002-06-13 Jason Rumney <jasonr@gnu.org>
2130
2131 * addpm.c (env_vars): Remove EMACSLOCKDIR.
2132
2133 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2134 (maybe-bootstrap-SH): New targets.
2135 (all): Depend on maybe-bootstrap.
2136
933af497
JR
21372002-05-03 Jason Rumney <jasonr@gnu.org>
2138
2139 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2140 (sys_getpeername, fcntl): Declare as wrappers.
2141
dc728514
JB
21422002-04-10 Juanma Barranquero <lektu@terra.es>
2143
2144 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2145 after compiling .el files.
2146
3be38152
JR
21472002-03-20 Jason Rumney <jasonr@gnu.org>
2148
2149 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2150 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2151
d1ef18f2
KS
21522002-03-19 Kim F. Storm <storm@cua.dk>
2153
2154 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2155 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2156 (HAVE_SYS_UN_H): Undef.
2157 From David Ponce <dponce@voila.fr>.
2158
73792b51
JR
21592002-03-13 Jason Rumney <jasonr@gnu.org>
2160
2161 * config.nt (STRFTIME_NO_POSIX2): Define.
2162
f7b9d4d1
JR
21632002-02-18 Jason Rumney <jasonr@gnu.org>
2164
2165 * emacs.rc: Define VS_VERSION_INFO if not already.
2166 Update version info.
2167
98cf1bb5
AI
21682002-01-04 Andrew Innes <andrewi@gnu.org>
2169
2170 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2171 pick up relevant bits of the Windows API definitions.
2172
2173 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2174 pick up relevant bits of the Windows API definitions.
2175
0e4435be
AI
21762001-12-14 Andrew Innes <andrewi@gnu.org>
2177
2178 * makefile.w32-in (bootstrap): Build addsection program before
2179 bootstrap (required for post-processing temacs.exe).
2180
880820fe 21812001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
2182
2183 * COPYING: New file.
2184
493faf20
AI
21852001-12-03 Andrew Innes <andrewi@gnu.org>
2186
2187 * makefile.w32-in (bootstrap-nmake):
2188 (bootstrap-gmake): Extend bootstrap process to first do
2189 bootstrap-clean in lisp dir and rebuild the DOC file.
2190 (bootstrap): Do a "normal" make after the bootstrap work.
2191
fc813ef6
JR
21922001-11-20 Jason Rumney <jasonr@gnu.org>
2193
2194 * INSTALL: Update table of versions of make that are suitable
2195 for building Emacs, based on recent feedback.
2196
133ef3d3 2197 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 2198
72431058
AI
21992001-11-19 Andrew Innes <andrewi@gnu.org>
2200
2201 * ftime-nostartup.bat: New file.
2202
2203 * ftime.bat: Don't include libc.lib for profiling - the profiler
2204 corrupts part of memcpy.
2205
eec004b0
JR
22062001-11-17 Jason Rumney <jasonr@gnu.org>
2207
2208 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2209 expansion. From Juanma Barranquero <lektu@terra.es>.
2210
71431a0e
GM
22112001-10-20 Gerd Moellmann <gerd@gnu.org>
2212
6aa97356 2213 * (Version 21.1 released.)
71431a0e 2214
967d7793
AI
22152001-10-12 Andrew Innes <andrewi@gnu.org>
2216
2217 * inc/pwd.h (uid_t, gid_t): New typedefs.
2218
ab952a4f
GM
22192001-10-05 Gerd Moellmann <gerd@gnu.org>
2220
2221 * Branch for 21.1.
85b2f69e 2222
33d69478
EZ
22232001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2224
2225 * README: Update the address of the mailing list and subscription
2226 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
2227
05b24487
EZ
22282001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
2231
2232 * configure.bat: Make sure ../site-lisp exists; create if necessary.
2233
3762e7d0
EZ
22342001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2235
2236 * INSTALL: Mention that "make install" can be "nmake install".
2237
83536c16
EZ
22382001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2239
2240 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2241 since some versions of `mkdir' don't automatically create parent
2242 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2243
f466241d
EZ
22442001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2245
2246 * subdirs.el: New file.
2247
2248 * configure.bat: Copy subdirs.el to the site-lisp directory.
2249
2250 * makefile.w32-in (install): Copy subdirs.el to the installation
2251 directory.
2252
0ac7bf6c
JR
22532001-06-20 Jason Rumney <jasonr@gnu.org>
2254
2255 * runemacs.c (WinMain): Add quotes around command in case of spaces.
2256
ec57454f
AI
22572001-06-01 Andrew Innes <andrewi@gnu.org>
2258
2259 * gmake.defs (sh_output): Don't use $(warning ...) to output
2260 messages, since that is not supported by GNU make 3.77.
2261
263f7134
JR
22622001-05-24 Jason Rumney <jasonr@gnu.org>
2263
2264 * INSTALL: Clarify that building with MSVC requires nmake.
2265
fbdbf318
AI
22662001-05-17 Andrew Innes <andrewi@gnu.org>
2267
2268 * gmake.defs (NEW_CYGWIN): Output message about spurious error
2269 message that is to be ignored.
2270
4b994b84
AI
22712001-05-13 Andrew Innes <andrewi@gnu.org>
2272
2273 * TODO: Remove file, since it is completely out of date.
2274
2275 * README: Add copyright notice.
2276
2277 * INSTALL: Add copyright notice.
2278
e8918aee
EZ
22792001-04-18 Andrew Innes <andrewi@gnu.org>
2280
2281 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2282 the environment.
2283
2284 * gmake.defs (SETLOADPATH): Remove definition.
2285 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2286 environment.
2287
22882001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2289
2290 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 2291 first 8 characters.
e8918aee
EZ
2292
22932001-03-17 Andrew Innes <andrewi@gnu.org>
2294
2295 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2296 escaped quotes.
2297
2298 * gmake.defs (DEBUG_LINK): New macro.
2299 (LINK_FLAGS): Use it.
2300
2301 * nmake.defs (DEBUG_LINK): New macro.
2302 (LINK_FLAGS): Use it.
2303
23042001-03-06 Andrew Innes <andrewi@gnu.org>
2305
2306 * INSTALL: Add --ldflags to configure line for building with
2307 recent versions of Cygwin GCC.
2308
53b37591 23092001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
2310
2311 * configure.bat: Use correct options when compiling a test program
2312 with Cygwin. From David Ponce <dponce@voila.fr>.
2313
23142001-02-24 Andrew Innes <andrewi@gnu.org>
2315
2316 * _emacs: Remove obsolete file.
2317
2318 * emacs.bat.in: Remove obsolete file.
2319
2320 * debug.bat.in: Remove obsolete file.
2321
2322 * inc/sys/socket.h: Add copyright notice.
2323
2324 * paths.h: Add copyright notice.
2325
2326 * makefile.nt: Update copyright notice.
2327
2328 * makefile.def: Update copyright notice.
2329
2330 * configure.bat: Update copyright notice.
2331
2332 * nmake.defs: Add copyright notice.
2333
2334 * gmake.defs: Add copyright notice.
2335
2336 * makefile.w32-in: Add copyright notice.
2337
23382001-02-05 Andrew Innes <andrewi@gnu.org>
2339
2340 * nmake.defs (THISDIR): New definition.
2341
2342 * gmake.defs (THISDIR): New definition.
2343
23442001-02-03 Andrew Innes <andrewi@gnu.org>
2345
2346 * configure.bat: Leave a space before >> only when there is a
2347 preceding digit. Add a comment about the importance of this.
2348
2349 * README: Replace outdated information.
2350
2351 * INSTALL (Trouble-shooting): Add note about need to specify extra
2352 compiler flags with recent Cygwin ports of gcc.
2353
23542001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2355
2356 * configure.bat: Use "rm -f" instead of "del /f", as the latter
2357 is not supported by Windows 9X's COMMAND.COM.
2358
23592001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2360
10d1d0af 2361 * configure.bat: Make sure redirection is preceded by a blank, to
e8918aee
EZ
2362 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2363 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
2364
23652001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
2366
2367 * INSTALL: Copy the table of tested combinations of development
10d1d0af 2368 tools from configure.bat. Add suggestion to install Bash on
e8918aee
EZ
2369 Windows 9X.
2370
2371 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2372 lisp/Makefile.in instead. Use "rm -f" where more than one file
2373 needs to be deleted, since command.com in Windows 9X doesn't grok
2374 more than one argument.
2375
23762001-01-24 Andrew Innes <andrewi@gnu.org>
2377
85b2f69e 2378 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
2379 (cleanall-other-dirs-gmake): New targets.
2380 (cleanall): Invoke them.
2381
23822001-01-19 Andrew Innes <andrewi@gnu.org>
2383
2384 * addpm.c (env_vars): Add a version-independent site-lisp
2385 directory to EMACSLOADPATH, after the version dependent one.
2386
23872001-01-06 Andrew Innes <andrewi@gnu.org>
2388
2389 * README: Update info about compilers.
2390
2391 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2dbe4d71
DM
2392 select correct rule for invoking make in another directory.
2393 Amend rules accordingly.
e8918aee
EZ
2394 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2395
2396 * nmake.defs (EMACS_ICON_PATH): Delete definition.
2397 (COMPILER_TEMP_FILES): New definition.
2398 (MAKETYPE): New definition.
2399
2400 * gmake.defs (EMACS_ICON_PATH): Delete definition.
2401 (COMPILER_TEMP_FILES): New definition.
2402 (MAKETYPE): New definition.
2403
2404 * makefile.def (EMACS_ICON_PATH): Delete definition.
2405
2406 * configure.bat: Be careful not to add trailing spaces when
2407 outputting to config.settings.
2408
24092001-01-02 Andrew Innes <andrewi@gnu.org>
2410
2411 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2412 than the function.
2413
24142000-12-17 Andrew Innes <andrewi@gnu.org>
2415
2416 * makefile.w32-in (install): Copy directories to the correct
2417 places.
2418 (real_install): Remove obsolete target.
2419
24202000-12-06 Andrew Innes <andrewi@gnu.org>
2421
2422 * nmake.defs (CURDIR): New define.
2423 (INSTALL_DIR): Use it.
2424
2425 * gmake.defs (NEW_CYGWIN): New define.
2426 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2427 so we need to adjust how we escape embedded quotes.
2428 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2429 relative to $(CURDIR).
2430
24312000-11-25 Jason Rumney <jasonr@gnu.org>
2432
2433 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2434
24352000-10-17 Andrew Innes <andrewi@gnu.org>
2436
2437 * makefile.w32-in (recompile): New target to recompile lisp
2438 directory.
2439 (recompile-CMD, recompile-SH): New support targets.
2440
24412000-09-24 Jason Rumney <jasonr@gnu.org>
2442
2443 * config.nt (NO_RETURN): Define it.
2444
24452000-09-17 Andrew Innes <andrewi@gnu.org>
2446
2447 * gmake.defs: Revert to Unix line endings.
2448
2449 * nmake.defs: Revert to Unix line endings.
2450
24512000-09-16 Andrew Innes <andrewi@gnu.org>
2452
2453 * gmake.defs (SETLOADPATH): Change definition to work from any
2454 subdirectory.
2455
24562000-09-14 Andrew Innes <andrewi@gnu.org>
2457
2458 * makefile.w32-in: Revert to Unix line endings.
2459
24602000-09-14 Andrew Innes <andrewi@gnu.org>
2461
2462 * INSTALL: Add note about expected error messages when configure
2463 is run.
2464
2465 * configure.bat: Simplify the generation of makefiles (don't need
2466 to generate various top-level targets that invoke make in other
2467 directories).
2468
2469 * gmake.defs (SHELLTYPE): New define.
2470 (SETLOADPATH): New define.
2471
2472 * nmake.defs (SHELLTYPE): New define.
2473
2474 * makefile.w32-in: Standardize indentation somewhat.
2475 Add bootstrap support.
2476 Pass $(MFLAGS) when invoking make recursively.
2477 Add shell-specific variants of top-level targets that invoke make
2478 recursively in other directories, and add necessary computed
2479 dependencies.
2480
24812000-09-03 Andrew Innes <andrewi@gnu.org>
2482
2483 * makefile.w32-in: Change to DOS line endings.
2484
2485 * configure.bat: Change to DOS line endings.
2486
2487 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2488 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2489
2490 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2491 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2492
2493 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2494 -D_ANONYMOUS_STRUCT on compile line.
2495 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2496 (ARCH_CFLAGS): Change optimization flags to -O2.
2497 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2498 (ARGQUOTE, DQUOTE): New defines.
2499
2500 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2501 -D_ANONYMOUS_STRUCT on compile line.
2502 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2503 (ARGQUOTE, DQUOTE): New defines.
2504
25052000-08-22 Andrew Innes <andrewi@gnu.org>
2506
2507 * configure.bat: New file.
2508
2509 * gmake.defs: New file.
2510
2511 * nmake.defs: New file.
2512
2513 * makefile.w32-in: New file.
2514
2515 * INSTALL: Rewrite to match new configure process.
2516
2517 * config.nt [WINDOWSNT]: Don't declare getenv.
2518 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2519
2520 * addpm.c (main): Accept /q to mean install based on addpm's
2521 location without asking. Remove reference to emacs.bat which is
2522 now obsolete.
2523
2524 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2525
2526 * paths.h: Use forward slash as directory separator in all path
2527 definitions.
2528 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2529
2530 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2531
2532 * runemacs.c: Remove WIN32 define.
2533
2534 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2535 not defined.
2536
2537 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2538 (fd_set): Define to new name, after including winsock.h, so we can
2539 provide our own implementation.
2540
25412000-07-05 Andrew Innes <andrewi@gnu.org>
2542
2543 * ebuild.bat: Add support for specifying make arguments.
2544
2545 * makefile.nt: Add support for `bootstrap' and related targets.
2546
25472000-06-11 Jason Rumney <jasonr@gnu.org>
2548
2549 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2550
25512000-02-06 Andrew Innes <andrewi@gnu.org>
2552
2553 * inc/sys/time.h: Add inclusion protection.
2554
2555 * makefile.def (SYS_LDFLAGS): Add -nologo.
2556
25571999-11-22 Andrew Innes <andrewi@gnu.org>
2558
2559 * install.bat: Pass on command line arguments to make.
2560
c01949d3 2561 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
2562
25631999-11-21 Andrew Innes <andrewi@gnu.org>
2564
2565 * makefile.nt (all): Build leim if present.
2566 (install): Install leim if present.
2567 (clean): Clean leim if present.
2568
2569 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2570 definition.
2571
2572 * emacs.bat.in (EMACSLOADPATH): Include leim.
2573
e8918aee
EZ
25741999-07-12 Richard Stallman <rms@gnu.org>
2575
2576 * Version 20.4 released.
2577
25781999-06-16 Andrew Innes <andrewi@gnu.org>
2579
2580 * emacs.rc: Use an icon with a transparent background, to be in
2581 keeping with other applications.
2582
25831999-06-03 Andrew Innes <andrewi@gnu.org>
2584
2585 * preprep.c: Fix typo.
2586
25871999-05-02 Andrew Innes <andrewi@gnu.org>
2588
2589 * config.h: Remove obsolete file.
2590
2591 * preprep.c (copy_executable_and_move_sections): Ifdef out a
2592 couple of unused switch cases that aren't defined on all
2593 platforms.
2594
2595 * ftime.bat: Add another variation of the profile command, which
2596 only profiles extended commands.
2597
25981999-03-31 Geoff Voelker <voelker@cs.washington.edu>
2599
2600 * cmdproxy.c (main): Fix parens.
2601
26021999-03-25 Andrew Innes <andrewi@gnu.org>
2603
2604 * cmdproxy.c (main): Call GetShortPathName to normalize program
2605 names for comparison.
2606
26071999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2608
2609 * makefile.def: Compile multiple .c files when possible.
2610 Use BLD instead of assuming i386.
2611 * makefile.nt: Remove common multiple file compilation commands.
2612
26131999-03-04 Geoff Voelker <voelker@cs.washington.edu>
2614
2615 * cmdproxy.c (main): Add missing parens.
2616
26171999-02-20 Andrew Innes <andrewi@gnu.org>
2618
2619 * preprep.c: New program to allow dumped image to be profiled.
2620
2621 * makefile.nt (preprep): New target.
2622 (ALL): Build it.
2623
2624 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2625
2626 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2627 Change prep options to profile libc functions and skip the startup
2628 code.
2629
26301999-02-15 Geoff Voelker <voelker@cs.washington.edu>
2631
2632 * makefile.nt: Create installation directory as first step.
2633
26341999-01-31 Andrew Innes <andrewi@gnu.org>
2635
2dbe4d71 2636 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
e8918aee
EZ
2637 ROUND_UP_DST. Zeroes the alignment slop.
2638 (copy_executable_and_add_section): Update the
2639 SizeOfHeaders field properly.
2640
26411999-01-27 Andrew Innes <andrewi@gnu.org>
2642
2643 * makefile.nt: Do make version comparison as strings.
2644
26451999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
2646
2647 * runemacs.c (WinMain): Pass explicit environment block to
2648 CreateProcess, to work around a bug in Windows 95/98.
2649
26501999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2651
2652 * icons: New directory with Davenport's icons.
134d9671 2653 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
2654
2655 * makefile.nt (install, fast_install): Install Windows icons
2656 into etc/icons.
2657
2658 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2659
26601999-01-17 Andrew Innes <andrewi@gnu.org>
2661
52397249 2662 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
2663 (addsection): New top-level target.
2664 (install): Copy fns-*.el to bin directory.
2665
2666 * addsection.c: New program to add static heap section to
2667 temacs.exe after linking, in support of new unexec method.
2668
26691998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
2670
2671 * cmdproxy.c (spawn): Pass directory for child as parameter.
2672 (main): Save startup directory to give to spawn, then change
2673 directory to location of .exe in order not to prevent startup
2674 directory from being deleted.
2675
26761998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2677
b0b19974 2678 * makefile.nt: Do string comparison of _NMAKE_VER.
e8918aee
EZ
2679
26801998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2681
2682 * config.nt (LOCALTIME_CACHE): Define.
2683
26841998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2685
2686 * install.bat: Convert to DOS format.
2687
26881998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2689
2690 * cmdproxy.c (main): Set environment size only when running
2691 command.com.
2692
53b37591 26931998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
2694
2695 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2696 (DEL_TREE): Use rd instead of rmdir.
2697 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
2698 * makefile.nt: Compile multiple source files when possible.
85b2f69e 2699
e8918aee
EZ
27001998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2701
2702 * cmdproxy.c (main): Treat command line options as case-insensitive.
2703
27041998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2705
2706 * Version 20.3 released.
2707
27081998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2709
2710 * addpm.c (main): Explicitly check result of message box for OK.
2711
27121998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2713
2714 * inc/sys/file.h (D_OK): Define new macro.
2715
27161998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2717
2718 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2719
27201998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2721
2722 * emacs.rc (VS_VERSION_INFO): Define.
2723
27241998-04-23 Geoff Voelker <voelker@cs.washington.edu>
2725
2726 * makefile.nt (emacs.bat, debug.bat): Create them in the
2727 installation directory.
2728
27291998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
2730
2731 * ddeclient.c: New file. (Support program for performing limited
e580a741 2732 interprocess communication on Windows.)
e8918aee
EZ
2733
2734 * makefile.nt: Build ddeclient.
2735
2736 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 2737 provide extra directory argument, when running on Windows 95.
85b2f69e 2738
e8918aee
EZ
27391998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2740
2741 * cmdproxy.c (fail): Exit with a negative return value.
2742 (spawn): Return subprocess return code as an argument.
2743 Explicitly copy environment block.
2744 (main): Update to use return value argument with spawn.
2745 Retry if spawn failed when a subshell was not tried.
2746
2747 * config.nt: Include new macros from src/config.in.
2748 (GNU_MALLOC, REL_ALLOC): Define.
2749 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
2750 (RE_TRANSLATE): Use char_table_translate.
2751
2752 * makefile.def (CP_DIR): Preserve attributes.
2753
2754 * makefile.nt (clean): Delete patch generated files, optimized
2755 build directory.
2756
27571997-10-01 Geoff Voelker <voelker@cs.washington.edu>
2758
2759 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2760
27611997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2762
2763 * Version 20.2 released.
2764
27651997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2766
2767 * Version 20.1 released.
2768
27691997-09-11 Geoff Voelker <voelker@cs.washington.edu>
2770
2771 * debug.bat.in: New file.
2772 * makefile.nt (debug.bat): New target.
2773
27741997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
2775
2776 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
2777 Quote group name. Allow different icons to be specified.
2778
2779 * cmdproxy.c (get_env_size): New function.
2780 (spawn): Explicitly pass in environment when creating subprocess.
10d1d0af 2781 (main): Cleanup error messages.
e8918aee
EZ
2782 Specify dynamically sized environment block for real shell.
2783 Pass on unhandled switches to real shell.
2784 Quote program name.
2785
85b2f69e 2786 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 2787 directory.
85b2f69e 2788 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
2789
2790 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 2791 high or low priority.
e8918aee
EZ
2792
2793 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 2794
e8918aee
EZ
27951997-09-02 Geoff Voelker <voelker@cs.washington.edu>
2796
2797 * addpm.c (env_vars): No longer set INFOPATH.
2798
2799 * cmdproxy.c (get_next_token): Null terminate token returned.
2800
2801 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
2802
28031997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
2804
2805 * addpm.c (env_vars): Set SHELL to cmdproxy.
2806 (main): Initialize idDde to 0.
2807 Determine emacs_path from module file name.
2808 Prompt for install.
2809
2810 * makefile.def (MSVCNT11): Conditionally define it.
2811 (BASE_LIBS): Do not use oldnames.lib.
2812 (SYS_LDFLAGS): Use pdb files.
2813 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
2814 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
2815 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
2816
2817 * makefile.nt (ALL): Build cmdproxy.
2818 (cmdproxy): New target.
2819 (install): Install cmdproxy.
2820
2821 * ftime.bat, debug.bat, cmdproxy.c: New files.
2822
28231997-07-10 Geoff Voelker <voelker@cs.washington.edu>
2824
52397249 2825 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
2826 (sys_shutdown): Export.
2827
28281997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2829
2830 * config.nt (RE_TRANSLATE): Copy definition from config.in.
2831
28321997-07-01 Geoff Voelker <voelker@cs.washington.edu>
2833
2834 * config.nt: Update file comments.
2835 Update undefs added/removed in src/config.in.
2836
28371997-06-19 Geoff Voelker <voelker@cs.washington.edu>
2838
67cd381d 2839 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
e8918aee
EZ
2840 of win95 and winnt, respectively.
2841
28421997-01-04 Geoff Voelker <voelker@cs.washington.edu>
2843
2844 * makefile.nt (real_install): Create site-lisp in installation dir.
2845 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
2846 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
2847
e8918aee
EZ
28481996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2849
2850 * Version 19.33 released.
2851
28521996-08-09 Geoff Voelker <voelker@cs.washington.edu>
2853
2854 * runemacs.c (WinMain): Put a space between the binary and its args.
2855
28561996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2857
2858 * Version 19.32 released.
2859
28601996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2861
2862 * makefile.nt (clean): Use OBJDIR macro.
2863
28641996-06-03 Kim F. Storm <kfs@olicom.dk>
2865
e580a741 2866 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
2867 Not defined by default.
2868 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2869 (WinMain): Convert backslashes to slashes in env var values.
2870
e580a741 2871 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
2872
28731996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2874
2875 * Version 19.31 released.
2876
28771996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
2878
2879 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
2880 undo settings afterwards.
2881
28821996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
2883
2884 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 2885 environment variable.
e8918aee 2886
53b37591 28871996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
2888
2889 * install.bat: Allow for optimized build.
2890 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
2891 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
2892
53b37591 28931996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
2894
2895 * addpm.c (REG_ROOT): Don't use a trailing backslash.
2896 (env_vars): Rename field emacs_path to emacs_dir.
2897 (main): Add link to runemacs instead of emacs.
2898
2899 * install.bat: Check if INSTALL_DIR is passed as an argument.
2900
2901 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
2902
2903 * makefile.nt: Build and install runemacs.exe.
2904
2905 * runemacs.c: New file.
2906
2907 * config.w95: File removed.
2908
2909 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
2910 inc/sys/socket.h, inc/sys/time.h: New header files.
2911
2912 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 2913
e8918aee
EZ
29141996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2915
2916 * makefile.def (DEL): Defined.
2917 (DEL_TREE) [win95]: Defined.
2918 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 2919
e8918aee
EZ
2920 * makefile.nt: Change uses of del to $(DEL).
2921
29221996-01-17 Erik Naggum <erik@naggum.no>
2923
2924 * All files: Update FSF's address in comment preamble.
2925
29261996-01-03 George V. Reilly <georger@microcrafts.com>
2927
2928 * emacs.ico: Now the proverbial kitchen sink icon.
2929
29301995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2931
2932 * Version 19.30 released.
2933
29341995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2935
2936 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
2937
2938 * makefile.nt (install, fast_install, real_install, clean):
b46a6a83 2939 Don't use switches to del not supported by Windows 95.
e8918aee
EZ
2940
29411995-11-07 Kevin Gallo <kgallo@microsoft.com>
2942
2943 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
2944 (install, fast_install): Change same-dir test to create test file in
2945 installation tree and thereby support read-only shares.
2946 (clean): Remove .pdb files.
2947
2948 * makefile.def (NTGUI): New macro.
2949 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
2950
2951 * config.nt, config.w95: Update to latest src/config.in.
2952
2953 * addpm.c (env_vars): New variable.
2954 (add_registry): New procedure.
2955 (main): Use values of configuration environment variables from
2956 the registry if defined, the process environment otherwise.
2957
29581995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2959
2960 * Version 19.29 released.
2961
2962 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
2963
29641995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2965
2966 * makefile.nt: Define .c to .obj suffix rule.
2967 (addpm.obj): Compile directly, use CFLAGS.
2968 (addpm.exe): Link from addpm.obj.
85b2f69e 2969
e8918aee
EZ
2970 * makefile.def (MSVCNT11): Defined.
2971 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2972 (CFLAGS_COMMON): Defined.
2973 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 2974
e8918aee
EZ
29751995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2976
134d9671 2977 * emacs.bat.in: Renamed from emacs.bat.
2dbe4d71 2978 (emacs_dir): Rename from emacs_path.
e8918aee
EZ
2979 Definition removed.
2980
2981 * addpm.c: New file.
52397249 2982 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
2983 (all): Depend upon $(BLD) and $(ALL).
2984 (install): Depend upon emacs.bat.
2985 Create program item for Emacs.
2986 (clean): Delete obj.
2987 (emacs.bat): Defined.
52397249 2988 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
2989
29901995-05-27 Geoff Voelker <voelker@cs.washington.edu>
2991
2992 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
b46a6a83 2993 Add carriage returns; necessary for batch files on Windows 95.
e8918aee
EZ
2994
29951995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2996
2997 * config.w95: Created.
2998 * config.h: Changed to config.nt.
85b2f69e 2999
e8918aee 3000 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
3001 (all, install, clean): Expand for-loops.
3002 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 3003
52397249 3004 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 3005 (ARCH): New definition.
52397249
JB
3006 (CPU, CONFIG_H, OS_TYPE): Defined.
3007 (INCLUDE, LIB): Checked if valid.
e8918aee 3008 (ntwin32.mak): Included.
52397249
JB
3009 (AR, CC, LINK): New definition.
3010 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
3011 (SYS_LDFLAGS): New definition.
3012 Update comments and preprocessor conditionals.
3013
3014 * emacs.bat (SHELL): Conditionally defined.
3015 (HOME): Conditionally defined.
52397249 3016 (emacs_path, HOME): Update comments.
e8918aee
EZ
3017 Turn off all echo.
3018
30191995-05-09 Geoff Voelker <voelker@cs.washington.edu>
3020
3021 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
3022 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
3023 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
3024 inc/sys/param.h: Removed carriage-returns.
3025
30261995-05-06 Geoff Voelker <voelker@cs.washington.edu>
3027
3028 * makefile.def (CVTRES): Defined.
3029
3030 * emacs.ico, emacs.rc: New files by Kevin Gallo.
3031
30321995-04-10 Geoff Voelker <voelker@cs.washington.edu>
3033
88c71720 3034 * src: Remove directory.
e8918aee
EZ
3035
3036 * src\config.h, src\paths.h: Moved to parent dir, src removed.
3037
30381995-04-09 Geoff Voelker <voelker@cs.washington.edu>
3039
2dbe4d71 3040 * makefile.def (INSTALL_DIR): Change to generic directory.
e8918aee
EZ
3041
3042 * emacs.bat: Added arguments when emacs.exe invoked.
3043
3044 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3045
e580a741 30461994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
3047
3048 * makefile.def (CC): In configuration section.
3049 (COMPAT_LIB): Defined.
3050
e580a741 30511994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
3052
3053 * src/paths.h: New file.
3054
3055 * src/config.h: New file.
3056
3057 * inc/pwd.h: New file.
3058
3059 * inc/sys/dir.h: New file.
3060
3061 * inc/sys/file.h: New file.
3062
3063 * inc/sys/ioctl.h: New file.
3064
3065 * inc/sys/param.h: New file.
3066
3067 * todo: New file.
3068
88c71720 3069 * README: New file.
e8918aee
EZ
3070
3071 * makefile.nt: New file.
3072
e580a741 3073 * makefile.def: New file.
85b2f69e 3074
e580a741 3075 * install.cmd: New file.
e8918aee 3076
e580a741 3077 * INSTALL: New file.
e8918aee 3078
e580a741 3079 * fast-install.cmd: New file.
e8918aee
EZ
3080
3081 * emacs.cmd: New file.
3082
3083 * ebuild.cmd: New file.
3084
3085 * _emacs: New file.
3086
3087;; Local Variables:
880820fe 3088;; coding: utf-8
33462dfa 3089;; add-log-time-zone-rule: t
e8918aee 3090;; End:
2a34a036 3091
ab422c4d 3092 Copyright (C) 1995-1999, 2001-2013 Free Software Foundation, Inc.
7f6d64f8
GM
3093
3094 This file is part of GNU Emacs.
3095
eef0be9e 3096 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 3097 it under the terms of the GNU General Public License as published by
eef0be9e
GM
3098 the Free Software Foundation, either version 3 of the License, or
3099 (at your option) any later version.
7f6d64f8
GM
3100
3101 GNU Emacs is distributed in the hope that it will be useful,
3102 but WITHOUT ANY WARRANTY; without even the implied warranty of
3103 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3104 GNU General Public License for more details.
3105
3106 You should have received a copy of the GNU General Public License
eef0be9e 3107 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.