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