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