* lisp/finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
c8740fa2
EZ
12014-02-08 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Update for Emacs 24.4.
4
5 * README: Update for Emacs 24.4.
6
7 * README.W32: Update and improve instructions. (Bug#14762)
8
fdb51075
LI
92014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
10
11 * README.W32: Say what GnuTLS and libxml2 does (bug#14762).
12
5197f0c2
EZ
132014-01-18 Eli Zaretskii <eliz@gnu.org>
14
15 * runemacs.c (ensure_unicows_dll): Don't tell in the message box
16 that "emacs -nw" can do without UNICOWS.DLL on Windows 9X. See
17 w32.c:maybe_load_unicows_dll and its callers for the reason.
18
f0b5cd89
CB
192014-01-11 Claudio Bley <claudio.bley@googlemail.com>
20
21 * inc/sys/stat.h (_WSTAT_DEFINED): Define, to avoid compilation
22 failures when wchar.h is included.
23
e05d3a05
FP
242014-01-11 Fabrice Popineau <fabrice.popineau@supelec.fr>
25
26 * inc/ms-w32.h (pthread_sigmask): Undefine if defined, for MinGW64.
27
bd717ca4
FP
282013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
29
30 * inc/ms-w32.h (sys_kill): Fix prototype.
31
1b7259fc
EZ
322013-12-30 Eli Zaretskii <eliz@gnu.org>
33
34 * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask. (Bug#16299)
35
63135762
EZ
362013-12-23 Eli Zaretskii <eliz@gnu.org>
37
38 * README.W32:
39 * INSTALL: Update instructions for downloading and using image
40 libraries in general, and librsvg in particular.
41
2f43a3ee
EZ
422013-12-16 Eli Zaretskii <eliz@gnu.org>
43
44 * emacs-x64.manifest:
45 * emacs-x86.manifest: Declare that we target Windows 8.1 as well
46 as earlier versions. This is so GetVersion and GetVersionEx APIs
47 used for bug reporting and other purposes return accurate version
48 number on Windows 8.1. See the discussion on MSDN
49 http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
50 for more details.
51
01633a17
EZ
522013-12-12 Eli Zaretskii <eliz@gnu.org>
53
54 * inc/ms-w32.h (MAX_UTF8_PATH): New macro.
55 (opendir, closedir, readdir, seekdir): Redirect to replacement
56 functions.
57 * inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long.
58
cb6c95a3
GM
592013-11-27 Glenn Morris <rgm@gnu.org>
60
61 * README.W32:
62 * addpm.c (env_vars):
63 * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
64 * paths.h (PATH_LOADSEARCH): No more leim directory.
65
624780f0
GM
662013-11-26 Glenn Morris <rgm@gnu.org>
67
68 * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/.
69
f4f38fad
DM
702013-11-12 Dani Moncayo <dmoncayo@gmail.com>
71
72 * msysconfig.sh: Remove.
73 * INSTALL: Update for this.
74
62e010af
GM
752013-11-09 Glenn Morris <rgm@gnu.org>
76
77 * mingw-cfg.site: No need for this to be executable.
78
eb9a3661
GM
792013-10-24 Glenn Morris <rgm@gnu.org>
80
357a5081
GM
81 * Makefile.in ($(DESTDIR)${archlibdir}):
82 Avoid non-portable "`\" nesting.
83
eb9a3661
GM
84 * Makefile.in (abs_top_srcdir): New, set by configure.
85
b8e3b0a9
GM
862013-10-23 Glenn Morris <rgm@gnu.org>
87
48f73cfb 88 * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
b8e3b0a9
GM
89 Quote entities that might contain whitespace.
90
279066b2
EZ
912013-10-14 Eli Zaretskii <eliz@gnu.org>
92
93 * inc/mingw_time.h: New file.
94
95 * inc/ms-w32.h: Include mingw_time.h instead of doing its job.
96
2f4586ad
EZ
972013-10-12 Eli Zaretskii <eliz@gnu.org>
98
99 * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
100 the layout of 'struct dirent' be compatible with MinGW32 runtime
101 versions 4.0 and later.
102
103 * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
104 (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
105 defined, but not for MinGW64.
106 (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
107 use of 32-bit time_t type.
108
595e113b
PE
1092013-10-07 Paul Eggert <eggert@cs.ucla.edu>
110
111 Improve support for popcount and counting trailing zeros (Bug#15550).
112 * gnulib.mk: Merge changes from ../lib/gnulib.mk.
113
cd30a8e0
PE
1142013-10-04 Paul Eggert <eggert@cs.ucla.edu>
115
116 * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
117
673558be
EZ
1182013-09-20 Eli Zaretskii <eliz@gnu.org>
119
120 * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
121 to avoid gnulib replacement of 'struct timeval' and the resulting
122 compilation of lib/gettimeofday.c with incompatible version of
123 gettimeofday. Related discussions on emacs-devel:
124 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
125 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
126
7605d081
GM
1272013-08-31 Glenn Morris <rgm@gnu.org>
128
129 * INSTALL: Rename from INSTALL.MSYS.
130 * INSTALL.OLD: Rename from INSTALL.
131 * configure.bat: Update for INSTALL name changes.
132
e687aa33
VB
1332013-08-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
134
135 * configure.bat: Rather than disabling, make configure.bat produce
136 some warning that building with configure.bat is deprecated and
137 ask for confirmation to continue.
138
b1dc1905
GM
1392013-08-25 Glenn Morris <rgm@gnu.org>
140
67aeda8d 141 * INSTALL: Refer to INSTALL.MSYS.
b1dc1905
GM
142 * configure.bat: Disable it.
143
63f5c6c2
EZ
1442013-08-04 Eli Zaretskii <eliz@gnu.org>
145
b1dc1905 146 * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
63f5c6c2
EZ
147
148 * inc/ms-w32.h (mkostemp): Declare prototype.
484ab239 149 (mktemp): Don't redirect to sys_mktemp.
63f5c6c2
EZ
150
151 * config.nt (HAVE_MKOSTEMP): Define to 1. (Bug#15015)
152
1d442672
EZ
1532013-07-07 Eli Zaretskii <eliz@gnu.org>
154
155 * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC)
156 (FD_CLOEXEC): New macros.
157
067428c1
PE
1582013-07-07 Paul Eggert <eggert@cs.ucla.edu>
159
160 Make file descriptors close-on-exec when possible (Bug#14803).
161 * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section;
162 otherwise, gnulib-tool complains given close-on-exec changes.
163 * inc/ms-w32.h (pipe): Remove.
164 * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec)
165 (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars.
166
341881c0
JB
1672013-06-25 Juanma Barranquero <lekktu@gmail.com>
168
169 * configure.bat: Add warning to the help text about using the
170 MSYS/MinGW building procedure.
171
3649ba05
EZ
1722013-06-07 Eli Zaretskii <eliz@gnu.org>
173
174 * INSTALL.MSYS: mingw-get is not a GUI program (yet).
175 msys-automake is not suitable for MinGW builds. Mention the
176 --enable-locallisppath switch to msysconfig.sh. Suggested by
177 Óscar Fuentes <ofv@wanadoo.es>.
178
6c0a9ed1
RC
1792013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
180
181 * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
182
7f203aa1
EZ
1832013-06-03 Eli Zaretskii <eliz@gnu.org>
184
185 * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
186
e2d8a6f0
EZ
1872013-06-03 Eli Zaretskii <eliz@gnu.org>
188
189 * inc/sys/time.h (struct timeval): Remove the _W64 guards.
190
32e2d728
EZ
1912013-06-01 Eli Zaretskii <eliz@gnu.org>
192
193 * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
194 avoid multiple definition errors on MinGW64.
195
2a157a5d
EZ
1962013-05-31 Eli Zaretskii <eliz@gnu.org>
197
198 * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
199 'restrict', which is a C99 extension. See
200 http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
201 and the following discussion for the problem this caused in the
202 old nt/configure.bat build.
203
38b787fa
EZ
2042013-05-29 Eli Zaretskii <eliz@gnu.org>
205
206 * Makefile.in (emacs.res): Include srcdir when preprocessing
207 resources, for out-of-tree builds.
208 (mostlyclean): Remove *.res files.
209
3e2af348
EZ
2102013-05-17 Eli Zaretskii <eliz@gnu.org>
211
212 * runemacs.c (WinMain): Support invocation of un-installed
213 nt/runemacs.exe, by looking for src/emacs.exe.
214
df065a0b
EZ
2152013-05-16 Eli Zaretskii <eliz@gnu.org>
216
721c9e8a
EZ
217 * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define. (Bug#14409)
218
df065a0b
EZ
219 * msysconfig.sh: New file.
220
221 * mingw-cfg.site: New file.
222
223 * makefile.w32-in (LOCAL_FLAGS): Add -DOLD_PATHS=1.
224
225 * inc/unistd.h: Include pwd.h and sys/types.h.
226
227 * inc/sys/time.h (_TIMEVAL_DEFINED, timerisset, timercmp)
228 (timerclear): Define.
229 (gettimeofday): Adjust signature to be Posix compatible, by using
230 the 'restrict' keyword.
231
232 * inc/sys/stat.h (UTIME_NOW, UTIME_OMIT): Define.
233 (struct _stat, struct _stati64): Define.
234
235 * inc/sys/socket.h (timeval): Define only for MSVC.
236 (FD_SET, FD_CLR, FD_ISSET, fd_set): Redefine only if
237 EMACS_CONFIG_H is defined.
238 (timeval): Undefine only for MSVC.
239
240 * inc/ms-w32.h (HAVE___BUILTIN_UNWIND_INIT, restrict)
241 (HAVE_WINDOW_SYSTEM, HAVE_MENUS, EMACS_CONFIGURATION)
242 (EMACS_CONFIG_OPTIONS, HAVE_LONG_LONG_INT)
243 (HAVE_UNSIGNED_LONG_LONG_INT): Define only if not already defined.
244 (fileno): Move definition after including stdio.h.
245 (sigset_t): Guard typedef by _W64.
246
247 * gnulib.mk: New file.
248
249 * epaths.nt: New file.
250
251 * addpm.c [!OLD_PATHS]: Include src/epaths.h, instead of having a
252 copy of the file names there.
253 <env_vars> [!OLD_PATHS]: Use macros from epaths.h instead of
254 literal strings.
255
256 * Makefile.in: New file.
257
258 * INSTALL.MSYS: New file.
259
260 * INSTALL: Mention INSTALL.MSYS.
261
6e911150
SM
2622013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
265
01e147a6
JB
2662013-05-08 Juanma Barranquero <lekktu@gmail.com>
267
268 * config.nt: Sync with autogen/config.in.
269 (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE)
270 (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE)
271 (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES)
272 (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE)
273 (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT)
274 (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD)
275 (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED)
276 (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA)
277 (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY)
278 (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros.
279
ffdc270a
PE
2802013-05-07 Paul Eggert <eggert@cs.ucla.edu>
281
e7b41c4c 282 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
283 * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
284 * inc/ms-w32.h (EOPNOTSUPP): New macro.
285
ba3b2d88
KB
2862013-04-09 Ken Brown <kbrown@cornell.edu>
287
288 * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
289 (Bug#12993)
290
1e1d41ff
EZ
2912013-04-01 Eli Zaretskii <eliz@gnu.org>
292
293 * README: A better documentation of ddeclient.exe.
294
295 * README.W32: A better documentation of ddeclient.exe.
296
297 * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
298 subdirectories.
299
98f3b8c6
EZ
3002013-03-30 Eli Zaretskii <eliz@gnu.org>
301
302 * inc/ms-w32.h (TERM_HEADER): Remove definition.
303
304 * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
305 ms-w32.h.
306
66828436
EZ
3072013-03-29 Eli Zaretskii <eliz@gnu.org>
308
309 * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
310
311 * config.nt (HAVE_COPYSIGN): Define.
312
a0c0aab2
JB
3132013-03-29 Juanma Barranquero <lekktu@gmail.com>
314
315 * config.nt: Sync with autogen/config.in.
316 (HAVE_XKBGETKEYBOARD): Remove.
317 (HAVE_XKB): New macro.
318
c8e9d2b4
EZ
3192013-03-27 Eli Zaretskii <eliz@gnu.org>
320
42663650
EZ
321 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
322 (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
323 Depend on .exe files.
324
e0c3eb89
EZ
325 * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
326 avoid MinGW64 compiler warnings in editfns.c.
327
849e8b01
EZ
328 Fix rules for parallel builds.
329 * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
330 without the .exe suffix.
331 (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
332 targets.
333 (.PHONY): Remove.
334
c8e9d2b4
EZ
335 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
336 headers, since that's where _W64 is declared by MinGW64.
337
b88b62de
EZ
3382013-03-26 Eli Zaretskii <eliz@gnu.org>
339
be3a31b2 340 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
ee0fb40e 341 (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
be3a31b2 342
9536ec02
EZ
343 * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
344 define for MinGW64.
345
346 * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
347 for MinGW64.
348
b88b62de
EZ
349 Fix more incompatibilities between MinGW.org and MinGW64 headers
350 reported by Óscar Fuentes in
a18d7de6 351 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
b88b62de
EZ
352 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
353 and in
354 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
355 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
356 For MinGW64, include sys/types.h and time.h.
a18d7de6
EZ
357 (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
358
359 * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
b88b62de
EZ
360
361 * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
362 _W64.
363 (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
364 _TIMEZONE_DEFINED.
365
366 * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
367
368 * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
369 lstat, and fstatat.
370
553fabe7
EZ
3712013-03-25 Eli Zaretskii <eliz@gnu.org>
372
373 Fix incompatibilities between MinGW.org and MinGW64 headers
374 reported by Óscar Fuentes in
375 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
376 * inc/ms-w32.h (struct timespec): Don't define if
377 _TIMESPEC_DEFINED is already defined.
378 (sigset_t) [!_POSIX]: Typedef for MinGW64.
379 (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
380 including the first system header, to avoid redefinition if some
381 system header defines a default value.
382
383 * inc/sys/time.h (struct itimerval): Don't define if
384 _TIMESPEC_DEFINED is already defined.
385
53761081
EZ
3862013-03-16 Eli Zaretskii <eliz@gnu.org>
387
388 Fix the MSVC build. (Bug#13939)
389 * inc/stdint.h (UINTPTR_MAX): Define.
390
391 * nmake.defs (libc): Fix syntax of !if conditional.
392
5a96718d
JB
3932013-03-15 Juanma Barranquero <lekktu@gmail.com>
394
395 * config.nt: Sync with autogen/config.in.
396 (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
397 (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
398 (HAVE_FDATASYNC): New macros.
399
47d7532e
PE
4002013-03-13 Paul Eggert <eggert@cs.ucla.edu>
401
402 File synchronization fixes (Bug#13944).
403 * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
404
70743157
PE
4052013-03-05 Paul Eggert <eggert@cs.ucla.edu>
406
407 FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
408 * inc/unistd.h (O_NOFOLLOW): New macro.
409
8bd104b3
JB
4102013-03-04 Juanma Barranquero <lekktu@gmail.com>
411
412 * config.nt: Sync with autogen/config.in.
413 (DATA_START, ORDINARY_LINK): Remove.
414 (HAVE_DATA_START, HAVE__PUTENV): New macros.
415
343a2aef
EZ
4162013-02-25 Eli Zaretskii <eliz@gnu.org>
417
418 * inc/ms-w32.h (BOOT_TIME_FILE): Define.
419
420 * config.nt (CLASH_DETECTION): Define to 1.
421
cd91fb4b
EZ
4222013-02-16 Eli Zaretskii <eliz@gnu.org>
423
424 * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
425 (Bug#9066)
c7939585 426 (chown, logb): Remove, unused.
cd91fb4b 427
ae18dc22
JB
4282013-02-13 Juanma Barranquero <lekktu@gmail.com>
429
430 * config.nt: Sync with autogen/config.in.
431 (GC_MARK_STACK): Remove.
432 (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
433 (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
434 (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
435
8c0905ac
EZ
4362013-02-12 Eli Zaretskii <eliz@gnu.org>
437
438 * inc/ms-w32.h: Add prototype for memrchr.
439
8654f9d7
PE
4402013-02-01 Paul Eggert <eggert@cs.ucla.edu>
441
442 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
443 * inc/sys/stat.h (fstatat):
444 * inc/unistd.h (readlinkat): New decls.
445
cf01a359
EZ
4462013-01-28 Eli Zaretskii <eliz@gnu.org>
447
448 * inc/dirent.h (opendir): Update prototype.
449
99a7a591
EZ
4502013-01-11 Eli Zaretskii <eliz@gnu.org>
451
452 * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
453 used in term.c. (Bug#13387)
454
401d44c9
JB
4552013-01-09 Juanma Barranquero <lekktu@gmail.com>
456
457 * config.nt: Sync with autogen/config.in.
458 (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
459
c1860cdc
EZ
4602012-12-24 Eli Zaretskii <eliz@gnu.org>
461
462 * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
463 in lib/filemode.c that broke the MS-Windows build.
464 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
465
ab1ce024
JB
4662012-12-17 Juanma Barranquero <lekktu@gmail.com>
467
468 * config.nt: Sync with autogen/config.in.
469 (BSD4_2): Remove.
470
66447e07
EZ
4712012-12-17 Eli Zaretskii <eliz@gnu.org>
472
473 * inc/sys/acl.h: New file.
474
475 * inc/ms-w32.h (ENOTSUP): Define if undefined.
476
477 * config.nt (HAVE_POSIX_ACL): Define.
478
07c40d4e
EZ
4792012-12-15 Eli Zaretskii <eliz@gnu.org>
480
481 * inc/ms-w32.h (sys_unlink): Provide prototype.
482
5c207910
EZ
4832012-12-14 Eli Zaretskii <eliz@gnu.org>
484
485 * inc/sys/stat.h: Declare w32_stat_get_owner_group.
486
de8cbebe
JB
4872012-12-13 Juanma Barranquero <lekktu@gmail.com>
488
489 * config.nt: Sync with autogen/config.in.
490 (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
491
abf8abe5
JB
4922012-12-11 Juanma Barranquero <lekktu@gmail.com>
493
494 * config.nt: Sync with autogen/config.in.
495 (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
496 (ULIMIT_BREAK_VALUE): Remove.
497
1cf1bbd5
DC
4982012-12-10 Daniel Colascione <dancol@dancol.org>
499
500 * emacs.rc: Use forward slashes in relative paths in order to
501 avoid complaints from Cygwin. (Forward slashes work perfectly
502 well in the NT build.)
503
8d1a544c
EZ
5042012-12-09 Eli Zaretskii <eliz@gnu.org>
505
506 * inc/unistd.h (unsetenv): Provide a prototype.
507
75ceee05
EZ
5082012-12-08 Eli Zaretskii <eliz@gnu.org>
509
510 * inc/ms-w32.h (putenv): Redirect to sys_putenv.
a16e75cd 511 (sys_putenv): Add prototype.
75ceee05
EZ
512
513 * config.nt (HAVE_UNSETENV): Define to 1.
514
ba12ad69
JB
5152012-12-01 Juanma Barranquero <lekktu@gmail.com>
516
517 * config.nt: Sync with autogen/config.in.
518
bcd77a2b
KB
5192012-11-24 Ken Brown <kbrown@cornell.edu>
520
521 * config.nt (HAVE_MOUSE): Remove.
522
0414b37b
JB
5232012-11-23 Juanma Barranquero <lekktu@gmail.com>
524
525 * config.nt: Sync with autogen/config.in.
526 (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
527 Remove.
528
a879f0ea
EZ
5292012-11-23 Eli Zaretskii <eliz@gnu.org>
530
531 * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
532 (Bug#12955)
533
534 * nmake.defs (SWITCHCHAR): Define to /.
535
95ef7787
PE
5362012-11-23 Paul Eggert <eggert@cs.ucla.edu>
537
538 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
539 * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
540 (struct dirent): Rename from struct direct. All uses changed.
541 * inc/sys/dir.h: Remove.
542
9239d970
PE
5432012-11-21 Paul Eggert <eggert@cs.ucla.edu>
544
545 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
546 * config.nt (HAVE_GETCWD): Remove.
547
6ef2e5ef 5482012-11-21 Eli Zaretskii <eliz@gnu.org>
3b0108c5 549
6ef2e5ef 550 * nmake.defs: Use !if, not !ifdef. For the details, see
9aef4c12 551 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
9aef4c12 552
6ef2e5ef
GM
553 * inc/stdint.h (INTPTR_MIN):
554 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
3b0108c5 555
031b541f
EZ
5562012-11-18 Eli Zaretskii <eliz@gnu.org>
557
558 * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
559
1b474373
JB
5602012-11-17 Juanma Barranquero <lekktu@gmail.com>
561
562 * config.nt: Sync with autogen/config.in.
563 (HAVE_FPATHCONF): Remove.
564
49cdacda
PE
5652012-11-17 Paul Eggert <eggert@cs.ucla.edu>
566
567 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
568 * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
569 POSIX name for this flag is O_NONBLOCK. All uses changed.
570 * inc/unistd.h (O_RDWR, O_NOCTTY): New macros. Like AT_FDCWD etc.
571 these really should be moved to a replacement <fcntl.h> if and
572 when that gets implemented. In the meantime, include <fcntl.h>
573 to make sure we don't override its definitions.
574
22bae83f
EZ
5752012-11-17 Eli Zaretskii <eliz@gnu.org>
576
577 * inc/sys/wait.h: New file, with prototype of waitpid and
578 definitions of macros it needs.
579
580 * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
581 (sys_wait): Remove prototype.
582
583 * config.nt (HAVE_SYS_WAIT_H): Define to 1.
584
cd48a2e8
DM
5852012-11-17 Dani Moncayo <dmoncayo@gmail.com>
586
587 * zipdist.bat (ZIP_CHECK): Remove unused label. When invoking 7z
588 to check if it's installed, redirect standard output and standard
589 error to the null device.
590 (ZIP_DIST): Don't build the "barebin" distribution.
591
b24696b8
JB
5922012-11-15 Juanma Barranquero <lekktu@gmail.com>
593
594 * config.nt: Sync with autogen/config.in.
595 (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
596 (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
597 New macros.
598
14f20728
EZ
5992012-11-14 Eli Zaretskii <eliz@gnu.org>
600
601 * inc/unistd.h (faccessat): Add prototype.
602 (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
603 2 moved from ms-w32.h.
604
605 * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
606
73dcdb9f
PE
6072012-11-14 Paul Eggert <eggert@cs.ucla.edu>
608
609 Use faccessat, not access, when checking file permissions (Bug#12632).
610 * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
611 (access): Remove.
612 (faccessat): New macro.
613
4f3f021d
EZ
6142012-11-05 Eli Zaretskii <eliz@gnu.org>
615
616 * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
617
efeccf10
JB
6182012-11-05 Juanma Barranquero <lekktu@gmail.com>
619
620 * config.nt: Sync with autogen/config.in.
621 (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
622 (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
623
f200a427
JB
6242012-11-04 Juanma Barranquero <lekktu@gmail.com>
625
626 * config.nt: Sync with autogen/config.in.
627 (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
628
3a7089c1
EZ
6292012-11-03 Eli Zaretskii <eliz@gnu.org>
630
631 * config.nt (PENDING_OUTPUT_N_BYTES): Define.
632
7e8b50d9
EZ
6332012-11-01 Eli Zaretskii <eliz@gnu.org>
634
635 * inc/unistd.h (setpgid, getpgrp): Provide prototypes. (Bug#12776)
636
637 * config.nt (GETPGRP_VOID): Define to 1.
638
e7b98706
JB
6392012-10-24 Juanma Barranquero <lekktu@gmail.com>
640
641 * config.nt: Sync with autogen/config.in.
642
a68089e4
EZ
6432012-10-17 Eli Zaretskii <eliz@gnu.org>
644
645 * inc/pwd.h (getuid, geteuid): Add prototypes.
646
647 * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
648 (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
649 (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
650 (sys_kill, getpagesize): Add prototypes for emulated functions.
651
652 * inc/grp.h (getgid, getegid): Add prototypes.
653
654 * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
655
656 * configure.bat (chkapiN): Avoid compiler warning in junk.c when
657 compiling with -std=gnu99.
658
659 * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
660 could be used via --cflags switch to configure.bat.
661
fd5125ad
JB
6622012-10-08 Juanma Barranquero <lekktu@gmail.com>
663
664 * config.nt: Sync with autogen/config.in.
665 (HAVE_NTGUI): New macro.
666
d8ab37a8
EZ
6672012-10-02 Eli Zaretskii <eliz@gnu.org>
668
669 * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
670 compiler warnings when using the value.
671
2d7d1608
EZ
6722012-10-01 Eli Zaretskii <eliz@gnu.org>
673
674 * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
675 'void *', for pointer arithmetics.
676 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
677 macro arguments in parentheses.
678
62aba0d4
FP
6792012-09-30 Eli Zaretskii <eliz@gnu.org>
680
681 * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
682
6832012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
684
685 * inc/sys/socket.h: Don't map Winsock error codes to standard ones
686 that are already defined.
687
688 * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
689 (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
690 [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
691
692 * preprep.c (pfnCheckSumMappedFile, rva_to_section)
693 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
694 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
695 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
1f9f395d
JB
696 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
697 Use DWORD_PTR instead of DWORD for compatibility with x64.
62aba0d4
FP
698
699 * nmake.defs: Support AMD64.
700 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
701
1f9f395d 702 * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
62aba0d4
FP
703 New macros.
704
705 * addsection.c (pfnCheckSumMappedFile, rva_to_section)
706 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
707 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
708 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
709 (copy_executable_and_add_section, main): Use DWORD_PTR instead of
710 DWORD, for compatibility with x64.
711
712 * emacs-x64.manifest: New file.
713
714 * emacs-x86.manifest: Renamed from emacs.manifest.
715
c06c382a
EZ
7162012-09-30 Eli Zaretskii <eliz@gnu.org>
717
718 * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
719 (struct itimerval): Define.
720 (getitimer, setitimer): Add prototypes.
721
722 * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
723 with MinGW.
724 (SA_RESTART, SIGPROF): Define.
725
726 * config.nt (HAVE_SETITIMER): Define to 1.
727
9ee2ee9f
JB
7282012-09-30 Juanma Barranquero <lekktu@gmail.com>
729
730 * config.nt: Sync with autogen/config.in.
731
cd155987
JB
7322012-09-29 Juanma Barranquero <lekktu@gmail.com>
733
9ee2ee9f 734 * config.nt: Sync with autogen/config.in.
cd155987
JB
735 (HAVE_TIMER_SETTIME): New macro.
736
5101529e
EZ
7372012-09-23 Eli Zaretskii <eliz@gnu.org>
738
739 * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
740
4d7e6e51
PE
7412012-09-23 Paul Eggert <eggert@cs.ucla.edu>
742
743 Simplify and avoid signal-handling races (Bug#12471).
744 * inc/ms-w32.h (emacs_raise): New macro.
745
ae97707f
EZ
7462012-09-18 Eli Zaretskii <eliz@gnu.org>
747
748 * configure.bat: Include stddef.h before gif_lib.h, to have size_t
749 defined, as needed by giflib-5.0.0. (Bug#12464)
750
caf4040f
JB
7512012-09-17 Juanma Barranquero <lekktu@gmail.com>
752
753 * config.nt: Sync with autogen/config.in.
754 (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
755
78f83752
GM
7562012-09-17 Glenn Morris <rgm@gnu.org>
757
758 * config.nt (COPYRIGHT): New.
759
39a57ad0
PE
7602012-09-15 Paul Eggert <eggert@cs.ucla.edu>
761
762 Port _setjmp fix to POSIXish hosts as well as Microsoft.
763 * config.nt: Attempt to sync with autogen/config.in.
764 (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
765 (_longjmp, _setjmp): Remove.
766
fe597931
JB
7672012-09-14 Juanma Barranquero <lekktu@gmail.com>
768
769 * config.nt: Sync with autogen/config.in.
770 (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
771 (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
772 (USABLE_FIONREAD, USABLE_SIGIO): New macros.
773
8c718c58
JB
7742012-09-10 Juanma Barranquero <lekktu@gmail.com>
775
776 * config.nt: Sync with autogen/config.in.
777 (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
778 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
779
a30cb5dd
EZ
7802012-09-08 Eli Zaretskii <eliz@gnu.org>
781
782 * configure.bat <use_extensions>: Don't leave it set in the
783 environment when the script exits.
784
4d64875a
JB
7852012-09-07 Juanma Barranquero <lekktu@gmail.com>
786
787 * config.nt: Sync with autogen/config.in.
788 (NO_ABORT, SIGNAL_H_AHB): Remove.
789
3e6d6928
EZ
7902012-09-07 Eli Zaretskii <eliz@gnu.org>
791
792 * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
793
5dbaffae
JB
7942012-09-05 Juanma Barranquero <lekktu@gmail.com>
795
796 * config.nt: Sync with autogen/config.in.
797
1088b922
PE
7982012-09-04 Paul Eggert <eggert@cs.ucla.edu>
799
800 Simplify redefinition of 'abort' (Bug#12316).
801 * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
802
137e08a4
JB
8032012-09-02 Juanma Barranquero <lekktu@gmail.com>
804
805 * config.nt: Sync with autogen/config.in.
806 (HAVE_EXECINFO_H, TERM_HEADER): New macros.
807
17a2cbbd
DC
8082012-09-01 Daniel Colascione <dancol@dancol.org>
809
e7b41c4c 810 * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
17a2cbbd 811
fe72cdc5
JB
8122012-08-22 Juanma Barranquero <lekktu@gmail.com>
813
814 * config.nt: Sync with autogen/config.in.
815
8223e928
JB
8162012-08-17 Juanma Barranquero <lekktu@gmail.com>
817
818 * config.nt: Sync with autogen/config.in.
819 (HAVE_POSIX_OPENPT): New macro.
820
e38b9db2
JB
8212012-08-14 Juanma Barranquero <lekktu@gmail.com>
822
823 * config.nt: Sync with autogen/config.in.
824 (_GL_INLINE_HEADER_BEGIN): Update.
825
9374581a
GM
8262012-08-10 Glenn Morris <rgm@gnu.org>
827
828 * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
829
a8ab93b0
JB
8302012-08-07 Juanma Barranquero <lekktu@gmail.com>
831
e38b9db2 832 * config.nt: Sync with autogen/config.in.
a8ab93b0
JB
833 (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
834 (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
835
836 * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
837
1c6f11f4
GM
8382012-08-06 Glenn Morris <rgm@gnu.org>
839
840 * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
841 (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
842
76151e2c
EZ
8432012-08-04 Eli Zaretskii <eliz@gnu.org>
844
845 * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
846 (PATH_DATA, PATH_DOC): Replace dummy directory names with
847 directories relative to %emacs_dir%.
848 (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
849 to the use case of running un-installed Emacs.
850
3fbc4b54
JB
8512012-08-03 Juanma Barranquero <lekktu@gmail.com>
852
853 * config.nt: Sync with autogen/config.in.
854 (DOS_NT, MSDOS): New macros.
855 (WRETCODE, wait3): Remove.
856
857 * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
858
6dad7178
EZ
8592012-08-03 Eli Zaretskii <eliz@gnu.org>
860
861 * inc/sys/stat.h (S_IFLNK): Define.
862 (S_ISLNK): A non-trivial definition.
863 (lstat): Prototype instead of a macro that redirects to 'stat'.
864
f162bcc3
PE
8652012-08-02 Paul Eggert <eggert@cs.ucla.edu>
866
867 Use C99-style 'extern inline' if available.
868 * config.nt: Sync with autogen/config.in.
869 (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
870 (_GL_INLINE_HEADER_END): New macros.
871
837b365b
GM
8722012-08-02 Glenn Morris <rgm@gnu.org>
873
874 * inc/ms-w32.h: Move here from ../src/s.
875 * config.nt (config_opsysfile): Change to <ms-w32.h>.
876
c90acc54
JB
8772012-08-01 Juanma Barranquero <lekktu@gmail.com>
878
879 * config.nt: Sync with autogen/config.in.
880 (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
881 (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
882 New macros.
883
552a99b4
JB
8842012-08-01 Juanma Barranquero <lekktu@gmail.com>
885
886 * config.nt: Sync with autogen/config.in.
887 Remove code moved to conf_post.h and include <conf_post.h>
888 (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
889 (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
890
1117bd24
JB
8912012-07-29 Juanma Barranquero <lekktu@gmail.com>
892
893 * config.nt: Sync with autogen/config.in.
894 (HAVE_ENVIRON_DECL): New macro.
895
55a6cca6
EZ
8962012-07-29 Eli Zaretskii <eliz@gnu.org>
897
898 * inc/stdalign.h (_Alignas, alignas): Define.
899
e32a5799
PE
9002012-07-28 Paul Eggert <eggert@cs.ucla.edu>
901
902 Use Gnulib stdalign module (Bug#9772, Bug#9960).
903 * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
904
22e983b7
JB
9052012-07-14 Juanma Barranquero <lekktu@gmail.com>
906
907 * config.nt: Sync with autogen/config.in.
908 (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
909 (SETUP_SLAVE_PTY): New macros.
910
ef099b57
JB
9112012-07-13 Juanma Barranquero <lekktu@gmail.com>
912
913 * config.nt: Sync with autogen/config.in.
914 (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
915 (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
916 (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
917 (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
918 (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
ed9265fc 919 (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
ef099b57
JB
920 (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
921 (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
922 (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
923 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
924 Set in src/s/ms-w32.h, not here.
925
116f7b54
JB
9262012-07-11 Juanma Barranquero <lekktu@gmail.com>
927
928 * config.nt: Sync with autogen/config.in.
929 (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
930 (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
931 (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
932
dfa96edd
JB
9332012-07-10 Juanma Barranquero <lekktu@gmail.com>
934
935 * config.nt: Sync with autogen/config.in.
936
5994c183
PE
9372012-07-09 Paul Eggert <eggert@cs.ucla.edu>
938
939 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
940
5eabd6f0
JB
9412012-07-09 Juanma Barranquero <lekktu@gmail.com>
942
943 * config.nt: Sync with autogen/config.in.
944
dffdc540
JB
9452012-07-07 Juanma Barranquero <lekktu@gmail.com>
946
947 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
948
090bd7cb 9492012-07-06 Juanma Barranquero <lekktu@gmail.com>
f247498e
JB
950 Eli Zaretskii <eliz@gnu.org>
951
952 * config.nt: Complete rework to bring it in sync with autogen/config.in.
953 All Windows-specific code moved to src/s/ms-w32.h.
954
090bd7cb 9552012-07-04 Juanma Barranquero <lekktu@gmail.com>
0566bc95
JB
956 Eli Zaretskii <eliz@gnu.org>
957
958 * configure.bat (enablechecking): Enable checks through src/config.h,
959 not the compiler's command line.
960
961 * nmake.defs (CHECKING_CFLAGS): Remove.
962 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
963
964 * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
965 (CHECKING_CFLAGS): Remove.
966 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
967
95f61aa2
JB
9682012-07-04 Juanma Barranquero <lekktu@gmail.com>
969
970 * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
971 (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
972 (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
973 (HAVE_MEMCMP): Remove, obsolete.
974
ca26824c
GM
9752012-06-30 Glenn Morris <rgm@gnu.org>
976
977 * paths.h (PATH_SITELOADSEARCH): New.
978
0e711109
JB
9792012-06-28 Juanma Barranquero <lekktu@gmail.com>
980
981 * nmake.defs (CHECKING_CFLAGS):
982 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
983
5e0881dd
EZ
9842012-06-24 Eli Zaretskii <eliz@gnu.org>
985
986 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
987
845ca893
PE
9882012-06-24 Paul Eggert <eggert@cs.ucla.edu>
989
990 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
991 * config.nt (_Noreturn): New macro.
992 (NO_RETURN): Remove. All uses replaced with _Noreturn.
993 (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
994
696056c2
EZ
9952012-06-24 Eli Zaretskii <eliz@gnu.org>
996
997 * inc/sys/time.h (struct timespec): Don't define it here, it is
998 now defined in src/s/ms-w32.h.
999
388cdec0
EZ
10002012-06-23 Eli Zaretskii <eliz@gnu.org>
1001
1002 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1003 * inc/sys/time.h (struct timespec): Define.
1004
6eb93f60
EZ
10052012-06-16 Eli Zaretskii <eliz@gnu.org>
1006
1007 * makefile.w32-in (install-addpm): New target.
1008 (dist): Depend on it.
1009 (install-shortcuts): Depend on install-addpm instead of copying
1010 addpm.exe as part of the recipe. See
1011 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
1012 for the related problem and discussions.
1013
a9be7d2b
GM
10142012-06-11 Glenn Morris <rgm@gnu.org>
1015
1016 * config.nt (SYSTEM_TYPE): Define it.
1017
efc00ab1
CY
10182012-05-31 Eli Zaretskii <eliz@gnu.org>
1019
1020 * configure.bat (genmakefiles): Move the redirection away from the
1021 end of the command, to avoid excess whitespace at the end of Make
1022 variables created at configure time, and also avoid things like
1023 "FOO1>>config.settings", where "1" gets interpreted as the file
1024 descriptor and eaten up. This fixes breakage introduced by the
1025 last change, without reintroducing the bug fixed by that change.
1026
10272012-05-31 Eli Zaretskii <eliz@gnu.org>
06523364
EZ
1028
1029 * nmake.defs (MWINDOWS): Define as
1030 "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice
1031 Popineau <fabrice.popineau@supelec.fr>. (Bug#11405)
1032
1033 * gmake.defs (MWINDOWS): Define as "-mwindows".
1034
c00ea352
EZ
10352012-05-28 Eli Zaretskii <eliz@gnu.org>
1036
1037 * config.nt (HAVE_SYSINFO): Remove; unused.
1038
33017faf 10392012-05-27 Eli Zaretskii <eliz@gnu.org>
ce128722 1040
cd376509
EZ
1041 * inc/stdalign.h: New file.
1042
ce128722
EZ
1043 * configure.bat: Ensure a space between %var% expansion and
1044 redirection symbol '>', which breaks when %var% ends in a digit,
1045 such as 1.
1046
34374650
PE
10472012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1048
1049 Remove src/m/*.
1050 * config.nt: Do not include "m/intel386.h"; file was removed.
1051 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1052 Move to src/lisp.h.
1053 (EMACS_INT_MAX): New macro.
1054
003fdae2
PE
10552012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1056
9232a6d9
PE
1057 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
1058 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
1059
003fdae2
PE
1060 * config.nt (HAVE_FTIME): Remove undef; not needed.
1061
9311dcff
GM
10622012-05-01 Glenn Morris <rgm@gnu.org>
1063
1064 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
1065
35dc09a1 10662012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
e645df7c
DM
1067
1068 * makefile.w32-in: Fix typo (Bug#10261).
1069
7dd02dc7
EZ
10702012-04-10 Eli Zaretskii <eliz@gnu.org>
1071
1072 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
1073 each runs makeinfo in its own subdirectory of 'doc'.
1074 (info-gmake): Depend on these new targets.
1075
f3774f20
GM
10762012-04-07 Glenn Morris <rgm@gnu.org>
1077
1078 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
1079 Bump version to 24.1.50.
1080
9078ead6
EZ
10812012-04-07 Eli Zaretskii <eliz@gnu.org>
1082
1083 * configure.bat: Support building with libxml2.
1084
1085 * INSTALL:
1086 * README.W32: Add information about libxml2.
1087
1dcece25
EZ
10882012-04-07 Eli Zaretskii <eliz@gnu.org>
1089
1090 * makefile.w32-in: Convert to Unix EOL format.
d67a9a85
EZ
1091 (all): Don't depend on stamp_BLD and on maybe-bootstrap.
1092 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
1093 (bootstrap-gmake): Invoke the "clean" and build targets in 2
1094 separate commands, so they run in that order even under "make -j".
1dcece25 1095
581355cc
EZ
10962012-03-29 Eli Zaretskii <eliz@gnu.org>
1097
1098 * config.nt: Discourage from defining HAVE_GETCWD.
1099
e5a69fd0
EZ
11002012-03-25 Eli Zaretskii <eliz@gnu.org>
1101
1102 * makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
1103 $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
1104 on other (parallel) Make job's toes.
1105 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
1106 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
1107 here.
e7b41c4c
JB
1108 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
1109 Depend on create-tmp-dist-dir.
e5a69fd0
EZ
1110
1111 * nmake.defs (DIRNAME): New variable.
1112 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1113 same-dir.tst.
1114
1115 * gmake.defs (DIRNAME): New variable.
1116 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1117 same-dir.tst, to avoid conflicts between several (parallel) Make
1118 jobs.
1119
58b65bf5
EZ
11202012-02-24 Eli Zaretskii <eliz@gnu.org>
1121
1122 Prevent endless re-spawning of cmdproxy.exe when some of its
1123 parent directories have access limitations.
1124
1125 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
1126 and our own module name to short 8+3 aliases, if the original file
1127 names compare equal. If GetShortPathName fails, compare the base
1128 names of the two file names, and only re-spawn the command line if
1129 the base-name comparison also fails. (Bug#10674)
1130
2dbe4d71
DM
11312012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1132
1133 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
1134
42a275e0
CS
11352012-02-06 Christoph Scholtes <cschol2112@googlemail.com>
1136
1137 * README.W32: Removed specific version information for libXpm
1138 included in the binary distribution for maintenance purposes.
1139
d452256d
CS
11402012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1141
1f9f395d 1142 * README.W32: Clarification for inclusion in source tarball (bug#9750).
3e44c782 1143
75197633
CS
1144 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
1145
1146 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
1147
d452256d
CS
1148 * makefile.w32-in (maybe-copy-distfiles)
1149 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
2dbe4d71 1150 (create-tmp-dist-dir): Add to make --distfiles optional.
1f9f395d 1151 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
d452256d 1152
e0aeebda
EZ
11532012-02-04 Eli Zaretskii <eliz@gnu.org>
1154
1155 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
1156 by other headers.
1157
8c9afb46
EZ
11582011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
1159
1160 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
1161 (UINT64_MAX) [_WIN64]: Fix definition.
1162 (uintmax_t, intmax_t): Fix definitions.
1163
6df6ae42
JB
1164 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
1165 Provide correct definitions.
8c9afb46
EZ
1166
1167 * config.nt (HAVE_DECL_STRTOLL): Define.
1168 (va_copy) [_WIN64]: Provide a better definition.
1169
e9fce1ac
JB
11702011-11-25 Juanma Barranquero <lekktu@gmail.com>
1171
1172 * configure.bat: Fix typos.
1173
034ea24d
EZ
11742011-11-25 Eli Zaretskii <eliz@gnu.org>
1175
1176 * INSTALL: Elaborate on debugging fatal errors.
1177
b018182c
EZ
11782011-11-15 Eli Zaretskii <eliz@gnu.org>
1179
1180 * README.W32: Update the GTK Windows download URL for libpng.
1181
d7cecd19
CS
11822011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
1183
1184 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
1185
600b1907
CS
11862011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
1187
c4c32b97
CS
1188 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
1189 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
1190 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
1191 (intmax_t, INT64_MAX): Add for MSVC.
1192
58179cce 1193 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
600b1907 1194
a6fc3b5c
EZ
11952011-11-05 Eli Zaretskii <eliz@gnu.org>
1196
955f3b13
EZ
1197 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
1198
a6fc3b5c
EZ
1199 Support MSVC build with newer versions of Visual Studio.
1200 * makefile.w32-in (clean-other-dirs-nmake)
1201 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
1202 Update for current structure of doc/ subdirectories.
1203
1204 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
1205
1206 * INSTALL: Update for newer versions of MSVC.
1207
58179cce 12082011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
1209
1210 Support MSVC build with newer versions of Visual Studio.
1211 * nmake.defs (USE_CRT_DLL): Define to 1.
1212 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
1213 (D): New variable.
1214
fc5f9b45
EZ
12152011-11-04 Eli Zaretskii <eliz@gnu.org>
1216
1217 * runemacs.c (ensure_unicows_dll): New function, tries to load
1218 UNICOWS.DLL on Windows 9X.
1219 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
1220 display a dialog to the effect that Emacs cannot be started.
1221 (Bug#8562)
1222
8cedc5ac
EZ
12232011-10-28 Eli Zaretskii <eliz@gnu.org>
1224
1225 * README.W32: Mention UNICOWS.DLL as prerequisite for running
1226 Emacs on Windows 9X.
1227
df1c5f05
EZ
12282011-10-25 Eli Zaretskii <eliz@gnu.org>
1229
1230 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
1231 distribution. (Bug#9861)
1232
df6d30f3
CS
12332011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
1234
1235 * INSTALL: Update URL for GTK download page.
1236
804a4315
EZ
12372011-10-19 Eli Zaretskii <eliz@gnu.org>
1238
1239 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
1240 (Bug#9794) (Bug#641)
1241
86633eab 12422011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1243
1244 * config.nt (HAVE_SNPRINTF): New macro.
1245
044c22e5 12462011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1247
1248 Assume freestanding C89 headers, string.h, stdlib.h.
1249 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
1250 (STDC_HEADERS): Remove.
1251 Iinclude string.h, stdlib.h unconditionally.
1252
f7b2cdf3
EZ
12532011-06-07 Eli Zaretskii <eliz@gnu.org>
1254
1255 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
81d63f1a 1256 [!__GNUC__]: New macros.
f7b2cdf3 1257
55d4c1b2
PE
12582011-05-28 Paul Eggert <eggert@cs.ucla.edu>
1259
1260 Use 'inline', not 'INLINE'.
1261 * config.nt (INLINE): Remove.
1262
8a70d4b1
EZ
12632011-05-17 Eli Zaretskii <eliz@gnu.org>
1264
1265 * README.W32: Add information about GnuTLS libraries.
1266
39497066
EZ
12672011-05-09 Eli Zaretskii <eliz@gnu.org>
1268
1269 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
1270
4d3fcc8e
BK
12712011-05-07 Ben Key <bkey76@gmail.com>
1272
1273 * configure.bat: Renamed the fusercflags variable to escusercflags
1274 so that the variable name better matches its purpose, to be
1275 identical to usercflags with the exception that all quotes are
1276 escaped by the \ character.
1277
1278 Renamed the fuserldflags variable to escuserldflags so that the
1279 variable name better matches its purpose, to be identical to
1280 userldflags with the exception that all quotes are escaped by
1281 the \ character.
1282
1283 A new ESC_USER_CFLAGS variable is written to config.settings.
1284 This variable has the same value as the escusercflags variable.
1285
2dbe4d71
DM
1286 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1287 This variable is identical to the CFLAGS variable except that it
4d3fcc8e
BK
1288 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1289
1290 These changes, along with some changes to src/makefile.w32-in,
1291 are required to extend my earlier fix to add support for
1292 --cflags and --ldflags options that include quotes so that it
1293 works whether make uses cmd or sh as the shell.
1294
0a47eac4
EZ
12952011-05-06 Eli Zaretskii <eliz@gnu.org>
1296
1297 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
1298 definition of uintmax_t from here...
1299 * inc/stdint.h (uintmax_t): ...to here.
1300 (intptr_t) [!__GNUC__]: New typedef.
1301
122b0c86 13022011-05-06 Paul Eggert <eggert@cs.ucla.edu>
b28b8799 1303
122b0c86
PE
1304 * config.nt: Prepare to configure 64-bit integers for older compilers.
1305 However, temporarily disable this change unless the temporary
1306 symbol WIDE_EMACS_INT is defined.
b5611f17
PE
1307 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1308 "%I64d" work but long long and "%lld" do not.
1309
d429d8e9
BK
13102011-05-05 Ben Key <bkey76@gmail.com>
1311
1312 * configure.bat: Added support for --cflags and --ldflags
1313 options that include quotes as long as command extensions are
1314 enabled. Specifically when -I, -L, and similar flags are used
1315 to specify supplementary include and library directories a
1316 directory name that includes spaces may now be used if it is
1317 enclosed in quotes.
1318
1319 * INSTALL: Documented the change to configure.bat.
1320
0898ca10
JB
13212011-05-04 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * INSTALL: Clarify GnuTLS support.
1324
ba366b6d
EZ
13252011-04-30 Eli Zaretskii <eliz@gnu.org>
1326
1327 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1328 Define to 1 for MinGW of MSVC versions >= 1400.
b28b8799 1329
aff458c3
EZ
13302011-04-28 Eli Zaretskii <eliz@gnu.org>
1331
2dbe4d71 1332 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
aff458c3 1333
fc3b7291
EZ
13342011-04-27 Eli Zaretskii <eliz@gnu.org>
1335
1336 * inc/inttypes.h: New file.
1337
1338 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1339 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1340
fe9c230b
DC
13412011-04-27 Daniel Colascione <dan.colascione@gmail.com>
1342
1343 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1344 inside quotation marks and bail out.
1345
841a1577 13462011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
1347
1348 * cmdproxy.c (try_dequote_cmdline): New function.
1349 (main): Use it.
1350
fd4af8d9
TZ
13512011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1352
1353 * configure.bat: New options --without-gnutls and --lib, new build
1354 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
1355 library setup with trivial modifications.
1356 * INSTALL: Add instructions for GnuTLS support.
1357 * gmake.defs: Prefix USER_LIBS with -l.
1358
4a1a6b5b
BK
13592011-04-15 Ben Key <bkey76@gmail.com>
1360
1361 * configure.bat: Modified the code that parses the --cflags and
1362 --ldflags options to support parameters that include the =
2dbe4d71
DM
1363 character as long as they are enclosed in quotes.
1364 This functionality depends on command extensions. Configure.bat now
4a1a6b5b
BK
1365 attempts to enable command extensions and displays a warning
1366 message if they could not be enabled. If configure.bat could
1367 not enable command extensions the old parsing code is used that
1368 does not support parameters that include the = character.
1369
1370 * INSTALL: Updated the file to describe the new functionality
1371 using text provided by Eli Zaretskii.
1372
0f1ba050
EZ
13732011-04-06 Eli Zaretskii <eliz@gnu.org>
1374
1375 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1376 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1377 on the trunk on 2011-04-06.
1378
9af30bdf
GM
13792011-03-27 Glenn Morris <rgm@gnu.org>
1380
1381 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1382
0f4a96b5
JB
13832011-03-25 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * addpm.c (main): Remove unused variable `retval'.
1386
1387 * preprep.c (main): Remove unused variable `ptr'.
1388
9c88f339
JB
13892011-03-23 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * cmdproxy.c: Include <ctype.h>.
1392 (make_absolute): Remove unused variable `i'.
1393
33383987
JB
13942011-03-07 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * Version 23.3 released.
1397
0f7bb05d
EZ
13982011-02-27 Eli Zaretskii <eliz@gnu.org>
1399
1400 * inc/unistd.h (readlink, symlink): Declare prototypes.
1401
e5c96d21
EZ
14022011-02-26 Eli Zaretskii <eliz@gnu.org>
1403
1404 * config.nt (nlink_t): Define.
1405
9f8370e6
CS
14062011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1407
1408 * inc/stdint.h: New file, to support compilation with tool chains
1409 that do not have stdint.h (e.g. MSVC).
1410
25c51af3
EZ
14112011-02-21 Eli Zaretskii <eliz@gnu.org>
1412
1413 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1414 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1415 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1416 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1417 (lstat): Define to stat.
1418
d37f40ed
EZ
14192011-02-09 Eli Zaretskii <eliz@gnu.org>
1420
1421 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1422 "make-docfile" target in lib-src, before bootstrapping the src
1423 directory. Needed since building in src needs to run make-docfile
1424 to produce globals.h.
1425
a5d733f5
EZ
14262011-02-04 Eli Zaretskii <eliz@gnu.org>
1427
1428 * config.nt (inline) [__GNUC__]: Define (for gnulib).
1429
70b0d280
EZ
14302011-01-31 Eli Zaretskii <eliz@gnu.org>
1431
d95f875e
EZ
1432 * config.nt (VERSION): Uncomment definition.
1433 (restrict): Define.
1434
70b0d280
EZ
1435 * inc/stdbool.h: New file.
1436
f915f0f7
EZ
14372011-01-29 Eli Zaretskii <eliz@gnu.org>
1438
1439 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1440 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1441 (bootstrap-clean-gmake, clean-other-dirs-nmake)
1442 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1443 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1444 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1445 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1e338cfc 1446 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
f915f0f7
EZ
1447
1448 * configure.bat: Create lib/makefile.
1449
1450 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1451 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1452 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1453 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1454
1e574bf0
EZ
14552011-01-07 Eli Zaretskii <eliz@gnu.org>
1456
1457 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1458
7c420169 14592011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984 1460
ca6e909c
EZ
1461 * configure.bat (end): Unset environment variables used by this
1462 batch file.
1463
5be1c984
EZ
1464 * INSTALL: Update the information about PNG support libraries.
1465 (Bug#7716)
1466
3d4cad2c
EZ
1467 * README.W32: Update the information about PNG support libraries.
1468
628e219f
EZ
14692010-11-23 Eli Zaretskii <eliz@gnu.org>
1470
1471 * config.nt (EXTERNALLY_VISIBLE): Define.
1472
2e288d54
JB
14732010-10-13 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * INSTALL: Refer to `dynamic-library-alist'.
1476
6072fed4
JB
14772010-10-06 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * INSTALL: Add note about problematic characters passed to configure.
1480
19d5deef
EZ
14812010-10-01 Eli Zaretskii <eliz@gnu.org>
1482
73077a9a 1483 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1dc253e8 1484 emacs-src.tags: New file.
73077a9a 1485
19d5deef
EZ
1486 * gmake.defs: Add a comment with a single quote to fix
1487 fontification. (Bug#7102)
1488
252b4f5c
EZ
14892010-09-29 Eli Zaretskii <eliz@gnu.org>
1490
1491 * configure.bat: Fix the condition for copying paths.h into
1492 ../src/epaths.h.
1493
0597ab06
JB
14942010-09-28 Juanma Barranquero <lekktu@gmail.com>
1495
1496 * addpm.c (entry, add_registry, main):
1497 * addsection.c (file_data, open_input_file, open_output_file)
1498 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1499 (COPY_CHUNK):
1500 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1501 (skip_nonspace, get_next_token, search_dir, make_absolute)
1502 (spawn, main):
1503 * preprep.c (file_data, open_input_file, open_output_file)
1504 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1505 Use const char*.
1506
1507 * cmdproxy.c (stdin): Don't define, not used.
1508 (main): Don't assign remlen after last use.
1509
05212154
JB
15102010-09-22 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * configure.bat: Err out when the argument of --cflags contains
1513 invalid characters (check implemented only for GCC). (Bug#6820)
1514
926cd98c
JB
15152010-08-19 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1518
856a6b77
JR
15192010-08-12 Jason Rumney <jasonr@gnu.org>
1520
1521 * addpm.c (add_registry): Set path for runemacs.exe to use.
1522
7815fe19 15232010-08-08 Óscar Fuentes <ofv@wanadoo.es>
c5958e82
ÓF
1524
1525 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1526 which has a 1024 char limit on Windows (bug#6647).
1527
7561000b
JB
15282010-08-02 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1531 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1532
76fd1ee9
DN
15332010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1534
1535 * config.nt: Remove code referring to NO_REMAP, unused.
1536
f8e0614c
CS
15372010-07-25 Christoph Scholtes <cschol2112@gmail.com>
1538
1539 Build binary distros on Windows using emacs-VERSION as root dir name.
e0d6af9c 1540
7f86df5f 1541 * makefile.w32-in: Copy README.W32 to installation directory
d24076a6
CS
1542 during `make install'. Remove README.W32 with `distclean' (in
1543 case Emacs was installed in place). Use temporary directory to
1544 create distribution zip files in `dist' target.
e0d6af9c
CS
1545 * zipdist.bat: Simplify code using temporary directory.
1546
361358ea
JB
15472010-07-25 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * runemacs.c (set_user_model_id): Fix prototype.
1550
e3aef5c6
CS
15512010-07-24 Christoph Scholtes <cschol2112@gmail.com>
1552
1553 New make target for Windows platform: make dist (bug#6602)
1554
1555 * INSTALL: Document new dist target and add section about
1556 creating binary distributions.
1557 * README.W32: Relocate from admin/nt/ directory.
1558 * configure.bat: New parameter `--distfiles'.
1559 * makefile.w32-in: Add version number, new target `dist'.
1560 Add new target `install-shortcuts'.
1561 * zipdist.bat: New file; create zipped binary distribution,
1562 replaces admin/nt/makedist.bat.
1563
a917e3f2
JB
15642010-07-21 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * INSTALL: Add note about backslashes in Windows paths.
1567 Fix typos. Simplify references to Windows versions.
1568
7c3320d8
JB
15692010-07-20 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * addpm.c (add_registry, main):
1572 * cmdproxy.c (get_env_size):
1573 * ddeclient.c (main):
1574 * runemacs.c (set_user_model_id):
1575 Convert definitions to standard C.
1576
9a6063e2
JB
15772010-07-20 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1580
7d0170c8
JB
15812010-07-18 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * configure.bat: New option --enable-checking.
1584 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1585 (CFLAGS): Include it.
1586
5dddb7a8
DN
15872010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1588
1589 * config.nt (volatile): Remove definition.
1590
72af86bd
AS
15912010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1592
1593 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1594 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1595
b6fcccc3
JB
15962010-07-02 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * config.nt (__P): Remove.
1599
3085237c
DN
16002010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1601
1602 * config.nt: Remove code depending on BSTRING.
1603
0d4bcf4d
GM
16042010-06-03 Glenn Morris <rgm@gnu.org>
1605
1606 * config.nt: Remove NOT_C_CODE tests, it is always true now.
1607
0116466b
GM
16082010-05-13 Glenn Morris <rgm@gnu.org>
1609
1610 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1611
61a808e8
CY
16122010-05-07 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * Version 23.2 released.
1615
27a2cdfc
GM
16162010-05-04 Glenn Morris <rgm@gnu.org>
1617
1618 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1619
4a787cd2
CY
16202010-04-20 Lewis Perin <perin@panix.com> (tiny change)
1621
1622 * emacs.manifest: Add trustInfo section to Windows manifest.
1623
288f9fc0
CY
16242010-03-10 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * Branch for 23.2.
1627
59ef8268
MR
16282010-01-13 Martin Rudalics <rudalics@gmx.at>
1629
1630 * emacsclient.rc: Fix format of "LegalCopyright" value.
1631
6d96d18f
JB
16322009-12-28 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1635
ee6f37f2
KF
16362009-12-27 Karl Fogel <kfogel@red-bean.com>
1637
1638 * INSTALL: Update for CVS->Bazaar switchover.
1639
f179addc
JB
16402009-09-14 Juanma Barranquero <lekktu@gmail.com>
1641
1642 * configure.bat: Add #define PROFILING to config.h.
1643
0a3472c7
JR
16442009-07-03 Jason Rumney <jasonr@gnu.org>
1645
1646 * runemacs.c (set_user_model_id): Use standard types.
1647
ff90fbde
JR
16482009-06-30 Jason Rumney <jasonr@gnu.org>
1649
1650 * runemacs.c (set_user_model_id): New function.
1651 (WinMain): Use it.
1652
70243478
CY
16532009-06-21 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * Branch for 23.1.
1656
22749e9a
EZ
16572009-03-21 Eli Zaretskii <eliz@gnu.org>
1658
1659 * inc/sys/stat.h (struct stat): Change the types of st_uid and
1660 st_gid to unsigned.
1661
1662 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1663 to unsigned.
1664 (getpwuid): Argument is now unsigned.
1665 uid_t is now unsigned.
1666
1640b452
JB
16672009-02-24 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * INSTALL: Add comment about TCC; fix typos.
1670
c24f4bf9
JR
16712009-01-26 Jason Rumney <jasonr@gnu.org>
1672
0235128c
SM
1673 * emacsclient.rc, emacs.rc: Swap name and description.
1674 Remove Windows versions.
c24f4bf9 1675
84ef4ca2
JR
16762009-01-15 Jason Rumney <jasonr@gnu.org>
1677
f4c45b4f
JR
1678 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1679
1680 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1681
84ef4ca2
JR
1682 * addpm.c (main): Try using COM to create start menu shortcuts
1683 before resorting to DDE (Bug#202)
1684 Remove second command-line argument.
1685
8d67bc8e
JB
16862009-01-03 Juanma Barranquero <lekktu@gmail.com>
1687
1688 * configure.bat: Untabify help message.
1689
8bc63b1a
JR
16902009-01-03 Jason Rumney <jasonr@gnu.org>
1691
1692 * configure.bat: New option --with-svg.
1693
1694 * INSTALL: Document experimental SVG support.
1695
8cd98482
JR
16962008-12-25 Jason Rumney <jasonr@gnu.org>
1697
29659067 1698 * config.nt (PTR): Remove.
8cd98482 1699
06e111a6
DN
17002008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1701
1702 * config.nt (LISTPROC, PROCATTR): Remove.
1703
de62e4f8
EZ
17042008-08-09 Eli Zaretskii <eliz@gnu.org>
1705
1706 * config.nt (LISTPROC, PROCATTR): New macros.
1707
69ab3201
DN
17082008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1709
1710 * config.nt (MULTI_KBOARD): Remove.
1711
75663c75
JR
17122008-07-23 Jason Rumney <jasonr@gnu.org>
1713
0e134ea0
JB
1714 * configure.bat: New option --profile.
1715 * gmake.defs: Set cflags and ldflags for profiling when specified.
75663c75 1716
77ccee09
DN
17172008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1720
bdee2ef3
DN
17212008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 * config.nt (HAVE_FACES): Remove, unused.
1724
43db14bb 17252008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1726 Eli Zaretskii <eliz@gnu.org>
43db14bb 1727
0e134ea0 1728 * nmake.defs (FONT_CFLAGS):
43db14bb
JB
1729 * gmake.defs (FONT_CFLAGS): Remove.
1730 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1731 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1732 and _CRTAPI1.
1733 (ARCH_FLAGS): Don't include _X86_.
1734
1735 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1736
f2a77c3a
DN
17372008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1738
1739 * config.nt: Remove reference to UNEXEC_SRC.
1740
540c2a33 17412008-06-23 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1742 Eli Zaretskii <eliz@gnu.org>
540c2a33
JB
1743
1744 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1745 Don't hardcode -gstabs+, use DEBUG_INFO.
1746
1747 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1748 Default to stabs if the compiler does not support DWARF-2.
1749 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1750
26a3b310
JR
17512008-05-14 Jason Rumney <jasonr@gnu.org>
1752
1753 * configure.bat: Remove code dealing with --disable-font-backend.
1754
ee7a2e7a
EZ
17552008-05-09 Eli Zaretskii <eliz@gnu.org>
1756
71e41ffb
EZ
1757 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1758 better alignment. Make st_size 64-bit wide. Add new members
1759 st_uname and st_gname.
1760
ee7a2e7a
EZ
1761 * inc/grp.h (struct group): Add gr_gid member.
1762
a113b3ca 17632008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
1764
1765 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1766 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
1767 a real file there is not a good idea.
1768
a113b3ca 17692008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 1770
99e0bf59
JR
1771 * makefile.w32-in (CLIENTRES): New variable and build target.
1772 (all): Depend on it.
1773 ($(TRES)): Use $(TRES) in rule.
1774
361823f4
JR
17752008-04-21 Jason Rumney <jasonr@gnu.org>
1776
1777 * configure.bat (success): Print "make" rather than "gmake", as that
d4835507 1778 is what MinGW uses.
361823f4 1779
87c24bb7
EZ
17802008-04-11 Eli Zaretskii <eliz@gnu.org>
1781
1782 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1783 Add copyright notice.
1784
5739d6f8
JR
17852008-04-10 Jason Rumney <jasonr@gnu.org>
1786
f12da103
JR
1787 * emacsclient.rc: New file.
1788
5739d6f8
JR
1789 * INSTALL: Document make targets.
1790
cc48598c
JR
17912008-04-09 Jason Rumney <jasonr@gnu.org>
1792
1793 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 1794 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
1795 (top-distclean, distclean, distclean-other-dirs-nmake)
1796 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1797 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1798
892508a4
EZ
17992008-04-05 Eli Zaretskii <eliz@gnu.org>
1800
aa08d1ff
EZ
1801 * inc/sys/stat.h: New file.
1802
892508a4
EZ
1803 * configure.bat: Add check for usp10.h.
1804
a25fe288
JR
18052008-04-04 Jason Rumney <jasonr@gnu.org>
1806
b46a6a83 1807 * INSTALL: Update Windows API requirements.
a25fe288 1808
b7612703
JR
18092008-04-03 Jason Rumney <jasonr@gnu.org>
1810
1811 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1812
b2019141
GM
18132008-03-13 Glenn Morris <rgm@gnu.org>
1814
1815 * emacs.rc: Set version to 23.0.60.
1816
12cc4d8f
JR
18172008-03-04 Jason Rumney <jasonr@gnu.org>
1818
1819 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1820 (EMACS_EXTRA_C_FLAGS): Include it.
1821 * configure.bat (usefontbackend): Default to Y.
1822 (--enable-font-backend): Replace with --disable-font-backend.
1823 (:withfont): Replace with :withoutfont.
1824
1b6bf70a
JR
18252008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1826
1827 * icons/emacs.ico: Full alpha for 32x32 full color.
1828 Add 32x32 and 16x16 256 color versions.
1829
6abe1b07
GM
18302008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1831
1832 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1833
480a77b5
JR
18342008-03-02 Jason Rumney <jasonr@gnu.org>
1835
1836 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1837
c9cc6462
DN
18382008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1839
1840 * icons/README: Update.
1841
1842 * icons/emacs.ico: New icon.
1843
c44b4b46
JB
18442008-02-25 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * addpm.c: Include malloc.h.
1847 (add_registry): Cast return value of alloca.
1848
9d2818d6
DN
18492008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1850
1851 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1852
1046da1c
EZ
18532008-02-11 Eli Zaretskii <eliz@gnu.org>
1854
1855 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1856 conditional on existence of junk.o. If %nocygwin% is already set
1857 to Y, skip to chkapiN instead of chkapi.
1858 (chkapi): Move "rm -f junk.c junk.o" to here.
1859 (chkapiN): New label.
1860
4134dd15
JR
18612008-02-11 Jason Rumney <jasonr@gnu.org>
1862
1863 * makefile.w32-in: Remove unidata-gen related rules.
1864
65366573
EZ
18652008-02-09 Eli Zaretskii <eliz@gnu.org>
1866
1867 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1868
f1cefe09
JR
18692008-02-11 Jason Rumney <jasonr@gnu.org>
1870
1871 * addpm.c (add_registry): Add an App Paths registry key.
1872 Look for GTK and add it to the DLL search path for Emacs if found.
1873
f01e03d3
JB
18742008-02-05 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * configure.bat: In help, use generic names for the image libraries.
1877
880a5954
JB
18782008-02-04 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * .cvsignore: Don't ignore .arch-inventory.
1881
680d641f
JR
18822008-02-03 Jason Rumney <jasonr@gnu.org>
1883
1884 * configure.bat: Make gcc the default compiler.
1885
ef764ddd
EZ
18862008-02-02 Eli Zaretskii <eliz@gnu.org>
1887
e344bebe
JB
1888 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1889 Ignore return status.
f0c58e10 1890
a392138f 1891 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
2dbe4d71
DM
1892 it out of the way of Windows generated file.
1893 Generate admin/unidata/makefile.
a392138f 1894
ef764ddd
EZ
1895 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1896 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1897 (unidatagen-clean-SH): New targets.
1898 (bootstrap-nmake): Invoke unidatagen-nmake.
1899 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1900
9303f985 19012008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1902
1903 * configure.bat (withfont): Set sep1 after modifying usercflags.
1904
9303f985 19052008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1906
1907 * configure.bat: Rename --with-font-backend to --enable-font-backend
1908 for consistency with other platforms.
1909
9303f985 19102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1911
1912 * configure.bat: Add --with-font-backend option.
1913
cf32108e
JR
19142008-01-20 Jason Rumney <jasonr@gnu.org>
1915
1916 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1917 permissions to NTFS ACLs.
1918
880820fe 19192007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
1920
1921 * config.nt: Remove HAVE_X11R5.
1922
5eaf5ed9
JR
19232007-10-22 Jason Rumney <jasonr@gnu.org>
1924
1925 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1926 (strings.h, stdlib.h): Conditionally include.
1927 (w32_abort): Declare here.
1928 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1929
059d1e66
JR
19302007-10-20 Jason Rumney <jasonr@gnu.org>
1931
1932 * makefile.w32-in (info-nmake): Change into correct directories.
1933
6d005ee7
EZ
19342007-10-20 Eli Zaretskii <eliz@gnu.org>
1935
3a1ebd63
EZ
1936 * configure.bat (docflags, doldflags): New variables.
1937 (genmakefiles): Use them to work around problems with whitespace
1938 in arguments of the `if' command.
6d005ee7 1939
65d306e2
JR
19402007-10-18 Jason Rumney <jasonr@gnu.org>
1941
1942 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1943
fc2554aa
JR
19442007-09-27 Jason Rumney <jasonr@gnu.org>
1945
1946 * gmake.defs (COMCTL32): New system library.
1947
1948 * nmake.defs (COMCTL32): New system library.
1949
4f449725
GM
19502007-09-06 Glenn Morris <rgm@gnu.org>
1951
56d727ff 1952 * configure.bat:
52397249
JB
1953 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1954 Change from ../man to ../doc/emacs and ../doc/misc; and from
1955 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
4f449725 1956
e93ca076
GM
19572007-08-29 Glenn Morris <rgm@gnu.org>
1958
1959 * emacs.rc: Increase version to 23.0.50.
1960
e344bebe 19612007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
1962
1963 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1964
cacc7b51
GM
19652007-07-25 Glenn Morris <rgm@gnu.org>
1966
1967 * Relicense all FSF files to GPLv3 or later.
1968
1969 * COPYING: Switch to GPLv3.
1970
ed7c1a5c
EZ
19712007-07-16 Eli Zaretskii <eliz@gnu.org>
1972
1973 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1974 Depend on cmdproxy.
1975 (cleanall): Don't delete *~.
1976
5412a7f3
JR
19772007-07-15 Jason Rumney <jasonr@gnu.org>
1978
1979 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1980 be fully supported.
1981
a2dcccd9
JR
19822007-07-14 Jason Rumney <jasonr@gnu.org>
1983
1984 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1985 of winsock.h.
1986
a71f59c1
JR
19872007-07-11 Jason Rumney <jasonr@gnu.org>
1988
1989 * gmake.defs (OLE32): New library to link.
1990
1991 * nmake.defs (OLE32): Likewise.
1992
ad1597ce
JR
19932007-06-25 Jason Rumney <jasonr@gnu.org>
1994
1995 * cmdproxy.c (main): Set console codepages to "ANSI".
1996
32154d10
JR
19972007-06-20 Jason Rumney <jasonr@gnu.org>
1998
1999 * configure.bat: Complain if image libraries are missing.
2000
6dbd2549
JR
20012007-06-15 Jason Rumney <jasonr@gnu.org>
2002
2003 * emacs.manifest: New file.
2004
2005 * emacs.rc: Use it.
2006
7dfc4cda
CY
20072007-06-02 Chong Yidong <cyd@stupidchicken.com>
2008
2009 * Version 22.1 released.
2010
c2970555
EZ
20112007-05-22 Eli Zaretskii <eliz@gnu.org>
2012
2013 * INSTALL: Add information about where to find GDB, and warn
2014 against --no-debug option to configure.bat.
2015
8add2b1a
EZ
20162007-05-19 Eli Zaretskii <eliz@gnu.org>
2017
2018 * INSTALL: Fix URL of EmacsW32 site where building with image
2019 support is described.
2020
07016031
GM
20212007-04-26 Glenn Morris <rgm@gnu.org>
2022
2023 * emacs.rc: Increase version to 22.1.50.
2024
5a842fda
EZ
20252007-03-31 Eli Zaretskii <eliz@gnu.org>
2026
2027 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
2028
029e4603
RS
20292007-03-09 Richard Stallman <rms@gnu.org>
2030
2031 * INSTALL: Say explicitly this is not for Cygwin.
2032
309c91ff
EZ
20332007-03-03 Eli Zaretskii <eliz@gnu.org>
2034
c01949d3 2035 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 2036
c14693e3
GM
20372007-02-16 Glenn Morris <rgm@gnu.org>
2038
2039 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
2040 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
2041 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
2042 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
c01949d3
JB
2043 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
2044 Restore all but two of icons deleted in previous change.
c14693e3 2045
bd5f26aa
CY
20462007-02-13 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * icons/README: New file.
2049
2050 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
2051 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
2052 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
8e127f99 2053 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 2054 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
2055 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
2056 Unused icons deleted.
bd5f26aa 2057
57a64408
JB
20582007-01-31 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * configure.bat: Update ../site-lisp/subdirs.el when needed.
2061
4799aa91
JB
20622007-01-30 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * subdirs.el: Add "no-byte-compile: t" local variable.
2065
ac65c01c
JR
20662007-01-10 Jason Rumney <jasonr@gnu.org>
2067
2068 * README: Update URLs and advice about reporting bugs.
2069
2db771b7
JR
20702006-12-29 Jason Rumney <jasonr@gnu.org>
2071
2072 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
2073 DEBUG_LINK.
c01949d3 2074 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 2075
bbc34249
EZ
20762006-12-27 Eli Zaretskii <eliz@gnu.org>
2077
2078 * INSTALL: Update table of supported Make ports. Show "make -j"
2079 command that is known to work.
2080
2081 * configure.bat: Update table of supported Make ports.
2082
ed1281ec
EZ
20832006-12-24 Eli Zaretskii <eliz@gnu.org>
2084
2085 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
2086 only in implicit rules. Use literal "emacs.rc" instead.
2087
d572c005
EZ
20882006-12-23 Eli Zaretskii <eliz@gnu.org>
2089
fa1f0a88
EZ
2090 * gmake.defs: Export XMFLAGS.
2091
2dbe4d71
DM
2092 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
2093 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 2094
b47342e3
EZ
20952006-12-22 Eli Zaretskii <eliz@gnu.org>
2096
c52bf8c3
EZ
2097 * INSTALL: Explain how to invoke GNU Make for parallel builds.
2098
5e059fc1
EZ
2099 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
2100 command-line argument to sub-Make in src, since src/makefile.w32-in
2101 invokes Make recursively during bootstrap.
f278d4a6 2102 (clean): Delete stamp_BLD.
6808dce1 2103 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 2104
b47342e3
EZ
2105 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
2106 stamp_BLD after creating the $(BLD) directory.
2107
2108 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
2109 stamp_BLD after creating the $(BLD) directory.
2110
2111 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
2112 (preprep, $(TRES), runemacs)
2113 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
2114 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2115 Depend on stamp_BLD instead of on $(BLD).
2116 (XMFLAGS): New macro.
2117 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
2118 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
2119 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
2120 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
2121
6148a044
EZ
21222006-12-20 Eli Zaretskii <eliz@gnu.org>
2123
2124 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
2125 $(ALL_DEPS).
b47342e3
EZ
2126 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
2127 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2128 New dependency on $(BLD).
6148a044
EZ
2129 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
2130 (bootstrap-gmake): Depend on addsection.
2131
4da0d3f7
JB
21322006-10-29 Juanma Barranquero <lekktu@gmail.com>
2133
2134 * runemacs.c (WinMain): Process all recognized arguments, not just
2135 the first one. Remove unused variable sec_desc.
2136
8f59d602
EZ
21372006-09-24 Eli Zaretskii <eliz@gnu.org>
2138
2139 * config.nt (HAVE_LANGINFO_CODESET): Define.
2140
2141 * inc/langinfo.h: New file.
2142
2143 * inc/nl_types.h: New file.
2144
45a2056c
JB
21452006-09-15 Jay Belanger <belanger@truman.edu>
2146
2147 * COPYING: Replace "Library Public License" by "Lesser Public
2148 License" throughout.
2149
ac70d20b
JR
21502006-07-27 Jason Rumney <jasonr@gnu.org>
2151
2152 * INSTALL: Add notes about Cygwin make to impatient section.
2153
3d80c941
EZ
21542006-06-02 Eli Zaretskii <eliz@gnu.org>
2155
2156 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
2157 known to work.
2158
335be36b
JR
21592006-03-12 Jason Rumney <jasonr@gnu.org>
2160
ebe98f49
JR
2161 * addpm.c (add_registry): Don't change the registry unless keys
2162 already exist from a previous version.
2163
92cc46af
JR
2164 * makefile.w32-in (install): Use -q when invoking addpm.
2165
335be36b
JR
2166 * addpm.c (main): Accept -q as alternative for /q.
2167
f71d8cff
JR
21682006-03-11 Jason Rumney <jasonr@gnu.org>
2169
2170 * runemacs.c (WinMain): Set screen buffer to 80x25.
2171
94e7daf7
EZ
21722005-12-24 Eli Zaretskii <eliz@gnu.org>
2173
2174 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
2175 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2176
9ea74bfb
EZ
21772005-12-09 Eli Zaretskii <eliz@gnu.org>
2178
2179 * INSTALL: Add explanation of how to debug with GDB starting from
2180 the Emacs Abort dialog.
2181
d73d22ed
CY
21822005-11-26 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * emacs.rc: Use new icons.
2185
07908aec
EZ
21862005-11-26 Eli Zaretskii <eliz@gnu.org>
2187
2188 * emacs21.ico: Renamed from emacs.ico.
2189 * emacs.ico: New icons from Andrew Zhilin
2190 <andrew_zhilin@yahoo.com>.
2191
ed326e35
EZ
21922005-09-10 Eli Zaretskii <eliz@gnu.org>
2193
2194 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
2195
df76c589
JB
21962005-08-10 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * .cvsignore: Add `obj' and `oo' for in-place installations.
2199
43e124e6
EZ
22002005-07-30 Eli Zaretskii <eliz@gnu.org>
2201
4da0d3f7 2202 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 2203
5dac5615
JB
22042005-07-29 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * configure.bat: Don't create lisp/Makefile.unix.
2207
c638055f
JB
22082005-07-28 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * .cvsignore: Add `makefile' and `config.log'.
2211
9eff9fe3
PE
22122005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2213
2214 Merge gnulib getopt implementation into Emacs.
2215
2216 * inc/gettext.h: Remove; no longer needed now that
2217 lib-src/gettext.h exists.
2218
9ebc3953
EZ
22192005-07-16 Eli Zaretskii <eliz@gnu.org>
2220
2221 * configure.bat: Finish config.log with a line that indicates that
2222 the configure step was successful.
2223
a0ec7a4a
LK
22242005-07-04 Lute Kamstra <lute@gnu.org>
2225
2226 Update FSF's address in GPL notices.
2227
5bc753e8
EZ
22282005-06-11 Eli Zaretskii <eliz@gnu.org>
2229
099a3eea
EZ
2230 * configure.bat: If their fc.exe returns a meaningful exit status,
2231 don't overwrite src/config.h and src/epaths.h with identical
2232 copies.
2233
591cbed1
EZ
2234 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
2235 changes. Add a pointer to another site with detailed configure
2236 and build instructions. Suggest to look at config.log when
2237 configure fails. Add MinGW Make 3.80 to the list of successful
2238 combinations.
2239
5bc753e8
EZ
2240 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
2241 "-mcpu=i686".
2242
099a3eea 2243 * configure.bat: Update copyright years.
5bc753e8
EZ
2244 Delete config.log before doing anything else.
2245 Write additional diagnostics to config.log in case of failures to
2246 compile test programs, including the failed test program itself.
2247 Add a test for support of -mtune=pentium4 switch to GCC; if it is
2248 supported, set up MCPU_FLAG variable on the various Makefiles to
2249 use that switch during compilations. (This avoids GCC warning
2250 about -mcpu being deprecated.)
2251
d2fcf769
EZ
22522005-06-10 Eli Zaretskii <eliz@gnu.org>
2253
2254 * addsection.c (copy_executable_and_add_section): Pass non-zero
2255 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
2256 environment. Print section names with %.8s.
2257 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
2258 only if non-zero. All callers changed.
2259
a0c38328
EZ
22602005-06-05 Eli Zaretskii <eliz@gnu.org>
2261
2262 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
75f1671a 2263 `const void *', for consistency with POSIX.
a0c38328 2264
1a8fb426
EZ
22652005-06-04 Eli Zaretskii <eliz@gnu.org>
2266
2267 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
2268
bd7bdff8
JB
22692005-05-24 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * INSTALL: Add more pointers to ports of Unix tools to Windows,
2272 and to the Emacs Wiki (which contains building instructions for
2273 Windows). Reword image library instructions and remove obsolete
2274 incompatibility information.
2275
007d105b
TTN
22762005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
2277
2278 * config.nt (HAVE_PWD_H): Undef.
2279
0b0dea7b
JB
22802004-06-07 Juanma Barranquero <lektu@terra.es>
2281
2282 * INSTALL: Clarify paragraph about compatibility between image
2283 libraries and builds of Emacs with several compilers.
2284
33d786f9
JB
22852004-06-06 Juanma Barranquero <lektu@terra.es>
2286
73dfa0bf
JB
2287 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2288 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10d1d0af 2289 calling non-existent cmdproxy.exe on bootstrapping after a
73dfa0bf
JB
2290 previous install followed by realclean.
2291
33d786f9
JB
2292 * nmake.defs: Add quote in comment to resync font-locking.
2293
3dfbc6d8
JB
22942004-06-04 Juanma Barranquero <lektu@terra.es>
2295
2296 * INSTALL: Reword the section on image support. Add reference to
2297 GnuWin32. Mention problems when mixing binaries from different
2298 compilers.
2299
112dc8e1
JR
23002004-05-06 Jason Rumney <jasonr@gnu.org>
2301
2302 * configure.bat: Use -mno-cygwin to check for image libraries
2303 when needed.
2304
5eb3d2a5
JR
23052004-05-03 Jason Rumney <jasonr@gnu.org>
2306
238add5e
JR
2307 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2308 * makefile.def: Remove.
2309
133ef3d3 2310 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 2311
5eb3d2a5
JR
2312 * makefile.w32-in (info-gmake, info-nmake): New targets.
2313 (info): Use them.
2314
e9419bd4
JB
23152004-04-23 Juanma Barranquero <lektu@terra.es>
2316
2317 * nmake.defs:
2318 * gmake.defs:
d814862a 2319 * makefile.w32-in:
e9419bd4
JB
2320 * makefile.def:
2321 * makefile.nt: Add "-*- makefile -*-" mode tag.
2322
1e3c9713
JR
23232004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2324
133ef3d3 2325 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 2326
2f0c11a1
JR
23272004-03-11 Jason Rumney <jasonr@gnu.org>
2328
2329 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2330
134d9671
JB
23312004-03-10 Juanma Barranquero <lektu@terra.es>
2332
2333 * makefile.w32-in (install): Don't try to copy
2334 ../lib-src/fns-*.el, as it isn't used anymore.
2335
d57625a0
JR
23362004-01-28 Peter Runestig <peter@runestig.com>
2337
2338 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2339
5ea32beb
MB
23402003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
2341
2342 * .cvsignore: Add `.arch-inventory'.
2343
d57625a0 23442003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 2345
133ef3d3 2346 * inc/grp.h: New file.
930a9995 2347
d57625a0 23482003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
2349
2350 * configure.bat: Create ``makefile'' in directories man, lispref
2351 and lispintro.
2352
2353 * makefile.w32-in (force-info, info): New targets.
2354
2355 * envadd.bat: New file.
2356
2357 * multi-install-info.bat: New file.
2358
880820fe 23592003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
2360
2361 * config.nt (my_strftime): New define.
2362
5d54d177
JR
23632003-02-01 Jason Rumney <jasonr@gnu.org>
2364
2365 * configure.bat: Automatically detect libXpm.
2366 Suppress compiler output when testing for image libraries.
2367 Give names of un-found libraries in messages.
2368
53b37591
JB
23692003-01-31 Juanma Barranquero <lektu@terra.es>
2370
fe929957 2371 * configure.bat: Automatically detect giflib and tifflib.
53b37591 2372
fbd852af
JR
23732003-01-29 Jason Rumney <jasonr@gnu.org>
2374
2375 * gmake.defs (CURDIR): Disable cygpath kludge.
2376
50ca1c55
JB
23772003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2378
2379 * configure.bat: Avoid endless loop when configuring without image
2380 support.
2381
28908312
JR
23822003-01-26 Jason Rumney <jasonr@gnu.org>
2383
2384 * configure.bat: Automatically detect jpeglib.
2385
c262430d
JR
23862003-01-25 Jason Rumney <jasonr@gnu.org>
2387
2388 * configure.bat: Automatically detect libpng.
2389
53b37591 23902003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
2391
2392 * icons/hand.cur: New file.
2393
53b37591 23942003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
2395
2396 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2397
38018ad3
AI
23982003-01-15 Andrew Innes <andrewi@gnu.org>
2399
2400 * gmake.defs (CURDIR): Convert to native Windows format (with
2401 forward slashes), to support building with Cygwin builds of make.
2402
4c11103a
JB
24032002-11-17 Ben Key <BKey1@tampabay.rr.com>
2404
2405 * nmake.defs:
f60ae425
BK
2406 * gmake.defs: Made changes so that Emacs would link with
2407 WinMM.lib. This change was required for my addition of a Windows
2408 compatible implementation of play-sound-internal.
2409
4c11103a 24102002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 2411
4c11103a 2412 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 2413
960f21ae
JR
24142002-06-13 Jason Rumney <jasonr@gnu.org>
2415
2416 * addpm.c (env_vars): Remove EMACSLOCKDIR.
2417
2418 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2419 (maybe-bootstrap-SH): New targets.
2420 (all): Depend on maybe-bootstrap.
2421
933af497
JR
24222002-05-03 Jason Rumney <jasonr@gnu.org>
2423
2424 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2425 (sys_getpeername, fcntl): Declare as wrappers.
2426
dc728514
JB
24272002-04-10 Juanma Barranquero <lektu@terra.es>
2428
2429 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2430 after compiling .el files.
2431
3be38152
JR
24322002-03-20 Jason Rumney <jasonr@gnu.org>
2433
2434 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2435 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2436
d1ef18f2
KS
24372002-03-19 Kim F. Storm <storm@cua.dk>
2438
2439 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2440 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2441 (HAVE_SYS_UN_H): Undef.
2442 From David Ponce <dponce@voila.fr>.
2443
73792b51
JR
24442002-03-13 Jason Rumney <jasonr@gnu.org>
2445
2446 * config.nt (STRFTIME_NO_POSIX2): Define.
2447
f7b9d4d1
JR
24482002-02-18 Jason Rumney <jasonr@gnu.org>
2449
2450 * emacs.rc: Define VS_VERSION_INFO if not already.
2451 Update version info.
2452
98cf1bb5
AI
24532002-01-04 Andrew Innes <andrewi@gnu.org>
2454
2455 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2456 pick up relevant bits of the Windows API definitions.
2457
2458 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2459 pick up relevant bits of the Windows API definitions.
2460
0e4435be
AI
24612001-12-14 Andrew Innes <andrewi@gnu.org>
2462
2463 * makefile.w32-in (bootstrap): Build addsection program before
2464 bootstrap (required for post-processing temacs.exe).
2465
880820fe 24662001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
2467
2468 * COPYING: New file.
2469
493faf20
AI
24702001-12-03 Andrew Innes <andrewi@gnu.org>
2471
2472 * makefile.w32-in (bootstrap-nmake):
2473 (bootstrap-gmake): Extend bootstrap process to first do
2474 bootstrap-clean in lisp dir and rebuild the DOC file.
2475 (bootstrap): Do a "normal" make after the bootstrap work.
2476
fc813ef6
JR
24772001-11-20 Jason Rumney <jasonr@gnu.org>
2478
2479 * INSTALL: Update table of versions of make that are suitable
2480 for building Emacs, based on recent feedback.
2481
133ef3d3 2482 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 2483
72431058
AI
24842001-11-19 Andrew Innes <andrewi@gnu.org>
2485
2486 * ftime-nostartup.bat: New file.
2487
2488 * ftime.bat: Don't include libc.lib for profiling - the profiler
2489 corrupts part of memcpy.
2490
eec004b0
JR
24912001-11-17 Jason Rumney <jasonr@gnu.org>
2492
2493 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2494 expansion. From Juanma Barranquero <lektu@terra.es>.
2495
71431a0e
GM
24962001-10-20 Gerd Moellmann <gerd@gnu.org>
2497
6aa97356 2498 * (Version 21.1 released.)
71431a0e 2499
967d7793
AI
25002001-10-12 Andrew Innes <andrewi@gnu.org>
2501
2502 * inc/pwd.h (uid_t, gid_t): New typedefs.
2503
ab952a4f
GM
25042001-10-05 Gerd Moellmann <gerd@gnu.org>
2505
2506 * Branch for 21.1.
85b2f69e 2507
33d69478
EZ
25082001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2509
2510 * README: Update the address of the mailing list and subscription
2511 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
2512
05b24487
EZ
25132001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2514
2515 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
2516
2517 * configure.bat: Make sure ../site-lisp exists; create if necessary.
2518
3762e7d0
EZ
25192001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2520
2521 * INSTALL: Mention that "make install" can be "nmake install".
2522
83536c16
EZ
25232001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2524
2525 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2526 since some versions of `mkdir' don't automatically create parent
2527 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2528
f466241d
EZ
25292001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * subdirs.el: New file.
2532
2533 * configure.bat: Copy subdirs.el to the site-lisp directory.
2534
2535 * makefile.w32-in (install): Copy subdirs.el to the installation
2536 directory.
2537
0ac7bf6c
JR
25382001-06-20 Jason Rumney <jasonr@gnu.org>
2539
2540 * runemacs.c (WinMain): Add quotes around command in case of spaces.
2541
ec57454f
AI
25422001-06-01 Andrew Innes <andrewi@gnu.org>
2543
2544 * gmake.defs (sh_output): Don't use $(warning ...) to output
2545 messages, since that is not supported by GNU make 3.77.
2546
263f7134
JR
25472001-05-24 Jason Rumney <jasonr@gnu.org>
2548
2549 * INSTALL: Clarify that building with MSVC requires nmake.
2550
fbdbf318
AI
25512001-05-17 Andrew Innes <andrewi@gnu.org>
2552
2553 * gmake.defs (NEW_CYGWIN): Output message about spurious error
2554 message that is to be ignored.
2555
4b994b84
AI
25562001-05-13 Andrew Innes <andrewi@gnu.org>
2557
2558 * TODO: Remove file, since it is completely out of date.
2559
2560 * README: Add copyright notice.
2561
2562 * INSTALL: Add copyright notice.
2563
e8918aee
EZ
25642001-04-18 Andrew Innes <andrewi@gnu.org>
2565
2566 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2567 the environment.
2568
2569 * gmake.defs (SETLOADPATH): Remove definition.
2570 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2571 environment.
2572
25732001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2574
2575 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 2576 first 8 characters.
e8918aee
EZ
2577
25782001-03-17 Andrew Innes <andrewi@gnu.org>
2579
2580 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2581 escaped quotes.
2582
2583 * gmake.defs (DEBUG_LINK): New macro.
2584 (LINK_FLAGS): Use it.
2585
2586 * nmake.defs (DEBUG_LINK): New macro.
2587 (LINK_FLAGS): Use it.
2588
25892001-03-06 Andrew Innes <andrewi@gnu.org>
2590
2591 * INSTALL: Add --ldflags to configure line for building with
2592 recent versions of Cygwin GCC.
2593
53b37591 25942001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
2595
2596 * configure.bat: Use correct options when compiling a test program
2597 with Cygwin. From David Ponce <dponce@voila.fr>.
2598
25992001-02-24 Andrew Innes <andrewi@gnu.org>
2600
2601 * _emacs: Remove obsolete file.
2602
2603 * emacs.bat.in: Remove obsolete file.
2604
2605 * debug.bat.in: Remove obsolete file.
2606
2607 * inc/sys/socket.h: Add copyright notice.
2608
2609 * paths.h: Add copyright notice.
2610
2611 * makefile.nt: Update copyright notice.
2612
2613 * makefile.def: Update copyright notice.
2614
2615 * configure.bat: Update copyright notice.
2616
2617 * nmake.defs: Add copyright notice.
2618
2619 * gmake.defs: Add copyright notice.
2620
2621 * makefile.w32-in: Add copyright notice.
2622
26232001-02-05 Andrew Innes <andrewi@gnu.org>
2624
2625 * nmake.defs (THISDIR): New definition.
2626
2627 * gmake.defs (THISDIR): New definition.
2628
26292001-02-03 Andrew Innes <andrewi@gnu.org>
2630
2631 * configure.bat: Leave a space before >> only when there is a
2632 preceding digit. Add a comment about the importance of this.
2633
2634 * README: Replace outdated information.
2635
2636 * INSTALL (Trouble-shooting): Add note about need to specify extra
2637 compiler flags with recent Cygwin ports of gcc.
2638
26392001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2640
2641 * configure.bat: Use "rm -f" instead of "del /f", as the latter
2642 is not supported by Windows 9X's COMMAND.COM.
2643
26442001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2645
10d1d0af 2646 * configure.bat: Make sure redirection is preceded by a blank, to
e8918aee
EZ
2647 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2648 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
2649
26502001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
2651
2652 * INSTALL: Copy the table of tested combinations of development
10d1d0af 2653 tools from configure.bat. Add suggestion to install Bash on
e8918aee
EZ
2654 Windows 9X.
2655
2656 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2657 lisp/Makefile.in instead. Use "rm -f" where more than one file
2658 needs to be deleted, since command.com in Windows 9X doesn't grok
2659 more than one argument.
2660
26612001-01-24 Andrew Innes <andrewi@gnu.org>
2662
85b2f69e 2663 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
2664 (cleanall-other-dirs-gmake): New targets.
2665 (cleanall): Invoke them.
2666
26672001-01-19 Andrew Innes <andrewi@gnu.org>
2668
2669 * addpm.c (env_vars): Add a version-independent site-lisp
2670 directory to EMACSLOADPATH, after the version dependent one.
2671
26722001-01-06 Andrew Innes <andrewi@gnu.org>
2673
2674 * README: Update info about compilers.
2675
2676 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2dbe4d71
DM
2677 select correct rule for invoking make in another directory.
2678 Amend rules accordingly.
e8918aee
EZ
2679 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2680
2681 * nmake.defs (EMACS_ICON_PATH): Delete definition.
2682 (COMPILER_TEMP_FILES): New definition.
2683 (MAKETYPE): New definition.
2684
2685 * gmake.defs (EMACS_ICON_PATH): Delete definition.
2686 (COMPILER_TEMP_FILES): New definition.
2687 (MAKETYPE): New definition.
2688
2689 * makefile.def (EMACS_ICON_PATH): Delete definition.
2690
2691 * configure.bat: Be careful not to add trailing spaces when
2692 outputting to config.settings.
2693
26942001-01-02 Andrew Innes <andrewi@gnu.org>
2695
2696 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2697 than the function.
2698
26992000-12-17 Andrew Innes <andrewi@gnu.org>
2700
2701 * makefile.w32-in (install): Copy directories to the correct
2702 places.
2703 (real_install): Remove obsolete target.
2704
27052000-12-06 Andrew Innes <andrewi@gnu.org>
2706
2707 * nmake.defs (CURDIR): New define.
2708 (INSTALL_DIR): Use it.
2709
2710 * gmake.defs (NEW_CYGWIN): New define.
2711 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2712 so we need to adjust how we escape embedded quotes.
2713 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2714 relative to $(CURDIR).
2715
27162000-11-25 Jason Rumney <jasonr@gnu.org>
2717
2718 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2719
27202000-10-17 Andrew Innes <andrewi@gnu.org>
2721
2722 * makefile.w32-in (recompile): New target to recompile lisp
2723 directory.
2724 (recompile-CMD, recompile-SH): New support targets.
2725
27262000-09-24 Jason Rumney <jasonr@gnu.org>
2727
2728 * config.nt (NO_RETURN): Define it.
2729
27302000-09-17 Andrew Innes <andrewi@gnu.org>
2731
2732 * gmake.defs: Revert to Unix line endings.
2733
2734 * nmake.defs: Revert to Unix line endings.
2735
27362000-09-16 Andrew Innes <andrewi@gnu.org>
2737
2738 * gmake.defs (SETLOADPATH): Change definition to work from any
2739 subdirectory.
2740
27412000-09-14 Andrew Innes <andrewi@gnu.org>
2742
2743 * makefile.w32-in: Revert to Unix line endings.
2744
27452000-09-14 Andrew Innes <andrewi@gnu.org>
2746
2747 * INSTALL: Add note about expected error messages when configure
2748 is run.
2749
2750 * configure.bat: Simplify the generation of makefiles (don't need
2751 to generate various top-level targets that invoke make in other
2752 directories).
2753
2754 * gmake.defs (SHELLTYPE): New define.
2755 (SETLOADPATH): New define.
2756
2757 * nmake.defs (SHELLTYPE): New define.
2758
2759 * makefile.w32-in: Standardize indentation somewhat.
2760 Add bootstrap support.
2761 Pass $(MFLAGS) when invoking make recursively.
2762 Add shell-specific variants of top-level targets that invoke make
2763 recursively in other directories, and add necessary computed
2764 dependencies.
2765
27662000-09-03 Andrew Innes <andrewi@gnu.org>
2767
2768 * makefile.w32-in: Change to DOS line endings.
2769
2770 * configure.bat: Change to DOS line endings.
2771
2772 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2773 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2774
2775 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2776 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2777
2778 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2779 -D_ANONYMOUS_STRUCT on compile line.
2780 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2781 (ARCH_CFLAGS): Change optimization flags to -O2.
2782 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2783 (ARGQUOTE, DQUOTE): New defines.
2784
2785 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2786 -D_ANONYMOUS_STRUCT on compile line.
2787 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2788 (ARGQUOTE, DQUOTE): New defines.
2789
27902000-08-22 Andrew Innes <andrewi@gnu.org>
2791
2792 * configure.bat: New file.
2793
2794 * gmake.defs: New file.
2795
2796 * nmake.defs: New file.
2797
2798 * makefile.w32-in: New file.
2799
2800 * INSTALL: Rewrite to match new configure process.
2801
2802 * config.nt [WINDOWSNT]: Don't declare getenv.
2803 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2804
2805 * addpm.c (main): Accept /q to mean install based on addpm's
2806 location without asking. Remove reference to emacs.bat which is
2807 now obsolete.
2808
2809 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2810
2811 * paths.h: Use forward slash as directory separator in all path
2812 definitions.
2813 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2814
2815 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2816
2817 * runemacs.c: Remove WIN32 define.
2818
2819 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2820 not defined.
2821
2822 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2823 (fd_set): Define to new name, after including winsock.h, so we can
2824 provide our own implementation.
2825
28262000-07-05 Andrew Innes <andrewi@gnu.org>
2827
2828 * ebuild.bat: Add support for specifying make arguments.
2829
2830 * makefile.nt: Add support for `bootstrap' and related targets.
2831
28322000-06-11 Jason Rumney <jasonr@gnu.org>
2833
2834 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2835
28362000-02-06 Andrew Innes <andrewi@gnu.org>
2837
2838 * inc/sys/time.h: Add inclusion protection.
2839
2840 * makefile.def (SYS_LDFLAGS): Add -nologo.
2841
28421999-11-22 Andrew Innes <andrewi@gnu.org>
2843
2844 * install.bat: Pass on command line arguments to make.
2845
c01949d3 2846 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
2847
28481999-11-21 Andrew Innes <andrewi@gnu.org>
2849
2850 * makefile.nt (all): Build leim if present.
2851 (install): Install leim if present.
2852 (clean): Clean leim if present.
2853
2854 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2855 definition.
2856
2857 * emacs.bat.in (EMACSLOADPATH): Include leim.
2858
e8918aee
EZ
28591999-07-12 Richard Stallman <rms@gnu.org>
2860
2861 * Version 20.4 released.
2862
28631999-06-16 Andrew Innes <andrewi@gnu.org>
2864
2865 * emacs.rc: Use an icon with a transparent background, to be in
2866 keeping with other applications.
2867
28681999-06-03 Andrew Innes <andrewi@gnu.org>
2869
2870 * preprep.c: Fix typo.
2871
28721999-05-02 Andrew Innes <andrewi@gnu.org>
2873
2874 * config.h: Remove obsolete file.
2875
2876 * preprep.c (copy_executable_and_move_sections): Ifdef out a
2877 couple of unused switch cases that aren't defined on all
2878 platforms.
2879
2880 * ftime.bat: Add another variation of the profile command, which
2881 only profiles extended commands.
2882
28831999-03-31 Geoff Voelker <voelker@cs.washington.edu>
2884
2885 * cmdproxy.c (main): Fix parens.
2886
28871999-03-25 Andrew Innes <andrewi@gnu.org>
2888
2889 * cmdproxy.c (main): Call GetShortPathName to normalize program
2890 names for comparison.
2891
28921999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2893
2894 * makefile.def: Compile multiple .c files when possible.
2895 Use BLD instead of assuming i386.
2896 * makefile.nt: Remove common multiple file compilation commands.
2897
28981999-03-04 Geoff Voelker <voelker@cs.washington.edu>
2899
2900 * cmdproxy.c (main): Add missing parens.
2901
29021999-02-20 Andrew Innes <andrewi@gnu.org>
2903
2904 * preprep.c: New program to allow dumped image to be profiled.
2905
2906 * makefile.nt (preprep): New target.
2907 (ALL): Build it.
2908
2909 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2910
2911 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2912 Change prep options to profile libc functions and skip the startup
2913 code.
2914
29151999-02-15 Geoff Voelker <voelker@cs.washington.edu>
2916
2917 * makefile.nt: Create installation directory as first step.
2918
29191999-01-31 Andrew Innes <andrewi@gnu.org>
2920
2dbe4d71 2921 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
e8918aee
EZ
2922 ROUND_UP_DST. Zeroes the alignment slop.
2923 (copy_executable_and_add_section): Update the
2924 SizeOfHeaders field properly.
2925
29261999-01-27 Andrew Innes <andrewi@gnu.org>
2927
2928 * makefile.nt: Do make version comparison as strings.
2929
29301999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
2931
2932 * runemacs.c (WinMain): Pass explicit environment block to
2933 CreateProcess, to work around a bug in Windows 95/98.
2934
29351999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2936
2937 * icons: New directory with Davenport's icons.
134d9671 2938 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
2939
2940 * makefile.nt (install, fast_install): Install Windows icons
2941 into etc/icons.
2942
2943 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2944
29451999-01-17 Andrew Innes <andrewi@gnu.org>
2946
52397249 2947 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
2948 (addsection): New top-level target.
2949 (install): Copy fns-*.el to bin directory.
2950
2951 * addsection.c: New program to add static heap section to
2952 temacs.exe after linking, in support of new unexec method.
2953
29541998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
2955
2956 * cmdproxy.c (spawn): Pass directory for child as parameter.
2957 (main): Save startup directory to give to spawn, then change
2958 directory to location of .exe in order not to prevent startup
2959 directory from being deleted.
2960
29611998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2962
b0b19974 2963 * makefile.nt: Do string comparison of _NMAKE_VER.
e8918aee
EZ
2964
29651998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2966
2967 * config.nt (LOCALTIME_CACHE): Define.
2968
29691998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2970
2971 * install.bat: Convert to DOS format.
2972
29731998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2974
2975 * cmdproxy.c (main): Set environment size only when running
2976 command.com.
2977
53b37591 29781998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
2979
2980 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2981 (DEL_TREE): Use rd instead of rmdir.
2982 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
2983 * makefile.nt: Compile multiple source files when possible.
85b2f69e 2984
e8918aee
EZ
29851998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2986
2987 * cmdproxy.c (main): Treat command line options as case-insensitive.
2988
29891998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2990
2991 * Version 20.3 released.
2992
29931998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2994
2995 * addpm.c (main): Explicitly check result of message box for OK.
2996
29971998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2998
2999 * inc/sys/file.h (D_OK): Define new macro.
3000
30011998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
3002
3003 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
3004
30051998-05-30 Geoff Voelker <voelker@cs.washington.edu>
3006
3007 * emacs.rc (VS_VERSION_INFO): Define.
3008
30091998-04-23 Geoff Voelker <voelker@cs.washington.edu>
3010
3011 * makefile.nt (emacs.bat, debug.bat): Create them in the
3012 installation directory.
3013
30141998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
3015
3016 * ddeclient.c: New file. (Support program for performing limited
e580a741 3017 interprocess communication on Windows.)
e8918aee
EZ
3018
3019 * makefile.nt: Build ddeclient.
3020
3021 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 3022 provide extra directory argument, when running on Windows 95.
85b2f69e 3023
e8918aee
EZ
30241998-04-17 Geoff Voelker <voelker@cs.washington.edu>
3025
3026 * cmdproxy.c (fail): Exit with a negative return value.
3027 (spawn): Return subprocess return code as an argument.
3028 Explicitly copy environment block.
3029 (main): Update to use return value argument with spawn.
3030 Retry if spawn failed when a subshell was not tried.
3031
3032 * config.nt: Include new macros from src/config.in.
3033 (GNU_MALLOC, REL_ALLOC): Define.
3034 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
3035 (RE_TRANSLATE): Use char_table_translate.
3036
3037 * makefile.def (CP_DIR): Preserve attributes.
3038
3039 * makefile.nt (clean): Delete patch generated files, optimized
3040 build directory.
3041
30421997-10-01 Geoff Voelker <voelker@cs.washington.edu>
3043
3044 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
3045
30461997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3047
3048 * Version 20.2 released.
3049
30501997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3051
3052 * Version 20.1 released.
3053
30541997-09-11 Geoff Voelker <voelker@cs.washington.edu>
3055
3056 * debug.bat.in: New file.
3057 * makefile.nt (debug.bat): New target.
3058
30591997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
3060
3061 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
3062 Quote group name. Allow different icons to be specified.
3063
3064 * cmdproxy.c (get_env_size): New function.
3065 (spawn): Explicitly pass in environment when creating subprocess.
10d1d0af 3066 (main): Cleanup error messages.
e8918aee
EZ
3067 Specify dynamically sized environment block for real shell.
3068 Pass on unhandled switches to real shell.
3069 Quote program name.
3070
85b2f69e 3071 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 3072 directory.
85b2f69e 3073 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
3074
3075 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 3076 high or low priority.
e8918aee
EZ
3077
3078 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 3079
e8918aee
EZ
30801997-09-02 Geoff Voelker <voelker@cs.washington.edu>
3081
3082 * addpm.c (env_vars): No longer set INFOPATH.
3083
3084 * cmdproxy.c (get_next_token): Null terminate token returned.
3085
3086 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
3087
30881997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
3089
3090 * addpm.c (env_vars): Set SHELL to cmdproxy.
3091 (main): Initialize idDde to 0.
3092 Determine emacs_path from module file name.
3093 Prompt for install.
3094
3095 * makefile.def (MSVCNT11): Conditionally define it.
3096 (BASE_LIBS): Do not use oldnames.lib.
3097 (SYS_LDFLAGS): Use pdb files.
3098 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
3099 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
3100 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
3101
3102 * makefile.nt (ALL): Build cmdproxy.
3103 (cmdproxy): New target.
3104 (install): Install cmdproxy.
3105
3106 * ftime.bat, debug.bat, cmdproxy.c: New files.
3107
31081997-07-10 Geoff Voelker <voelker@cs.washington.edu>
3109
52397249 3110 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
3111 (sys_shutdown): Export.
3112
31131997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3114
3115 * config.nt (RE_TRANSLATE): Copy definition from config.in.
3116
31171997-07-01 Geoff Voelker <voelker@cs.washington.edu>
3118
3119 * config.nt: Update file comments.
3120 Update undefs added/removed in src/config.in.
3121
31221997-06-19 Geoff Voelker <voelker@cs.washington.edu>
3123
c6c863df 3124 * makefile.def, emacs.bat.in: Use windows95 and windowsnt instead
e8918aee
EZ
3125 of win95 and winnt, respectively.
3126
31271997-01-04 Geoff Voelker <voelker@cs.washington.edu>
3128
3129 * makefile.nt (real_install): Create site-lisp in installation dir.
3130 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
3131 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
3132
e8918aee
EZ
31331996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3134
3135 * Version 19.33 released.
3136
31371996-08-09 Geoff Voelker <voelker@cs.washington.edu>
3138
3139 * runemacs.c (WinMain): Put a space between the binary and its args.
3140
31411996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3142
3143 * Version 19.32 released.
3144
31451996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
3146
3147 * makefile.nt (clean): Use OBJDIR macro.
3148
31491996-06-03 Kim F. Storm <kfs@olicom.dk>
3150
e580a741 3151 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
3152 Not defined by default.
3153 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
3154 (WinMain): Convert backslashes to slashes in env var values.
3155
e580a741 3156 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
3157
31581996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3159
3160 * Version 19.31 released.
3161
31621996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
3163
3164 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
3165 undo settings afterwards.
3166
31671996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
3168
3169 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 3170 environment variable.
e8918aee 3171
53b37591 31721996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
3173
3174 * install.bat: Allow for optimized build.
3175 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
3176 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
3177
53b37591 31781996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
3179
3180 * addpm.c (REG_ROOT): Don't use a trailing backslash.
3181 (env_vars): Rename field emacs_path to emacs_dir.
3182 (main): Add link to runemacs instead of emacs.
3183
3184 * install.bat: Check if INSTALL_DIR is passed as an argument.
3185
3186 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
3187
3188 * makefile.nt: Build and install runemacs.exe.
3189
3190 * runemacs.c: New file.
3191
3192 * config.w95: File removed.
3193
3194 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
3195 inc/sys/socket.h, inc/sys/time.h: New header files.
3196
3197 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 3198
e8918aee
EZ
31991996-03-27 Geoff Voelker <voelker@cs.washington.edu>
3200
3201 * makefile.def (DEL): Defined.
3202 (DEL_TREE) [win95]: Defined.
3203 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 3204
e8918aee
EZ
3205 * makefile.nt: Change uses of del to $(DEL).
3206
32071996-01-17 Erik Naggum <erik@naggum.no>
3208
3209 * All files: Update FSF's address in comment preamble.
3210
32111996-01-03 George V. Reilly <georger@microcrafts.com>
3212
3213 * emacs.ico: Now the proverbial kitchen sink icon.
3214
32151995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3216
3217 * Version 19.30 released.
3218
32191995-11-22 Geoff Voelker <voelker@cs.washington.edu>
3220
3221 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
3222
3223 * makefile.nt (install, fast_install, real_install, clean):
b46a6a83 3224 Don't use switches to del not supported by Windows 95.
e8918aee
EZ
3225
32261995-11-07 Kevin Gallo <kgallo@microsoft.com>
3227
3228 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
3229 (install, fast_install): Change same-dir test to create test file in
3230 installation tree and thereby support read-only shares.
3231 (clean): Remove .pdb files.
3232
3233 * makefile.def (NTGUI): New macro.
3234 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
3235
3236 * config.nt, config.w95: Update to latest src/config.in.
3237
3238 * addpm.c (env_vars): New variable.
3239 (add_registry): New procedure.
3240 (main): Use values of configuration environment variables from
3241 the registry if defined, the process environment otherwise.
3242
32431995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3244
3245 * Version 19.29 released.
3246
3247 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
3248
32491995-06-13 Geoff Voelker <voelker@cs.washington.edu>
3250
3251 * makefile.nt: Define .c to .obj suffix rule.
3252 (addpm.obj): Compile directly, use CFLAGS.
3253 (addpm.exe): Link from addpm.obj.
85b2f69e 3254
e8918aee
EZ
3255 * makefile.def (MSVCNT11): Defined.
3256 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
3257 (CFLAGS_COMMON): Defined.
3258 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 3259
e8918aee
EZ
32601995-06-09 Geoff Voelker <voelker@cs.washington.edu>
3261
134d9671 3262 * emacs.bat.in: Renamed from emacs.bat.
2dbe4d71 3263 (emacs_dir): Rename from emacs_path.
e8918aee
EZ
3264 Definition removed.
3265
3266 * addpm.c: New file.
52397249 3267 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
3268 (all): Depend upon $(BLD) and $(ALL).
3269 (install): Depend upon emacs.bat.
3270 Create program item for Emacs.
3271 (clean): Delete obj.
3272 (emacs.bat): Defined.
52397249 3273 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
3274
32751995-05-27 Geoff Voelker <voelker@cs.washington.edu>
3276
3277 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
b46a6a83 3278 Add carriage returns; necessary for batch files on Windows 95.
e8918aee
EZ
3279
32801995-05-25 Geoff Voelker <voelker@cs.washington.edu>
3281
3282 * config.w95: Created.
3283 * config.h: Changed to config.nt.
85b2f69e 3284
e8918aee 3285 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
3286 (all, install, clean): Expand for-loops.
3287 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 3288
52397249 3289 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 3290 (ARCH): New definition.
52397249
JB
3291 (CPU, CONFIG_H, OS_TYPE): Defined.
3292 (INCLUDE, LIB): Checked if valid.
e8918aee 3293 (ntwin32.mak): Included.
52397249
JB
3294 (AR, CC, LINK): New definition.
3295 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
3296 (SYS_LDFLAGS): New definition.
3297 Update comments and preprocessor conditionals.
3298
3299 * emacs.bat (SHELL): Conditionally defined.
3300 (HOME): Conditionally defined.
52397249 3301 (emacs_path, HOME): Update comments.
e8918aee
EZ
3302 Turn off all echo.
3303
33041995-05-09 Geoff Voelker <voelker@cs.washington.edu>
3305
c6c863df
GM
3306 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc:
3307 * fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h:
3308 * inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h:
3309 * inc/sys/param.h: Removed carriage-returns.
e8918aee
EZ
3310
33111995-05-06 Geoff Voelker <voelker@cs.washington.edu>
3312
3313 * makefile.def (CVTRES): Defined.
3314
3315 * emacs.ico, emacs.rc: New files by Kevin Gallo.
3316
33171995-04-10 Geoff Voelker <voelker@cs.washington.edu>
3318
d967cd18 3319 * src/config.h, src/paths.h: Moved to parent dir, src/ removed.
e8918aee
EZ
3320
33211995-04-09 Geoff Voelker <voelker@cs.washington.edu>
3322
2dbe4d71 3323 * makefile.def (INSTALL_DIR): Change to generic directory.
e8918aee
EZ
3324
3325 * emacs.bat: Added arguments when emacs.exe invoked.
3326
3327 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3328
e580a741 33291994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
3330
3331 * makefile.def (CC): In configuration section.
3332 (COMPAT_LIB): Defined.
3333
e580a741 33341994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
3335
3336 * src/paths.h: New file.
3337
3338 * src/config.h: New file.
3339
3340 * inc/pwd.h: New file.
3341
3342 * inc/sys/dir.h: New file.
3343
3344 * inc/sys/file.h: New file.
3345
3346 * inc/sys/ioctl.h: New file.
3347
3348 * inc/sys/param.h: New file.
3349
3350 * todo: New file.
3351
88c71720 3352 * README: New file.
e8918aee
EZ
3353
3354 * makefile.nt: New file.
3355
e580a741 3356 * makefile.def: New file.
85b2f69e 3357
e580a741 3358 * install.cmd: New file.
e8918aee 3359
e580a741 3360 * INSTALL: New file.
e8918aee 3361
e580a741 3362 * fast-install.cmd: New file.
e8918aee
EZ
3363
3364 * emacs.cmd: New file.
3365
3366 * ebuild.cmd: New file.
3367
3368 * _emacs: New file.
3369
3370;; Local Variables:
880820fe 3371;; coding: utf-8
33462dfa 3372;; add-log-time-zone-rule: t
e8918aee 3373;; End:
2a34a036 3374
ba318903 3375 Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc.
7f6d64f8
GM
3376
3377 This file is part of GNU Emacs.
3378
eef0be9e 3379 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 3380 it under the terms of the GNU General Public License as published by
eef0be9e
GM
3381 the Free Software Foundation, either version 3 of the License, or
3382 (at your option) any later version.
7f6d64f8
GM
3383
3384 GNU Emacs is distributed in the hope that it will be useful,
3385 but WITHOUT ANY WARRANTY; without even the implied warranty of
3386 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3387 GNU General Public License for more details.
3388
3389 You should have received a copy of the GNU General Public License
eef0be9e 3390 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.