acc74488424ff6b93bf468e377c79a44023d9f8d
[bpt/emacs.git] / nt / ChangeLog
1 2013-04-09 Ken Brown <kbrown@cornell.edu>
2
3 * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
4 (Bug#12993)
5
6 2013-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
15 2013-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
22 2013-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
28 2013-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
34 2013-03-27 Eli Zaretskii <eliz@gnu.org>
35
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
40 * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
41 avoid MinGW64 compiler warnings in editfns.c.
42
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
50 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
51 headers, since that's where _W64 is declared by MinGW64.
52
53 2013-03-26 Eli Zaretskii <eliz@gnu.org>
54
55 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
56 (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
57
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
64 Fix more incompatibilities between MinGW.org and MinGW64 headers
65 reported by Óscar Fuentes in
66 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
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.
72 (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
73
74 * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
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
86 2013-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
101 2013-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
108 2013-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
115 2013-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
120 2013-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
125 2013-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
131 2013-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
137 2013-02-16 Eli Zaretskii <eliz@gnu.org>
138
139 * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
140 (Bug#9066)
141 (chown, logb): Remove, unused.
142
143 2013-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
151 2013-02-12 Eli Zaretskii <eliz@gnu.org>
152
153 * inc/ms-w32.h: Add prototype for memrchr.
154
155 2013-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
161 2013-01-28 Eli Zaretskii <eliz@gnu.org>
162
163 * inc/dirent.h (opendir): Update prototype.
164
165 2013-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
170 2013-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
175 2012-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
181 2012-12-17 Juanma Barranquero <lekktu@gmail.com>
182
183 * config.nt: Sync with autogen/config.in.
184 (BSD4_2): Remove.
185
186 2012-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
194 2012-12-15 Eli Zaretskii <eliz@gnu.org>
195
196 * inc/ms-w32.h (sys_unlink): Provide prototype.
197
198 2012-12-14 Eli Zaretskii <eliz@gnu.org>
199
200 * inc/sys/stat.h: Declare w32_stat_get_owner_group.
201
202 2012-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
207 2012-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
213 2012-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
219 2012-12-09 Eli Zaretskii <eliz@gnu.org>
220
221 * inc/unistd.h (unsetenv): Provide a prototype.
222
223 2012-12-08 Eli Zaretskii <eliz@gnu.org>
224
225 * inc/ms-w32.h (putenv): Redirect to sys_putenv.
226 (sys_putenv): Add prototype.
227
228 * config.nt (HAVE_UNSETENV): Define to 1.
229
230 2012-12-01 Juanma Barranquero <lekktu@gmail.com>
231
232 * config.nt: Sync with autogen/config.in.
233
234 2012-11-24 Ken Brown <kbrown@cornell.edu>
235
236 * config.nt (HAVE_MOUSE): Remove.
237
238 2012-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
244 2012-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
251 2012-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
258 2012-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
263 2012-11-21 Eli Zaretskii <eliz@gnu.org>
264
265 * nmake.defs: Use !if, not !ifdef. For the details, see
266 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
267
268 * inc/stdint.h (INTPTR_MIN):
269 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
270
271 2012-11-18 Eli Zaretskii <eliz@gnu.org>
272
273 * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
274
275 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
276
277 * config.nt: Sync with autogen/config.in.
278 (HAVE_FPATHCONF): Remove.
279
280 2012-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
290 2012-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
300 2012-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
307 2012-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
314 2012-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
322 2012-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
329 2012-11-05 Eli Zaretskii <eliz@gnu.org>
330
331 * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
332
333 2012-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
339 2012-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
344 2012-11-03 Eli Zaretskii <eliz@gnu.org>
345
346 * config.nt (PENDING_OUTPUT_N_BYTES): Define.
347
348 2012-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
354 2012-10-24 Juanma Barranquero <lekktu@gmail.com>
355
356 * config.nt: Sync with autogen/config.in.
357
358 2012-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
377 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
378
379 * config.nt: Sync with autogen/config.in.
380 (HAVE_NTGUI): New macro.
381
382 2012-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
387 2012-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
394 2012-09-30 Eli Zaretskii <eliz@gnu.org>
395
396 * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
397
398 2012-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)
411 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
412 Use DWORD_PTR instead of DWORD for compatibility with x64.
413
414 * nmake.defs: Support AMD64.
415 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
416
417 * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
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
431 2012-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
443 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
444
445 * config.nt: Sync with autogen/config.in.
446
447 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
448
449 * config.nt: Sync with autogen/config.in.
450 (HAVE_TIMER_SETTIME): New macro.
451
452 2012-09-23 Eli Zaretskii <eliz@gnu.org>
453
454 * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
455
456 2012-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
461 2012-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
466 2012-09-17 Juanma Barranquero <lekktu@gmail.com>
467
468 * config.nt: Sync with autogen/config.in.
469 (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
470
471 2012-09-17 Glenn Morris <rgm@gnu.org>
472
473 * config.nt (COPYRIGHT): New.
474
475 2012-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
482 2012-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
489 2012-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
495 2012-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
500 2012-09-07 Juanma Barranquero <lekktu@gmail.com>
501
502 * config.nt: Sync with autogen/config.in.
503 (NO_ABORT, SIGNAL_H_AHB): Remove.
504
505 2012-09-07 Eli Zaretskii <eliz@gnu.org>
506
507 * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
508
509 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
510
511 * config.nt: Sync with autogen/config.in.
512
513 2012-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
518 2012-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
523 2012-09-01 Daniel Colascione <dancol@dancol.org>
524
525 * inc/ms-w32.h (TERM_HEADER): Add for refactoring
526
527 2012-08-22 Juanma Barranquero <lekktu@gmail.com>
528
529 * config.nt: Sync with autogen/config.in.
530
531 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
532
533 * config.nt: Sync with autogen/config.in.
534 (HAVE_POSIX_OPENPT): New macro.
535
536 2012-08-14 Juanma Barranquero <lekktu@gmail.com>
537
538 * config.nt: Sync with autogen/config.in.
539 (_GL_INLINE_HEADER_BEGIN): Update.
540
541 2012-08-10 Glenn Morris <rgm@gnu.org>
542
543 * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
544
545 2012-08-07 Juanma Barranquero <lekktu@gmail.com>
546
547 * config.nt: Sync with autogen/config.in.
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
553 2012-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
558 2012-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
566 2012-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
574 2012-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
580 2012-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
587 2012-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
592 2012-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
599 2012-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
606 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
607
608 * config.nt: Sync with autogen/config.in.
609 (HAVE_ENVIRON_DECL): New macro.
610
611 2012-07-29 Eli Zaretskii <eliz@gnu.org>
612
613 * inc/stdalign.h (_Alignas, alignas): Define.
614
615 2012-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
620 2012-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
626 2012-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)
634 (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
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
641 2012-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
648 2012-07-10 Juanma Barranquero <lekktu@gmail.com>
649
650 * config.nt: Sync with autogen/config.in.
651
652 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
653
654 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
655
656 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
657
658 * config.nt: Sync with autogen/config.in.
659
660 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
661
662 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
663
664 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
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
670 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
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
683 2012-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
690 2012-06-30 Glenn Morris <rgm@gnu.org>
691
692 * paths.h (PATH_SITELOADSEARCH): New.
693
694 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
695
696 * nmake.defs (CHECKING_CFLAGS):
697 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
698
699 2012-06-24 Eli Zaretskii <eliz@gnu.org>
700
701 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
702
703 2012-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
710 2012-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
715 2012-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
720 2012-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
729 2012-06-11 Glenn Morris <rgm@gnu.org>
730
731 * config.nt (SYSTEM_TYPE): Define it.
732
733 2012-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
742 2012-05-31 Eli Zaretskii <eliz@gnu.org>
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
750 2012-05-28 Eli Zaretskii <eliz@gnu.org>
751
752 * config.nt (HAVE_SYSINFO): Remove; unused.
753
754 2012-05-27 Eli Zaretskii <eliz@gnu.org>
755
756 * inc/stdalign.h: New file.
757
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
762 2012-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
770 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
771
772 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
773 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
774
775 * config.nt (HAVE_FTIME): Remove undef; not needed.
776
777 2012-05-01 Glenn Morris <rgm@gnu.org>
778
779 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
780
781 2012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
782
783 * makefile.w32-in: Fix typo (Bug#10261).
784
785 2012-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
791 2012-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
796 2012-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
803 2012-04-07 Eli Zaretskii <eliz@gnu.org>
804
805 * makefile.w32-in: Convert to Unix EOL format.
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".
810
811 2012-03-29 Eli Zaretskii <eliz@gnu.org>
812
813 * config.nt: Discourage from defining HAVE_GETCWD.
814
815 2012-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
835 2012-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
846 2012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
847
848 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
849
850 2012-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
855 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
856
857 * README.W32: Clarification for inclusion in source tarball (bug#9750).
858
859 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
860
861 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
862
863 * makefile.w32-in (maybe-copy-distfiles)
864 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
865 (create-tmp-dist-dir): Add to make --distfiles optional.
866 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
867
868 2012-02-04 Eli Zaretskii <eliz@gnu.org>
869
870 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
871 by other headers.
872
873 2011-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
879 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
880 Provide correct definitions.
881
882 * config.nt (HAVE_DECL_STRTOLL): Define.
883 (va_copy) [_WIN64]: Provide a better definition.
884
885 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
886
887 * configure.bat: Fix typos.
888
889 2011-11-25 Eli Zaretskii <eliz@gnu.org>
890
891 * INSTALL: Elaborate on debugging fatal errors.
892
893 2011-11-15 Eli Zaretskii <eliz@gnu.org>
894
895 * README.W32: Update the GTK Windows download URL for libpng.
896
897 2011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
898
899 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
900
901 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
902
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
908 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
909
910 2011-11-05 Eli Zaretskii <eliz@gnu.org>
911
912 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
913
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
923 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
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
930 2011-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
938 2011-10-28 Eli Zaretskii <eliz@gnu.org>
939
940 * README.W32: Mention UNICOWS.DLL as prerequisite for running
941 Emacs on Windows 9X.
942
943 2011-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
948 2011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
949
950 * INSTALL: Update URL for GTK download page.
951
952 2011-10-19 Eli Zaretskii <eliz@gnu.org>
953
954 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
955 (Bug#9794) (Bug#641)
956
957 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
958
959 * config.nt (HAVE_SNPRINTF): New macro.
960
961 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
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
968 2011-06-07 Eli Zaretskii <eliz@gnu.org>
969
970 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
971 [!__GNUC__]: New macros.
972
973 2011-05-28 Paul Eggert <eggert@cs.ucla.edu>
974
975 Use 'inline', not 'INLINE'.
976 * config.nt (INLINE): Remove.
977
978 2011-05-17 Eli Zaretskii <eliz@gnu.org>
979
980 * README.W32: Add information about GnuTLS libraries.
981
982 2011-05-09 Eli Zaretskii <eliz@gnu.org>
983
984 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
985
986 2011-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
1001 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1002 This variable is identical to the CFLAGS variable except that it
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
1010 2011-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
1017 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1018
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.
1022 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1023 "%I64d" work but long long and "%lld" do not.
1024
1025 2011-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
1036 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * INSTALL: Clarify GnuTLS support.
1039
1040 2011-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.
1044
1045 2011-04-28 Eli Zaretskii <eliz@gnu.org>
1046
1047 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
1048
1049 2011-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
1056 2011-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
1061 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
1062
1063 * cmdproxy.c (try_dequote_cmdline): New function.
1064 (main): Use it.
1065
1066 2011-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
1074 2011-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 =
1078 character as long as they are enclosed in quotes.
1079 This functionality depends on command extensions. Configure.bat now
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
1088 2011-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
1094 2011-03-27 Glenn Morris <rgm@gnu.org>
1095
1096 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1097
1098 2011-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
1104 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * cmdproxy.c: Include <ctype.h>.
1107 (make_absolute): Remove unused variable `i'.
1108
1109 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * Version 23.3 released.
1112
1113 2011-02-27 Eli Zaretskii <eliz@gnu.org>
1114
1115 * inc/unistd.h (readlink, symlink): Declare prototypes.
1116
1117 2011-02-26 Eli Zaretskii <eliz@gnu.org>
1118
1119 * config.nt (nlink_t): Define.
1120
1121 2011-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
1126 2011-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
1134 2011-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
1141 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1142
1143 * config.nt (inline) [__GNUC__]: Define (for gnulib).
1144
1145 2011-01-31 Eli Zaretskii <eliz@gnu.org>
1146
1147 * config.nt (VERSION): Uncomment definition.
1148 (restrict): Define.
1149
1150 * inc/stdbool.h: New file.
1151
1152 2011-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.
1161 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
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
1170 2011-01-07 Eli Zaretskii <eliz@gnu.org>
1171
1172 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1173
1174 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1175
1176 * configure.bat (end): Unset environment variables used by this
1177 batch file.
1178
1179 * INSTALL: Update the information about PNG support libraries.
1180 (Bug#7716)
1181
1182 * README.W32: Update the information about PNG support libraries.
1183
1184 2010-11-23 Eli Zaretskii <eliz@gnu.org>
1185
1186 * config.nt (EXTERNALLY_VISIBLE): Define.
1187
1188 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * INSTALL: Refer to `dynamic-library-alist'.
1191
1192 2010-10-06 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * INSTALL: Add note about problematic characters passed to configure.
1195
1196 2010-10-01 Eli Zaretskii <eliz@gnu.org>
1197
1198 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1199 emacs-src.tags: New file.
1200
1201 * gmake.defs: Add a comment with a single quote to fix
1202 fontification. (Bug#7102)
1203
1204 2010-09-29 Eli Zaretskii <eliz@gnu.org>
1205
1206 * configure.bat: Fix the condition for copying paths.h into
1207 ../src/epaths.h.
1208
1209 2010-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
1225 2010-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
1230 2010-08-19 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1233
1234 2010-08-12 Jason Rumney <jasonr@gnu.org>
1235
1236 * addpm.c (add_registry): Set path for runemacs.exe to use.
1237
1238 2010-08-08 Óscar Fuentes <ofv@wanadoo.es>
1239
1240 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1241 which has a 1024 char limit on Windows (bug#6647).
1242
1243 2010-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
1248 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * config.nt: Remove code referring to NO_REMAP, unused.
1251
1252 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
1253
1254 Build binary distros on Windows using emacs-VERSION as root dir name.
1255
1256 * makefile.w32-in: Copy README.W32 to installation directory
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.
1260 * zipdist.bat: Simplify code using temporary directory.
1261
1262 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * runemacs.c (set_user_model_id): Fix prototype.
1265
1266 2010-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
1279 2010-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
1284 2010-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
1292 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
1293
1294 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1295
1296 2010-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
1302 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1303
1304 * config.nt (volatile): Remove definition.
1305
1306 2010-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
1311 2010-07-02 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * config.nt (__P): Remove.
1314
1315 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1316
1317 * config.nt: Remove code depending on BSTRING.
1318
1319 2010-06-03 Glenn Morris <rgm@gnu.org>
1320
1321 * config.nt: Remove NOT_C_CODE tests, it is always true now.
1322
1323 2010-05-13 Glenn Morris <rgm@gnu.org>
1324
1325 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1326
1327 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * Version 23.2 released.
1330
1331 2010-05-04 Glenn Morris <rgm@gnu.org>
1332
1333 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1334
1335 2010-04-20 Lewis Perin <perin@panix.com> (tiny change)
1336
1337 * emacs.manifest: Add trustInfo section to Windows manifest.
1338
1339 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * Branch for 23.2.
1342
1343 2010-01-13 Martin Rudalics <rudalics@gmx.at>
1344
1345 * emacsclient.rc: Fix format of "LegalCopyright" value.
1346
1347 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1348
1349 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1350
1351 2009-12-27 Karl Fogel <kfogel@red-bean.com>
1352
1353 * INSTALL: Update for CVS->Bazaar switchover.
1354
1355 2009-09-14 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * configure.bat: Add #define PROFILING to config.h.
1358
1359 2009-07-03 Jason Rumney <jasonr@gnu.org>
1360
1361 * runemacs.c (set_user_model_id): Use standard types.
1362
1363 2009-06-30 Jason Rumney <jasonr@gnu.org>
1364
1365 * runemacs.c (set_user_model_id): New function.
1366 (WinMain): Use it.
1367
1368 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * Branch for 23.1.
1371
1372 2009-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
1382 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * INSTALL: Add comment about TCC; fix typos.
1385
1386 2009-01-26 Jason Rumney <jasonr@gnu.org>
1387
1388 * emacsclient.rc, emacs.rc: Swap name and description.
1389 Remove Windows versions.
1390
1391 2009-01-15 Jason Rumney <jasonr@gnu.org>
1392
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
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
1401 2009-01-03 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * configure.bat: Untabify help message.
1404
1405 2009-01-03 Jason Rumney <jasonr@gnu.org>
1406
1407 * configure.bat: New option --with-svg.
1408
1409 * INSTALL: Document experimental SVG support.
1410
1411 2008-12-25 Jason Rumney <jasonr@gnu.org>
1412
1413 * config.nt (PTR): Remove.
1414
1415 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * config.nt (LISTPROC, PROCATTR): Remove.
1418
1419 2008-08-09 Eli Zaretskii <eliz@gnu.org>
1420
1421 * config.nt (LISTPROC, PROCATTR): New macros.
1422
1423 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * config.nt (MULTI_KBOARD): Remove.
1426
1427 2008-07-23 Jason Rumney <jasonr@gnu.org>
1428
1429 * configure.bat: New option --profile.
1430 * gmake.defs: Set cflags and ldflags for profiling when specified.
1431
1432 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1433
1434 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1435
1436 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * config.nt (HAVE_FACES): Remove, unused.
1439
1440 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
1441 Eli Zaretskii <eliz@gnu.org>
1442
1443 * nmake.defs (FONT_CFLAGS):
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
1452 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1453
1454 * config.nt: Remove reference to UNEXEC_SRC.
1455
1456 2008-06-23 Juanma Barranquero <lekktu@gmail.com>
1457 Eli Zaretskii <eliz@gnu.org>
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
1466 2008-05-14 Jason Rumney <jasonr@gnu.org>
1467
1468 * configure.bat: Remove code dealing with --disable-font-backend.
1469
1470 2008-05-09 Eli Zaretskii <eliz@gnu.org>
1471
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
1476 * inc/grp.h (struct group): Add gr_gid member.
1477
1478 2008-04-23 Eli Zaretskii <eliz@gnu.org>
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
1484 2008-04-23 Jason Rumney <jasonr@gnu.org>
1485
1486 * makefile.w32-in (CLIENTRES): New variable and build target.
1487 (all): Depend on it.
1488 ($(TRES)): Use $(TRES) in rule.
1489
1490 2008-04-21 Jason Rumney <jasonr@gnu.org>
1491
1492 * configure.bat (success): Print "make" rather than "gmake", as that
1493 is what MinGW uses.
1494
1495 2008-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
1500 2008-04-10 Jason Rumney <jasonr@gnu.org>
1501
1502 * emacsclient.rc: New file.
1503
1504 * INSTALL: Document make targets.
1505
1506 2008-04-09 Jason Rumney <jasonr@gnu.org>
1507
1508 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
1509 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
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
1514 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1515
1516 * inc/sys/stat.h: New file.
1517
1518 * configure.bat: Add check for usp10.h.
1519
1520 2008-04-04 Jason Rumney <jasonr@gnu.org>
1521
1522 * INSTALL: Update Windows API requirements.
1523
1524 2008-04-03 Jason Rumney <jasonr@gnu.org>
1525
1526 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1527
1528 2008-03-13 Glenn Morris <rgm@gnu.org>
1529
1530 * emacs.rc: Set version to 23.0.60.
1531
1532 2008-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
1540 2008-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
1545 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1546
1547 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1548
1549 2008-03-02 Jason Rumney <jasonr@gnu.org>
1550
1551 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1552
1553 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1554
1555 * icons/README: Update.
1556
1557 * icons/emacs.ico: New icon.
1558
1559 2008-02-25 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * addpm.c: Include malloc.h.
1562 (add_registry): Cast return value of alloca.
1563
1564 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1565
1566 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1567
1568 2008-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
1576 2008-02-11 Jason Rumney <jasonr@gnu.org>
1577
1578 * makefile.w32-in: Remove unidata-gen related rules.
1579
1580 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1581
1582 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1583
1584 2008-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
1589 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
1590
1591 * configure.bat: In help, use generic names for the image libraries.
1592
1593 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
1594
1595 * .cvsignore: Don't ignore .arch-inventory.
1596
1597 2008-02-03 Jason Rumney <jasonr@gnu.org>
1598
1599 * configure.bat: Make gcc the default compiler.
1600
1601 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1602
1603 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1604 Ignore return status.
1605
1606 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
1607 it out of the way of Windows generated file.
1608 Generate admin/unidata/makefile.
1609
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
1616 2008-02-01 Jason Rumney <jasonr@gnu.org>
1617
1618 * configure.bat (withfont): Set sep1 after modifying usercflags.
1619
1620 2008-02-01 Jason Rumney <jasonr@gnu.org>
1621
1622 * configure.bat: Rename --with-font-backend to --enable-font-backend
1623 for consistency with other platforms.
1624
1625 2008-02-01 Jason Rumney <jasonr@gnu.org>
1626
1627 * configure.bat: Add --with-font-backend option.
1628
1629 2008-01-20 Jason Rumney <jasonr@gnu.org>
1630
1631 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1632 permissions to NTFS ACLs.
1633
1634 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
1635
1636 * config.nt: Remove HAVE_X11R5.
1637
1638 2007-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
1645 2007-10-20 Jason Rumney <jasonr@gnu.org>
1646
1647 * makefile.w32-in (info-nmake): Change into correct directories.
1648
1649 2007-10-20 Eli Zaretskii <eliz@gnu.org>
1650
1651 * configure.bat (docflags, doldflags): New variables.
1652 (genmakefiles): Use them to work around problems with whitespace
1653 in arguments of the `if' command.
1654
1655 2007-10-18 Jason Rumney <jasonr@gnu.org>
1656
1657 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1658
1659 2007-09-27 Jason Rumney <jasonr@gnu.org>
1660
1661 * gmake.defs (COMCTL32): New system library.
1662
1663 * nmake.defs (COMCTL32): New system library.
1664
1665 2007-09-06 Glenn Morris <rgm@gnu.org>
1666
1667 * configure.bat:
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.
1671
1672 2007-08-29 Glenn Morris <rgm@gnu.org>
1673
1674 * emacs.rc: Increase version to 23.0.50.
1675
1676 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1677
1678 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1679
1680 2007-07-25 Glenn Morris <rgm@gnu.org>
1681
1682 * Relicense all FSF files to GPLv3 or later.
1683
1684 * COPYING: Switch to GPLv3.
1685
1686 2007-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
1692 2007-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
1697 2007-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
1702 2007-07-11 Jason Rumney <jasonr@gnu.org>
1703
1704 * gmake.defs (OLE32): New library to link.
1705
1706 * nmake.defs (OLE32): Likewise.
1707
1708 2007-06-25 Jason Rumney <jasonr@gnu.org>
1709
1710 * cmdproxy.c (main): Set console codepages to "ANSI".
1711
1712 2007-06-20 Jason Rumney <jasonr@gnu.org>
1713
1714 * configure.bat: Complain if image libraries are missing.
1715
1716 2007-06-15 Jason Rumney <jasonr@gnu.org>
1717
1718 * emacs.manifest: New file.
1719
1720 * emacs.rc: Use it.
1721
1722 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * Version 22.1 released.
1725
1726 2007-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
1731 2007-05-19 Eli Zaretskii <eliz@gnu.org>
1732
1733 * INSTALL: Fix URL of EmacsW32 site where building with image
1734 support is described.
1735
1736 2007-04-26 Glenn Morris <rgm@gnu.org>
1737
1738 * emacs.rc: Increase version to 22.1.50.
1739
1740 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1741
1742 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1743
1744 2007-03-09 Richard Stallman <rms@gnu.org>
1745
1746 * INSTALL: Say explicitly this is not for Cygwin.
1747
1748 2007-03-03 Eli Zaretskii <eliz@gnu.org>
1749
1750 * INSTALL: Add URL of another site with detailed build instructions.
1751
1752 2007-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:
1758 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1759 Restore all but two of icons deleted in previous change.
1760
1761 2007-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:
1768 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
1769 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
1770 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1771 Unused icons deleted.
1772
1773 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * configure.bat: Update ../site-lisp/subdirs.el when needed.
1776
1777 2007-01-30 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * subdirs.el: Add "no-byte-compile: t" local variable.
1780
1781 2007-01-10 Jason Rumney <jasonr@gnu.org>
1782
1783 * README: Update URLs and advice about reporting bugs.
1784
1785 2006-12-29 Jason Rumney <jasonr@gnu.org>
1786
1787 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1788 DEBUG_LINK.
1789 (DEBUG_LINK): Remove -debugtype:both.
1790
1791 2006-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
1798 2006-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
1803 2006-12-23 Eli Zaretskii <eliz@gnu.org>
1804
1805 * gmake.defs: Export XMFLAGS.
1806
1807 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1808 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
1809
1810 2006-12-22 Eli Zaretskii <eliz@gnu.org>
1811
1812 * INSTALL: Explain how to invoke GNU Make for parallel builds.
1813
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.
1817 (clean): Delete stamp_BLD.
1818 (bootstrap): Make `all' explicitly in a recursive Make.
1819
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
1837 2006-12-20 Eli Zaretskii <eliz@gnu.org>
1838
1839 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
1840 $(ALL_DEPS).
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).
1844 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
1845 (bootstrap-gmake): Depend on addsection.
1846
1847 2006-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
1852 2006-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
1860 2006-09-15 Jay Belanger <belanger@truman.edu>
1861
1862 * COPYING: Replace "Library Public License" by "Lesser Public
1863 License" throughout.
1864
1865 2006-07-27 Jason Rumney <jasonr@gnu.org>
1866
1867 * INSTALL: Add notes about Cygwin make to impatient section.
1868
1869 2006-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
1874 2006-03-12 Jason Rumney <jasonr@gnu.org>
1875
1876 * addpm.c (add_registry): Don't change the registry unless keys
1877 already exist from a previous version.
1878
1879 * makefile.w32-in (install): Use -q when invoking addpm.
1880
1881 * addpm.c (main): Accept -q as alternative for /q.
1882
1883 2006-03-11 Jason Rumney <jasonr@gnu.org>
1884
1885 * runemacs.c (WinMain): Set screen buffer to 80x25.
1886
1887 2005-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
1892 2005-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
1897 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * emacs.rc: Use new icons.
1900
1901 2005-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
1907 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1908
1909 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1910
1911 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * .cvsignore: Add `obj' and `oo' for in-place installations.
1914
1915 2005-07-30 Eli Zaretskii <eliz@gnu.org>
1916
1917 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
1918
1919 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * configure.bat: Don't create lisp/Makefile.unix.
1922
1923 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1924
1925 * .cvsignore: Add `makefile' and `config.log'.
1926
1927 2005-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
1934 2005-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
1939 2005-07-04 Lute Kamstra <lute@gnu.org>
1940
1941 Update FSF's address in GPL notices.
1942
1943 2005-06-11 Eli Zaretskii <eliz@gnu.org>
1944
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
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
1955 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1956 "-mcpu=i686".
1957
1958 * configure.bat: Update copyright years.
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
1967 2005-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
1975 2005-06-05 Eli Zaretskii <eliz@gnu.org>
1976
1977 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
1978 `const void *', for consistency with POSIX.
1979
1980 2005-06-04 Eli Zaretskii <eliz@gnu.org>
1981
1982 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1983
1984 2005-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
1991 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1992
1993 * config.nt (HAVE_PWD_H): Undef.
1994
1995 2004-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
2000 2004-06-06 Juanma Barranquero <lektu@terra.es>
2001
2002 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2003 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
2004 calling non-existent cmdproxy.exe on bootstrapping after a
2005 previous install followed by realclean.
2006
2007 * nmake.defs: Add quote in comment to resync font-locking.
2008
2009 2004-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
2015 2004-05-06 Jason Rumney <jasonr@gnu.org>
2016
2017 * configure.bat: Use -mno-cygwin to check for image libraries
2018 when needed.
2019
2020 2004-05-03 Jason Rumney <jasonr@gnu.org>
2021
2022 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2023 * makefile.def: Remove.
2024
2025 * nmake.defs (SYS_LDFLAGS): Add -nologo.
2026
2027 * makefile.w32-in (info-gmake, info-nmake): New targets.
2028 (info): Use them.
2029
2030 2004-04-23 Juanma Barranquero <lektu@terra.es>
2031
2032 * nmake.defs:
2033 * gmake.defs:
2034 * makefile.w32-in:
2035 * makefile.def:
2036 * makefile.nt: Add "-*- makefile -*-" mode tag.
2037
2038 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2039
2040 * runemacs.c (WinMain): Let Emacs environment default to parent.
2041
2042 2004-03-11 Jason Rumney <jasonr@gnu.org>
2043
2044 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2045
2046 2004-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
2051 2004-01-28 Peter Runestig <peter@runestig.com>
2052
2053 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2054
2055 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
2056
2057 * .cvsignore: Add `.arch-inventory'.
2058
2059 2003-11-22 Lars Hansen <larsh@math.ku.dk>
2060
2061 * inc/grp.h: New file.
2062
2063 2003-09-03 Peter Runestig <peter@runestig.com>
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
2074 2003-06-27 Jan Djärv <jan.h.d@swipnet.se>
2075
2076 * config.nt (my_strftime): New define.
2077
2078 2003-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
2084 2003-01-31 Juanma Barranquero <lektu@terra.es>
2085
2086 * configure.bat: Automatically detect giflib and tifflib.
2087
2088 2003-01-29 Jason Rumney <jasonr@gnu.org>
2089
2090 * gmake.defs (CURDIR): Disable cygpath kludge.
2091
2092 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2093
2094 * configure.bat: Avoid endless loop when configuring without image
2095 support.
2096
2097 2003-01-26 Jason Rumney <jasonr@gnu.org>
2098
2099 * configure.bat: Automatically detect jpeglib.
2100
2101 2003-01-25 Jason Rumney <jasonr@gnu.org>
2102
2103 * configure.bat: Automatically detect libpng.
2104
2105 2003-01-21 Jason Rumney <jasonr@gnu.org>
2106
2107 * icons/hand.cur: New file.
2108
2109 2003-01-21 David Ponce <david@dponce.com>
2110
2111 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2112
2113 2003-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
2118 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
2119
2120 * nmake.defs:
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
2125 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
2126
2127 * emacs.rc: Version updated to 21.3.50.
2128
2129 2002-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
2137 2002-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
2142 2002-04-10 Juanma Barranquero <lektu@terra.es>
2143
2144 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2145 after compiling .el files.
2146
2147 2002-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
2152 2002-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
2159 2002-03-13 Jason Rumney <jasonr@gnu.org>
2160
2161 * config.nt (STRFTIME_NO_POSIX2): Define.
2162
2163 2002-02-18 Jason Rumney <jasonr@gnu.org>
2164
2165 * emacs.rc: Define VS_VERSION_INFO if not already.
2166 Update version info.
2167
2168 2002-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
2176 2001-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
2181 2001-12-08 Pavel Janík <Pavel@Janik.cz>
2182
2183 * COPYING: New file.
2184
2185 2001-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
2192 2001-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
2197 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
2198
2199 2001-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
2206 2001-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
2211 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2212
2213 * (Version 21.1 released.)
2214
2215 2001-10-12 Andrew Innes <andrewi@gnu.org>
2216
2217 * inc/pwd.h (uid_t, gid_t): New typedefs.
2218
2219 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2220
2221 * Branch for 21.1.
2222
2223 2001-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
2228 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * INSTALL: Suggest to avoid using WinZip.
2231
2232 * configure.bat: Make sure ../site-lisp exists; create if necessary.
2233
2234 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2235
2236 * INSTALL: Mention that "make install" can be "nmake install".
2237
2238 2001-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
2244 2001-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
2253 2001-06-20 Jason Rumney <jasonr@gnu.org>
2254
2255 * runemacs.c (WinMain): Add quotes around command in case of spaces.
2256
2257 2001-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
2262 2001-05-24 Jason Rumney <jasonr@gnu.org>
2263
2264 * INSTALL: Clarify that building with MSVC requires nmake.
2265
2266 2001-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
2271 2001-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
2279 2001-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
2288 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2289
2290 * configure.bat: Make the checkw32api* labels be distinct in the
2291 first 8 characters.
2292
2293 2001-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
2304 2001-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
2309 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
2310
2311 * configure.bat: Use correct options when compiling a test program
2312 with Cygwin. From David Ponce <dponce@voila.fr>.
2313
2314 2001-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
2338 2001-02-05 Andrew Innes <andrewi@gnu.org>
2339
2340 * nmake.defs (THISDIR): New definition.
2341
2342 * gmake.defs (THISDIR): New definition.
2343
2344 2001-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
2354 2001-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
2359 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2360
2361 * configure.bat: Make sure redirection is preceded by a blank, to
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
2365 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
2366
2367 * INSTALL: Copy the table of tested combinations of development
2368 tools from configure.bat. Add suggestion to install Bash on
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
2376 2001-01-24 Andrew Innes <andrewi@gnu.org>
2377
2378 * makefile.w32-in (cleanall-other-dirs-nmake):
2379 (cleanall-other-dirs-gmake): New targets.
2380 (cleanall): Invoke them.
2381
2382 2001-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
2387 2001-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
2392 select correct rule for invoking make in another directory.
2393 Amend rules accordingly.
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
2409 2001-01-02 Andrew Innes <andrewi@gnu.org>
2410
2411 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2412 than the function.
2413
2414 2000-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
2420 2000-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
2431 2000-11-25 Jason Rumney <jasonr@gnu.org>
2432
2433 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2434
2435 2000-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
2441 2000-09-24 Jason Rumney <jasonr@gnu.org>
2442
2443 * config.nt (NO_RETURN): Define it.
2444
2445 2000-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
2451 2000-09-16 Andrew Innes <andrewi@gnu.org>
2452
2453 * gmake.defs (SETLOADPATH): Change definition to work from any
2454 subdirectory.
2455
2456 2000-09-14 Andrew Innes <andrewi@gnu.org>
2457
2458 * makefile.w32-in: Revert to Unix line endings.
2459
2460 2000-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
2481 2000-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
2505 2000-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
2541 2000-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
2547 2000-06-11 Jason Rumney <jasonr@gnu.org>
2548
2549 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2550
2551 2000-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
2557 1999-11-22 Andrew Innes <andrewi@gnu.org>
2558
2559 * install.bat: Pass on command line arguments to make.
2560
2561 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
2562
2563 1999-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
2574 1999-07-12 Richard Stallman <rms@gnu.org>
2575
2576 * Version 20.4 released.
2577
2578 1999-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
2583 1999-06-03 Andrew Innes <andrewi@gnu.org>
2584
2585 * preprep.c: Fix typo.
2586
2587 1999-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
2598 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
2599
2600 * cmdproxy.c (main): Fix parens.
2601
2602 1999-03-25 Andrew Innes <andrewi@gnu.org>
2603
2604 * cmdproxy.c (main): Call GetShortPathName to normalize program
2605 names for comparison.
2606
2607 1999-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
2613 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
2614
2615 * cmdproxy.c (main): Add missing parens.
2616
2617 1999-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
2630 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
2631
2632 * makefile.nt: Create installation directory as first step.
2633
2634 1999-01-31 Andrew Innes <andrewi@gnu.org>
2635
2636 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
2637 ROUND_UP_DST. Zeroes the alignment slop.
2638 (copy_executable_and_add_section): Update the
2639 SizeOfHeaders field properly.
2640
2641 1999-01-27 Andrew Innes <andrewi@gnu.org>
2642
2643 * makefile.nt: Do make version comparison as strings.
2644
2645 1999-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
2650 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2651
2652 * icons: New directory with Davenport's icons.
2653 * icons/sink.ico: Renamed from emacs.ico.
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
2660 1999-01-17 Andrew Innes <andrewi@gnu.org>
2661
2662 * makefile.nt (ALL): List top-level targets.
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
2669 1998-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
2676 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2677
2678 * makefile.nt: Do string comparison of _NMAKE_VER.
2679
2680 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2681
2682 * config.nt (LOCALTIME_CACHE): Define.
2683
2684 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2685
2686 * install.bat: Convert to DOS format.
2687
2688 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2689
2690 * cmdproxy.c (main): Set environment size only when running
2691 command.com.
2692
2693 1998-11-03 Theodore Jump <tjump@tertius.com>
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.
2699
2700 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2701
2702 * cmdproxy.c (main): Treat command line options as case-insensitive.
2703
2704 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2705
2706 * Version 20.3 released.
2707
2708 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2709
2710 * addpm.c (main): Explicitly check result of message box for OK.
2711
2712 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2713
2714 * inc/sys/file.h (D_OK): Define new macro.
2715
2716 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2717
2718 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2719
2720 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2721
2722 * emacs.rc (VS_VERSION_INFO): Define.
2723
2724 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
2725
2726 * makefile.nt (emacs.bat, debug.bat): Create them in the
2727 installation directory.
2728
2729 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
2730
2731 * ddeclient.c: New file. (Support program for performing limited
2732 interprocess communication on Windows.)
2733
2734 * makefile.nt: Build ddeclient.
2735
2736 * cmdproxy.c (main): Only set environment size for real shell, and
2737 provide extra directory argument, when running on Windows 95.
2738
2739 1998-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
2757 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
2758
2759 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2760
2761 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2762
2763 * Version 20.2 released.
2764
2765 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2766
2767 * Version 20.1 released.
2768
2769 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
2770
2771 * debug.bat.in: New file.
2772 * makefile.nt (debug.bat): New target.
2773
2774 1997-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.
2781 (main): Cleanup error messages.
2782 Specify dynamically sized environment block for real shell.
2783 Pass on unhandled switches to real shell.
2784 Quote program name.
2785
2786 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
2787 directory.
2788 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
2789
2790 * runemacs.c (WinMain): Allow Emacs process to be started with
2791 high or low priority.
2792
2793 * emacs.bat.in: Remove OS dependent operations.
2794
2795 1997-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
2803 1997-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
2823 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
2824
2825 * inc/sys/socket.h (shutdown): Define.
2826 (sys_shutdown): Export.
2827
2828 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2829
2830 * config.nt (RE_TRANSLATE): Copy definition from config.in.
2831
2832 1997-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
2837 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
2838
2839 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
2840 of win95 and winnt, respectively.
2841
2842 1997-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
2848 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2849
2850 * Version 19.33 released.
2851
2852 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
2853
2854 * runemacs.c (WinMain): Put a space between the binary and its args.
2855
2856 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2857
2858 * Version 19.32 released.
2859
2860 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2861
2862 * makefile.nt (clean): Use OBJDIR macro.
2863
2864 1996-06-03 Kim F. Storm <kfs@olicom.dk>
2865
2866 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
2867 Not defined by default.
2868 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2869 (WinMain): Convert backslashes to slashes in env var values.
2870
2871 * addpm.c (env_vars): Use slashes, not backslashes.
2872
2873 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2874
2875 * Version 19.31 released.
2876
2877 1996-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
2882 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
2883
2884 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
2885 environment variable.
2886
2887 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
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
2893 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
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.
2913
2914 1996-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.
2919
2920 * makefile.nt: Change uses of del to $(DEL).
2921
2922 1996-01-17 Erik Naggum <erik@naggum.no>
2923
2924 * All files: Update FSF's address in comment preamble.
2925
2926 1996-01-03 George V. Reilly <georger@microcrafts.com>
2927
2928 * emacs.ico: Now the proverbial kitchen sink icon.
2929
2930 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2931
2932 * Version 19.30 released.
2933
2934 1995-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):
2939 Don't use switches to del not supported by Windows 95.
2940
2941 1995-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
2958 1995-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
2964 1995-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.
2969
2970 * makefile.def (MSVCNT11): Defined.
2971 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2972 (CFLAGS_COMMON): Defined.
2973 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
2974
2975 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2976
2977 * emacs.bat.in: Renamed from emacs.bat.
2978 (emacs_dir): Rename from emacs_path.
2979 Definition removed.
2980
2981 * addpm.c: New file.
2982 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
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.
2988 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
2989
2990 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
2991
2992 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
2993 Add carriage returns; necessary for batch files on Windows 95.
2994
2995 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2996
2997 * config.w95: Created.
2998 * config.h: Changed to config.nt.
2999
3000 * makefile.nt (SUBDIRS): Commented out.
3001 (all, install, clean): Expand for-loops.
3002 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
3003
3004 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
3005 (ARCH): New definition.
3006 (CPU, CONFIG_H, OS_TYPE): Defined.
3007 (INCLUDE, LIB): Checked if valid.
3008 (ntwin32.mak): Included.
3009 (AR, CC, LINK): New definition.
3010 (ADVAPI32, libc, BASE_LIBS): Defined.
3011 (SYS_LDFLAGS): New definition.
3012 Update comments and preprocessor conditionals.
3013
3014 * emacs.bat (SHELL): Conditionally defined.
3015 (HOME): Conditionally defined.
3016 (emacs_path, HOME): Update comments.
3017 Turn off all echo.
3018
3019 1995-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
3026 1995-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
3032 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
3033
3034 * src: Remove directory.
3035
3036 * src\config.h, src\paths.h: Moved to parent dir, src removed.
3037
3038 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
3039
3040 * makefile.def (INSTALL_DIR): Change to generic directory.
3041
3042 * emacs.bat: Added arguments when emacs.exe invoked.
3043
3044 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3045
3046 1994-12-13 Geoff Voelker <voelker@cs.washington.edu>
3047
3048 * makefile.def (CC): In configuration section.
3049 (COMPAT_LIB): Defined.
3050
3051 1994-11-01 Geoff Voelker <voelker@cs.washington.edu>
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
3069 * README: New file.
3070
3071 * makefile.nt: New file.
3072
3073 * makefile.def: New file.
3074
3075 * install.cmd: New file.
3076
3077 * INSTALL: New file.
3078
3079 * fast-install.cmd: New file.
3080
3081 * emacs.cmd: New file.
3082
3083 * ebuild.cmd: New file.
3084
3085 * _emacs: New file.
3086
3087 ;; Local Variables:
3088 ;; coding: utf-8
3089 ;; add-log-time-zone-rule: t
3090 ;; End:
3091
3092 Copyright (C) 1995-1999, 2001-2013 Free Software Foundation, Inc.
3093
3094 This file is part of GNU Emacs.
3095
3096 GNU Emacs is free software: you can redistribute it and/or modify
3097 it under the terms of the GNU General Public License as published by
3098 the Free Software Foundation, either version 3 of the License, or
3099 (at your option) any later version.
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
3107 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.